Merge "Enable solum dashboard when enable_solum is yes"

This commit is contained in:
Jenkins 2017-01-06 12:02:01 +00:00 committed by Gerrit Code Review
commit 25926c3f15

View File

@ -15,6 +15,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: