Merge "clean up a few doc building warnings"
This commit is contained in:
commit
a3b3078b14
@ -47,6 +47,13 @@ using `Gerrit`_.
|
||||
Run tests with ``tox -e py27`` if running with python 2.7. See the
|
||||
``tox.ini`` file for other test environment options.
|
||||
|
||||
Code Documentation
|
||||
==================
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
api/modules
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
|
@ -307,13 +307,11 @@ class BaseAuthProtocol(object):
|
||||
perform.
|
||||
"""
|
||||
|
||||
# NOTE(jamielennox): Default to True and remove in Pike.
|
||||
# NOTE(jamielennox): Default to True and remove in Pike. This is a
|
||||
# compatibility flag to allow passing **kwargs to fetch_token(). This
|
||||
# is basically to allow compatibility with keystone's override. We will
|
||||
# assume all subclasses are ok with this being True in the Pike release.
|
||||
kwargs_to_fetch_token = False
|
||||
"""A compatibility flag to allow passing **kwargs to fetch_token().
|
||||
|
||||
This is basically to allow compatibility with keystone's override. We will
|
||||
assume all subclasses are ok with this being True in the Pike release.
|
||||
"""
|
||||
|
||||
def __init__(self,
|
||||
app,
|
||||
|
Loading…
x
Reference in New Issue
Block a user