Correct Swift configuration for the Nginx data store

This gross hack of ours doesn't quite work with openstacksdk.

Change-Id: Icbf691a9014e00cc7bb3b59ab7e4f9cc647595ec
This commit is contained in:
Dmitry Tantsur 2019-06-18 13:56:26 +02:00
parent 563dab994c
commit a122f41185
1 changed files with 1 additions and 1 deletions

View File

@ -84,5 +84,5 @@ enroll_node_driver = {{ inspector.discovery.default_node_driver }}
[swift]
# Use the local nginx web server as a Swift-list object storage service.
auth_type = none
endpoint = {{ inspector_store_data_url }}
endpoint_override = {{ inspector_store_data_url }}
{% endif %}