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
This commit is contained in:
Richard Jones 2016-10-21 10:50:11 +11:00
parent 18e96fced9
commit 71bb8ae61c
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 to set locations when creating or updating images. Depending on the Glance
version, the ability to set locations is controlled by policies and/or version, the ability to set locations is controlled by policies and/or
configuration values. configuration values.
upgrade:
- The OPENSTACK_IMAGE_FORMATS variable must be added to the
REST_API_REQUIRED_SETTINGS setting in local_settings.py
issues: issues:
- If you set 'images_panel' to False for the ANGULAR_FEATURES option (which - 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 is not the default) and configure Horizon to use Glance v2, Ramdisk ID and

View File

@ -2,4 +2,7 @@
features: features:
- Added the LAUNCH_INSTANCE_DEFAULTS setting which allows specifying default - Added the LAUNCH_INSTANCE_DEFAULTS setting which allows specifying default
values for the Launch Instance workflow. Initially only the Configuration 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