Enable solum dashboard when enable_solum is yes

Change-Id: I4124a0dcbb1ba821899cca18b9e0cc8d0d37d007
Depends-On: I531ef11f11920bb9db4b0cba43038694998afcf3
Closes-Bug: #1648709
This commit is contained in:
jianyi 2016-12-09 15:07:27 +08:00 committed by caoyuan
parent d062ab192d
commit e89de06614
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
ENABLE_SEARCHLIGHT: "{{ 'yes' if enable_searchlight | bool else 'no' }}"
ENABLE_SENLIN: "{{ 'yes' if enable_senlin | bool else 'no' }}"
ENABLE_SOLUM: "{{ 'yes' if enable_solum | bool else 'no' }}"
ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}"
ENABLE_WATCHER: "{{ 'yes' if enable_watcher | bool else 'no' }}"
volumes: