yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #91263
[Bug 1939690] Re: The api-ref response and the actual response returned from the Create Tags API does not match
Reviewed: https://review.opendev.org/c/openstack/glance/+/856098
Committed: https://opendev.org/openstack/glance/commit/2872130bb932b980902e6115fff60f6b7754e3db
Submitter: "Zuul (22348)"
Branch: master
commit 2872130bb932b980902e6115fff60f6b7754e3db
Author: Mridula Joshi <mrjoshi@xxxxxxxxxx>
Date: Tue Sep 6 12:17:23 2022 +0000
Fixes the api-ref response
The response returned from the Create Tags API
'/v2/metadefs/namespaces/{namespace_name}/tags' does not match
the response in api-ref.
This patch corrects the api-ref response.
Closes-Bug: #1939690
Change-Id: Icdafa6f55b434977d83148a0b0a958f35e99afac
** Changed in: glance
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1939690
Title:
The api-ref response and the actual response returned from the Create
Tags API does not match
Status in Glance:
Fix Released
Bug description:
The response returned from the Create Tags API
'/v2/metadefs/namespaces/{namespace_name}/tags' does not match the
response in api-ref.
The response mentioned in the api-ref: https://docs.openstack.org/api-ref/image/v2/metadefs-index.html?expanded=create-tags-detail#id88
{
"created_at": "2015-05-09T01:12:31Z",
"name": "added-sample-tag",
"updated_at": "2015-05-09T01:12:31Z"
}
The actual response returned from API :
RESP BODY: {"tags": [{"name": "sample-tag1"}, {"name": "sample-tag2"}, {"name": "sample-tag3"}]}
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1939690/+subscriptions
References