yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #60460
[Bug 1656183] [NEW] Delete tags return 200 status code but api-ref says 204
Public bug reported:
delete tags API DELETE metadefs/namespaces/%s/tags actually return 200
status code because response ResponseSerializer is not implemented for
delete_tags in
https://github.com/openstack/glance/blob/master/glance/api/v2/metadef_namespaces.py
but api-ref below mentioned status code will be 204.
http://developer.openstack.org/api-ref/image/v2/metadefs-index?expanded
=delete-all-tag-definitions-detail#delete-all-tag-definitions
Tests for tags are going to be added in tempest -
https://review.openstack.org/#/c/403998/
** Affects: glance
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1656183
Title:
Delete tags return 200 status code but api-ref says 204
Status in Glance:
New
Bug description:
delete tags API DELETE metadefs/namespaces/%s/tags actually return 200
status code because response ResponseSerializer is not implemented for
delete_tags in
https://github.com/openstack/glance/blob/master/glance/api/v2/metadef_namespaces.py
but api-ref below mentioned status code will be 204.
http://developer.openstack.org/api-ref/image/v2/metadefs-
index?expanded=delete-all-tag-definitions-detail#delete-all-tag-
definitions
Tests for tags are going to be added in tempest -
https://review.openstack.org/#/c/403998/
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1656183/+subscriptions
Follow ups