summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-neutron-setup.service
blob: 5833eb706b6befed3067ac95ff2585d306fd9309 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Run neutron-setup Ansible scripts
After=network-online.target openstack-keystone-setup.service postgres-server.service

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

[Install]
WantedBy=multi-user.target