kolla-ansible/docker/common/swift/swift-object-updater/config-internal.sh
James McCarthy 5e28eb8496 Implement Swift Containers
Known bugs/TODOs at this time of this patch update:

https://bugs.launchpad.net/kolla/+bug/1477990
https://bugs.launchpad.net/kolla/+bug/1477993

Implements: Blueprint swift-container
Closes-bug: #1477992
Co-Authored-By: Paul Bourke <paul.bourke@oracle.com>
Change-Id: I031f88a7cd1867104fef12df6ab3ffcc06cb65d6
2015-07-31 09:36:11 +00:00

12 lines
187 B
Bash
Executable File

#!/bin/bash
set -e
CMD="/usr/bin/swift-object-updater"
ARGS="/etc/swift/object-server.conf --verbose"
. /opt/kolla/config-swift.sh
. /opt/kolla/config-swift-object.sh
exec $CMD $ARGS