From 25c9d10cdd06074786840bca2698239b6c9711c6 Mon Sep 17 00:00:00 2001 From: Dincer Celik Date: Mon, 1 Jul 2019 13:25:49 +0300 Subject: [PATCH] Fix import of horizon custom_local_settings on python3 Change-Id: I71f3e8ab50426246b595755a8f3298ba7ca0a50d Closes-Bug: #1803029 (cherry picked from commit 120e8080ab57d79a7ae4b51d3215b98222aab29e) --- ansible/roles/horizon/templates/local_settings.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/horizon/templates/local_settings.j2 b/ansible/roles/horizon/templates/local_settings.j2 index eab5185234..5fa97b9600 100644 --- a/ansible/roles/horizon/templates/local_settings.j2 +++ b/ansible/roles/horizon/templates/local_settings.j2 @@ -843,4 +843,4 @@ KEY_MANAGER = { {% endif %} # Allow operators to overwrite variables (LP: #1769970). -from custom_local_settings import * +from .custom_local_settings import *