Module: VagrantPlugins::ProviderOpenStack
- Defined in:
- lib/vagrant-openstack.rb,
lib/vagrant-openstack/action.rb,
lib/vagrant-openstack/config.rb,
lib/vagrant-openstack/errors.rb,
lib/vagrant-openstack/plugin.rb,
lib/vagrant-openstack/version.rb,
lib/vagrant-openstack/provider.rb,
lib/vagrant-openstack/action/boot.rb,
lib/vagrant-openstack/driver/base.rb,
lib/vagrant-openstack/driver/meta.rb,
lib/vagrant-openstack/action/state.rb,
lib/vagrant-openstack/action/delete.rb,
lib/vagrant-openstack/driver/folsom.rb,
lib/vagrant-openstack/action/connect.rb,
lib/vagrant-openstack/action/created.rb,
lib/vagrant-openstack/action/release_ip.rb,
lib/vagrant-openstack/action/sync_folder.rb,
lib/vagrant-openstack/driver/version_4_2.rb,
lib/vagrant-openstack/action/read_ssh_info.rb
Defined Under Namespace
Modules: Action, Driver, Errors Classes: Config, Plugin, Provider
Constant Summary collapse
- VERSION =
"0.0.4"
Class Method Summary collapse
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
14 15 16 |
# File 'lib/vagrant-openstack.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |