summaryrefslogtreecommitdiff
path: root/openstack-swift.configure
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-03 11:40:24 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-04 15:36:11 +0000
commit6fb3195f5a0d5144bec691a80760cba7d91f1a25 (patch)
tree41c87bd597ee5717b1f7b28b3ec7323bfe3cde3a /openstack-swift.configure
parent49e3ef10efb343781a4f29382a65ad8cc315f68d (diff)
downloaddefinitions-6fb3195f5a0d5144bec691a80760cba7d91f1a25.tar.gz
debug
Diffstat (limited to 'openstack-swift.configure')
-rw-r--r--openstack-swift.configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/openstack-swift.configure b/openstack-swift.configure
index 5e927c13..6c959945 100644
--- a/openstack-swift.configure
+++ b/openstack-swift.configure
@@ -33,12 +33,16 @@ sed -f "$ROOT"/etc/openstack-swift-setup.sed -i \
"$ROOT"/etc/swift/object-server.conf
# "$ROOT"/etc/rsyncd.conf \
+echo "SWIFT_CONTROLLER: $SWIFT_CONTROLLER"
+
if $SWIFT_CONTROLLER
then
ln -s "/etc/systemd/system/openstack-swift-controller-setup.service" \
"$ROOT/etc/systemd/system/multi-user.target.wants/openstack-swift-controller-setup.service"
fi
+echo "SWIFT_STORAGE: $SWIFT_STORAGE"
+
if $SWIFT_STORAGE
then
ln -s "/etc/systemd/system/openstack-swift-storage-setup.service" \