From cf991b0e46cdc7f81895e4f14106d1d4071c9a4e Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 27 Apr 2015 15:31:58 +0000 Subject: openstack: add missing ConditionPathExists And fix some existing as well. Generate a separate postgres.conf file so that we don't have to reference keystone on the postgres setup systemd unit and Ansible script. Change-Id: I0bb4428b7e88a508a37d1d43ddcd266369b05cd2 --- openstack/usr/lib/systemd/system/openstack-nova-db-setup.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack/usr/lib/systemd/system/openstack-nova-db-setup.service') diff --git a/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service b/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service index ee405279..238df3c7 100644 --- a/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service +++ b/openstack/usr/lib/systemd/system/openstack-nova-db-setup.service @@ -1,6 +1,6 @@ [Unit] Description=Run nova-db-setup Ansible scripts -ConditionPathExists=/etc/openstack/neutron.conf +ConditionPathExists=/etc/openstack/nova.conf After=postgres-server-setup.service openstack-keystone-setup.service openstack-nova-config-setup.service [Service] -- cgit v1.2.1