.travis.yml
AUTHORS
ChangeLog
Dockerfile
Dockerfile.integration-tests
LICENSE
README.md
docker-compose-integration-tests.yml
docker-compose.yml
docker-entrypoint.sh
integration-test-requirements.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox-integration.ini
tox.ini
almanach/__init__.py
almanach/api.py
almanach/cli.py
almanach/collector.py
almanach/config.py
almanach.egg-info/PKG-INFO
almanach.egg-info/SOURCES.txt
almanach.egg-info/dependency_links.txt
almanach.egg-info/entry_points.txt
almanach.egg-info/not-zip-safe
almanach.egg-info/pbr.json
almanach.egg-info/requires.txt
almanach.egg-info/top_level.txt
almanach/adapters/__init__.py
almanach/adapters/api_route_v1.py
almanach/adapters/auth_adapter.py
almanach/adapters/bus_adapter.py
almanach/adapters/database_adapter.py
almanach/adapters/instance_bus_adapter.py
almanach/adapters/retry_adapter.py
almanach/adapters/volume_bus_adapter.py
almanach/auth/__init__.py
almanach/auth/base_auth.py
almanach/auth/keystone_auth.py
almanach/auth/mixed_auth.py
almanach/auth/private_key_auth.py
almanach/common/__init__.py
almanach/common/exceptions/__init__.py
almanach/common/exceptions/almanach_entity_not_found_exception.py
almanach/common/exceptions/almanach_exception.py
almanach/common/exceptions/authentication_failure_exception.py
almanach/common/exceptions/date_format_exception.py
almanach/common/exceptions/multiple_entities_matching_query.py
almanach/common/exceptions/validation_exception.py
almanach/common/exceptions/volume_type_not_found_exception.py
almanach/core/__init__.py
almanach/core/controller.py
almanach/core/model.py
almanach/resources/config/almanach.cfg
almanach/resources/config/logging.cfg
almanach/resources/config/test.cfg
almanach/validators/__init__.py
almanach/validators/instance_validator.py
doc/source/conf.py
doc/source/index.rst
integration_tests/__init__.py
integration_tests/base_api_testcase.py
integration_tests/base_api_volume_testcase.py
integration_tests/test_api_authentication.py
integration_tests/test_api_entity.py
integration_tests/test_api_info.py
integration_tests/test_api_instance_create.py
integration_tests/test_api_instance_delete.py
integration_tests/test_api_instance_entity.py
integration_tests/test_api_instance_rebuild.py
integration_tests/test_api_instance_resize.py
integration_tests/test_api_volume_attach.py
integration_tests/test_api_volume_create.py
integration_tests/test_api_volume_delete.py
integration_tests/test_api_volume_detach.py
integration_tests/test_api_volume_resize.py
integration_tests/test_api_volume_type.py
integration_tests/test_collector_instance_create.py
integration_tests/test_collector_instance_delete.py
integration_tests/test_collector_instance_delete_before_create.py
integration_tests/test_collector_volume_attach.py
integration_tests/test_collector_volume_create.py
integration_tests/test_collector_volume_delete.py
integration_tests/test_collector_volume_detach.py
integration_tests/test_collector_volume_multi_attach.py
integration_tests/test_collector_volume_multi_detach.py
integration_tests/test_collector_volume_resize.py
integration_tests/test_collector_volume_type.py
integration_tests/builders/__init__.py
integration_tests/builders/messages.py
integration_tests/helpers/__init__.py
integration_tests/helpers/almanach_helper.py
integration_tests/helpers/mongo_helper.py
integration_tests/helpers/rabbit_mq_helper.py
tests/__init__.py
tests/builder.py
tests/test_config.py
tests/adapters/__init__.py
tests/adapters/test_auth_adapter.py
tests/adapters/test_bus_adapter.py
tests/adapters/test_database_adapter.py
tests/adapters/test_instance_bus_adapter.py
tests/adapters/test_retry_adapter.py
tests/adapters/test_volume_bus_adapter.py
tests/api/__init__.py
tests/api/base_api.py
tests/api/test_api_authentication.py
tests/api/test_api_entity.py
tests/api/test_api_info.py
tests/api/test_api_instance.py
tests/api/test_api_volume.py
tests/api/test_api_volume_type.py
tests/auth/__init__.py
tests/auth/test_keystone_auth.py
tests/auth/test_mixed_auth.py
tests/auth/test_private_key_auth.py
tests/core/__init__.py
tests/core/test_controller.py
tests/validators/__init__.py
tests/validators/test_instance_validator.py