summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/lib/systemd/system/swift-controller-setup.service
diff options
context:
space:
mode:
Diffstat (limited to 'install-files/openstack/usr/lib/systemd/system/swift-controller-setup.service')
-rw-r--r--install-files/openstack/usr/lib/systemd/system/swift-controller-setup.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/install-files/openstack/usr/lib/systemd/system/swift-controller-setup.service b/install-files/openstack/usr/lib/systemd/system/swift-controller-setup.service
deleted file mode 100644
index ccfbcbe6..00000000
--- a/install-files/openstack/usr/lib/systemd/system/swift-controller-setup.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Run swift-controller-setup (once)
-After=local-fs.target network-online.target postgres-server-setup.service openstack-keystone-setup.service
-Wants=network-online.target
-
-[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/swift-controller.yml
-Restart=no
-
-[Install]
-WantedBy=multi-user.target