mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove deprecated provider recognize clause.
This commit is contained in:
parent
78a45b0a56
commit
75df6105ba
2 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@ module Fog
|
|||
|
||||
requires :hp_secret_key, :hp_account_id
|
||||
recognizes :hp_auth_uri, :hp_servicenet, :persistent, :connection_options
|
||||
recognizes :provider # remove post deprecation
|
||||
|
||||
model_path 'fog/hp/models/compute'
|
||||
model :flavor
|
||||
|
|
|
@ -7,7 +7,6 @@ module Fog
|
|||
|
||||
requires :hp_secret_key, :hp_account_id
|
||||
recognizes :hp_auth_uri, :hp_servicenet, :hp_cdn_ssl, :persistent, :connection_options
|
||||
recognizes :provider # remove post deprecation
|
||||
|
||||
model_path 'fog/hp/models/storage'
|
||||
model :directory
|
||||
|
|
Loading…
Add table
Reference in a new issue