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:
parent
c84d8c98bc
commit
92d6a35732
@ -570,7 +570,7 @@ swift_store_large_object_chunk_size = 200
|
|||||||
# obtained by appending the container and object to the configured URL.
|
# 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 = 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
|
# If set to True enables multi-tenant storage mode which causes Glance images
|
||||||
# to be stored in tenant specific Swift accounts.
|
# to be stored in tenant specific Swift accounts.
|
||||||
|
Loading…
Reference in New Issue
Block a user