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:
zhufl
2018-03-21 14:50:05 +08:00
parent b8448901cd
commit 641f43b522
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ CONF = config.CONF
class ImagesMetadataTestJSON(base.BaseV2ComputeTest):
max_microversion = '2.38'
@classmethod
def skip_checks(cls):

View File

@@ -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):