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 <kevin.lefevre@osones.io>
This commit is contained in:
Kevin Lefevre 2018-03-21 14:41:00 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 46c086853c
commit 7fe8c36df0
1 changed files with 8 additions and 0 deletions

View File

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