summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openvswitch-create-links-one-node.service
blob: 15365eafc9c54fe8ae0d7a08db7fb30a71d11558 (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
Reboot=no

[Install]
WantedBy=multi-user.target