Merge "Revert "Enable zaqar ui when zaqar enabled""

This commit is contained in:
Jenkins 2016-12-06 13:05:50 +00:00 committed by Gerrit Code Review
commit 2e25a49f9d

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"