Class: VagrantPlugins::Openstack::Command::OpenstackCommand

Inherits:
AbstractCommand
  • Object
show all
Includes:
Utils
Defined in:
lib/vagrant-openstack-provider/command/openstack_command.rb

Instance Method Summary collapse

Methods included from Utils

#display_item_list, #display_table

Methods inherited from AbstractCommand

#cmd, #execute, #initialize, #normalize_args

Constructor Details

This class inherits a constructor from VagrantPlugins::Openstack::Command::AbstractCommand

Instance Method Details

#before_cmd(_name, _argv, env) ⇒ Object



10
11
12
# File 'lib/vagrant-openstack-provider/command/openstack_command.rb', line 10

def before_cmd(_name, _argv, env)
  VagrantPlugins::Openstack::Action::ConnectOpenstack.new(nil, env).call(env)
end