From 1fccf0b3391ca9d60fa47cc2f9f7ccbae841d483 Mon Sep 17 00:00:00 2001 From: Sumit Jamgade Date: Thu, 24 May 2018 16:24:00 +0200 Subject: [PATCH] swift expects an internal client config to start using the sample form the source Change-Id: I01874b650cd5d662ca2feabe58cc880155c9421e --- lib/swift | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/swift b/lib/swift index 933af1005b..762f1dd8fc 100644 --- a/lib/swift +++ b/lib/swift @@ -368,6 +368,7 @@ function configure_swift { SWIFT_CONFIG_PROXY_SERVER=${SWIFT_CONF_DIR}/proxy-server.conf cp ${SWIFT_DIR}/etc/proxy-server.conf-sample ${SWIFT_CONFIG_PROXY_SERVER} + cp ${SWIFT_DIR}/etc/internal-client.conf-sample ${SWIFT_CONF_DIR}/internal-client.conf # To run container sync feature introduced in Swift ver 1.12.0, # container sync "realm" is added in container-sync-realms.conf