Set max_microversion 2.38 for nova image-metadata tests
https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id35 Besides, there's inconsistency between https://developer.openstack.org/api-ref/compute/#create-image-metadata and https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id35, https://review.openstack.org/#/c/554813/ will fix it. Change-Id: Ic6cc22f048c2ccd427dfe6e6aea0273128d96592
This commit is contained in:
@@ -28,6 +28,7 @@ CONF = config.CONF
|
||||
|
||||
|
||||
class ImagesMetadataTestJSON(base.BaseV2ComputeTest):
|
||||
max_microversion = '2.38'
|
||||
|
||||
@classmethod
|
||||
def skip_checks(cls):
|
||||
|
||||
@@ -20,6 +20,7 @@ from tempest.lib import exceptions as lib_exc
|
||||
|
||||
|
||||
class ImagesMetadataNegativeTestJSON(base.BaseV2ComputeTest):
|
||||
max_microversion = '2.38'
|
||||
|
||||
@classmethod
|
||||
def setup_clients(cls):
|
||||
|
||||
Reference in New Issue
Block a user