deb-keystone/keystone/common
David Stanek be069f646f Revert "Return a descriptive error message for controllers"
This reverts commit 6512c71a49.

While this fixes the problem it doesn't do it in a comprehensive way.
The right way would be to implement real validation.

The reverted patch breaks on methods marked as deprecated because the
deprecated decorator is a function that accepts *args and **kwargs.
This bypasses the check and we go back to the same TypeError from the
original bug.

Related-Bug: #1149987
Change-Id: I0efbcce9abc23bf79eb970e441e5f7644b1c8453
2013-12-02 21:19:20 +00:00
..
cache Style improvements to logging format strings 2013-11-22 10:01:34 +01:00
environment Style improvements to logging format strings 2013-11-22 10:01:34 +01:00
ldap Style improvements to logging format strings 2013-11-22 10:01:34 +01:00
sql Do not name variables as builtins 2013-11-13 10:00:36 +01:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
cms.py Style improvements to logging format strings 2013-11-22 10:01:34 +01:00
config.py use different bind addresses for admin and public 2013-11-11 15:27:29 +08:00
controller.py Style improvements to logging format strings 2013-11-22 10:01:34 +01:00
dependency.py Optional dependency injection 2013-09-16 16:00:49 -05:00
extension.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
kvs.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
manager.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
models.py Cleanup of tenantId, tenant_id, and default_project_id 2013-09-22 17:36:02 -07:00
openssl.py Merge "Remove CA key password from cert setup" 2013-09-12 15:37:53 +00:00
router.py Changed header from LLC to Foundation based on trademark policies 2013-09-05 15:03:32 -05:00
serializer.py Treats OS-KSADM:password as password in v2 APIs 2013-10-09 15:40:40 +00:00
systemd.py notify calling process we are ready to serve 2012-09-19 00:28:19 +02:00
utils.py Style improvements to logging format strings 2013-11-22 10:01:34 +01:00
wsgi.py Revert "Return a descriptive error message for controllers" 2013-12-02 21:19:20 +00:00