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

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

[Install]
WantedBy=multi-user.target