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