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

Remove extra space in HP Storage service type

This commit is contained in:
Bruz Marzolf 2014-11-05 14:32:29 -08:00
parent 7d0d7c01ae
commit b5b992096d

View file

@ -326,7 +326,7 @@ module Fog
auth_version = auth_version.to_s.downcase.to_sym
### Pass the service name for object storage to the authentication call
options[:hp_service_type] ||= " object-store"
options[:hp_service_type] ||= "object-store"
@hp_tenant_id = options[:hp_tenant_id]
@hp_avl_zone = options[:hp_avl_zone]