osd: clean legacy syntax in ceph-osd-run.sh.j2

Quick clean on a legacy syntax due to e0a264c7e

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/2569/head
Guillaume Abrioux 2018-05-09 03:10:30 +02:00 committed by Sébastien Han
parent b12bf62c36
commit 7b387b506a
1 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,7 @@ expose_partitions "$1"
{% if ansible_distribution == 'Ubuntu' -%}
--security-opt apparmor:unconfined \
{% endif -%}
{% if not containerized_deployment_with_kv -%}
{% else -%}
{% if containerized_deployment_with_kv -%}
-e KV_TYPE={{ kv_type }} \
-e KV_IP={{ kv_endpoint }} \
-e KV_PORT={{ kv_port }} \