lib/fog/brightbox/requests/compute/create_server.rb in fog-1.8.0 vs lib/fog/brightbox/requests/compute/create_server.rb in fog-1.9.0
- old
+ new
@@ -17,10 +17,10 @@
# @return [Hash, nil] The JSON response parsed to a Hash or nil if no options passed
#
# @see https://api.gb1.brightbox.com/1.0/#server_create_server
#
def create_server(options)
- request("post", "/1.0/servers", [202], options)
+ wrapped_request("post", "/1.0/servers", [202], options)
end
end
end
end