1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/openstack
Greg Blomquist a239227d2a Show failure for Openstack Storate service_type
The openstack_service_type for the Openstack Storage Service (Swift) currently
defaults to "object-store".  However, if the Swift service is unvailable, the
authenticate_v2 method attempts to call:

    service_type.join ", "

The problem is that the String "object-store" doesn't have a join method.

The new tests show that "object-store" is an invalid service_type, whereas
["object-store"] is a valid service_type.

https://github.com/fog/fog/issues/3112
2014-08-15 15:03:01 -04:00
..
models Standardise on collection methods 2014-05-26 16:22:07 +01:00
requests [openstack | server] start/stop/pause/suspend actions 2014-07-02 11:53:05 +02:00
authenticate_tests.rb Show failure for Openstack Storate service_type 2014-08-15 15:03:01 -04:00
storage_tests.rb Remove trailing blank lines 2014-05-26 14:35:26 +01:00
version_tests.rb Remove trailing blank lines 2014-05-26 14:35:26 +01:00
volume_tests.rb Remove trailing blank lines 2014-05-26 14:35:26 +01:00