[ https://issues.apache.org/jira/browse/LIBCLOUD-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15038067#comment-15038067 ]
ASF GitHub Bot commented on LIBCLOUD-780: ----------------------------------------- GitHub user jimbobhickville opened a pull request: https://github.com/apache/libcloud/pull/652 [LIBCLOUD-780] Add Rackspace RDNS support New DNS driver methods: * ex_iterate_ptr_records * ex_get_ptr_record * ex_create_ptr_record * ex_update_ptr_record * ex_delete_ptr_record This should cover all of the functionality offered by the Rackspace DNS API in regards to RDNS. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jimbobhickville/libcloud rackspace-rdns Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/652.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #652 ---- commit b7d239ba027c914eac16460a1b6e2b602b4299f5 Author: Greg Hill <greg.h...@rackspace.com> Date: 2015-12-03T16:20:06Z [LIBCLOUD-780] Add Rackspace RDNS support New DNS driver methods: * ex_iterate_ptr_records * ex_get_ptr_record * ex_create_ptr_record * ex_update_ptr_record * ex_delete_ptr_record This should cover all of the functionality offered by the Rackspace DNS API in regards to RDNS. ---- > Add Rackspace RDNS support > -------------------------- > > Key: LIBCLOUD-780 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-780 > Project: Libcloud > Issue Type: New Feature > Reporter: Greg Hill > > The current DNS driver does not work with PTR records for Rackspace, as that > has a separate API due to the nature of how RDNS works. We should add > extension methods to the Rackspace DNS driver to add support for PTR record > maintenance. -- This message was sent by Atlassian JIRA (v6.3.4#6332)