1
0
Fork 0
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:
Sergio Rubio 2013-01-28 21:46:32 +01:00
parent 0a0b3ae9cf
commit df225b2f21

View file

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