1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[Brightbox] Remove SQL instance snapshot attr

This didn't make it into the final API
This commit is contained in:
Paul Thornthwaite 2014-02-19 09:25:03 +00:00
parent 43fd1a9092
commit 80ce09fdd4

View file

@ -25,7 +25,6 @@ module Fog
attribute :allow_access
attribute :flavor_id, "alias" => "database_server_type", :squash => "id"
attribute :snapshot_id
attribute :zone_id, "alias" => "zone", :squash => "id"
attribute :cloud_ips
@ -41,7 +40,6 @@ module Fog
if persisted?
data = update_database_server(options)
else
options[:snapshot] = snapshot_id if snapshot_id
options[:engine] = database_engine if database_engine
options[:version] = database_version if database_version
options[:database_type] = flavor_id if flavor_id