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-23 12:11:11 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-25 10:23:46 +0000
commit6f574d0a0c6fc91888a5198ad412cd75fa38ff21 (patch)
tree315734e910e9ea8d8367bd72626797f82fc79598 /openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service
parentfa833308ab1970f7111a398c7bb73a008a0535a7 (diff)
downloaddefinitions-6f574d0a0c6fc91888a5198ad412cd75fa38ff21.tar.gz
neutron: Run Ansible scripts in neutron setup unit
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