mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add the new hp_host, hp_port and hp_auth_path attributes and remove hp_auth_url.
This commit is contained in:
parent
b94ece2bc6
commit
a2e19e0cc0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Fog
|
|||
class Storage < Fog::Service
|
||||
|
||||
requires :hp_password, :hp_username
|
||||
recognizes :hp_auth_url, :hp_servicenet, :hp_cdn_ssl, :persistent
|
||||
recognizes :hp_host, :hp_port, :hp_auth_path, :hp_servicenet, :hp_cdn_ssl, :persistent
|
||||
recognizes :provider # remove post deprecation
|
||||
|
||||
model_path 'fog/storage/models/hp'
|
||||
|
|
Loading…
Reference in a new issue