This work is licensed under a Creative Commons Attribution 3.0 Unported License. http://creativecommons.org/licenses/by/3.0/legalcode

Designate to Designate driver

https://blueprints.launchpad.net/designate/+spec/d2d-driver

Add a driver that uses a Designate service and SECONDARY zones like we do with Dyn / Akamai.

Problem description

We want to be able to use a instance of a Designate service to act as the target for our zones.

Proposed change

Create a driver that utilizes the SECONDARY zones feature of Designate.

API Changes

N/A

Central Changes

N/A

Storage Changes

N/A

Other Changes

Add driver ‘designate’ to designate.backends using v2 api and secondary zones. Authentication is done via the keystoneclient auth / session using the provided credentials in the backend options.

Alternatives

N/A

Implementation

Assignee(s)

Primary assignee:

endre-karlson <endre.karlson at hp dot com>

Milestones

Target Milestone for completion:

Liberty-3

Work Items

  • Create designate.backend.impl_designate with associated unit tests and devstack support

Dependencies

N/A