HACKING
LICENSE
MANIFEST.in
README.rst
run_tests.sh
setup.cfg
setup.py
tox.ini
doc/.gitignore
doc/Makefile
doc/source/conf.py
doc/source/index.rst
doc/source/releases.rst
doc/source/shell.rst
doc/source/using-api.rst
doc/source/build/html/.buildinfo
doc/source/build/html/genindex.html
doc/source/build/html/index.html
doc/source/build/html/objects.inv
doc/source/build/html/py-modindex.html
doc/source/build/html/releases.html
doc/source/build/html/search.html
doc/source/build/html/searchindex.js
doc/source/build/html/shell.html
doc/source/build/html/using-api.html
doc/source/build/html/.doctrees/environment.pickle
doc/source/build/html/.doctrees/index.doctree
doc/source/build/html/.doctrees/releases.doctree
doc/source/build/html/.doctrees/shell.doctree
doc/source/build/html/.doctrees/using-api.doctree
doc/source/build/html/.doctrees/ref/client.doctree
doc/source/build/html/.doctrees/ref/endpoints.doctree
doc/source/build/html/.doctrees/ref/exceptions.doctree
doc/source/build/html/.doctrees/ref/generic-client.doctree
doc/source/build/html/.doctrees/ref/index.doctree
doc/source/build/html/.doctrees/ref/roles.doctree
doc/source/build/html/.doctrees/ref/services.doctree
doc/source/build/html/.doctrees/ref/tenants.doctree
doc/source/build/html/.doctrees/ref/users.doctree
doc/source/build/html/_sources/index.txt
doc/source/build/html/_sources/releases.txt
doc/source/build/html/_sources/shell.txt
doc/source/build/html/_sources/using-api.txt
doc/source/build/html/_sources/ref/client.txt
doc/source/build/html/_sources/ref/endpoints.txt
doc/source/build/html/_sources/ref/exceptions.txt
doc/source/build/html/_sources/ref/generic-client.txt
doc/source/build/html/_sources/ref/index.txt
doc/source/build/html/_sources/ref/roles.txt
doc/source/build/html/_sources/ref/services.txt
doc/source/build/html/_sources/ref/tenants.txt
doc/source/build/html/_sources/ref/users.txt
doc/source/build/html/_static/ajax-loader.gif
doc/source/build/html/_static/basic.css
doc/source/build/html/_static/comment-bright.png
doc/source/build/html/_static/comment-close.png
doc/source/build/html/_static/comment.png
doc/source/build/html/_static/doctools.js
doc/source/build/html/_static/down-pressed.png
doc/source/build/html/_static/down.png
doc/source/build/html/_static/file.png
doc/source/build/html/_static/jquery.js
doc/source/build/html/_static/minus.png
doc/source/build/html/_static/nature.css
doc/source/build/html/_static/plus.png
doc/source/build/html/_static/pygments.css
doc/source/build/html/_static/searchtools.js
doc/source/build/html/_static/underscore.js
doc/source/build/html/_static/up-pressed.png
doc/source/build/html/_static/up.png
doc/source/build/html/_static/websupport.js
doc/source/build/html/ref/client.html
doc/source/build/html/ref/endpoints.html
doc/source/build/html/ref/exceptions.html
doc/source/build/html/ref/generic-client.html
doc/source/build/html/ref/index.html
doc/source/build/html/ref/roles.html
doc/source/build/html/ref/services.html
doc/source/build/html/ref/tenants.html
doc/source/build/html/ref/users.html
doc/source/ref/client.rst
doc/source/ref/endpoints.rst
doc/source/ref/exceptions.rst
doc/source/ref/generic-client.rst
doc/source/ref/index.rst
doc/source/ref/roles.rst
doc/source/ref/services.rst
doc/source/ref/tenants.rst
doc/source/ref/users.rst
keystoneclient/__init__.py
keystoneclient/base.py
keystoneclient/client.py
keystoneclient/exceptions.py
keystoneclient/service_catalog.py
keystoneclient/shell.py
keystoneclient/utils.py
keystoneclient/generic/__init__.py
keystoneclient/generic/client.py
keystoneclient/generic/shell.py
keystoneclient/openstack/__init__.py
keystoneclient/openstack/common/__init__.py
keystoneclient/openstack/common/setup.py
keystoneclient/v2_0/__init__.py
keystoneclient/v2_0/client.py
keystoneclient/v2_0/ec2.py
keystoneclient/v2_0/endpoints.py
keystoneclient/v2_0/roles.py
keystoneclient/v2_0/services.py
keystoneclient/v2_0/shell.py
keystoneclient/v2_0/tenants.py
keystoneclient/v2_0/tokens.py
keystoneclient/v2_0/users.py
python_keystoneclient.egg-info/PKG-INFO
python_keystoneclient.egg-info/SOURCES.txt
python_keystoneclient.egg-info/dependency_links.txt
python_keystoneclient.egg-info/entry_points.txt
python_keystoneclient.egg-info/requires.txt
python_keystoneclient.egg-info/top_level.txt
tests/__init__.py
tests/test_base.py
tests/test_http.py
tests/test_https.py
tests/test_service_catalog.py
tests/test_shell.py
tests/test_utils.py
tests/utils.py
tests/v2_0/__init__.py
tests/v2_0/test_auth.py
tests/v2_0/test_discovery.py
tests/v2_0/test_ec2.py
tests/v2_0/test_endpoints.py
tests/v2_0/test_roles.py
tests/v2_0/test_services.py
tests/v2_0/test_tenants.py
tests/v2_0/test_tokens.py
tests/v2_0/test_users.py
tools/generate_authors.sh
tools/install_venv.py
tools/keystone.bash_completion
tools/pip-requires
tools/test-requires
tools/with_venv.sh