diff --git a/roles/cinder-storage/templates/cinder-storage.service b/roles/cinder-storage/templates/cinder-storage.service index eb0cf21..14a6917 100644 --- a/roles/cinder-storage/templates/cinder-storage.service +++ b/roles/cinder-storage/templates/cinder-storage.service @@ -12,7 +12,7 @@ ExecStart=/usr/bin/docker run --name %n \ --privileged \ {{ env_vars | replace('\n', '') }} \ -v /srv/cinder-storage/root:/root \ - -v /srv/cinder-storage/etc/ceph:/etc/ceph + -v /srv/cinder-storage/etc/ceph:/etc/ceph \ -p 8777:8776 \ -p 3260:3260 \ {{ docker_image }}