summaryrefslogtreecommitdiff
path: root/openstack/usr/lib/systemd/system/openstack-cinder-db-setup.service
blob: 0e42bbc06d84abef5c4084379508bd4ebaf121b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Run cinder-db-setup Ansible scripts
ConditionPathExists=/etc/openstack/cinder.conf
After=network-online.target postgres-server-setup.service openstack-cinder-config-setup.service openstack-keystone-setup.service
Wants=network-online.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/ansible-playbook -v -M /usr/share/ansible/ansible-openstack-modules -i /usr/share/openstack/hosts /usr/share/openstack/cinder-db.yml

[Install]
WantedBy=multi-user.target