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

Merge "Enable zaqar ui when zaqar enabled"

parents ab538c2c 9fc5157c
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}"
ENABLE_ZAQAR: "{{ 'yes' if enable_zaqar | bool else 'no' }}"
volumes:
- "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
......
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