From 9fc5157cc7172eea6cd875692a44e13cab1b8226 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sun, 4 Dec 2016 22:24:46 +0800 Subject: [PATCH] Enable zaqar ui when zaqar enabled Depends-On:I430340b38ff7642f46d76ec621ae65dcae8157c3 Change-Id: If669601691d1505049ba4196bd3c5856091ed921 Closes-Bug: #1647164 --- ansible/roles/horizon/tasks/start.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/horizon/tasks/start.yml b/ansible/roles/horizon/tasks/start.yml index e3f8270ff8..60b7d20f15 100644 --- a/ansible/roles/horizon/tasks/start.yml +++ b/ansible/roles/horizon/tasks/start.yml @@ -12,6 +12,7 @@ ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}" ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}" ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}" + ENABLE_ZAQAR: "{{ 'yes' if enable_zaqar | bool else 'no' }}" volumes: - "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro" - "/etc/localtime:/etc/localtime:ro"