Enable senlin dashboard when enable_senlin is yes

Depends-On: I27ac67f42ad04ac5cf6d18b6f56506949aa4887c
Change-Id: I42c8cc7a750d1fd0c4e6ca491ef13d14c968d67b
Closes-Bug: #1646023
This commit is contained in:
jianyi 2016-12-06 13:58:12 +08:00
parent 7b598e8ada
commit 5cb2ec8ee9
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | 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_ZAQAR: "{{ 'yes' if enable_zaqar | bool else 'no' }}"
volumes: