summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/openstack-cinder-setup
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/share/openstack/openstack-cinder-setup')
-rw-r--r--openstack/usr/share/openstack/openstack-cinder-setup4
1 files changed, 0 insertions, 4 deletions
diff --git a/openstack/usr/share/openstack/openstack-cinder-setup b/openstack/usr/share/openstack/openstack-cinder-setup
index fc798fe9..0c871fbe 100644
--- a/openstack/usr/share/openstack/openstack-cinder-setup
+++ b/openstack/usr/share/openstack/openstack-cinder-setup
@@ -115,7 +115,6 @@ systemctl start openstack-cinder-api
systemctl start openstack-cinder-scheduler
systemctl start openstack-cinder-volume
systemctl start openstack-cinder-backup
-systemctl start openstack-cinder-configure-backends
# Create the links to run nova services when system start next times.
ln -sf "/etc/systemd/system/openstack-cinder-api.service" \
@@ -127,7 +126,4 @@ ln -sf "/etc/systemd/system/openstack-cinder-scheduler.service" \
ln -sf "/etc/systemd/system/openstack-cinder-volume.service" \
"/etc/systemd/system/multi-user.target.wants/openstack-cinder-volume.service"
-ln -sf "/etc/systemd/system/openstack-cinder-backup.service" \
- "/etc/systemd/system/multi-user.target.wants/openstack-cinder-backup.service"
-
exit 0