Added cinder block storage.

This commit is contained in:
Egon Rijpkema
2017-08-28 11:50:57 +02:00
parent b148b04a0b
commit 5571858b23
5 changed files with 28 additions and 4 deletions

View File

@ -10,7 +10,7 @@ ExecStartPre=-/usr/bin/docker kill %n
ExecStartPre=-/usr/bin/docker rm %n
ExecStart=/usr/bin/docker run --name %n \
{{ env_vars | replace('\n', '') }} \
-v /srv/glance/root:/root \
-v /srv/cinder-controller/root:/root \
-p 8776:8776 \
{{ docker_image }}