summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-neutron-db-setup.service
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-29 14:08:26 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-05-08 09:57:33 +0000
commitbca3346432cda978483f3908b3c2e005f283c310 (patch)
tree15075cc1ba808f4d0a8a5bc0c64a236e71c27bb5 /openstack/usr/lib/systemd/system/openstack-neutron-db-setup.service
parent690ced72fb60990d2de5ab02b2668b3cdbe13d0d (diff)
downloaddefinitions-bca3346432cda978483f3908b3c2e005f283c310.tar.gz
openstack: finishing tidy up systemd unit files
* Add db-setup to the 'Afters' for ceilometer * Improve order of units in 'Afters' * Remove deprecated syslog.target * Add missing Wants=network-online.target Change-Id: I4936126b78946dbdfe77213cc5202b39ea6a50cb
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-neutron-db-setup.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-neutron-db-setup.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-neutron-db-setup.service b/openstack/usr/lib/systemd/system/openstack-neutron-db-setup.service
index 9eff9ea5..5d07da2e 100644
--- a/openstack/usr/lib/systemd/system/openstack-neutron-db-setup.service
+++ b/openstack/usr/lib/systemd/system/openstack-neutron-db-setup.service
@@ -6,8 +6,8 @@ Wants=network-online.target
[Service]
Type=oneshot
-ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/neutron-db.yml
RemainAfterExit=yes
+ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/neutron-db.yml
[Install]
WantedBy=multi-user.target