From d173e60cb56e350bde827d8af1d252f459b470f2 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Mon, 19 Dec 2016 11:34:37 +0800 Subject: [PATCH] Remove the unnecessary space TrivialFix Change-Id: Ibe921e2568a33345960e6bccc76d9b72156845be --- ansible/roles/horizon/tasks/start.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/horizon/tasks/start.yml b/ansible/roles/horizon/tasks/start.yml index 77be5d0339..bae0c1640c 100644 --- a/ansible/roles/horizon/tasks/start.yml +++ b/ansible/roles/horizon/tasks/start.yml @@ -8,9 +8,9 @@ environment: ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}" ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}" - ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}" - ENABLE_MISTRAL: "{{ 'yes' if enable_mistral | bool else 'no' }}" - ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}" + ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}" + ENABLE_MISTRAL: "{{ 'yes' if enable_mistral | bool else 'no' }}" + ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}" ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}" ENABLE_SEARCHLIGHT: "{{ 'yes' if enable_searchlight | bool else 'no' }}" ENABLE_SENLIN: "{{ 'yes' if enable_senlin | bool else 'no' }}"