From ee53974ddc864535bbc99302d16da11287affe47 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 23 Mar 2015 21:06:52 +0000 Subject: WIP: Add OpenStack initial configuration TODO: Split this out into: 1. initial config (openstack/etc) default values 2+. as many individual changes to initial config as possible to extract, including support scripts and configuration extensions --- .../system/openvswitch-create-links-one-node.service | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 openstack/etc/systemd/system/openvswitch-create-links-one-node.service (limited to 'openstack/etc/systemd/system/openvswitch-create-links-one-node.service') diff --git a/openstack/etc/systemd/system/openvswitch-create-links-one-node.service b/openstack/etc/systemd/system/openvswitch-create-links-one-node.service new file mode 100644 index 00000000..bacfc433 --- /dev/null +++ b/openstack/etc/systemd/system/openvswitch-create-links-one-node.service @@ -0,0 +1,14 @@ +[Unit] +Description=Create Veth pairs +Wants=openstack-neutron-network-configuration-one-node.service +After=network-online.target openstack-neutron-network-configuration-one-node.service + +[Service] +Type=oneshot +ExecStart=/usr/share/openstack/create_openvswitch_veth_pairs +RemainAfterExit=yes +Restart=no + +[Install] +WantedBy=multi-user.target + -- cgit v1.2.1