adding backslash to cinder-storage systemd-unitfile

This commit is contained in:
Wim Nap 2018-04-16 10:34:15 +02:00
parent 62be5bd6b5
commit c89cf9065f
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}