summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-cinder-api.service
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-27 13:11:52 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-05-08 09:55:43 +0000
commit70159902d45c6309bfafa8416b077d9706a98b4a (patch)
tree5477e33efba5809277283bc1ff225c49e842da29 /openstack/usr/lib/systemd/system/openstack-cinder-api.service
parent3b69cc0b14b5089b6c8f49f7cd7bb2bf0d0b58ac (diff)
downloaddefinitions-70159902d45c6309bfafa8416b077d9706a98b4a.tar.gz
openstack: remove setup units from Wants section
This way it is possible to avoid running the setup script in subsequent boots, either by disabling the setup service using systemctl, or removing the respective configuration file from /etc/openstack/. Change-Id: I9945e40eaebbc160bb21ca46f10a8b6121f66267
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-cinder-api.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-cinder-api.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-cinder-api.service b/openstack/usr/lib/systemd/system/openstack-cinder-api.service
index 2afb2d6e..cf84a0e0 100644
--- a/openstack/usr/lib/systemd/system/openstack-cinder-api.service
+++ b/openstack/usr/lib/systemd/system/openstack-cinder-api.service
@@ -2,7 +2,7 @@
Description=OpenStack Volume Service (code-named Cinder) API server
ConditionPathExists=/etc/cinder/cinder.conf
After=postgres-server-setup.service network-online.target openstack-cinder-db-setup.service openstack-cinder-config-setup.service
-Wants=postgres-server-setup.service network-online.target
+Wants=network-online.target
[Service]
Type=simple