Enable ability to upload Glance images through Horizon by default

As described in at https://bugs.launchpad.net/horizon/+bug/1632383
it seems that Horizon doesn't allow adding Glance images
through the UI by default.  Modified Horizon local settings
to allow image creation.

Change-Id: If690ac47cb6141a33ff3018a669ee12c8c0aee31
This commit is contained in:
Eric Caron 2017-05-30 10:20:16 -04:00 committed by Chris Wedgwood
parent 8ae7fa7518
commit 8cc72b88f6

View File

@ -645,7 +645,9 @@ SECURITY_GROUP_RULES = {
# the enabled panel configuration.
# You should not add settings to this list for out of tree extensions.
# See: https://wiki.openstack.org/wiki/Horizon/RESTAPI
REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES']
REST_API_REQUIRED_SETTINGS = ['OPENSTACK_HYPERVISOR_FEATURES',
'LAUNCH_INSTANCE_DEFAULTS',
'OPENSTACK_IMAGE_FORMATS']
# Additional settings can be made available to the client side for
# extensibility by specifying them in REST_API_ADDITIONAL_SETTINGS