diff --git a/roles/glance-controller/templates/glance.service b/roles/glance-controller/templates/glance.service index 51dbffa..cedd4c6 100644 --- a/roles/glance-controller/templates/glance.service +++ b/roles/glance-controller/templates/glance.service @@ -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 }}