Merge "Enable zaqar ui when zaqar enabled"
This commit is contained in:
commit
8be141b0e0
@ -12,6 +12,7 @@
|
|||||||
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
|
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
|
||||||
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
|
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | 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