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-ironic-api.service | 1 + 1 file changed, 1 insertion(+) (limited to 'openstack/usr/lib/systemd/system/openstack-ironic-api.service') diff --git a/openstack/usr/lib/systemd/system/openstack-ironic-api.service b/openstack/usr/lib/systemd/system/openstack-ironic-api.service index 83d56787..8d05d424 100644 --- a/openstack/usr/lib/systemd/system/openstack-ironic-api.service +++ b/openstack/usr/lib/systemd/system/openstack-ironic-api.service @@ -1,5 +1,6 @@ [Unit] Description=OpenStack Bare Metal Provisioning Service (code-named Ironic) API server +ConditionPathExists=/etc/ironic/ironic.conf After=syslog.target network-online.target Wants=network-online.target -- cgit v1.2.1