ironic/ironic/api/middleware
Yuriy Zveryanskyy f0f1923078 Do not use "private" attribute in AuthTokenMiddleware
There is a convention that is followed Python code, a name prefixed
with an underscore should be treated as a non-public part of the API
It should be considered an implementation detail and subject to
change without notice. This patch removes usage of "_app" attribute
of base class from AuthTokenMiddleware.

Change-Id: I8d7fa42796ccfd0173335c1d515c789bf2be965b
2015-06-24 12:00:46 +03:00
..
__init__.py Remove extraneous vim configuration comments for ironic 2014-02-26 09:24:48 +08:00
auth_token.py Do not use "private" attribute in AuthTokenMiddleware 2015-06-24 12:00:46 +03:00
parsable_error.py Prepare for hacking 0.10.x 2015-05-21 08:06:28 +02:00