Merge "Bump python-swiftclient version"
This commit is contained in:
commit
3d90db31e3
@ -643,6 +643,15 @@ Can only be specified in configuration files.
|
|||||||
|
|
||||||
Optional. Default: ``0``
|
Optional. Default: ``0``
|
||||||
|
|
||||||
|
* ``swift_store_auth_insecure``
|
||||||
|
|
||||||
|
If True, bypass SSL certificate verification for Swift.
|
||||||
|
|
||||||
|
Can only be specified in configuration files.
|
||||||
|
|
||||||
|
`This option is specific to the Swift storage backend.`
|
||||||
|
|
||||||
|
Optional. Default: ``False``
|
||||||
|
|
||||||
Configuring the S3 Storage Backend
|
Configuring the S3 Storage Backend
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -374,6 +374,9 @@ swift_enable_snet = False
|
|||||||
# request fails
|
# request fails
|
||||||
#swift_store_retry_get_count = 0
|
#swift_store_retry_get_count = 0
|
||||||
|
|
||||||
|
# Bypass SSL verification for Swift
|
||||||
|
#swift_store_auth_insecure = False
|
||||||
|
|
||||||
# ============ S3 Store Options =============================
|
# ============ S3 Store Options =============================
|
||||||
|
|
||||||
# Address where the S3 authentication service lives
|
# Address where the S3 authentication service lives
|
||||||
|
@ -25,7 +25,7 @@ stevedore>=0.14
|
|||||||
netaddr>=0.7.6
|
netaddr>=0.7.6
|
||||||
|
|
||||||
# For Swift storage backend.
|
# For Swift storage backend.
|
||||||
python-swiftclient>=1.6
|
python-swiftclient>=2.0.2
|
||||||
|
|
||||||
# For VMware storage backed.
|
# For VMware storage backed.
|
||||||
oslo.vmware>=0.2 # Apache-2.0
|
oslo.vmware>=0.2 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user