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:
Radomir Dopieralski 2016-10-31 09:49:39 +01:00
parent 971ab06ea2
commit a117d3d2de
1 changed files with 3 additions and 1 deletions

View File

@ -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