kuryr/kuryr/schemata
Vikas Choudhary 1fafa2c692 Add Docker pluggable IPAM implementation to Kuryr
This patch implements libnetwork's remote IPAM driver. The following
APIs are implemented in this patch:
    - POST /IpamDriver.GetDefaultAddressSpaces
    - POST /IpamDriver.RequestPool
    - POST /IpamDriver.ReleasePool
    - POST /IpamDriver.RequestAddress
    - POST /IpamDriver.ReleaseAddress

Change-Id: Iaba48ded3a613fd0da2796aaff3b8816b11d515d
Co-Authored-By: Taku Fukushima <f.tac.mac@gmail.com>
Implements: blueprint remote-ipam-driver
Closes-Bug: #1520080
Related-bug: #1518249
2015-12-20 14:58:18 +05:30
..
__init__.py Add Docker pluggable IPAM implementation to Kuryr 2015-12-20 14:58:18 +05:30
commons.py Add Docker pluggable IPAM implementation to Kuryr 2015-12-20 14:58:18 +05:30
endpoint_create.py Update Kuryr to catch up with libnetwork 0.5.0 2015-10-15 17:54:08 +09:00
endpoint_delete.py Refactor schemata not to import objects but modules 2015-09-16 16:44:21 +09:00
join.py Update desc in /NetworkDriver.Join json schema 2015-10-19 10:52:44 +05:30
leave.py Add the validation for /NetworkDriver.Leave 2015-11-04 17:04:28 +09:00
network_create.py Add IPv4Data and IPv6Data to the schema for the network 2015-11-20 12:36:00 +09:00
network_delete.py Refactor schemata not to import objects but modules 2015-09-16 16:44:21 +09:00
release_address.py Add Docker pluggable IPAM implementation to Kuryr 2015-12-20 14:58:18 +05:30
release_pool.py Add Docker pluggable IPAM implementation to Kuryr 2015-12-20 14:58:18 +05:30
request_address.py Add Docker pluggable IPAM implementation to Kuryr 2015-12-20 14:58:18 +05:30
request_pool.py Add Docker pluggable IPAM implementation to Kuryr 2015-12-20 14:58:18 +05:30