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/accounts.py
novaclient/backup_schedules.py
novaclient/base.py
novaclient/client.py
novaclient/exceptions.py
novaclient/flavors.py
novaclient/images.py
novaclient/ipgroups.py
novaclient/servers.py
novaclient/shell.py
novaclient/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/fakeserver.py
tests/test_accounts.py
tests/test_auth.py
tests/test_backup_schedules.py
tests/test_base.py
tests/test_client.py
tests/test_flavors.py
tests/test_images.py
tests/test_ipgroups.py
tests/test_servers.py
tests/test_shell.py
tests/test_zones.py
tests/testfile.txt
tests/utils.py