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 *