Copy container-sync-realms.conf in /etc/swift
We need the new container-sync realms configuration or we will get a
nasty harmless error opening file at swift proxy startup.
Change-Id: If939da305dcb9403c418219032ac6b50b0099bd3
Closes-Bug: 1274295
diff --git a/lib/swift b/lib/swift
index 37b630c..baa03ec 100644
--- a/lib/swift
+++ b/lib/swift
@@ -258,6 +258,8 @@
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/container-sync-realms.conf-sample ${SWIFT_CONF_DIR}/container-sync-realms.conf
+
iniuncomment ${SWIFT_CONFIG_PROXY_SERVER} DEFAULT user
iniset ${SWIFT_CONFIG_PROXY_SERVER} DEFAULT user ${STACK_USER}