Fixing /etc/swift.conf-sample to include
swift_hash_path_prefix Change-Id: I60f5f3d4083937a03ecb7ed531185c617ea08016
This commit is contained in:
1 changed files with 5 additions and 4 deletions
@@ -1,11 +1,12 @@
[swift-hash]
# swift_hash_path_suffix is used as part of the hashing algorithm
# when determining data placement in the cluster. This value should
# remain secret and MUST NOT change once a cluster has been deployed.
# swift_hash_path_suffix and swift_hash_path_prefix are used as part of the
# 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.
swift_hash_path_suffix = changeme
swift_hash_path_prefix = changeme
# The swift-constraints section sets the basic constraints on data
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.