summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-cinder-backup.service
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-15 07:16:42 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-04-16 16:34:49 +0000
commite7a620bc3718008267cf4283009f5aa2998279ce (patch)
tree9ee1dbd999ec5e46e7471b1570447c139564800f /openstack/usr/lib/systemd/system/openstack-cinder-backup.service
parent220cea3ff220a969e449d43407e686987d117baf (diff)
downloaddefinitions-e7a620bc3718008267cf4283009f5aa2998279ce.tar.gz
OpenStack: Split Cinder into config, db and lv setup
Change-Id: Iae387e39c4a62ef608496d31c748493fa88ce3e1
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-cinder-backup.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-cinder-backup.service3
1 files changed, 2 insertions, 1 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-cinder-backup.service b/openstack/usr/lib/systemd/system/openstack-cinder-backup.service
index 2f489228..bfb28b6b 100644
--- a/openstack/usr/lib/systemd/system/openstack-cinder-backup.service
+++ b/openstack/usr/lib/systemd/system/openstack-cinder-backup.service
@@ -1,6 +1,7 @@
[Unit]
Description=OpenStack Cinder backup server
-After=syslog.target network-online.target
+ConditionPathExists=/etc/cinder/cinder.conf
+After=network-online.target openstack-cinder-volume.service openstack-cinder-config-setup.service
Wants=network-online.target
[Service]