rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 181 forks source link

Add Openstack designate v2 (DNS) support #590

Open mikesimons opened 8 years ago

mikesimons commented 8 years ago

Is there any interest in adding openstack designate support? I'd like to manage domains via terraform and since they use gophercloud for the openstack provider, an implementation here is prerequisite.

Initially I'd be looking at exposing only the domain mgmt aspects of the v2 API as this is what is most pertinent to the terraform use case:

Given the amount of work involved in this I'm not going to start anything without confirmation.

jrperritt commented 8 years ago

Is there any interest in adding openstack designate support?

There is, but in the near future in the new repo. See #592

mikesimons commented 8 years ago

Cool, thanks @jrperritt

I will check in on gophercloud/gophercloud progress in the next couple of weeks.

kiall commented 8 years ago

FYI I know @grahamhayes is working on this here (and is aware of the freeze...)

mikesimons commented 8 years ago

Sweet. Thanks for the heads up @kiall.