summaryrefslogtreecommitdiff
path: root/install-files/openstack/usr/lib/systemd/system/openvswitch-setup.service
blob: 8393ebbc41655accedc389d5352db80aad3c3123 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Run openvswitch-setup Ansible scripts
After=local-fs.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/ansible-playbook -v -i /usr/share/openstack/hosts /usr/share/openstack/openvswitch.yml

[Install]
WantedBy=multi-user.target