From 11718aca88897d100f6a5c2c2dfeb072faff57a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Thu, 12 May 2022 16:25:42 +0200 Subject: [PATCH] Fix typo Change-Id: Id8c7a5df99a39cc32a16f9e82bdda1c0e55b085e --- .../tempest/implemented/api-microversions-testing-support.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/tempest/implemented/api-microversions-testing-support.rst b/specs/tempest/implemented/api-microversions-testing-support.rst index 7cfdf13..536db36 100644 --- a/specs/tempest/implemented/api-microversions-testing-support.rst +++ b/specs/tempest/implemented/api-microversions-testing-support.rst @@ -121,7 +121,7 @@ Test classes for each microversion to specify it as experimental job to know we need to update Tempest for supporting the latest microversion. - These configration options should be added for each project(Nova, Ironic, + These configuration options should be added for each project(Nova, Ironic, etc.) because the microversion numbers are different between projects. JSON-Schema for each microversion (Nova specific) @@ -201,7 +201,7 @@ Work Items * Add a test class for a single microversion(as sample) * Migrate tested microversion testing framework to Tempest-lib * Consume those interface from Tempest-lib and remove from Tempest -* Change the configrations on openstack-infra/project-config for master +* Change the configurations on openstack-infra/project-config for master Dependencies ============