Module: VagrantPlugins::ProviderKvm

Defined in:
lib/vagrant-kvm.rb,
lib/vagrant-kvm/util.rb,
lib/vagrant-kvm/action.rb,
lib/vagrant-kvm/config.rb,
lib/vagrant-kvm/errors.rb,
lib/vagrant-kvm/plugin.rb,
lib/vagrant-kvm/version.rb,
lib/vagrant-kvm/provider.rb,
lib/vagrant-kvm/action/boot.rb,
lib/vagrant-kvm/action/export.rb,
lib/vagrant-kvm/action/import.rb,
lib/vagrant-kvm/action/resume.rb,
lib/vagrant-kvm/driver/driver.rb,
lib/vagrant-kvm/action/created.rb,
lib/vagrant-kvm/action/destroy.rb,
lib/vagrant-kvm/action/network.rb,
lib/vagrant-kvm/action/package.rb,
lib/vagrant-kvm/action/suspend.rb,
lib/vagrant-kvm/action/is_saved.rb,
lib/vagrant-kvm/action/check_box.rb,
lib/vagrant-kvm/action/check_kvm.rb,
lib/vagrant-kvm/action/is_paused.rb,
lib/vagrant-kvm/action/is_running.rb,
lib/vagrant-kvm/action/forced_halt.rb,
lib/vagrant-kvm/util/vm_definition.rb,
lib/vagrant-kvm/action/check_created.rb,
lib/vagrant-kvm/action/check_running.rb,
lib/vagrant-kvm/action/share_folders.rb,
lib/vagrant-kvm/action/destroy_confirm.rb,
lib/vagrant-kvm/util/network_definition.rb,
lib/vagrant-kvm/action/init_storage_pool.rb,
lib/vagrant-kvm/action/match_mac_address.rb,
lib/vagrant-kvm/action/prune_nfs_exports.rb,
lib/vagrant-kvm/action/message_not_created.rb,
lib/vagrant-kvm/action/package_vagrantfile.rb,
lib/vagrant-kvm/action/setup_package_files.rb,
lib/vagrant-kvm/util/kvm_template_renderer.rb,
lib/vagrant-kvm/action/prepare_nfs_settings.rb,
lib/vagrant-kvm/action/message_will_not_destroy.rb

Defined Under Namespace

Modules: Action, Driver, Errors, Util Classes: Config, Plugin, Provider

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


16
17
18
# File 'lib/vagrant-kvm.rb', line 16

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end