summaryrefslogtreecommitdiff
path: root/swift
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-24 15:29:41 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-24 18:06:18 +0100
commited3db26045041c2e5f25f7a60154740bd93cbd48 (patch)
treec278d32ceb54f555286c6c57b86e15b4ca251f7f /swift
parent0f89f20d72ee11de35ad6c4471a1ce3071c57ad4 (diff)
downloaddefinitions-ed3db26045041c2e5f25f7a60154740bd93cbd48.tar.gz
Move postgres-server configuration out of keystone-setup
Otherwise postgres-server and keystone-setup services will initially fail, as keystone-setup needs a postgres-server running to succeed, but the postgres-server can only run after some configuration, which was previously being done by keystone-setup. Change-Id: I2d649d494cb54119e3b9bd3d9f6deb46bfb2dd12
Diffstat (limited to 'swift')
-rw-r--r--swift/usr/lib/systemd/system/swift-storage-setup.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/usr/lib/systemd/system/swift-storage-setup.service b/swift/usr/lib/systemd/system/swift-storage-setup.service
index e284fbed..dcba1017 100644
--- a/swift/usr/lib/systemd/system/swift-storage-setup.service
+++ b/swift/usr/lib/systemd/system/swift-storage-setup.service
@@ -1,6 +1,6 @@
[Unit]
Description=Run openstack-swift-storage-setup (once)
-After=local-fs.target postgres-server.service
+After=local-fs.target postgres-server-setup.service
[Service]
Type=oneshot