1
0
Fork 0
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:
Rupak Ganguly 2011-06-17 14:49:19 -04:00
parent b94ece2bc6
commit a2e19e0cc0

View file

@ -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'