Activity log for bug #1179425

Date Who What changed Old value New value Message
2013-05-13 09:34:11 hufali bug added bug
2013-05-13 09:35:44 hufali description The doc string in exception.py of Keystone can be returned with __doc__method, but cannot realize the internationalization. /v2.0/tokens { "error": { "message": "Expecting to find username or userId in passwordCredentials. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.", "code": 400, "title": "Bad Request" } } { "error": { "message": "The request you have made requires authentication.", "code": 401, "title": "Not Authorized" } } { "error": { "message": "Invalid user / password", "code": 401, "title": "Not Authorized" } } The message in error should be translated. The doc string in exception.py of Keystone will be returned with __doc__method, but cannot realize the internationalization. /v2.0/tokens {     "error": {         "message": "Expecting to find username or userId in passwordCredentials. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.",         "code": 400,         "title": "Bad Request"     } } {     "error": {         "message": "The request you have made requires authentication.",         "code": 401,         "title": "Not Authorized"     } } {     "error": {         "message": "Invalid user / password",         "code": 401,         "title": "Not Authorized"     } } The message in error should be translated.
2013-05-13 09:35:55 hufali description The doc string in exception.py of Keystone will be returned with __doc__method, but cannot realize the internationalization. /v2.0/tokens {     "error": {         "message": "Expecting to find username or userId in passwordCredentials. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.",         "code": 400,         "title": "Bad Request"     } } {     "error": {         "message": "The request you have made requires authentication.",         "code": 401,         "title": "Not Authorized"     } } {     "error": {         "message": "Invalid user / password",         "code": 401,         "title": "Not Authorized"     } } The message in error should be translated. The doc string in exception.py of Keystone will be returned with __doc__ method, but cannot realize the internationalization. /v2.0/tokens {     "error": {         "message": "Expecting to find username or userId in passwordCredentials. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.",         "code": 400,         "title": "Bad Request"     } } {     "error": {         "message": "The request you have made requires authentication.",         "code": 401,         "title": "Not Authorized"     } } {     "error": {         "message": "Invalid user / password",         "code": 401,         "title": "Not Authorized"     } } The message in error should be translated.
2013-05-13 09:38:00 hufali description The doc string in exception.py of Keystone will be returned with __doc__ method, but cannot realize the internationalization. /v2.0/tokens {     "error": {         "message": "Expecting to find username or userId in passwordCredentials. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.",         "code": 400,         "title": "Bad Request"     } } {     "error": {         "message": "The request you have made requires authentication.",         "code": 401,         "title": "Not Authorized"     } } {     "error": {         "message": "Invalid user / password",         "code": 401,         "title": "Not Authorized"     } } The message in error should be translated. The doc string in exception.py of Keystone will be returned with __doc__ method, but cannot realize the internationalization. /v2.0/tokens {     "error": {         "message": "Expecting to find username or userId in passwordCredentials. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.",         "code": 400,         "title": "Bad Request"     } } {     "error": {         "message": "The request you have made requires authentication.",         "code": 401,         "title": "Not Authorized"     } } {     "error": {         "message": "Invalid user / password",         "code": 401,         "title": "Not Authorized"     } } The message in error which should be translated is returned from the doc string in excetpion.py of Keystone.
2013-05-13 09:44:28 hufali bug added subscriber Dolph Mathews
2013-05-13 09:44:42 hufali bug added subscriber DPrince
2013-05-13 09:45:12 hufali bug added subscriber Jay Pipes
2013-05-13 09:47:42 hufali bug added subscriber David Jia
2013-05-15 03:22:52 David Jia keystone: assignee David Jia (jiataotj)
2013-05-16 13:09:01 OpenStack Infra keystone: status New In Progress
2013-05-16 13:09:01 OpenStack Infra keystone: assignee David Jia (jiataotj) Dolph Mathews (dolph)
2013-05-20 10:24:05 OpenStack Infra keystone: assignee Dolph Mathews (dolph) David Jia (jiataotj)
2013-06-10 21:41:04 Dolph Mathews keystone: importance Undecided Wishlist
2013-07-29 21:55:50 OpenStack Infra keystone: status In Progress Fix Committed
2013-09-05 09:28:31 Thierry Carrez keystone: status Fix Committed Fix Released
2013-09-05 09:28:31 Thierry Carrez keystone: milestone havana-3
2013-10-17 12:40:52 Thierry Carrez keystone: milestone havana-3 2013.2