summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service
diff options
context:
space:
mode:
Diffstat (limited to 'install-files/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service')
-rw-r--r--install-files/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/install-files/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service b/install-files/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service
deleted file mode 100644
index 82e9b08d..00000000
--- a/install-files/openstack/usr/lib/systemd/system/openstack-cinder-lv-setup.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Run cinder-lvs-setup Ansible scripts
-ConditionPathExists=/etc/openstack/cinder.conf
-Wants=lvm2-lvmetad.service
-
-[Service]
-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/cinder-lvs.yml
-
-[Install]
-WantedBy=multi-user.target