Add upgrade notes for new REST_API_REQUIRED_SETTINGS

These two settings are required in REST_API_REQUIRED_SETTINGS
and need to be mentioned for deployments upgrading from
previous Horizon versions.

Change-Id: I9b80c3f299634fc54fafa1085a8ca65108740c51
Partial-Bug: 1632383
(cherry picked from commit 71bb8ae61c)
This commit is contained in:
Richard Jones 2016-10-21 10:50:11 +11:00 committed by Rob Cresswell
parent c4d3074655
commit d1a5ca5990
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,9 @@ features:
to set locations when creating or updating images. Depending on the Glance
version, the ability to set locations is controlled by policies and/or
configuration values.
upgrade:
- The OPENSTACK_IMAGE_FORMATS variable must be added to the
REST_API_REQUIRED_SETTINGS setting in local_settings.py
issues:
- If you set 'images_panel' to False for the ANGULAR_FEATURES option (which
is not the default) and configure Horizon to use Glance v2, Ramdisk ID and

View File

@ -2,4 +2,7 @@
features:
- Added the LAUNCH_INSTANCE_DEFAULTS setting which allows specifying default
values for the Launch Instance workflow. Initially only the Configuration
Drive property is supported.
Drive property is supported.
upgrade:
- The LAUNCH_INSTANCE_DEFAULTS variable must be added to the
REST_API_REQUIRED_SETTINGS setting in local_settings.py