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.service3
1 files changed, 3 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
index ae62f40e..c68b3137 100644
--- a/openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service
+++ b/openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service
@@ -1,10 +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=simple
ExecStart=/usr/share/openstack/openstack-neutron-network-configuration-for-one-node
+Restart=no
+RemainAfterExit=yes
[Install]
WantedBy=multi-user.target