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
openstack/__init__.py
openstack.compute.egg-info/PKG-INFO
openstack.compute.egg-info/SOURCES.txt
openstack.compute.egg-info/dependency_links.txt
openstack.compute.egg-info/entry_points.txt
openstack.compute.egg-info/namespace_packages.txt
openstack.compute.egg-info/requires.txt
openstack.compute.egg-info/top_level.txt
openstack/compute/__init__.py
openstack/compute/api.py
openstack/compute/backup_schedules.py
openstack/compute/base.py
openstack/compute/client.py
openstack/compute/exceptions.py
openstack/compute/flavors.py
openstack/compute/images.py
openstack/compute/ipgroups.py
openstack/compute/servers.py
openstack/compute/shell.py
tests/__init__.py
tests/fakeserver.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/testfile.txt
tests/utils.py