octavia/octavia/db
Sindhu Devale 1a935b9118 Introduce Octavia v2 API for pools
Make API path for pools independent of Loadbalancers and
Listeners.

- /v2.0/lbaas/pools/
- /v2.0/pools/

GET all - /pools/
GET one - /pools/<pool-id>
POST - /pools/ {<body>}
PUT - /pools/<pool-id> {<body>}
DELETE - /pools/<pool-id>

Co-Authored-By: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
Co-Authored-By: Adam Harwell <flux.adam@gmail.com>

Partially-Implements: #1616641

Change-Id: I7679cc7b3f559db774a9d036580177cf1aa7e693
2017-03-30 01:41:51 +09:00
..
migration Merge "DB migration to add ID column to HM" 2017-03-17 21:36:50 +00:00
__init__.py Initial directory skeleton 2014-09-04 15:28:10 -06:00
api.py Introduce Octavia v2 API for pools 2017-03-30 01:41:51 +09:00
base_models.py Add quota support to Octavia 2017-01-13 02:45:14 +00:00
models.py Merge "DB migration to add ID column to HM" 2017-03-17 21:36:50 +00:00
prepare.py Introduce Octavia v2 API for pools 2017-03-30 01:41:51 +09:00
repositories.py Merge "Replace six.iteritems() with .items()" 2017-03-23 13:39:07 +00:00