small change in systemd-file glance-controller

This commit is contained in:
Wim Nap 2018-04-17 10:28:06 +02:00
parent 6a5b46ace7
commit 693b20e3bf
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ExecStartPre=-/usr/bin/docker rm %n
ExecStart=/usr/bin/docker run --name %n \
{{ env_vars | replace('\n', '') }} \
-v /srv/glance/root:/root \
-v /srv/glance/etc/ceph:/etc/ceph \
-v /etc/ceph:/etc/ceph \
-p 9292:9292 \
{{ docker_image }}