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

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

[Install]
WantedBy=multi-user.target