Adding missing space

pull/665/head
pprokop 2016-03-30 12:22:32 +02:00
parent d7d83273e7
commit 9e252c6c44
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ExecStart=/usr/bin/docker run --rm --net=host --pid=host\
-v /etc/ceph:/etc/ceph \ -v /etc/ceph:/etc/ceph \
{% else -%} {% else -%}
-e KV_TYPE={{kv_type}} \ -e KV_TYPE={{kv_type}} \
-e KV_IP={{kv_endpoint}}\ -e KV_IP={{kv_endpoint}} \
{% endif -%} {% endif -%}
-v /dev:/dev \ -v /dev:/dev \
--privileged \ --privileged \