diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-02-09 05:54:33 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-02-09 05:54:33 +0000 |
| commit | 4ee6e3302ae53c8858c0e48c27a46c292e771afb (patch) | |
| tree | d945a6e37daf9542ebf6c5e398fbe932fe072d4a /keystoneclient/auth/__init__.py | |
| parent | 14aa7fe27b0dcae5d5b4be6f9c6d5948c7704aae (diff) | |
| parent | cd552374ca8eaa315ec54fe8f586ec8c69a69c74 (diff) | |
| download | python-keystoneclient-1.1.0.tar.gz | |
Merge "Add get_headers interface to authentication plugins"1.1.0
Diffstat (limited to 'keystoneclient/auth/__init__.py')
| -rw-r--r-- | keystoneclient/auth/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keystoneclient/auth/__init__.py b/keystoneclient/auth/__init__.py index 9324207..463bcef 100644 --- a/keystoneclient/auth/__init__.py +++ b/keystoneclient/auth/__init__.py @@ -21,6 +21,7 @@ __all__ = [ 'AUTH_INTERFACE', 'BaseAuthPlugin', 'get_plugin_class', + 'IDENTITY_AUTH_HEADER_NAME', 'PLUGIN_NAMESPACE', # auth.cli |
