Fix idempotent id in guidelines

Idempotent id expects the form of id-<UUID>. One of the entries
is of the form <UUID>. This patch corrects the typo.

Change-Id: Ie5ad764487097ef841750e0cd5a0046ab7448ac0
This commit is contained in:
Chris Hoge 2018-08-22 18:13:20 -07:00
parent 031f452425
commit 1ca743512d
2 changed files with 2 additions and 2 deletions

View File

@ -2390,7 +2390,7 @@
"required-since": "2018.02",
"tests": {
"tempest.api.volume.test_versions.VersionsTest.test_list_versions": {
"idempotent_id": "77838fc4-b49b-4c64-9533-166762517369"
"idempotent_id": "id-77838fc4-b49b-4c64-9533-166762517369"
}
}
},

View File

@ -2383,7 +2383,7 @@
"required_since": "2018.02",
"tests": {
"tempest.api.volume.test_versions.VersionsTest.test_list_versions": {
"idempotent_id": "77838fc4-b49b-4c64-9533-166762517369"
"idempotent_id": "id-77838fc4-b49b-4c64-9533-166762517369"
}
}
},