poppy/poppy/storage/base
Sriram Madapusi Vasudevan 7bb9a09e5f feat: admin api - limit no. of services/project_id
- A default limit on number of services per project_id
  is specified in poppy.conf

- This can be overridden by making a call, to the admin endpoint
  as follows.
  eg:

  REQUEST:

        PUT /v1.0/admin/limits/{project_id}

        {
            "limit": 5
        }

  RESPONSE:

        201 Created

- The limit of a particular project_id can also be checked, using the
  following call.

  eg:

  REQUEST:

        GET /v1.0/admin/limits/{project_id}

  RESPONSE:

        200 OK

        {
            "limit": 5
        }

Change-Id: I064b7e4d1c5f19704750b1012a6f18e0d07a67e2
2015-10-07 16:31:09 -04:00
..
__init__.py Adding flavorRef to Service 2014-09-05 17:21:52 -04:00
controller.py Fixing Gerrit Gating issues with Pep8 and Docs 2014-08-14 11:08:08 -04:00
driver.py feat: admin api - limit no. of services/project_id 2015-10-07 16:31:09 -04:00
flavors.py blueprint: add Docstrings to all things, part2 and part3 2014-11-11 17:48:07 -05:00
services.py ssl-cert-provision endpoint.This allows user to create a certificate with akamai driver. 2015-09-23 10:42:07 -04:00