GitHub user wido opened a pull request: https://github.com/apache/libcloud/pull/830
auroradns: The 'extra' parameter in update_record() should be optional In base update_record() is defined with extra=None but this was not properly done in the Aurora DNS driver. Update the method signature so that it matches the base DNS driver of libcloud. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wido/libcloud auroradns-update-record Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/830.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 #830 ---- commit 5b275766464d07309451702137385f440b1838e4 Author: Wido den Hollander <w...@widodh.nl> Date: 2016-07-02T17:03:35Z auroradns: The 'extra' parameter in update_record() should be optional In base update_record() is defined with extra=None but this was not properly done in the Aurora DNS driver. Update the method signature so that it matches the base DNS driver of libcloud. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---