class VagrantPlugins::Openstack::Action::SSHInfoHolder

Attributes

ssh_info[RW]

Keys are machine ids

Public Class Methods

new() click to toggle source
# File lib/vagrant-openstack-provider/action/read_ssh_info.rb, line 64
def initialize
  @ssh_info = {}
end