Module: VagrantPlugins::Abiquo

Defined in:
lib/vagrant_abiquo.rb,
lib/vagrant_abiquo/config.rb,
lib/vagrant_abiquo/errors.rb,
lib/vagrant_abiquo/plugin.rb,
lib/vagrant_abiquo/actions.rb,
lib/vagrant_abiquo/version.rb,
lib/vagrant_abiquo/provider.rb,
lib/vagrant_abiquo/actions/reset.rb,
lib/vagrant_abiquo/actions/create.rb,
lib/vagrant_abiquo/actions/deploy.rb,
lib/vagrant_abiquo/helpers/abiquo.rb,
lib/vagrant_abiquo/actions/connect.rb,
lib/vagrant_abiquo/actions/destroy.rb,
lib/vagrant_abiquo/actions/power_on.rb,
lib/vagrant_abiquo/actions/power_off.rb,
lib/vagrant_abiquo/actions/check_state.rb,
lib/vagrant_abiquo/actions/create_vapp.rb,
lib/vagrant_abiquo/actions/delete_vapp.rb,
lib/vagrant_abiquo/actions/read_ssh_info.rb

Defined Under Namespace

Modules: Actions, Errors, Helpers Classes: Config, Plugin, Provider

Constant Summary collapse

VERSION =
'0.1.2'

Class Method Summary collapse

Class Method Details

.source_rootObject



10
11
12
# File 'lib/vagrant_abiquo.rb', line 10

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