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:
parent
43fd1a9092
commit
80ce09fdd4
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue