From c662e5fc8e7800ca516468aaab582c146063c3d6 Mon Sep 17 00:00:00 2001 From: Alistair Coles Date: Tue, 26 Sep 2017 10:15:59 +0100 Subject: [PATCH] Add account_autocreate=true to internal-client.conf-sample Closes-Bug: #1698426 Change-Id: I8a29a685bb12e60f4da4a0dc8270b408241ec415 --- etc/internal-client.conf-sample | 1 + swift/container/sync.py | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/internal-client.conf-sample b/etc/internal-client.conf-sample index 916e424afc..aed3c9a63c 100644 --- a/etc/internal-client.conf-sample +++ b/etc/internal-client.conf-sample @@ -28,6 +28,7 @@ pipeline = catch_errors proxy-logging cache proxy-server [app:proxy-server] use = egg:swift#proxy +account_autocreate = true # See proxy-server.conf-sample for options [filter:cache] diff --git a/swift/container/sync.py b/swift/container/sync.py index 99df2e4be2..3d48541ada 100644 --- a/swift/container/sync.py +++ b/swift/container/sync.py @@ -77,6 +77,7 @@ pipeline = catch_errors proxy-logging cache proxy-server [app:proxy-server] use = egg:swift#proxy +account_autocreate = true # See proxy-server.conf-sample for options [filter:cache]