From 92703b6f139e97c1d69c08ab54a43e4f29a04fc5 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 3 Sep 2020 07:38:10 -0400 Subject: [PATCH] Enable direct upload from Glance Change-Id: I0964dcf454d3f40496a08187d553cd2d7f02e55f --- 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 c80d7bb6..68efab96 100644 --- a/openstack_operator/templates/horizon/configmap.yml.j2 +++ b/openstack_operator/templates/horizon/configmap.yml.j2 @@ -51,6 +51,7 @@ data: ] OPERATION_LOG_ENABLED = True + HORIZON_IMAGES_UPLOAD_MODE = 'direct' SECURITY_GROUP_RULES = { 'all_tcp': {