README.rst
setup.py
cloudbridge/__init__.py
cloudbridge.egg-info/PKG-INFO
cloudbridge.egg-info/SOURCES.txt
cloudbridge.egg-info/dependency_links.txt
cloudbridge.egg-info/pbr.json
cloudbridge.egg-info/requires.txt
cloudbridge.egg-info/top_level.txt
cloudbridge/cloud/__init__.py
cloudbridge/cloud/factory.py
cloudbridge/cloud/base/__init__.py
cloudbridge/cloud/base/provider.py
cloudbridge/cloud/base/resources.py
cloudbridge/cloud/base/services.py
cloudbridge/cloud/interfaces/__init__.py
cloudbridge/cloud/interfaces/exceptions.py
cloudbridge/cloud/interfaces/provider.py
cloudbridge/cloud/interfaces/resources.py
cloudbridge/cloud/interfaces/services.py
cloudbridge/cloud/providers/__init__.py
cloudbridge/cloud/providers/aws/__init__.py
cloudbridge/cloud/providers/aws/provider.py
cloudbridge/cloud/providers/aws/resources.py
cloudbridge/cloud/providers/aws/services.py
cloudbridge/cloud/providers/openstack/__init__.py
cloudbridge/cloud/providers/openstack/helpers.py
cloudbridge/cloud/providers/openstack/provider.py
cloudbridge/cloud/providers/openstack/resources.py
cloudbridge/cloud/providers/openstack/services.py
test/__init__.py
test/helpers.py
test/test_block_store_service.py
test/test_cloud_factory.py
test/test_cloud_helpers.py
test/test_compute_service.py
test/test_image_service.py
test/test_instance_types_service.py
test/test_interface.py
test/test_network_service.py
test/test_object_life_cycle.py
test/test_object_store_service.py
test/test_region_service.py
test/test_security_service.py