diff --git a/lib/fog/serverlove/models/compute/server.rb b/lib/fog/serverlove/models/compute/server.rb index 90a75e040..3aaaebde6 100644 --- a/lib/fog/serverlove/models/compute/server.rb +++ b/lib/fog/serverlove/models/compute/server.rb @@ -35,7 +35,7 @@ module Fog else requires :name requires :cpu - attributes = service.create_server(self.defaults.merge(allowed_attributes)).body + attributes = service.create_server(Server.defaults.merge(allowed_attributes)).body end merge_attributes(attributes)