.testr.conf
.zuul.yaml
AUTHORS
ChangeLog
LICENSE
README.rst
lower-constraints.txt
requirements.txt
setup.cfg
setup.py
test-requirements.txt
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/main.py
almanach/collector/messaging.py
almanach/collector/notification.py
almanach/collector/service.py
almanach/collector/filters/__init__.py
almanach/collector/filters/base_filter.py
almanach/collector/filters/delete_instance_before_completion_filter.py
almanach/collector/filters/errored_instance_filter.py
almanach/collector/handlers/__init__.py
almanach/collector/handlers/base_handler.py
almanach/collector/handlers/instance_handler.py
almanach/collector/handlers/volume_handler.py
almanach/collector/handlers/volume_type_handler.py
almanach/core/__init__.py
almanach/core/exception.py
almanach/core/factory.py
almanach/core/model.py
almanach/core/opts.py
almanach/core/controllers/__init__.py
almanach/core/controllers/application_controller.py
almanach/core/controllers/base_controller.py
almanach/core/controllers/entity_controller.py
almanach/core/controllers/instance_controller.py
almanach/core/controllers/volume_controller.py
almanach/core/controllers/volume_type_controller.py
almanach/core/helpers/__init__.py
almanach/core/helpers/date_helper.py
almanach/hacking/__init__.py
almanach/hacking/checks.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/tests/__init__.py
almanach/tests/tempest/README.rst
almanach/tests/tempest/__init__.py
almanach/tests/tempest/clients.py
almanach/tests/tempest/config.py
almanach/tests/tempest/plugin.py
almanach/tests/tempest/services/__init__.py
almanach/tests/tempest/services/almanach_client.py
almanach/tests/tempest/tests/__init__.py
almanach/tests/tempest/tests/api/__init__.py
almanach/tests/tempest/tests/api/base.py
almanach/tests/tempest/tests/api/test_server_creation.py
almanach/tests/tempest/tests/api/test_server_deletion.py
almanach/tests/tempest/tests/api/test_server_rebuild.py
almanach/tests/tempest/tests/api/test_server_resize.py
almanach/tests/tempest/tests/api/test_server_update.py
almanach/tests/tempest/tests/api/test_version.py
almanach/tests/tempest/tests/api/test_volume_attach.py
almanach/tests/tempest/tests/api/test_volume_creation.py
almanach/tests/tempest/tests/api/test_volume_deletion.py
almanach/tests/tempest/tests/api/test_volume_detach.py
almanach/tests/tempest/tests/api/test_volume_resize.py
almanach/tests/tempest/tests/api/test_volume_type_creation.py
almanach/tests/tempest/tests/scenario/__init__.py
almanach/tests/tempest/tests/scenario/base.py
almanach/tests/tempest/tests/scenario/test_server_creation.py
almanach/tests/tempest/tests/scenario/test_server_rebuild.py
almanach/tests/tempest/tests/scenario/test_server_resize.py
almanach/tests/tempest/tests/scenario/test_server_suppression.py
almanach/tests/tempest/tests/scenario/test_volume_attachment.py
almanach/tests/tempest/tests/scenario/test_volume_creation.py
almanach/tests/tempest/tests/scenario/test_volume_resize.py
almanach/tests/tempest/tests/scenario/test_volume_suppression.py
almanach/tests/tempest/tests/scenario/test_volume_type.py
almanach/tests/unit/__init__.py
almanach/tests/unit/base.py
almanach/tests/unit/api/__init__.py
almanach/tests/unit/api/test_auth_adapter.py
almanach/tests/unit/api/auth/__init__.py
almanach/tests/unit/api/auth/test_keystone_auth.py
almanach/tests/unit/api/auth/test_mixed_auth.py
almanach/tests/unit/api/auth/test_private_key_auth.py
almanach/tests/unit/api/v1/__init__.py
almanach/tests/unit/api/v1/base_api.py
almanach/tests/unit/api/v1/test_api_authentication.py
almanach/tests/unit/api/v1/test_api_entity.py
almanach/tests/unit/api/v1/test_api_info.py
almanach/tests/unit/api/v1/test_api_instance.py
almanach/tests/unit/api/v1/test_api_volume.py
almanach/tests/unit/api/v1/test_api_volume_type.py
almanach/tests/unit/builders/__init__.py
almanach/tests/unit/builders/entity.py
almanach/tests/unit/builders/notification.py
almanach/tests/unit/collector/__init__.py
almanach/tests/unit/collector/test_messaging.py
almanach/tests/unit/collector/test_notification_filter.py
almanach/tests/unit/collector/test_notification_handler.py
almanach/tests/unit/collector/test_service.py
almanach/tests/unit/collector/test_service_factory.py
almanach/tests/unit/collector/filters/__init__.py
almanach/tests/unit/collector/filters/test_delete_instance_before_completion_filter.py
almanach/tests/unit/collector/filters/test_errored_instance_filter.py
almanach/tests/unit/collector/handlers/__init__.py
almanach/tests/unit/collector/handlers/test_instance_handler.py
almanach/tests/unit/collector/handlers/test_volume_handler.py
almanach/tests/unit/collector/handlers/test_volume_type_handler.py
almanach/tests/unit/core/__init__.py
almanach/tests/unit/core/test_factory.py
almanach/tests/unit/core/test_model.py
almanach/tests/unit/core/controllers/__init__.py
almanach/tests/unit/core/controllers/test_application_controller.py
almanach/tests/unit/core/controllers/test_entity_controller.py
almanach/tests/unit/core/controllers/test_instance_controller.py
almanach/tests/unit/core/controllers/test_volume_controller.py
almanach/tests/unit/core/controllers/test_volume_type_controller.py
almanach/tests/unit/core/helpers/__init__.py
almanach/tests/unit/core/helpers/test_date_helper.py
almanach/tests/unit/storage/__init__.py
almanach/tests/unit/storage/test_storage_driver.py
almanach/tests/unit/storage/drivers/__init__.py
almanach/tests/unit/storage/drivers/test_mongodb_driver.py
almanach/tests/unit/validators/__init__.py
almanach/tests/unit/validators/test_instance_validator.py
almanach/validators/__init__.py
almanach/validators/instance_validator.py
devstack/plugin.sh
devstack/settings
doc/source/conf.py
doc/source/index.rst
doc/source/api_examples/input/attach_volume-body.json
doc/source/api_examples/input/create_instance-body.json
doc/source/api_examples/input/create_volume-body.json
doc/source/api_examples/input/create_volume_type-body.json
doc/source/api_examples/input/delete_instance-body.json
doc/source/api_examples/input/delete_volume-body.json
doc/source/api_examples/input/detach_volume-body.json
doc/source/api_examples/input/rebuild_instance-body.json
doc/source/api_examples/input/resize_instance-body.json
doc/source/api_examples/input/resize_volume-body.json
doc/source/api_examples/input/update_instance_entity-body.json
doc/source/api_examples/output/entities.json
doc/source/api_examples/output/entity.json
doc/source/api_examples/output/info.json
doc/source/api_examples/output/instances.json
doc/source/api_examples/output/update_instance_entity.json
doc/source/api_examples/output/volume_type.json
doc/source/api_examples/output/volume_types.json
doc/source/api_examples/output/volumes.json