Skip to content
Snippets Groups Projects
Commit 70ccea2b authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Enable magnum dashboard when enable_magnum is yes"

parents 38c3dbf5 0db481bf
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_MISTRAL: "{{ 'yes' if enable_mistral | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
ENABLE_MAGNUM: "{{ 'yes' if enable_magnum | bool else 'no' }}"
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' }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment