summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service')
-rw-r--r--openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service b/openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service
new file mode 100644
index 00000000..2b1d168b
--- /dev/null
+++ b/openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service
@@ -0,0 +1,13 @@
+[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