From 90bb9791ef19559e06c65f6786db6e6271df6e8e Mon Sep 17 00:00:00 2001 From: okozachenko Date: Tue, 12 May 2020 01:54:14 +0300 Subject: [PATCH] Fix missing OPENSTACK_NEUTRON_NETWORK in the cm of horizon local_settings Change-Id: I5678ec1e53fd896e5cde670805439006980fd346 --- openstack_operator/templates/horizon/configmap.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack_operator/templates/horizon/configmap.yml.j2 b/openstack_operator/templates/horizon/configmap.yml.j2 index c1dd3ad8..65a9e8f8 100644 --- a/openstack_operator/templates/horizon/configmap.yml.j2 +++ b/openstack_operator/templates/horizon/configmap.yml.j2 @@ -20,6 +20,7 @@ metadata: data: local_settings.py: | import os + from openstack_dashboard.defaults import OPENSTACK_NEUTRON_NETWORK from openstack_dashboard.settings import HORIZON_CONFIG ALLOWED_HOSTS = ['*']