Skip to content
Snippets Groups Projects
Commit 8a34f246 authored by Mauricio Lima's avatar Mauricio Lima
Browse files

Load manila-ui in horizon

Change-Id: I082c0a694eb138938abec2f4bc09002fd1d0ef9d
parent f7801165
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
image: "{{ horizon_image_full }}" image: "{{ horizon_image_full }}"
name: "horizon" name: "horizon"
environment: environment:
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}" ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
volumes: volumes:
- "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro" - "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/: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