--- !ruby/object:Gem::Specification name: vagrant-openstack-provider version: !ruby/object:Gem::Version version: 0.3.0 platform: ruby authors: - Guillaume Giamarchi - Julien Vey autorequire: bindir: bin cert_chain: [] date: 2014-08-29 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 2.13.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 2.13.0 - !ruby/object:Gem::Dependency name: aruba requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Enables Vagrant to manage machines in Openstack Cloud. email: - guillaume.giamarchi@gmail.com - vey.julien@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rubocop.yml - Appraisals - CHANGELOG.md - Gemfile - LICENSE.txt - RELEASE.md - Rakefile - Vagrantfile - dummy.box - example_box/README.md - example_box/metadata.json - functional_tests/Vagrantfile - functional_tests/keys/vagrant-openstack - functional_tests/keys/vagrant-openstack.pub - functional_tests/run_tests.sh - gemfiles/latest_stable.gemfile - gemfiles/oldest_current.gemfile - gemfiles/previous_release.gemfile - lib/vagrant-openstack-provider.rb - lib/vagrant-openstack-provider/action.rb - lib/vagrant-openstack-provider/action/connect_openstack.rb - lib/vagrant-openstack-provider/action/create_server.rb - lib/vagrant-openstack-provider/action/delete_server.rb - lib/vagrant-openstack-provider/action/message.rb - lib/vagrant-openstack-provider/action/read_ssh_info.rb - lib/vagrant-openstack-provider/action/read_state.rb - lib/vagrant-openstack-provider/action/resume.rb - lib/vagrant-openstack-provider/action/start_server.rb - lib/vagrant-openstack-provider/action/stop_server.rb - lib/vagrant-openstack-provider/action/suspend.rb - lib/vagrant-openstack-provider/action/sync_folders.rb - lib/vagrant-openstack-provider/action/wait_active.rb - lib/vagrant-openstack-provider/action/wait_stop.rb - lib/vagrant-openstack-provider/client/domain.rb - lib/vagrant-openstack-provider/client/http_utils.rb - lib/vagrant-openstack-provider/client/keystone.rb - lib/vagrant-openstack-provider/client/neutron.rb - lib/vagrant-openstack-provider/client/nova.rb - lib/vagrant-openstack-provider/client/openstack.rb - lib/vagrant-openstack-provider/client/request_logger.rb - lib/vagrant-openstack-provider/command/abstract_command.rb - lib/vagrant-openstack-provider/command/flavor_list.rb - lib/vagrant-openstack-provider/command/floatingip_list.rb - lib/vagrant-openstack-provider/command/image_list.rb - lib/vagrant-openstack-provider/command/main.rb - lib/vagrant-openstack-provider/command/network_list.rb - lib/vagrant-openstack-provider/command/utils.rb - lib/vagrant-openstack-provider/config.rb - lib/vagrant-openstack-provider/errors.rb - lib/vagrant-openstack-provider/plugin.rb - lib/vagrant-openstack-provider/provider.rb - lib/vagrant-openstack-provider/version.rb - locales/en.yml - spec/vagrant-openstack-provider/action/connect_openstack_spec.rb - spec/vagrant-openstack-provider/action/create_server_spec.rb - spec/vagrant-openstack-provider/action/read_ssh_info_spec.rb - spec/vagrant-openstack-provider/client/keystone_spec.rb - spec/vagrant-openstack-provider/client/neutron_spec.rb - spec/vagrant-openstack-provider/client/nova_spec.rb - spec/vagrant-openstack-provider/client/utils_spec.rb - spec/vagrant-openstack-provider/command/floatingip_list_spec.rb - spec/vagrant-openstack-provider/config_spec.rb - spec/vagrant-openstack-provider/provider_spec.rb - spec/vagrant-openstack-provider/spec_helper.rb - stackrc - vagrant-openstack-provider.gemspec homepage: https://github.com/ggiamarchi/vagrant-openstack licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Enables Vagrant to manage machines in Openstack Cloud. test_files: - spec/vagrant-openstack-provider/action/connect_openstack_spec.rb - spec/vagrant-openstack-provider/action/create_server_spec.rb - spec/vagrant-openstack-provider/action/read_ssh_info_spec.rb - spec/vagrant-openstack-provider/client/keystone_spec.rb - spec/vagrant-openstack-provider/client/neutron_spec.rb - spec/vagrant-openstack-provider/client/nova_spec.rb - spec/vagrant-openstack-provider/client/utils_spec.rb - spec/vagrant-openstack-provider/command/floatingip_list_spec.rb - spec/vagrant-openstack-provider/config_spec.rb - spec/vagrant-openstack-provider/provider_spec.rb - spec/vagrant-openstack-provider/spec_helper.rb