summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-06 12:05:10 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-06 12:05:10 +0000
commit929f8894528a519f0a776996acca071f3e629c63 (patch)
treeba2e83841a4c9377f58886fa8af6c8be33d5c1dd
parentfa2cb0f3d4523c64c183c65f7b1d43d126a6e544 (diff)
downloaddefinitions-929f8894528a519f0a776996acca071f3e629c63.tar.gz
openstack-swift-controller-setup.service: also wait for openstack-keystone.service
this is just more correct, there's a possibility that the keystone-setup unit has exited before keystone has started, especially if we're running this unit after on 2nd boot or later
-rw-r--r--openstack/usr/lib/systemd/system/openstack-swift-controller-setup.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-swift-controller-setup.service b/openstack/usr/lib/systemd/system/openstack-swift-controller-setup.service
index 3915cc04..ec801b30 100644
--- a/openstack/usr/lib/systemd/system/openstack-swift-controller-setup.service
+++ b/openstack/usr/lib/systemd/system/openstack-swift-controller-setup.service
@@ -1,6 +1,6 @@
[Unit]
Description=Run openstack-swift-controller-setup (once)
-After=local-fs.target postgres-server.service openstack-keystone-setup.service
+After=local-fs.target postgres-server.service openstack-keystone-setup.service openstack-keystone.service
[Service]
Type=oneshot