designate/designate/objects
TimSimmons 50d1b1553e Asynchronous Zone Export
Do the needful to move Zone Exports to an asynchronous resource in the
v2 API, as discussed at the Austin 2015 summe mid-cycle

* Make designate-zone-manager an RPC service, with a read-only connection
  to the database
* Add a 'location' column to the zone_tasks table that stores a location
  (swift, URI) that is used to determine where the export will be made
  available to the user
* Add all the infrastucture to make zone export resources live (objects,
  central, storage methods)
* Add a quota on the size of allowed synchronous exports
* Tests, docs

THIS DOES NOT IMPLEMENT
* Zone exports to Swift
* Debateable: See the note in zone_manager/service.py about how the configuration
  and determination of future swift exports will work.

ApiImpact
Blueprint: async-export
Change-Id: I1c168b10358164c3ca5be986b4d615df71062851
2015-08-28 16:45:10 -05:00
..
adapters Asynchronous Zone Export 2015-08-28 16:45:10 -05:00
__init__.py Asynchronous Zone Export 2015-08-28 16:45:10 -05:00
base.py Add DomainMaster Object to designate objects 2015-08-13 14:40:39 +01:00
blacklist.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
domain.py Add DomainMaster Object to designate objects 2015-08-13 14:40:39 +01:00
domain_attribute.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
domain_master.py Add DomainMaster Object to designate objects 2015-08-13 14:40:39 +01:00
floating_ip.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
pool.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
pool_also_notifies.py Add also-notifies support to Pool Manager 2015-03-31 16:48:44 +01:00
pool_attribute.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
pool_manager_status.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
pool_nameserver.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
pool_ns_record.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
pool_target.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
pool_target_master.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
pool_target_option.py Implement Pool Targets 2015-03-31 16:48:44 +01:00
quota.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
record.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
recordset.py Merge "Add __str__() methods to DesignateObjects" 2015-08-13 12:35:46 +00:00
rrdata_a.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_aaaa.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_cname.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_mx.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_ns.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_ptr.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_soa.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_spf.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_srv.py Validate SRV records have the correct name on the recordset 2015-04-07 16:38:23 +01:00
rrdata_sshfp.py Enable Record Data Validation in v2 API 2015-03-30 21:29:44 +01:00
rrdata_txt.py Fix Record Object conversions 2015-04-07 13:15:49 +01:00
server.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
tenant.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
tld.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
tsigkey.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
validation_error.py Fix the displayed error message in V2 API 2015-07-13 17:46:35 +01:00
zone_export.py Asynchronous Zone Export 2015-08-28 16:45:10 -05:00
zone_import.py Refactor Zone Import Internals 2015-08-28 10:27:34 -05:00
zone_transfer_accept.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00
zone_transfer_request.py Add __str__() methods to DesignateObjects 2015-07-30 18:42:48 +01:00