# File lib/fog/compute/openstack/models/host.rb, line 13 def initialize(attributes) attributes["service_name"] = attributes.delete "service" # Old 'connection' is renamed as service and should be used instead prepare_service_value(attributes) super end