summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-keystone-setup.service
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-keystone-setup.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-keystone-setup.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-keystone-setup.service b/openstack/usr/lib/systemd/system/openstack-keystone-setup.service
index b5348735..2406513c 100644
--- a/openstack/usr/lib/systemd/system/openstack-keystone-setup.service
+++ b/openstack/usr/lib/systemd/system/openstack-keystone-setup.service
@@ -6,6 +6,7 @@ ConditionPathExists=/etc/openstack/keystone.conf
[Service]
# Oneshot, since others setup have to wait until this service finishes
Type=oneshot
+RemainAfterExit=yes
ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/keystone.yml
[Install]