summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-30 13:10:46 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-30 13:10:46 +0000
commit1e382d147a3cd721058189e69c84ba0eadee53ab (patch)
tree263ae8518be920f639ad815f77a018896d05538b /openstack/etc/systemd/system/openstack-neutron-network-configuration-one-node.service
parenta8dead9867ea5e11c01027df7565577ccd78a5cb (diff)
downloaddefinitions-1e382d147a3cd721058189e69c84ba0eadee53ab.tar.gz
VERYWIP: not workin: Fix keystone error and other minor fixes
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