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

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

[Install]
WantedBy=multi-user.target