Merge "Enable senlin dashboard when enable_senlin is yes"
This commit is contained in:
commit
7f3c9b0912
@ -11,6 +11,7 @@
|
|||||||
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' }}"
|
||||||
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_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' }}"
|
ENABLE_ZAQAR: "{{ 'yes' if enable_zaqar | bool else 'no' }}"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user