diff options
author | David J Peacock <david.j.peacock@gmail.com> | 2019-09-18 14:57:28 -0400 |
---|---|---|
committer | David J Peacock <david.j.peacock@gmail.com> | 2019-10-07 13:08:37 -0400 |
commit | d9368ecb2104f6ed0b9e18c9ada77add8e81de66 (patch) | |
tree | c54c78e7d1deb85ca7e968518941499c953092fa /releasenotes | |
parent | 05bb44663745d5132f5f0db098bc699cc32be356 (diff) | |
download | heat-d9368ecb2104f6ed0b9e18c9ada77add8e81de66.tar.gz |
Correct availability_zone to be non-mandatory in heat
As per CLI and GUI, availability_zone is not mandatory. In templates,
it is. This is incorrect.
This patch corrects behaviour to match CLI and GUI.
Change-Id: Ice37340f084ea65bd4b46562145e82ede6bc0df5
Story: 2006586
(cherry picked from commit 2799a5fcd76639a202092ea1b6fc242a8886dc56)
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/correct-availability-zone-to-be-non-mandatory-ee4c124b15449393.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/correct-availability-zone-to-be-non-mandatory-ee4c124b15449393.yaml b/releasenotes/notes/correct-availability-zone-to-be-non-mandatory-ee4c124b15449393.yaml new file mode 100644 index 000000000..9e0716e90 --- /dev/null +++ b/releasenotes/notes/correct-availability-zone-to-be-non-mandatory-ee4c124b15449393.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Erroneously, availability_zone for host aggregate resource types was + considered mandatory in heat templates. + + Behaviour has been adjusted to bring this in line with the CLI and GUI, in + which it is optional. |