Merge "Enable solum dashboard when enable_solum is yes"
This commit is contained in:
commit
25926c3f15
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user