diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 9d71fbd389..4cc661e7a0 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -318,7 +318,8 @@ Sample configuration files are provided with all defaults in line-by-line commen #. Create `/etc/swift/swift.conf`:: [swift-hash] - # random unique string that can never change (DO NOT LOSE) + # random unique strings that can never change (DO NOT LOSE) + swift_hash_path_prefix = changeme swift_hash_path_suffix = changeme #. Create `/etc/swift/account-server/1.conf`:: diff --git a/doc/source/howto_installmultinode.rst b/doc/source/howto_installmultinode.rst index 0a6681725c..f4174cceb4 100644 --- a/doc/source/howto_installmultinode.rst +++ b/doc/source/howto_installmultinode.rst @@ -73,7 +73,8 @@ General OS configuration and partitioning for each node cat >/etc/swift/swift.conf <