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

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

[Install]
WantedBy=multi-user.target