Class: VagrantPlugins::Openstack::Action::SSHInfoHolder

Inherits:
Mutex
  • Object
show all
Includes:
Singleton
Defined in:
lib/vagrant-openstack-provider/action/read_ssh_info.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSSHInfoHolder

Returns a new instance of SSHInfoHolder.



62
63
64
# File 'lib/vagrant-openstack-provider/action/read_ssh_info.rb', line 62

def initialize
  @ssh_info = {}
end

Instance Attribute Details

#ssh_infoObject

Keys are machine ids



60
61
62
# File 'lib/vagrant-openstack-provider/action/read_ssh_info.rb', line 60

def ssh_info
  @ssh_info
end