From de2f7be9813b834b9c94c7f298385f84f533f927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Wed, 14 Aug 2019 18:14:48 +0200 Subject: [PATCH] TrivialFix: remove unused template var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7d0ed4ad94e3d07220de131b2a0fcd399d942782 Signed-off-by: Radosław Piliszek --- .../roles/horizon/templates/horizon.json.j2 | 28 ------------------- 1 file changed, 28 deletions(-) diff --git a/ansible/roles/horizon/templates/horizon.json.j2 b/ansible/roles/horizon/templates/horizon.json.j2 index b4e46fd1ea..0446423f42 100644 --- a/ansible/roles/horizon/templates/horizon.json.j2 +++ b/ansible/roles/horizon/templates/horizon.json.j2 @@ -1,34 +1,6 @@ {% set apache_cmd = 'apache2' if kolla_base_distro in ['ubuntu', 'debian'] else 'httpd' %} {% set apache_dir = 'apache2/conf-enabled' if kolla_base_distro in ['ubuntu', 'debian'] else 'httpd/conf.d' %} {% set apache_file = '000-default.conf' if kolla_base_distro in ['ubuntu', 'debian'] else 'horizon.conf' %} -{% set services = [ - ( 'ceilometer', enable_ceilometer ), - ( 'cinder', enable_cinder ), - ( 'cloudkitty', enable_horizon_cloudkitty ), - ( 'designate', enable_horizon_designate ), - ( 'freezer', enable_horizon_freezer ), - ( 'glance', enable_glance ), - ( 'heat', enable_heat ), - ( 'ironic', enable_horizon_ironic ), - ( 'keystone', enable_keystone ), - ( 'karbor', enable_horizon_karbor ), - ( 'magnum', enable_horizon_magnum ), - ( 'manila', enable_horizon_manila ), - ( 'masakari', enable_horizon_masakari ), - ( 'mistral', enable_horizon_mistral ), - ( 'murano', enable_horizon_murano ), - ( 'neutron', enable_neutron ), - ( 'nova', enable_nova ), - ( 'qinling', enable_horizon_qinling ), - ( 'sahara', enable_horizon_sahara ), - ( 'searchlight', enable_horizon_searchlight ), - ( 'senlin', enable_horizon_senlin ), - ( 'solum', enable_horizon_solum ), - ( 'tacker', enable_horizon_tacker ), - ( 'trove', enable_horizon_trove ), - ( 'watcher', enable_horizon_watcher ) -] %} - { "command": "/usr/sbin/{{ apache_cmd }} -DFOREGROUND", "config_files": [