adding backslash to cinder-storage systemd-unitfile
This commit is contained in:
parent
62be5bd6b5
commit
c89cf9065f
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user