summaryrefslogtreecommitdiff
path: root/doc/saio/swift
diff options
context:
space:
mode:
authorChristian Schwede <cschwede@redhat.com>2016-02-17 20:47:26 +0100
committerChristian Schwede <cschwede@redhat.com>2016-02-17 20:47:53 +0100
commite46d6b17251ab538595b1deb5581360a286b8fd1 (patch)
tree4a194bb38035680547b3e09b18ffcf9b2279cec4 /doc/saio/swift
parent6a3b5f9aec8facc56bed9c5c2d59f2127bbfccf0 (diff)
downloadswift-e46d6b17251ab538595b1deb5581360a286b8fd1.tar.gz
Add note on using printable chars for swift_hash_path_suffix/prefix
Using unprintable characters for swift_hash_path_prefix/suffix might lead to hard problems when parsing of these values changes, for example due to newer Python versions or changes in the parsers itself. Let's avoid this and add a note that deployers should use printable strings for these values. Change-Id: I976982b753b6af831ab91d7190f50f8f15bf73bf
Diffstat (limited to 'doc/saio/swift')
-rw-r--r--doc/saio/swift/swift.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/saio/swift/swift.conf b/doc/saio/swift/swift.conf
index f72a9ad5c..e01a0ac88 100644
--- a/doc/saio/swift/swift.conf
+++ b/doc/saio/swift/swift.conf
@@ -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