summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-27 15:59:52 +0000
committerRichard Ipsum <richardipsum@fastmail.co.uk>2015-04-10 20:17:47 +0100
commitacdf72fa1f20b6ad5c1f51227de26be5cfb272ba (patch)
tree38f4e295af15796b45028077317c6889996f188e /openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service
parent6935a837933c8c462209beab6f6e31bc4f9fb390 (diff)
downloaddefinitions-acdf72fa1f20b6ad5c1f51227de26be5cfb272ba.tar.gz
neutron: Move setup scripts to Ansible
Also change systemd units and configure extension to match this change
Diffstat (limited to 'openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service')
-rw-r--r--openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service b/openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service
deleted file mode 100644
index 2b1d168b..00000000
--- a/openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=Configuration script to set Openstack in one node networking
-Wants=network-online.target
-After=network-online.target openvswitch.service
-
-[Service]
-Type=oneshot
-ExecStart=/usr/share/openstack/openstack-neutron-network-configuration-for-one-node
-Restart=no
-RemainAfterExit=yes
-
-[Install]
-WantedBy=multi-user.target