Adding ability to create images from horizon ui

'OPENSTACK_IMAGE_FORMATS' should be added to
REST_API_REQUIRED_SETTINGS in order to make it work

Change-Id: I5abbdf3eb9fdd8fc136a619c78980ec2b0b7be4b
This commit is contained in:
Andrey Pavlov 2016-11-01 18:23:46 +00:00
parent 5192e64c0c
commit 7efeb26150
1 changed files with 2 additions and 1 deletions

View File

@ -697,7 +697,8 @@ SECURITY_GROUP_RULES = {
# 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',
'LAUNCH_INSTANCE_DEFAULTS']
'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