Unbreak python-swiftclient gate

Need to correct how swift_store_endpoint is defaulted.

Currently:

swift_store_endpoint = None

will initialize it as a string, which would cause a 'ClientException:
Unsupported scheme' exception to be raised by head-of-tree swiftclient.

This was breaking the swiftclient gate (gate-tempest-dsvm-neutron-src-python-swiftclient).

Change-Id: I1044632683203f17543fd5a98ebf36b3004c5ad0
Closes-bug: 1424754
This commit is contained in:
Stuart McLaren 2015-02-23 17:24:11 +00:00
parent c84d8c98bc
commit 92d6a35732

View File

@ -570,7 +570,7 @@ swift_store_large_object_chunk_size = 200
# obtained by appending the container and object to the configured URL.
#
# swift_store_endpoint = https://www.example.com/v1/not_a_container
swift_store_endpoint = None
#swift_store_endpoint =
# If set to True enables multi-tenant storage mode which causes Glance images
# to be stored in tenant specific Swift accounts.