MANIFEST.in
README.rst
setup.cfg
setup.py
docs/.gitignore
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/releases.rst
docs/shell.rst
docs/ref/backup_schedules.rst
docs/ref/exceptions.rst
docs/ref/flavors.rst
docs/ref/images.rst
docs/ref/index.rst
docs/ref/ipgroups.rst
docs/ref/servers.rst
novaclient/__init__.py
novaclient/base.py
novaclient/client.py
novaclient/exceptions.py
novaclient/service_catalog.py
novaclient/shell.py
novaclient/utils.py
novaclient/keystone/__init__.py
novaclient/keystone/client.py
novaclient/keystone/tenants.py
novaclient/keystone/users.py
novaclient/v1_0/__init__.py
novaclient/v1_0/accounts.py
novaclient/v1_0/backup_schedules.py
novaclient/v1_0/base.py
novaclient/v1_0/client.py
novaclient/v1_0/flavors.py
novaclient/v1_0/images.py
novaclient/v1_0/ipgroups.py
novaclient/v1_0/servers.py
novaclient/v1_0/shell.py
novaclient/v1_0/zones.py
novaclient/v1_1/__init__.py
novaclient/v1_1/base.py
novaclient/v1_1/client.py
novaclient/v1_1/flavors.py
novaclient/v1_1/floating_ips.py
novaclient/v1_1/images.py
novaclient/v1_1/keypairs.py
novaclient/v1_1/quotas.py
novaclient/v1_1/security_group_rules.py
novaclient/v1_1/security_groups.py
novaclient/v1_1/servers.py
novaclient/v1_1/shell.py
novaclient/v1_1/zones.py
python_novaclient.egg-info/PKG-INFO
python_novaclient.egg-info/SOURCES.txt
python_novaclient.egg-info/dependency_links.txt
python_novaclient.egg-info/entry_points.txt
python_novaclient.egg-info/requires.txt
python_novaclient.egg-info/top_level.txt
tests/__init__.py
tests/fakes.py
tests/test_base.py
tests/test_http.py
tests/test_service_catalog.py
tests/test_shell.py
tests/test_utils.py
tests/utils.py
tests/v1_0/__init__.py
tests/v1_0/fakes.py
tests/v1_0/test_accounts.py
tests/v1_0/test_auth.py
tests/v1_0/test_backup_schedules.py
tests/v1_0/test_flavors.py
tests/v1_0/test_images.py
tests/v1_0/test_ipgroups.py
tests/v1_0/test_servers.py
tests/v1_0/test_shell.py
tests/v1_0/test_zones.py
tests/v1_0/testfile.txt
tests/v1_0/utils.py
tests/v1_1/__init__.py
tests/v1_1/fakes.py
tests/v1_1/test_auth.py
tests/v1_1/test_flavors.py
tests/v1_1/test_floating_ips.py
tests/v1_1/test_images.py
tests/v1_1/test_keypairs.py
tests/v1_1/test_quotas.py
tests/v1_1/test_security_group_rules.py
tests/v1_1/test_security_groups.py
tests/v1_1/test_servers.py
tests/v1_1/test_shell.py
tests/v1_1/test_zones.py
tests/v1_1/testfile.txt
tests/v1_1/utils.py