keystone/keystone/controllers
Mark McLoughlin e7c4c4b028 Do not return identical error messages twice
e.g.

 $> curl -d '{"passwordCredentials": ...}' -H "Content-type: application/json" http://localhost:5000/v2.0/tokens

should return:

 {"badRequest": {"message": "Expecting auth", "code": "400"}}

not:

 {"badRequest": {"message": "Expecting auth or Expecting auth", "code": "400"}}

Change-Id: I76a432cbb4c964f4050b8596c773e0a553120ca3
2011-09-30 15:59:51 +01:00
..
__init__.py PEP8 fixes... all of them. 2011-08-04 14:30:45 -05:00
auth.py Do not return identical error messages twice 2011-09-30 15:59:51 +01:00
endpointtemplates.py Added backend-managed primary key to User and Tenant model 2011-09-12 11:18:19 -05:00
extensions.py Added backend-managed primary key to User and Tenant model 2011-09-12 11:18:19 -05:00
roles.py Initial set of changes to move role operations to extensions. 2011-09-22 13:01:07 -05:00
services.py Initial Changes to move service operations to extensions. 2011-09-19 12:07:50 -05:00
staticfiles.py Contract changes 2011-08-16 20:30:31 -05:00
tenant.py Changes to support getTenants to behave differntly for admin users when invoked 2011-09-29 00:56:58 -05:00
user.py PEP8 fixes... all of them. 2011-08-04 14:30:45 -05:00
version.py Ziads changes and fixes for them. 2011-08-14 10:39:50 -05:00