summaryrefslogtreecommitdiff
path: root/openstack/etc
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-05 12:39:47 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-05 12:41:08 +0000
commit4777d146a6b8ca31648995d6f8b53c7a53ee83ce (patch)
tree504c827b922ed909af467d2fb26192947a43a273 /openstack/etc
parent528a0ab452409832e4251bb8827d3b64bc31f727 (diff)
downloaddefinitions-4777d146a6b8ca31648995d6f8b53c7a53ee83ce.tar.gz
move swift setup units into /usr/lib
Diffstat (limited to 'openstack/etc')
-rw-r--r--openstack/etc/systemd/system/openstack-swift-controller-setup.service11
-rw-r--r--openstack/etc/systemd/system/openstack-swift-storage-setup.service11
2 files changed, 0 insertions, 22 deletions
diff --git a/openstack/etc/systemd/system/openstack-swift-controller-setup.service b/openstack/etc/systemd/system/openstack-swift-controller-setup.service
deleted file mode 100644
index 3915cc04..00000000
--- a/openstack/etc/systemd/system/openstack-swift-controller-setup.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Run openstack-swift-controller-setup (once)
-After=local-fs.target postgres-server.service openstack-keystone-setup.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/swift-controller.yml
-Restart=no
-
-[Install]
-WantedBy=multi-user.target
diff --git a/openstack/etc/systemd/system/openstack-swift-storage-setup.service b/openstack/etc/systemd/system/openstack-swift-storage-setup.service
deleted file mode 100644
index 6896c570..00000000
--- a/openstack/etc/systemd/system/openstack-swift-storage-setup.service
+++ /dev/null
@@ -1,11 +0,0 @@
-[Unit]
-Description=Run openstack-swift-storage-setup (once)
-After=local-fs.target postgres-server.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/swift-storage.yml
-Restart=no
-
-[Install]
-WantedBy=multi-user.target