keystonemiddleware/keystonemiddleware/auth_token
Lucas Alvares Gomes 5eebd22ccf Fix gate for newton
The gate is wedged and this is a combination of two commits.

1. Auth token, set the correct charset

Explicit set the charset to UTF-8 when replying with 401. It's now
required by webob.

A previous attempt to fix this problem was introduced as part of the
commit 20fb1dbe5a but this is only
compatible with the version 1.7.0 of WebOb, older versions will break.
See:
http://logs.openstack.org/05/371605/12/check/gate-ironic-python35-db/686bd86/console.html#_2017-01-03_11_10_11_760197

Change-Id: I30adc87882ce8bd2c18588161d5c60d77a56925e
Closes-Bug: #1653646
(cherry-picked from: 2092d57836)

2. Add docutils contraint on 0.13.1 to fix building

See:
http://lists.openstack.org/pipermail/openstack-dev/2016-December/108742.html

Change-Id: Ied3c922b8bbb52a3589c2f5308ecf87fc1415fbc
(cherry-picked from: 29a879c0ed)
2017-01-09 16:23:41 -05:00
..
__init__.py Fix gate for newton 2017-01-09 16:23:41 -05:00
_auth.py Config: no need to set default=None 2016-06-23 07:44:35 +08:00
_base.py Break default auth plugin into file 2015-02-26 10:01:15 +11:00
_cache.py Remove oslo-incubator 2016-07-05 10:52:34 +10:00
_exceptions.py Create a Config object 2016-06-10 18:21:56 +00:00
_identity.py Use keystoneauth 2015-11-23 12:03:00 +11:00
_memcache_crypt.py Fix D200: One-line docstring should fit on one line with quotes (PEP257) 2016-05-17 00:23:48 +00:00
_memcache_pool.py Fix D204 PEP257 violation and enable D301 and D209 2016-05-06 16:36:15 +00:00
_opts.py Fix description of option `cache` 2016-07-26 13:29:55 +03:00
_request.py Pass X_IS_ADMIN_PROJECT header from auth_token 2016-06-21 12:09:12 +10:00
_revocations.py auth_token verify revocation by audit_id 2015-12-17 10:55:58 -06:00
_signing_dir.py Create signing_dir upon first usage 2016-04-11 11:12:06 -07:00
_user_plugin.py Use AccessInfo in UserAuthPlugin instead of custom 2016-07-07 16:41:51 +10:00