Skip to content

Commit

Permalink
Merge pull request #1920 from rackspace/save_param
Browse files Browse the repository at this point in the history
[rackspace|compute] adding parameter to save method
  • Loading branch information
Kyle Rames committed Jun 27, 2013
2 parents 6f254b3 + 3afa23d commit 8225817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/rackspace/models/compute/server.rb
Expand Up @@ -65,7 +65,7 @@ def reboot(type = 'SOFT')
true
end

def save
def save(options = {})
raise Fog::Errors::Error.new('Resaving an existing object may create a duplicate') if persisted?
requires :flavor_id, :image_id
options = {
Expand Down

0 comments on commit 8225817

Please sign in to comment.