From ed3db26045041c2e5f25f7a60154740bd93cbd48 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Fri, 24 Apr 2015 15:29:41 +0000 Subject: 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 --- swift/usr/lib/systemd/system/swift-storage-setup.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swift') 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 -- cgit v1.2.1