cyborg/cyborg/api/controllers/v1
zhuli b860aef110 Supplementing accelerator CRUD api
with this patch, we are able to do CRUD via accelerator api

POST /accelerators
    Create a new accelerator
GET /accelerators/{uuid}
    Retrieve information about the given accelerator
GET /accelerators
    Retrieve a list of accelerators
PATCH /accelerators/{uuid}
    Update information about the given accelerator
DELETE /accelerators/{uuid}
    Delete the given accelerator

Change-Id: Ibc97ec49f557cac69dfd38f99f28bc7b205732b9
2018-01-14 02:03:24 +08:00
..
__init__.py add cyborg-conductor & db 2017-08-21 09:25:48 +08:00
accelerators.py Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00
types.py Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00
utils.py Supplementing accelerator CRUD api 2018-01-14 02:03:24 +08:00