From ba173ceb109f7a88ccd67f617798ffdbd5b00e94 Mon Sep 17 00:00:00 2001
From: Jeffrey Zhang <zhang.lei.fly@gmail.com>
Date: Tue, 6 Dec 2016 20:14:05 +0800
Subject: [PATCH] Revert "Enable zaqar ui when zaqar enabled"

This reverts commit 9fc5157cc7172eea6cd875692a44e13cab1b8226.

zaqar role is not implemented and there is no enable_zaqar variable,
too.

Change-Id: If40fdf8d672ee5e0b375513364734f245fa1d682
---
 ansible/roles/horizon/tasks/start.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible/roles/horizon/tasks/start.yml b/ansible/roles/horizon/tasks/start.yml
index f4e086320c..5f9633edee 100644
--- a/ansible/roles/horizon/tasks/start.yml
+++ b/ansible/roles/horizon/tasks/start.yml
@@ -13,7 +13,6 @@
       ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
       ENABLE_SENLIN: "{{ 'yes' if enable_senlin | 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"