set cinder availability zone

This commit is contained in:
Egon Rijpkema
2018-12-11 10:04:42 +01:00
parent 4309956de1
commit 6cbebf4c91
3 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,6 @@ ExecStart=/usr/bin/docker run --name %n \
-v "{{ storage_volume }}":/dev/cinder_storage_volume \
-v "/dev/lvm":/dev/lvm \
-v "/srv/cinder-storage/volumes/:/var/lib/cinder/volumes/" \
-p 8777:8776 \
-p 3260:3260 \
--network=host \
{{ docker_image }}