summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-glance-setup.service
blob: ab1959d3c52abfced7c93d5fa75bf9906f9d6f52 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=Run glance-setup Ansible scripts
After=local-fs.target openstack-keystone-setup.service postgres-server.service

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

[Install]
WantedBy=multi-user.target