Enable mistral dashboard when enable_mistral is yes

Depends-On: I37c73e6304ed005fe019dcdd105c1f333137fa60

Change-Id: I544810afaa5c740f67702ba34e146c19b480de8d
Closes-Bug: #1647267
This commit is contained in:
caoyuan 2016-12-05 14:25:42 +08:00
parent 8bd87dcc1e
commit b3ab37d0c8

View File

@ -10,6 +10,7 @@
ENABLE_DESIGNATE: "{{ 'yes' if enable_designate | bool else 'no' }}"
ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}"
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_MISTRAL: "{{ 'yes' if enable_mistral | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
ENABLE_SEARCHLIGHT: "{{ 'yes' if enable_searchlight | bool else 'no' }}"