Update REST_API_REQUIRED_SETTINGS
The REST_API_REQUIRED_SETTINGS variable needs to be updated as specified in the release notes[0]. [0] http://docs.openstack.org/releasenotes/horizon/newton.html#id3 Change-Id: I2b579be8f0e451867238667b6d063ee74b8b373b
This commit is contained in:
parent
971ab06ea2
commit
a117d3d2de
@ -932,7 +932,9 @@ OVERVIEW_DAYS_RANGE = <%= @overview_days_range %>
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user