Fix the project name of images-v2-index
The project of images-v2-index should be glance, not nova. This patch fixes it. Change-Id: I3cfe851139f7a4058f1821185c983ea3971dc071
This commit is contained in:
parent
6143fbd99e
commit
91f1cc2f4e
@ -1435,7 +1435,7 @@
|
||||
],
|
||||
"admin": false,
|
||||
"description": "CRUD image operations in Images API v2",
|
||||
"project": "nova",
|
||||
"project": "glance",
|
||||
"required-since": "2014.07",
|
||||
"tests": {
|
||||
"tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params": {
|
||||
|
@ -1376,7 +1376,7 @@
|
||||
],
|
||||
"admin": false,
|
||||
"description": "CRUD image operations in Images API v2",
|
||||
"project": "nova",
|
||||
"project": "glance",
|
||||
"required-since": "2014.07",
|
||||
"tests": {
|
||||
"tempest.api.image.v2.test_images.ListImagesTest.test_list_no_params": {
|
||||
|
Loading…
Reference in New Issue
Block a user