Method: Staypuft::Deployment::NeutronService::Cisconexus#config_hash

Defined in:
app/models/staypuft/deployment/neutron_service/cisconexus.rb

#config_hashObject



96
97
98
99
# File 'app/models/staypuft/deployment/neutron_service/cisconexus.rb', line 96

def config_hash
  { "ip_address" => ip, "username" => , "password" => password,
    "ssh_port" => ssh_port, "servers" => port_map_hash }
end