From 8a34f246ad4da066731b6e4aa28a5b80514744c7 Mon Sep 17 00:00:00 2001 From: Mauricio Lima Date: Mon, 28 Nov 2016 10:00:00 -0300 Subject: [PATCH] Load manila-ui in horizon Change-Id: I082c0a694eb138938abec2f4bc09002fd1d0ef9d --- ansible/roles/horizon/tasks/start.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/horizon/tasks/start.yml b/ansible/roles/horizon/tasks/start.yml index 746cae5683..3dd0945221 100644 --- a/ansible/roles/horizon/tasks/start.yml +++ b/ansible/roles/horizon/tasks/start.yml @@ -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"