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

[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