Merge "Enable cloudkitty ui when enable_cloudkitty is yes"
This commit is contained in:
commit
d749583380
@ -6,6 +6,7 @@
|
|||||||
image: "{{ horizon_image_full }}"
|
image: "{{ horizon_image_full }}"
|
||||||
name: "horizon"
|
name: "horizon"
|
||||||
environment:
|
environment:
|
||||||
|
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
|
||||||
ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}"
|
ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}"
|
||||||
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
|
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
|
||||||
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
|
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user