Correct release version for OS::Neutron::ProviderNet dns_domain

The patch adding this new property was approved during the Ussuri
release cycle, but only merged in the Victoria release. Therefore the
version in the SupportStatus should be 15.0.0, not 14.0.0.

Change-Id: I1e825834049f47a470280cce6c8bd89ef7e9ae61
This commit is contained in:
Zane Bitter 2020-08-12 10:01:11 -04:00
parent 9e6c3212b9
commit c680d8933d
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class ProviderNet(net.Net):
constraints.CustomConstraint('dns_domain')
],
update_allowed=True,
support_status=support.SupportStatus(version='14.0.0')
support_status=support.SupportStatus(version='15.0.0')
),
}