# File lib/fog/openstack/models/compute/host.rb, line 13definitialize(attributes)
attributes["service_name"] = attributes.delete"service"# Old 'connection' is renamed as service and should be used insteadprepare_service_value(attributes)
superend
Public Instance Methods
details()click to toggle source
# File lib/fog/openstack/models/compute/host.rb, line 20defdetailsservice.get_host_details(self.host_name).body['host']
rescueFog::Compute::OpenStack::NotFoundnilend