designate/designate/tests/resources/zonefiles
Tim Simmons 021946e386 Asynchronous Zone Import
* Creates /v2/zones/tasks/imports, which allows users to view imports as resources
* Creates new database table zone_tasks for asynchronous tasks related to zones, along
with the associated objects/adapters
* Imports are done by passing over the request body, creating an async record in the db,
and spawning a thread to do the import
* Adds a config option to enable zone import

Implements: async-import-export
APIImpact: Adds /zones/tasks/imports and removes import from admin api

Change-Id: Ib23810bf8b25d962b9d2d75e042bb097f3c12f7a
2015-06-22 14:45:39 +00:00
..
example.com.zone Move import code to dnsutils 2014-11-12 18:31:14 +01:00
malformed_example.com.zone Put test resources into own folder 2013-12-03 16:50:54 -05:00
noorigin_example.com.zone Put test resources into own folder 2013-12-03 16:50:54 -05:00
nosoa_example.com.zone Put test resources into own folder 2013-12-03 16:50:54 -05:00
two_example.com.zone Asynchronous Zone Import 2015-06-22 14:45:39 +00:00