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:
parent
7d0d7c01ae
commit
b5b992096d
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue