Enable designate dashboard when enable_designate is yes

Depends-On: Ic28d984dd2ca3db3633ee535d9475907fa4e2d3b

Change-Id: Ia0b874e3397d1f73dab15e0957e75814bcdfd3ac
Closes-Bug: #1646688
This commit is contained in:
zhubingbing 2016-12-02 06:14:47 +00:00
parent 7fcff0e1f2
commit 316f3ea4a9

@ -7,6 +7,7 @@
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
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_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"