lib/fog/openstack/models/compute/host.rb in fog-maestrodev-1.18.0.20131209091424 vs lib/fog/openstack/models/compute/host.rb in fog-maestrodev-1.18.0.20131218202447

- old
+ new

@@ -8,9 +8,10 @@ class Host < Fog::Model attribute :host_name attribute :service_name attribute :details + attribute :zone def initialize(attributes) attributes["service_name"] = attributes.delete "service" # Old 'connection' is renamed as service and should be used instead prepare_service_value(attributes)