Load manila-ui in horizon

Change-Id: I082c0a694eb138938abec2f4bc09002fd1d0ef9d
This commit is contained in:
Mauricio Lima 2016-11-28 10:00:00 -03:00
parent f780116547
commit 8a34f246ad

@ -6,6 +6,7 @@
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
volumes:
- "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro"