From 492116b6542cc8b12ee8074381ad6c5f1114c369 Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Thu, 8 Dec 2016 16:50:04 +0000 Subject: [PATCH] Revert "Enable designate dashboard when enable_designate is yes" The designate role has not merged yet so there is no 'enable_designate' variable. This reverts commit 316f3ea4a9c3798b6f52baba20040340a81c0529. Change-Id: I287a5ac04db00a9c19224deb41983be584f4e35a --- ansible/roles/horizon/tasks/start.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/horizon/tasks/start.yml b/ansible/roles/horizon/tasks/start.yml index e6a1b8e84e..3299cbc409 100644 --- a/ansible/roles/horizon/tasks/start.yml +++ b/ansible/roles/horizon/tasks/start.yml @@ -7,7 +7,6 @@ name: "horizon" environment: ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}" - ENABLE_DESIGNATE: "{{ 'yes' if enable_designate | bool else 'no' }}" ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}" ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}" ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"