Activity log for bug #1477934

Date Who What changed Old value New value Message
2015-07-24 10:28:30 Yoshinori Iwamoto bug added bug
2015-07-24 10:29:11 Yoshinori Iwamoto openstack-api-site: assignee Yoshinori Iwamoto (iwamoto-y)
2015-07-24 10:30:10 Yoshinori Iwamoto description Networking API v2.0 extensions (CURRENT) Delete network http://developer.openstack.org/api-ref-networking-v2-ext.html#deleteSecGroup Error response code "conflict (409)" is missing. Current document: Error response codesunauthorized (401), itemNotFound (404) 409 error example: --- $ curl -g -i -X DELETE http://localhost:9696/v2.0/security-groups/28f39681-8cd5-4aef-9560-66562fc7d8b3.json -H "Accept: application/json" -H "X-Auth-Token: xxxxx" HTTP/1.1 409 Conflict Content-Type: application/json; charset=UTF-8 Content-Length: 136 X-Openstack-Request-Id: req-3150d78b-1c38-4608-88bf-7576eb4bb0ae Date: Fri, 24 Jul 2015 10:11:46 GMT {"NeutronError": {"message": "Security Group 28f39681-8cd5-4aef-9560-66562fc7d8b3 in use.", "type": "SecurityGroupInUse", "detail": ""}} --- Networking API v2.0 extensions (CURRENT) Delete security group http://developer.openstack.org/api-ref-networking-v2-ext.html#deleteSecGroup Error response code "conflict (409)" is missing. Current document: Error response codesunauthorized (401), itemNotFound (404) 409 error example: --- $ curl -g -i -X DELETE http://localhost:9696/v2.0/security-groups/28f39681-8cd5-4aef-9560-66562fc7d8b3.json -H "Accept: application/json" -H "X-Auth-Token: xxxxx" HTTP/1.1 409 Conflict Content-Type: application/json; charset=UTF-8 Content-Length: 136 X-Openstack-Request-Id: req-3150d78b-1c38-4608-88bf-7576eb4bb0ae Date: Fri, 24 Jul 2015 10:11:46 GMT {"NeutronError": {"message": "Security Group 28f39681-8cd5-4aef-9560-66562fc7d8b3 in use.", "type": "SecurityGroupInUse", "detail": ""}} ---
2015-07-24 15:41:09 Anne Gentle openstack-api-site: status New Confirmed
2015-07-24 15:41:18 Anne Gentle openstack-api-site: importance Undecided Medium
2015-07-26 23:59:27 Shigehiro Yoshikawa bug added subscriber Shigehiro Yoshikawa
2015-07-27 13:51:09 OpenStack Infra openstack-api-site: status Confirmed In Progress
2015-07-30 01:06:22 Diane Fleming openstack-api-site: milestone liberty
2015-07-30 08:40:29 OpenStack Infra openstack-api-site: status In Progress Fix Released