designate/designate/objects/adapters
kpdev 8733f8f85b Add new API for zone move
The new API would be v2/zones/<zone_id>/tasks/move
Only POST would be allowed on this API.
This move zone from existing pool and add it in new pool. After zone
pool_id field will be updated in DB, clone-zone will be created on
target pool backend servers. The zone transfer(AXFR/IXFR) will happen
and the zone on target pool gets synced with the Designate DB.
This command serve as replacement to "zone export + zone delete + zone
import" procedure.

Added following things in pool move operation:
  - Add/Update NS servers of new pool in the zone

Implements: blueprint zone-move
Change-Id: I5307de429114b20efd9785c3c0cdb33977418423
2023-12-15 22:31:27 +00:00
..
api_v2 Add new API for zone move 2023-12-15 22:31:27 +00:00
yaml pyupgrade changes for Python3.8+ 2023-11-03 11:19:07 +00:00
__init__.py Implement sharing of zones 2023-02-14 01:54:15 +00:00
base.py Improved adapter base coverage 2023-11-10 20:12:21 +00:00