Adding ability to upload images from urls

This will enable "url" source type in horizon

Change-Id: I6f14c642fc6e8fec6b121d20d48dc2232995a17f
Depends-On: I23cc56095c6ef82e886129e072aad44b150c5cab
This commit is contained in:
Andrey Pavlov 2016-11-02 18:15:48 +00:00
parent 7efeb26150
commit 95ac80097e
1 changed files with 5 additions and 0 deletions

View File

@ -715,3 +715,8 @@ REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES',
# http://tinyurl.com/anticlickjack
#DISALLOW_IFRAME_EMBED = True
COMPRESS_OFFLINE = True
# 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 = True