Revert "Enable zaqar ui when zaqar enabled"

This reverts commit 9fc5157cc7.

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

Change-Id: If40fdf8d672ee5e0b375513364734f245fa1d682
This commit is contained in:
Jeffrey Zhang 2016-12-06 20:14:05 +08:00
parent 7f3c9b0912
commit ba173ceb10

View File

@ -13,7 +13,6 @@
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}" ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
ENABLE_SENLIN: "{{ 'yes' if enable_senlin | bool else 'no' }}" ENABLE_SENLIN: "{{ 'yes' if enable_senlin | bool else 'no' }}"
ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}" ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}"
ENABLE_ZAQAR: "{{ 'yes' if enable_zaqar | bool else 'no' }}"
volumes: volumes:
- "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro" - "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro" - "/etc/localtime:/etc/localtime:ro"