summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-network-setup.service
blob: f2e352267b7b65ed145688e67e974b0ff67f12af (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Run Ansible scripts to configure internal network for OpenStack
After=openvswitch.service openvswitch-setup.service
Before=systemd-networkd.service

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

[Install]
WantedBy=multi-user.target