.dockerignore
AUTHORS
ChangeLog
Dockerfile
Dockerfile.integration-tests
LICENSE
README.rst
docker-compose.yml
integration-test-requirements.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox-integration.ini
tox.ini
almanach/__init__.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/api/__init__.py
almanach/api/auth_adapter.py
almanach/api/main.py
almanach/api/auth/__init__.py
almanach/api/auth/base_auth.py
almanach/api/auth/keystone_auth.py
almanach/api/auth/mixed_auth.py
almanach/api/auth/private_key_auth.py
almanach/api/v1/__init__.py
almanach/api/v1/routes.py
almanach/collector/__init__.py
almanach/collector/bus_adapter.py
almanach/collector/main.py
almanach/collector/retry_adapter.py
almanach/collector/handlers/__init__.py
almanach/collector/handlers/instance_handler.py
almanach/collector/handlers/volume_handler.py
almanach/core/__init__.py
almanach/core/controller.py
almanach/core/exception.py
almanach/core/model.py
almanach/core/opts.py
almanach/storage/__init__.py
almanach/storage/storage_driver.py
almanach/storage/drivers/__init__.py
almanach/storage/drivers/base_driver.py
almanach/storage/drivers/mongodb_driver.py
almanach/validators/__init__.py
almanach/validators/instance_validator.py
devstack/plugin.sh
devstack/settings
doc/source/conf.py
doc/source/index.rst
etc/almanach/almanach.docker.conf
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/test_metadata_instance_create.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/base.py
tests/builder.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/api/test_auth_adapter.py
tests/api/auth/__init__.py
tests/api/auth/test_keystone_auth.py
tests/api/auth/test_mixed_auth.py
tests/api/auth/test_private_key_auth.py
tests/collector/__init__.py
tests/collector/test_bus_adapter.py
tests/collector/test_retry_adapter.py
tests/collector/handlers/__init__.py
tests/collector/handlers/test_instance_handler.py
tests/collector/handlers/test_volume_handler.py
tests/core/__init__.py
tests/core/test_controller.py
tests/storage/__init__.py
tests/storage/test_storage_driver.py
tests/storage/drivers/__init__.py
tests/storage/drivers/test_mongodb_driver.py
tests/validators/__init__.py
tests/validators/test_instance_validator.py