From 7fe8c36df0876a19877a078db8ba13204daacaa9 Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Wed, 21 Mar 2018 14:41:00 +0100 Subject: [PATCH] Add release note for nova_default_schedule_zone Change Iacaa9785bf7ec7bebe2e0eb69e304bcfab41df5c implemented a change in defaults, but did not include a release note. This patch adds a release note to inform deployers of the change. Change-Id: Ia7f175b3655733f0868f52caff417a262bb14ecb Related-Bug: 1730918 Signed-off-by: Kevin Lefevre --- .../notes/optional-schedule-zone-12479db3ba0e9267.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/optional-schedule-zone-12479db3ba0e9267.yaml diff --git a/releasenotes/notes/optional-schedule-zone-12479db3ba0e9267.yaml b/releasenotes/notes/optional-schedule-zone-12479db3ba0e9267.yaml new file mode 100644 index 00000000..f7d897fb --- /dev/null +++ b/releasenotes/notes/optional-schedule-zone-12479db3ba0e9267.yaml @@ -0,0 +1,8 @@ +--- +features: + - | + The default variable `nova_default_schedule_zone` was previously set by + default to ``nova``. This default has been removed to allow the default + to be set by the nova code instead. Deployers wishing to maintain the + default availability zone of nova must now set the variable as a + user_variables.yml or group_vars override.