From 0db481bfea83776e98a31c839a07d66fd4e90878 Mon Sep 17 00:00:00 2001
From: Paul Bourke <paul.bourke@oracle.com>
Date: Thu, 1 Dec 2016 12:51:19 +0000
Subject: [PATCH] Enable magnum dashboard when enable_magnum is yes

Change-Id: I820c61771f0ea8f12946f16908e4b8424ba53704
Depends-On: Iaf599ceea70879b8302ffcdf9615f18007e93134
---
 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 bae0c1640c..d7eb056d71 100644
--- a/ansible/roles/horizon/tasks/start.yml
+++ b/ansible/roles/horizon/tasks/start.yml
@@ -11,6 +11,7 @@
       ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
       ENABLE_MISTRAL: "{{ 'yes' if enable_mistral | bool else 'no' }}"
       ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
+      ENABLE_MAGNUM: "{{ 'yes' if enable_magnum | bool else 'no' }}"
       ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
       ENABLE_SEARCHLIGHT: "{{ 'yes' if enable_searchlight | bool else 'no' }}"
       ENABLE_SENLIN: "{{ 'yes' if enable_senlin | bool else 'no' }}"