mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[openstack|storage] replace 'object_store' service type with 'object-store'
See #1496
This commit is contained in:
parent
0a0b3ae9cf
commit
df225b2f21
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module Fog
|
|||
@openstack_auth_token = options[:openstack_auth_token]
|
||||
@openstack_storage_url = options[:openstack_storage_url]
|
||||
@openstack_must_reauthenticate = false
|
||||
@openstack_service_type = options[:openstack_service_type] || 'object_store'
|
||||
@openstack_service_type = options[:openstack_service_type] || 'object-store'
|
||||
@openstack_service_name = options[:openstack_service_name]
|
||||
@openstack_region = options[:openstack_region]
|
||||
@openstack_tenant = options[:openstack_tenant]
|
||||
|
|
Loading…
Add table
Reference in a new issue