Activity log for bug #1229967

Date Who What changed Old value New value Message
2013-09-24 22:07:14 Luis A. Garcia bug added bug
2013-09-24 22:07:50 Luis A. Garcia cinder: assignee Luis A. Garcia (luisg-8)
2013-09-24 22:31:00 Luis A. Garcia description Unlike error that result from HTTPExceptions, the error responses that result from CinderExceptions are not being translated anymore. To reproduce an example: Try the following request: POST /v2/{tenant-id}/snapshots Body: {"snapshot": {"volume_id": "99"}} Headers: Accept-Language: es (or some language installed) Content-Type: application/json This will result in the following: { "itemNotFound": { "message": "VolumeNotFound: Volume 99 could not be found.", "code": 404 } } That is, an English response (or the default locale's) even if the requested locale is available. Unlike error that result from HTTPExceptions, the error responses that result from CinderExceptions are not being translated anymore. To reproduce an example: Try the following request: POST /v2/{tenant-id}/snapshots Body: {"snapshot": {"volume_id": "99"}} Headers: Accept-Language: es (or some language installed) Content-Type: application/json This will result in the following: {     "itemNotFound": {         "message": "VolumeNotFound: Volume 99 could not be found.",         "code": 404     } } That is, an English response (or the default locale's) even if the requested locale is available. PS: Invalid and NotAuthorized CinderExceptions are handled correctly
2013-09-25 17:23:26 OpenStack Infra cinder: status New In Progress
2013-10-01 13:53:01 OpenStack Infra cinder: status In Progress Fix Committed
2013-10-04 07:42:08 Thierry Carrez cinder: status Fix Committed Fix Released
2013-10-04 07:42:08 Thierry Carrez cinder: milestone havana-rc1
2013-10-17 10:31:48 Thierry Carrez cinder: milestone havana-rc1 2013.2