summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-keystone.service
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-27 15:31:58 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-05-01 14:13:54 +0000
commit557d9df5b2ecd143a433004b89effcdc307bfbbb (patch)
treec3ac46c61b4f20cd0477cd3cbdf06297ff82a495 /openstack/usr/lib/systemd/system/openstack-keystone.service
parent1ac967cf3647297d52644b1ae39bc0b451ec4f83 (diff)
downloaddefinitions-557d9df5b2ecd143a433004b89effcdc307bfbbb.tar.gz
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
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-keystone.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-keystone.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-keystone.service b/openstack/usr/lib/systemd/system/openstack-keystone.service
index 0aa9e1ef..9e791659 100644
--- a/openstack/usr/lib/systemd/system/openstack-keystone.service
+++ b/openstack/usr/lib/systemd/system/openstack-keystone.service
@@ -1,6 +1,7 @@
[Unit]
Description=OpenStack Identity Service (code-named Keystone)
After=syslog.target network-online.target
+ConditionPathExists=/etc/keystone/keystone.conf
Wants=network-online.target
[Service]