poppy/tests/unit/storage/cassandra
Sriram Madapusi Vasudevan 7a2c4c56e4 feat: Add akamai background job admin endpoint
REQUEST:
    POST /admin/provider/akamai/background_job
    {
      "job_type": "akamai_update_papi_property_for_mod_san",
      "domain_name": "testabc.cnamecdn.com",
      "san_cert_name": "secure1.san1.test_cdn.com"
    }
RESPONSE:
    202 ACCEPTED
Note: The admin endpoints are also exposed as scripts:
    akamai-property-udpate-mod-san --domain_name <your_domain_name> --san_cert_name <your_san_cert_name>
    akamai-cert-status-check-and-update --domain_name <your_domain_name> --cert_type "san" --project_id <PROJECT_ID> --flavor_id <FLAVOR_ID>

Change-Id: I9211d9f24cbd46c8818993d3ff8493d5fba4bc28
2015-10-23 15:05:52 -04:00
..
__init__.py Added unit testing framework 2014-07-07 15:06:14 -04:00
data_get_certs_by_domain.json feat: Add akamai background job admin endpoint 2015-10-23 15:05:52 -04:00
data_get_flavor.json Adding flavorRef to Service 2014-09-05 17:21:52 -04:00
data_get_flavor_bad.json Adding flavorRef to Service 2014-09-05 17:21:52 -04:00
data_get_service.json Switch service urls to use UUID instead of service name 2015-01-02 12:24:33 -05:00
data_list_flavors.json Adding flavorRef to Service 2014-09-05 17:21:52 -04:00
data_list_services.json Adds the project id to the service object 2015-09-08 14:58:49 -04:00
data_provider_details.json Implement: Add on domain level certifictate status 2015-09-22 19:58:40 -04:00
test_driver.py feat: default automatic C* schema migration to false in request 2015-10-12 14:03:38 -04:00
test_flavors.py Change oslo package names according to the latest oslo release 2.0.0 2015-07-20 16:12:47 -04:00
test_services.py feat: Add akamai background job admin endpoint 2015-10-23 15:05:52 -04:00