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
Closes-Bug: 1749767
This commit is contained in:
David J Peacock 2019-09-18 14:57:28 -04:00
parent bb44f779fb
commit 2799a5fcd7
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ class HostAggregate(resource.Resource):
AVAILABILITY_ZONE: properties.Schema(
properties.Schema.STRING,
_('Name for the availability zone.'),
required=True,
update_allowed=True,
),
HOSTS: properties.Schema(