GitHub user thanatos opened a pull request:
https://github.com/apache/libcloud/pull/190
Handle Rackspace pagination of DNS records.
Rackspace paginates DNS records returned from their API. In list_records,
query
Rackspace multiple times, if needed, to get the full list of records.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thanatos/libcloud fix-rackspace-list-records
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/190.patch
----
commit 9f94b7082d00c36240dc1d8757880b1930c775de
Author: Roy Wellington â
£ <[email protected]>
Date: 2013-12-10T23:57:02Z
Handle Rackspace pagination of DNS records.
Rackspace paginates DNS records returned from their API. In list_records,
query
Rackspace multiple times, if needed, to get the full list of records.
----