.coveragerc
.testr.conf
AUTHORS
AUTHORS.rst
ChangeLog
HACKING.rst
LICENSE
MANIFEST.in
README.rst
kill_poppy.sh
openstack-common.conf
pylintrc
run_poppy.sh
run_tests.sh
setup.cfg
setup.py
tox.ini
doc/requirements.txt
doc/source/api.rst
doc/source/conf.py
doc/source/gettingstarted_contributing.rst
doc/source/gettingstarted_gerrit.rst
doc/source/gettingstarted_installing.rst
doc/source/gettingstarted_testing.rst
doc/source/glossary.rst
doc/source/index.rst
doc/source/ops.rst
doc/source/poppy.manager.rst
doc/source/poppy.model.rst
doc/source/poppy.provider.rst
doc/source/poppy.rst
doc/source/poppy.storage.rst
doc/source/poppy.transport.rst
doc/source/provider_details.rst
docker/api/Dockerfile
docker/api/logging.conf
docker/api/poppy-sample.conf
docker/api/poppy_sample_mocked.conf
docker/api/startup.sh
docker/api/uwsgi.ini
docker/api_ci/Dockerfile
docker/api_ci/create_default_flavor.sh
docker/api_ci/logging.conf
docker/api_ci/poppy.conf
docker/api_ci/start_poppy.sh
docker/api_ci/uwsgi.ini
docker/compose/README.md
docker/compose/dependencies.yml
docker/compose/poppy_stack.yml
docker/compose/poppy_stack_mocked.yml
docker/e2e_test/.dockerignore
docker/e2e_test/Dockerfile
docker/e2e_test/README.md
docker/e2e_test/flasksite/requirements.txt
docker/e2e_test/flasksite/test_app.py
docker/e2e_test/flasksite/llama-llama-red-pajama.com/wait-for-his-amma-llama.txt
docker/e2e_test/flasksite/static/lm2k11.zip
docker/e2e_test/flasksite/static/pg2600.txt
docker/e2e_test/flasksite/static/images/XXgorilla.jpeg
docker/e2e_test/flasksite/static/images/cache-control.jpg
docker/e2e_test/flasksite/static/images/camera.jpg
docker/e2e_test/flasksite/static/images/expire-cache-control.jpg
docker/e2e_test/flasksite/static/images/expires.jpg
docker/e2e_test/flasksite/static/images/harmonia_axyridis_red.jpg
docker/e2e_test/flasksite/templates/cache-control-expires.html
docker/e2e_test/flasksite/templates/cache-control.html
docker/e2e_test/flasksite/templates/expires.html
docker/e2e_test/flasksite/templates/gorilla.html
docker/e2e_test/flasksite/templates/hello.html
docker/e2e_test/flasksite/templates/jpg.html
docker/e2e_test/flasksite/templates/text.html
docker/e2e_test/flasksite/templates/zip.html
docker/mimic/Dockerfile
docker/repose/Dockerfile
docker/repose/README.md
docker/repose/init.sh
docker/repose/repose_configs/capabilities.wadl.xml
docker/repose/repose_configs/client-auth-n.cfg.xml
docker/repose/repose_configs/container.cfg.xml
docker/repose/repose_configs/content-normalization.cfg.xml
docker/repose/repose_configs/http-connection-pool.cfg.xml
docker/repose/repose_configs/log4j.properties
docker/repose/repose_configs/rate-limiting.cfg.xml
docker/repose/repose_configs/system-model.cfg.xml
docker/repose/repose_configs/uri-stripper.cfg.xml
docker/repose/repose_configs/validator.cfg.xml
etc/logging.conf
etc/poppy.conf
hadoop/README.rst
hadoop/log_delivery.pig
poppy/__init__.py
poppy/bootstrap.py
poppy/version.py
poppy/cmd/__init__.py
poppy/cmd/akamai_check_and_update_cert_status.py
poppy/cmd/akamai_update_papi_property_for_mod_san.py
poppy/cmd/server.py
poppy/cmd/task_flow_worker.py
poppy/common/__init__.py
poppy/common/cli.py
poppy/common/decorators.py
poppy/common/errors.py
poppy/common/uri.py
poppy/common/util.py
poppy/distributed_task/__init__.py
poppy/distributed_task/base/__init__.py
poppy/distributed_task/base/controller.py
poppy/distributed_task/base/driver.py
poppy/distributed_task/base/services.py
poppy/distributed_task/taskflow/__init__.py
poppy/distributed_task/taskflow/controllers.py
poppy/distributed_task/taskflow/driver.py
poppy/distributed_task/taskflow/services.py
poppy/distributed_task/taskflow/flow/__init__.py
poppy/distributed_task/taskflow/flow/create_service.py
poppy/distributed_task/taskflow/flow/create_ssl_certificate.py
poppy/distributed_task/taskflow/flow/delete_service.py
poppy/distributed_task/taskflow/flow/delete_ssl_certificate.py
poppy/distributed_task/taskflow/flow/purge_service.py
poppy/distributed_task/taskflow/flow/recreate_ssl_certificate.py
poppy/distributed_task/taskflow/flow/update_service.py
poppy/distributed_task/taskflow/flow/update_service_state.py
poppy/distributed_task/taskflow/task/__init__.py
poppy/distributed_task/taskflow/task/common.py
poppy/distributed_task/taskflow/task/create_service_tasks.py
poppy/distributed_task/taskflow/task/create_ssl_certificate_tasks.py
poppy/distributed_task/taskflow/task/delete_service_tasks.py
poppy/distributed_task/taskflow/task/delete_ssl_certificate_tasks.py
poppy/distributed_task/taskflow/task/purge_service_tasks.py
poppy/distributed_task/taskflow/task/update_service_state_tasks.py
poppy/distributed_task/taskflow/task/update_service_tasks.py
poppy/distributed_task/utils/__init__.py
poppy/distributed_task/utils/memoized_controllers.py
poppy/dns/__init__.py
poppy/dns/base/__init__.py
poppy/dns/base/controller.py
poppy/dns/base/driver.py
poppy/dns/base/helpers.py
poppy/dns/base/responder.py
poppy/dns/base/services.py
poppy/dns/default/__init__.py
poppy/dns/default/controllers.py
poppy/dns/default/driver.py
poppy/dns/default/helpers.py
poppy/dns/default/services.py
poppy/dns/designate/__init__.py
poppy/dns/designate/controllers.py
poppy/dns/designate/driver.py
poppy/dns/designate/helpers.py
poppy/dns/designate/services.py
poppy/dns/rackspace/__init__.py
poppy/dns/rackspace/controllers.py
poppy/dns/rackspace/driver.py
poppy/dns/rackspace/helpers.py
poppy/dns/rackspace/services.py
poppy/manager/__init__.py
poppy/manager/base/__init__.py
poppy/manager/base/analytics.py
poppy/manager/base/background_job.py
poppy/manager/base/controller.py
poppy/manager/base/driver.py
poppy/manager/base/flavors.py
poppy/manager/base/health.py
poppy/manager/base/home.py
poppy/manager/base/notifications.py
poppy/manager/base/providers.py
poppy/manager/base/services.py
poppy/manager/base/ssl_certificate.py
poppy/manager/default/__init__.py
poppy/manager/default/analytics.py
poppy/manager/default/background_job.py
poppy/manager/default/controllers.py
poppy/manager/default/driver.py
poppy/manager/default/flavors.py
poppy/manager/default/health.py
poppy/manager/default/home.py
poppy/manager/default/services.py
poppy/manager/default/ssl_certificate.py
poppy/metrics/__init__.py
poppy/metrics/base/__init__.py
poppy/metrics/base/controller.py
poppy/metrics/base/driver.py
poppy/metrics/base/services.py
poppy/metrics/blueflood/__init__.py
poppy/metrics/blueflood/controllers.py
poppy/metrics/blueflood/driver.py
poppy/metrics/blueflood/services.py
poppy/metrics/blueflood/utils/__init__.py
poppy/metrics/blueflood/utils/client.py
poppy/metrics/blueflood/utils/errors.py
poppy/metrics/blueflood/utils/helper.py
poppy/model/__init__.py
poppy/model/common.py
poppy/model/flavor.py
poppy/model/log_delivery.py
poppy/model/service.py
poppy/model/ssl_certificate.py
poppy/model/helpers/__init__.py
poppy/model/helpers/cachingrule.py
poppy/model/helpers/domain.py
poppy/model/helpers/geo_zones.py
poppy/model/helpers/origin.py
poppy/model/helpers/provider_details.py
poppy/model/helpers/restriction.py
poppy/model/helpers/rule.py
poppy/notification/__init__.py
poppy/notification/base/__init__.py
poppy/notification/base/controller.py
poppy/notification/base/driver.py
poppy/notification/base/services.py
poppy/notification/mailgun/__init__.py
poppy/notification/mailgun/controller.py
poppy/notification/mailgun/driver.py
poppy/notification/mailgun/services.py
poppy/openstack/__init__.py
poppy/openstack/common/__init__.py
poppy/openstack/common/gettextutils.py
poppy/openstack/common/importutils.py
poppy/openstack/common/jsonutils.py
poppy/openstack/common/local.py
poppy/openstack/common/strutils.py
poppy/openstack/common/timeutils.py
poppy/provider/__init__.py
poppy/provider/akamai/__init__.py
poppy/provider/akamai/controllers.py
poppy/provider/akamai/driver.py
poppy/provider/akamai/geo_zone_code_mapping.py
poppy/provider/akamai/services.py
poppy/provider/akamai/utils.py
poppy/provider/akamai/background_jobs/__init__.py
poppy/provider/akamai/background_jobs/check_cert_status_and_update/__init__.py
poppy/provider/akamai/background_jobs/check_cert_status_and_update/check_cert_status_and_update_flow.py
poppy/provider/akamai/background_jobs/check_cert_status_and_update/check_cert_status_and_update_tasks.py
poppy/provider/akamai/background_jobs/update_property/__init__.py
poppy/provider/akamai/background_jobs/update_property/update_property_flow.py
poppy/provider/akamai/background_jobs/update_property/update_property_tasks.py
poppy/provider/akamai/domain_san_mapping_queue/__init__.py
poppy/provider/akamai/domain_san_mapping_queue/base.py
poppy/provider/akamai/domain_san_mapping_queue/zk_san_mapping_queue.py
poppy/provider/akamai/mod_san_queue/__init__.py
poppy/provider/akamai/mod_san_queue/base.py
poppy/provider/akamai/mod_san_queue/zookeeper_queue.py
poppy/provider/akamai/san_info_storage/__init__.py
poppy/provider/akamai/san_info_storage/base.py
poppy/provider/akamai/san_info_storage/cassandra_storage.py
poppy/provider/akamai/san_info_storage/zookeeper_storage.py
poppy/provider/base/__init__.py
poppy/provider/base/controller.py
poppy/provider/base/driver.py
poppy/provider/base/responder.py
poppy/provider/base/services.py
poppy/provider/cloudfront/__init__.py
poppy/provider/cloudfront/controllers.py
poppy/provider/cloudfront/driver.py
poppy/provider/cloudfront/services.py
poppy/provider/fastly/__init__.py
poppy/provider/fastly/controllers.py
poppy/provider/fastly/driver.py
poppy/provider/fastly/services.py
poppy/provider/maxcdn/__init__.py
poppy/provider/maxcdn/controllers.py
poppy/provider/maxcdn/driver.py
poppy/provider/maxcdn/services.py
poppy/provider/mock/__init__.py
poppy/provider/mock/controllers.py
poppy/provider/mock/driver.py
poppy/provider/mock/services.py
poppy/storage/__init__.py
poppy/storage/base/__init__.py
poppy/storage/base/controller.py
poppy/storage/base/driver.py
poppy/storage/base/flavors.py
poppy/storage/base/services.py
poppy/storage/cassandra/__init__.py
poppy/storage/cassandra/controllers.py
poppy/storage/cassandra/driver.py
poppy/storage/cassandra/flavors.py
poppy/storage/cassandra/services.py
poppy/storage/cassandra/migrations/001_initial_schema.cql
poppy/storage/cassandra/migrations/002_log_delivery.cql
poppy/storage/cassandra/migrations/003_log_delivery_index.cql
poppy/storage/cassandra/migrations/004_operator_status.cql
poppy/storage/cassandra/migrations/005_domain_certificate_info.cql
poppy/storage/cassandra/migrations/006_provider_info.cql
poppy/storage/cassandra/migrations/007_services_limit.cql
poppy/storage/cassandra/migrations/008_service_status.cql
poppy/storage/cassandra/migrations/009_cert_status.cql
poppy/storage/cassandra/migrations/010_provider_url_domain.cql
poppy/storage/cassandra/migrations/config/cassandra.yml
poppy/storage/mockdb/__init__.py
poppy/storage/mockdb/controllers.py
poppy/storage/mockdb/driver.py
poppy/storage/mockdb/flavors.py
poppy/storage/mockdb/services.py
poppy/transport/__init__.py
poppy/transport/app.py
poppy/transport/base.py
poppy/transport/pecan/__init__.py
poppy/transport/pecan/driver.py
poppy/transport/pecan/controllers/__init__.py
poppy/transport/pecan/controllers/base.py
poppy/transport/pecan/controllers/root.py
poppy/transport/pecan/controllers/v1/__init__.py
poppy/transport/pecan/controllers/v1/admin.py
poppy/transport/pecan/controllers/v1/flavors.py
poppy/transport/pecan/controllers/v1/health.py
poppy/transport/pecan/controllers/v1/home.py
poppy/transport/pecan/controllers/v1/ping.py
poppy/transport/pecan/controllers/v1/services.py
poppy/transport/pecan/controllers/v1/ssl_certificates.py
poppy/transport/pecan/hooks/__init__.py
poppy/transport/pecan/hooks/context.py
poppy/transport/pecan/hooks/error.py
poppy/transport/pecan/models/__init__.py
poppy/transport/pecan/models/request/__init__.py
poppy/transport/pecan/models/request/cachingrule.py
poppy/transport/pecan/models/request/domain.py
poppy/transport/pecan/models/request/flavor.py
poppy/transport/pecan/models/request/log_delivery.py
poppy/transport/pecan/models/request/origin.py
poppy/transport/pecan/models/request/provider_details.py
poppy/transport/pecan/models/request/restriction.py
poppy/transport/pecan/models/request/rule.py
poppy/transport/pecan/models/request/service.py
poppy/transport/pecan/models/request/ssl_certificate.py
poppy/transport/pecan/models/response/__init__.py
poppy/transport/pecan/models/response/cachingrules.py
poppy/transport/pecan/models/response/domain.py
poppy/transport/pecan/models/response/flavor.py
poppy/transport/pecan/models/response/health.py
poppy/transport/pecan/models/response/link.py
poppy/transport/pecan/models/response/log_delivery.py
poppy/transport/pecan/models/response/origin.py
poppy/transport/pecan/models/response/restriction.py
poppy/transport/pecan/models/response/rule.py
poppy/transport/pecan/models/response/service.py
poppy/transport/pecan/models/response/ssl_certificate.py
poppy/transport/validators/__init__.py
poppy/transport/validators/fake_falcon.py
poppy/transport/validators/helpers.py
poppy/transport/validators/root_domain_regexes.py
poppy/transport/validators/schema_base.py
poppy/transport/validators/schemas/__init__.py
poppy/transport/validators/schemas/background_jobs.py
poppy/transport/validators/schemas/domain_migration.py
poppy/transport/validators/schemas/flavor.py
poppy/transport/validators/schemas/service.py
poppy/transport/validators/schemas/service_action.py
poppy/transport/validators/schemas/service_limit.py
poppy/transport/validators/schemas/service_status.py
poppy/transport/validators/schemas/ssl_certificate.py
poppy/transport/validators/stoplight/__init__.py
poppy/transport/validators/stoplight/decorators.py
poppy/transport/validators/stoplight/exceptions.py
poppy/transport/validators/stoplight/helpers.py
poppy/transport/validators/stoplight/rule.py
poppycdn.egg-info/PKG-INFO
poppycdn.egg-info/SOURCES.txt
poppycdn.egg-info/dependency_links.txt
poppycdn.egg-info/entry_points.txt
poppycdn.egg-info/not-zip-safe
poppycdn.egg-info/pbr.json
poppycdn.egg-info/requires.txt
poppycdn.egg-info/top_level.txt
requirements/common.txt
requirements/docs.txt
requirements/requirements.txt
requirements/distributed_task/taskflow.txt
requirements/dns/rackspace.txt
requirements/metrics/blueflood.txt
requirements/provider/akamai.txt
requirements/provider/cloudfront.txt
requirements/provider/fastly.txt
requirements/provider/maxcdn.txt
requirements/storage/cassandra.txt
requirements/storage/mongo.txt
requirements/transport/pecan.txt
scripts/dns/rackspace/delete_domains.py
scripts/dns/rackspace/list.py
scripts/providers/akamai/akamai.conf
scripts/providers/akamai/check_headers.py
scripts/providers/akamai/delete.py
scripts/providers/akamai/get.py
scripts/providers/akamai/history.py
scripts/providers/akamai/list_edgehostnames.py
scripts/providers/akamai/purge.py
scripts/providers/akamai/purge_status.py
scripts/providers/akamai/put.py
scripts/providers/akamai/requirements.txt
scripts/providers/akamai/san_cert_info/cassandra/list_san_cert_info.py
scripts/providers/akamai/san_cert_info/cassandra/upsert_san_cert_info.py
scripts/providers/akamai/san_cert_info/zookeeper/list_san_cert_info.py
scripts/providers/akamai/san_cert_info/zookeeper/upsert_san_cert_info.py
scripts/providers/fastly/delete_services.py
scripts/storage/cassandra/cassandra.conf
scripts/storage/cassandra/delete_service_name_nulls.py
scripts/storage/cassandra/requirements.txt
scripts/storage/cassandra/schema_migration.cql
tests/__init__.py
tests/base.py
tests/config.py
tests/test-requirements.txt
tests/api/README.rst
tests/api/__init__.py
tests/api/base.py
tests/api/providers.py
tests/api/requirements.txt
tests/api/admin/__init__.py
tests/api/admin/test_akamai_SAN_domain_migration.py
tests/api/admin/test_get_service_by_domain.py
tests/api/admin/test_perform_action.py
tests/api/admin/test_san_mapping.py
tests/api/admin/test_service_limits.py
tests/api/admin/test_set_service_status.py
tests/api/assets/test_assets.py
tests/api/flavors/__init__.py
tests/api/flavors/data_create_flavor.json
tests/api/flavors/data_create_flavor_negative.json
tests/api/flavors/test_flavors.py
tests/api/health/__init__.py
tests/api/health/test_health.py
tests/api/services/__init__.py
tests/api/services/data_create_service.json
tests/api/services/data_create_service_authorization.json
tests/api/services/data_create_service_cmdinj.json
tests/api/services/data_create_service_negative.json
tests/api/services/data_create_service_sqlinj.json
tests/api/services/data_create_service_ssl_domain.json
tests/api/services/data_create_service_ssl_domain_not_implemented.json
tests/api/services/data_create_service_xss.json
tests/api/services/data_default_service_values.json
tests/api/services/data_patch_service.json
tests/api/services/data_patch_service_negative.json
tests/api/services/data_patch_service_ssl_domain.json
tests/api/services/test_patch_service.py
tests/api/services/test_security_authorization.py
tests/api/services/test_security_cmd_inj.py
tests/api/services/test_security_sql_inj.py
tests/api/services/test_security_xml_bomb.py
tests/api/services/test_security_xss.py
tests/api/services/test_services.py
tests/api/services/test_ssl_services.py
tests/api/ssl_certificate/__init__.py
tests/api/ssl_certificate/data_create_ssl_certificate.json
tests/api/ssl_certificate/data_create_ssl_certificate_negative.json
tests/api/ssl_certificate/test_create_ssl_certificate.py
tests/api/ssl_certificate/test_get_set_cert_info.py
tests/api/utils/__init__.py
tests/api/utils/client.py
tests/api/utils/config.py
tests/api/utils/fastlyclient.py
tests/api/utils/models/__init__.py
tests/api/utils/models/requests.py
tests/api/utils/schema/__init__.py
tests/api/utils/schema/admin.py
tests/api/utils/schema/flavors.py
tests/api/utils/schema/services.py
tests/endtoend/README.rst
tests/endtoend/__init__.py
tests/endtoend/base.py
tests/endtoend/test_caching.py
tests/endtoend/test_cdn_website.py
tests/endtoend/test_geo_restrictions.py
tests/endtoend/test_host_headers.py
tests/endtoend/test_ip_restrictions.py
tests/endtoend/test_multiple_origin.py
tests/endtoend/test_origin_headers.py
tests/endtoend/test_purge.py
tests/endtoend/test_referrer_restriction.py
tests/endtoend/test_ssl_enabled.py
tests/endtoend/wordpress-single.yaml
tests/endtoend/utils/__init__.py
tests/endtoend/utils/config.py
tests/endtoend/utils/dnsclient.py
tests/endtoend/utils/wptclient.py
tests/etc/api.conf
tests/etc/bootstrap_unit.conf
tests/etc/default_functional.conf
tests/etc/endtoend.conf
tests/etc/functional.conf
tests/etc/pecan.py
tests/etc/poppy_cassandra.conf
tests/functional/__init__.py
tests/functional/base.py
tests/functional/manager/__init__.py
tests/functional/manager/default/__init__.py
tests/functional/transport/__init__.py
tests/functional/transport/pecan/__init__.py
tests/functional/transport/pecan/base.py
tests/functional/transport/pecan/mock_ep.py
tests/functional/transport/pecan/controllers/__init__.py
tests/functional/transport/pecan/controllers/data_create_flavor.json
tests/functional/transport/pecan/controllers/data_create_flavor_bad.json
tests/functional/transport/pecan/controllers/data_create_service.json
tests/functional/transport/pecan/controllers/data_create_service_bad_input_json.json
tests/functional/transport/pecan/controllers/data_create_service_duplicate.json
tests/functional/transport/pecan/controllers/data_create_ssl_certificate.json
tests/functional/transport/pecan/controllers/data_create_ssl_certificate_bad_input_json.json
tests/functional/transport/pecan/controllers/data_post_background_jobs.json
tests/functional/transport/pecan/controllers/data_post_background_jobs_bad_input.json
tests/functional/transport/pecan/controllers/data_put_retry_list_bad.json
tests/functional/transport/pecan/controllers/data_services_analytics_bad_input.json
tests/functional/transport/pecan/controllers/data_update_san_cert_config_bad.json
tests/functional/transport/pecan/controllers/test_background_jobs.py
tests/functional/transport/pecan/controllers/test_flavors.py
tests/functional/transport/pecan/controllers/test_get_domain_by_provider_url.py
tests/functional/transport/pecan/controllers/test_get_service_status.py
tests/functional/transport/pecan/controllers/test_get_ssl_certficate_by_status.py
tests/functional/transport/pecan/controllers/test_health.py
tests/functional/transport/pecan/controllers/test_home_controller.py
tests/functional/transport/pecan/controllers/test_ping.py
tests/functional/transport/pecan/controllers/test_retry_list.py
tests/functional/transport/pecan/controllers/test_san_cert_config.py
tests/functional/transport/pecan/controllers/test_san_mapping_list.py
tests/functional/transport/pecan/controllers/test_san_migrate.py
tests/functional/transport/pecan/controllers/test_services.py
tests/functional/transport/pecan/controllers/test_services_action.py
tests/functional/transport/pecan/controllers/test_services_analytics.py
tests/functional/transport/pecan/controllers/test_services_limits.py
tests/functional/transport/pecan/controllers/test_set_service_status.py
tests/functional/transport/pecan/controllers/test_ssl_certificate.py
tests/functional/transport/pecan/hooks/__init__.py
tests/functional/transport/pecan/hooks/test_context.py
tests/functional/transport/pecan/hooks/test_error.py
tests/functional/transport/pecan/pecan_app/__init__.py
tests/functional/transport/pecan/pecan_app/app.py
tests/functional/transport/validator/__init__.py
tests/functional/transport/validator/base.py
tests/functional/transport/validator/test_pecan_validation.py
tests/functional/transport/validator/test_stoplight_validation.py
tests/performance/perf_config.py
tests/performance/poppy-perf.config.sample
tests/performance/poppy_baseline.py
tests/unit/__init__.py
tests/unit/base.py
tests/unit/test_bootstrap.py
tests/unit/common/__init__.py
tests/unit/common/test_decorators.py
tests/unit/common/test_uri.py
tests/unit/distributed_task/__init__.py
tests/unit/distributed_task/taskflow/__init__.py
tests/unit/distributed_task/taskflow/test_driver.py
tests/unit/distributed_task/taskflow/test_flows.py
tests/unit/distributed_task/taskflow/test_services.py
tests/unit/distributed_task/utils/__init__.py
tests/unit/distributed_task/utils/test_utils.py
tests/unit/dns/__init__.py
tests/unit/dns/rackspace/__init__.py
tests/unit/dns/rackspace/test_driver.py
tests/unit/dns/rackspace/test_services.py
tests/unit/manager/__init__.py
tests/unit/manager/default/__init__.py
tests/unit/manager/default/data_provider_details.json
tests/unit/manager/default/data_service.json
tests/unit/manager/default/service_update.json
tests/unit/manager/default/test_analytics.py
tests/unit/manager/default/test_driver.py
tests/unit/manager/default/test_flavors.py
tests/unit/manager/default/test_notification_wrapper.py
tests/unit/manager/default/test_provider_wrapper.py
tests/unit/manager/default/test_services.py
tests/unit/metrics/__init__.py
tests/unit/metrics/blueflood/__init__.py
tests/unit/metrics/blueflood/test_client.py
tests/unit/metrics/blueflood/test_driver.py
tests/unit/metrics/blueflood/test_services.py
tests/unit/metrics/blueflood/test_utils.py
tests/unit/model/__init__.py
tests/unit/model/test_flavors.py
tests/unit/model/test_service.py
tests/unit/model/helpers/__init__.py
tests/unit/model/helpers/test_cachingrule.py
tests/unit/model/helpers/test_domain.py
tests/unit/model/helpers/test_origin.py
tests/unit/model/helpers/test_provider_details.py
tests/unit/model/helpers/test_restriciton.py
tests/unit/model/helpers/test_rule.py
tests/unit/model/helpers/test_ssl_certificate.py
tests/unit/notification/__init__.py
tests/unit/notification/mailgun/__init__.py
tests/unit/notification/mailgun/test_driver.py
tests/unit/notification/mailgun/test_services.py
tests/unit/provider/__init__.py
tests/unit/provider/akamai/__init__.py
tests/unit/provider/akamai/data_service.json
tests/unit/provider/akamai/data_update_service.json
tests/unit/provider/akamai/data_upsert_service.json
tests/unit/provider/akamai/domains_list.json
tests/unit/provider/akamai/test_driver.py
tests/unit/provider/akamai/test_mod_san_queue.py
tests/unit/provider/akamai/test_services.py
tests/unit/provider/akamai/background_jobs/__init__.py
tests/unit/provider/akamai/background_jobs/akamai_mocks.py
tests/unit/provider/akamai/background_jobs/test_flows.py
tests/unit/provider/akamai/san_info_storage/__init__.py
tests/unit/provider/akamai/san_info_storage/test_cassandra_san_info_storage.py
tests/unit/provider/akamai/san_info_storage/test_zookeeper_san_info_storage.py
tests/unit/provider/cloudfront/__init__.py
tests/unit/provider/cloudfront/data_service.json
tests/unit/provider/cloudfront/test_driver.py
tests/unit/provider/cloudfront/test_services.py
tests/unit/provider/fastly/__init__.py
tests/unit/provider/fastly/data_service.json
tests/unit/provider/fastly/data_service_no_restrictions.json
tests/unit/provider/fastly/test_driver.py
tests/unit/provider/fastly/test_services.py
tests/unit/provider/maxcdn/__init__.py
tests/unit/provider/maxcdn/data_service.json
tests/unit/provider/maxcdn/test_driver.py
tests/unit/provider/maxcdn/test_services.py
tests/unit/provider/mock/__init__.py
tests/unit/provider/mock/data_service.json
tests/unit/provider/mock/test_mock_driver.py
tests/unit/provider/mock/test_services.py
tests/unit/provider/sample/__init__.py
tests/unit/storage/__init__.py
tests/unit/storage/cassandra/__init__.py
tests/unit/storage/cassandra/data_get_certs_by_domain.json
tests/unit/storage/cassandra/data_get_flavor.json
tests/unit/storage/cassandra/data_get_flavor_bad.json
tests/unit/storage/cassandra/data_get_service.json
tests/unit/storage/cassandra/data_list_flavors.json
tests/unit/storage/cassandra/data_list_services.json
tests/unit/storage/cassandra/data_provider_details.json
tests/unit/storage/cassandra/test_driver.py
tests/unit/storage/cassandra/test_flavors.py
tests/unit/storage/cassandra/test_services.py
tests/unit/storage/data/data_create_flavor.json
tests/unit/storage/data/data_create_service.json
tests/unit/storage/data/data_update_service.json
tests/unit/storage/mockdb/__init__.py
tests/unit/storage/mockdb/test_driver.py
tests/unit/storage/mockdb/test_flavors.py
tests/unit/storage/mockdb/test_services.py
tests/unit/transport/__init__.py
tests/unit/transport/pecan/__init__.py
tests/unit/transport/pecan/data_service_model.json
tests/unit/transport/pecan/test_driver.py
tests/unit/transport/pecan/models/__init__.py
tests/unit/transport/pecan/models/request/__init__.py
tests/unit/transport/pecan/models/request/test_restriction.py
tests/unit/transport/pecan/models/response/__init__.py
tests/unit/transport/pecan/models/response/health_map.json
tests/unit/transport/pecan/models/response/health_map_distributed_task_not_available.json
tests/unit/transport/pecan/models/response/health_map_dns_not_available.json
tests/unit/transport/pecan/models/response/health_map_provider_not_available.json
tests/unit/transport/pecan/models/response/health_map_storage_not_available.json
tests/unit/transport/pecan/models/response/test_health.py
tests/unit/utils/__init__.py
tests/unit/utils/base.py
tests/unit/utils/thread_helper.py
tools/colorizer.py