NSX|P: Fix TZ error message

TrivialFix

Change-Id: I73e5893e8af39669cd732e0efff07694e291b8dc
This commit is contained in:
asarfaty 2019-12-05 15:39:11 +02:00
parent 8832bd3432
commit 1fdc46e140
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ class NsxPAvailabilityZone(v3_az.NsxV3AvailabilityZone):
msg = (_("%(type)s %(id)s of availability zone %(az)s with edge "
"cluster %(ec)s does not match the default vlan tz "
"%(tz)s") % {
'type': obj_type,
'id': obj_id,
'ec': ec_uuid,
'tz': self._default_vlan_tz_uuid,