From 91f1cc2f4e2ad3939f89e20639f68e22c495cae9 Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Mon, 16 Jan 2017 09:32:57 -0800 Subject: [PATCH] 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 --- 2016.01.json | 2 +- 2016.08.json | 2 +- next.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/2016.01.json b/2016.01.json index e5efd540..9b5ebae5 100644 --- a/2016.01.json +++ b/2016.01.json @@ -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": { diff --git a/2016.08.json b/2016.08.json index b15a4eca..94d72d5c 100644 --- a/2016.08.json +++ b/2016.08.json @@ -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": { diff --git a/next.json b/next.json index 640d612f..a840ede6 100644 --- a/next.json +++ b/next.json @@ -1162,7 +1162,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": {