summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-03-16 15:12:14 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-03-16 17:36:03 +0000
commit46ea33a2fe458a5970332db03da0afe381149c6a (patch)
treef157de1b2ac48f1bb62eda58d74d55702243db5d /openstack/usr/lib/systemd/system/openstack-neutron-network-configuration-one-node.service
parenta4ded4f7310eeb4fb097c204898de7507d7f2814 (diff)
downloaddefinitions-baserock/pedroalvarez/openstack-ansible-v4.tar.gz
Move systemd units to /usr/lib/systemd/system as defined in systemd documentationbaserock/pedroalvarez/openstack-ansible-v4
See http://www.freedesktop.org/software/systemd/man/systemd.unit.html for more information
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, 13 insertions, 0 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
new file mode 100644
index 00000000..2b1d168b
--- /dev/null
+++ b/openstack/usr/lib/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