Move swift_hash_path_ variables
Currently, swift_hash_path_suffix and swift_hash_path_prefix are placed in user_variables.yml file however they need to be placed in user_secrets.yml in order for pw-token-gen.py (which is run against user_secrets.yml) to generate values for these variables correctly. Change-Id: Ie1bdee3fbfaf627c10f654d30c9b7af67280673f Closes-Bug: 1424979
This commit is contained in:
parent
0596cefeca
commit
37614bb1d5
@ -80,3 +80,6 @@ kibana_password:
|
|||||||
swift_service_password:
|
swift_service_password:
|
||||||
swift_container_mysql_password:
|
swift_container_mysql_password:
|
||||||
swift_dispersion_password:
|
swift_dispersion_password:
|
||||||
|
### Once the swift cluster has been setup DO NOT change these hash values!
|
||||||
|
swift_hash_path_suffix:
|
||||||
|
swift_hash_path_prefix:
|
||||||
|
@ -36,8 +36,5 @@ glance_swift_store_endpoint_type: internalURL
|
|||||||
|
|
||||||
|
|
||||||
## Swift
|
## Swift
|
||||||
# Once the swift cluster has been setup DO NOT change these hash values!
|
|
||||||
swift_hash_path_suffix:
|
|
||||||
swift_hash_path_prefix:
|
|
||||||
# This will allow all users to create containers and upload to swift if set to True
|
# This will allow all users to create containers and upload to swift if set to True
|
||||||
swift_allow_all_users: False
|
swift_allow_all_users: False
|
||||||
|
Loading…
Reference in New Issue
Block a user