designate/designate/objects/adapters/api_v2
Graham Hayes 8fabf5f6f9 Add scheduler for pools
This adds a scheduler to central to decide what pool to place a newly
created zone in.

Change-Id: Ie4146212209fa4b22bc271e3f4ce76104090ac9b
2016-03-14 20:59:58 +00:00
..
__init__.py Create DesignateAdapter and surrounding infrastructure 2015-03-09 12:39:53 +00:00
base.py Fix #1494799 handle limit=max on v2 and Admin APIs 2015-09-22 15:27:05 +01:00
blacklist.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
floating_ip.py Sync up FIP behaviour to match latest PoolManager 2015-03-30 21:14:05 +02:00
pool.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
pool_attribute.py Use six.iterkeys(x) instead of x.keys() 2015-07-01 00:18:40 +05:30
pool_ns_record.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
quota.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
record.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
recordset.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
tld.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
tsigkey.py Add API_v2 Adapter Objects 2015-03-26 14:47:06 +00:00
validation_error.py Replace dict.iteritems() with dict.items() 2015-06-30 09:39:51 +05:30
zone.py Add scheduler for pools 2016-03-14 20:59:58 +00:00
zone_attribute.py Add scheduler for pools 2016-03-14 20:59:58 +00:00
zone_export.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
zone_import.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
zone_master.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
zone_transfer_accept.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00
zone_transfer_request.py Rename all references of Domain to Zone 2015-11-17 15:22:16 +00:00