1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/openstack
Greg Blomquist 25fbf06bf4 Update the Openstack Storage service type
Change the Openstack Storage service (Swift) openstack_service_type default value from
"object-store" to ["object-store"].

The problem with "object-store" as an openstack_service_type is that if the
Swift service is unavailable, the authenticate_v2 method will attempt to call:

    service_type.join ", "

This will fail for anything that isn't an array.

Changing the openstack_service_type to an array solves this problem.
Additionally, it keeps the openstack_service_type consistent with all of the
other Openstack services' openstack_service_type default values.

https://github.com/fog/fog/issues/3112
2014-08-15 15:16:43 -04:00
..
docs Remove trailing whitespace 2014-02-19 12:30:59 +00:00
examples [openstack | server] start/stop/pause/suspend actions 2014-07-02 11:53:05 +02:00
models Merge pull request #3097 from allomov/public-openstack-storage 2014-08-11 09:02:59 -05:00
requests Merge pull request #3097 from allomov/public-openstack-storage 2014-08-11 09:02:59 -05:00
CHANGELOG.md Remove trailing whitespace 2014-02-19 12:30:59 +00:00
compute.rb [openstack | server] start/stop/pause/suspend actions 2014-07-02 11:53:05 +02:00
core.rb Standardise on collection methods 2014-05-26 16:22:07 +01:00
identity.rb Standardise empty lines throughout codebase 2014-05-26 14:20:02 +01:00
image.rb Standardise empty lines throughout codebase 2014-05-26 14:20:02 +01:00
metering.rb Remove trailing blank lines 2014-05-26 14:35:26 +01:00
network.rb [openstack] fix network.rb 2014-08-14 10:52:42 +09:00
orchestration.rb Standardise empty lines throughout codebase 2014-05-26 14:20:02 +01:00
storage.rb Update the Openstack Storage service type 2014-08-15 15:16:43 -04:00
volume.rb Remove trailing blank lines 2014-05-26 14:35:26 +01:00