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