Merge "Add note on using printable chars for swift_hash_path_suffix/prefix"

This commit is contained in:
Jenkins 2016-02-18 00:23:28 +00:00 committed by Gerrit Code Review
commit 8bec700e7b
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[swift-hash]
# random unique strings that can never change (DO NOT LOSE)
# Use only printable chars (python -c "import string; print(string.printable)")
swift_hash_path_prefix = changeme
swift_hash_path_suffix = changeme

View File

@ -286,6 +286,7 @@ example configuration.::
[swift-hash]
# random unique strings that can never change (DO NOT LOSE)
# Use only printable chars (python -c "import string; print(string.printable)")
swift_hash_path_prefix = changeme
swift_hash_path_suffix = changeme

View File

@ -4,6 +4,7 @@
# the hashing algorithm when determining data placement in the cluster.
# These values should remain secret and MUST NOT change
# once a cluster has been deployed.
# Use only printable chars (python -c "import string; print(string.printable)")
swift_hash_path_suffix = changeme
swift_hash_path_prefix = changeme