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

Merge "Enable cloudkitty ui when enable_cloudkitty is yes"

parents b8434a2f 8cada351
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}"
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | 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