Merge "Revert "Enable zaqar ui when zaqar enabled""
This commit is contained in:
commit
2e25a49f9d
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user