summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openvswitch-create-links-one-node.service
blob: bacfc43330af7153500ed9a69355419d7f47e9a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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