Merge "Correct availability_zone to be non-mandatory in heat"

This commit is contained in:
Zuul 2019-09-19 08:34:16 +00:00 committed by Gerrit Code Review
commit 2acb2328d8
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(