diff --git a/templates/horizon_local_settings.py.j2 b/templates/horizon_local_settings.py.j2 index e2965f90..d142ac0e 100644 --- a/templates/horizon_local_settings.py.j2 +++ b/templates/horizon_local_settings.py.j2 @@ -368,7 +368,7 @@ HORIZON_IMAGES_UPLOAD_MODE = '{{ horizon_images_upload_mode }}' # Allow a location to be set when creating or updating Glance images. # If using Glance V2, this value should be False unless the Glance # configuration and policies allow setting locations. -IMAGES_ALLOW_LOCATION = '{{ horizon_images_allow_location }}' +IMAGES_ALLOW_LOCATION = {{ horizon_images_allow_location }} # OPENSTACK_ENDPOINT_TYPE specifies the endpoint type to use for the endpoints # in the Keystone service catalog. Use this setting when Horizon is running