From d1a5ca5990a42d6ad8af7b3feaf48c044df3f4d9 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 21 Oct 2016 10:50:11 +1100 Subject: [PATCH] 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 71bb8ae61c1cb8997f8fcd7144b1b1dae3375fa8) --- releasenotes/notes/glance-v2-ba86ba34611f95ce.yaml | 3 +++ .../notes/launch-instance-defaults-c6ab65b7ab822162.yaml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/releasenotes/notes/glance-v2-ba86ba34611f95ce.yaml b/releasenotes/notes/glance-v2-ba86ba34611f95ce.yaml index 4777a12fc5..0db20bb054 100644 --- a/releasenotes/notes/glance-v2-ba86ba34611f95ce.yaml +++ b/releasenotes/notes/glance-v2-ba86ba34611f95ce.yaml @@ -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 diff --git a/releasenotes/notes/launch-instance-defaults-c6ab65b7ab822162.yaml b/releasenotes/notes/launch-instance-defaults-c6ab65b7ab822162.yaml index ddd87db7d7..caa9db693d 100644 --- a/releasenotes/notes/launch-instance-defaults-c6ab65b7ab822162.yaml +++ b/releasenotes/notes/launch-instance-defaults-c6ab65b7ab822162.yaml @@ -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. \ No newline at end of file + Drive property is supported. +upgrade: + - The LAUNCH_INSTANCE_DEFAULTS variable must be added to the + REST_API_REQUIRED_SETTINGS setting in local_settings.py