summaryrefslogtreecommitdiff
path: root/openstack/etc/systemd/system/openstack-cinder-configure-backends.service
blob: d4077e0492c1fe3d2bd5c7c6ad8c5fe2ad5f5081 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Configure LVM Backends for Cinder
Wants=openstack-cinder-setup.service
After=openstack-cinder-setup.service openstack-cinder-api.service openstack-cinder-volume.service

[Service]
Type=oneshot
ExecStart=/usr/share/openstack/openstack-cinder-configure-backends
Restart=no

[Install]
WantedBy=multi-user.target