[GitHub] libcloud pull request #1264: tests: use assertIsNone()

2018-11-29 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1264 tests: use assertIsNone() ### Description Python 2.7 introduced `assertIsNone()`. Change all our `assertEqual(value, None)` statements to `assertIsNone(value)`. ### Status

[GitHub] libcloud pull request #1261: openstack: handle missing user "enabled" attrib...

2018-11-28 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1261 openstack: handle missing user "enabled" attribute ### Description Keystone may not always return an "enabled" attribute for a user account. Prior to this change,

[GitHub] libcloud pull request #1254: ## Changes Title (replace this with a logical t...

2018-11-21 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1254 ## Changes Title (replace this with a logical title for your changes) ### Description Replace this with the PR description (mention the changes you have made, why you have made them

[GitHub] libcloud pull request #1249: openstack: handle missing user email

2018-10-22 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1249 openstack: handle missing user email ### Description Keystone may not always return an "email" entry for a user account. Prior to this change, we could crash if we quer

[GitHub] libcloud pull request #1219: openstack: document openstack_connection_kwargs

2018-06-26 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1219 openstack: document openstack_connection_kwargs ## openstack: document openstack_connection_kwargs ### Description `OpenStackDriverMixin` has a `openstack_connection_kwargs

[GitHub] libcloud pull request #1218: openstack: fix API doc for delete_floating_ip()

2018-06-22 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1218 openstack: fix API doc for delete_floating_ip() ## openstack: fix API doc for delete_floating_ip() ### Description Prior to this change, Sphinx would not render the &qu

[GitHub] libcloud pull request #1216: openstack: add get_user method

2018-06-01 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1216 openstack: add get_user method ## openstack: add get_user method ### Description libcloud's OpenStack compute nodes have a `userId` value in `node.extra`. Add a new

[GitHub] libcloud pull request #1197: fix spelling in OpenStack ex_files description

2018-04-06 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1197 fix spelling in OpenStack ex_files description "on the no de" should be "on the node". You can merge this pull request into a Git repository by running: $ git pul

[GitHub] libcloud pull request #1092: docs: PowerDNS 4.1 updates

2017-08-18 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/1092 docs: PowerDNS 4.1 updates The PowerDNS project hosts their latest HTTP API documentation at a slightly different URL, and they've retired the "json-interface" setting altogether.

[GitHub] libcloud pull request: compute: correct "whether" spelling in doc ...

2016-04-18 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/764 compute: correct "whether" spelling in doc strings "Weither" -> "Whether" You can merge this pull request into a Git repository by running: $ git pull htt

[GitHub] libcloud pull request: doc: fix grammar in working-with-oo-apis

2016-04-16 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/760 doc: fix grammar in working-with-oo-apis Use the definite article "the" when referring to methods. Use the conjunction "and" instead of the typo "an" when

[GitHub] libcloud pull request: doc: bump number of providers

2016-04-16 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/759 doc: bump number of providers It's 74 unique providers by my count from grepping the tree. Let's be conservative and say "over 60" at this point. You can merge this pull request

[GitHub] libcloud pull request: [LIBCLOUD-810] add PowerDNS driver

2016-04-16 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/758 [LIBCLOUD-810] add PowerDNS driver implements the PowerDNS driver, https://issues.apache.org/jira/browse/LIBCLOUD-810 You can merge this pull request into a Git repository by running

[GitHub] libcloud pull request: test: fix spelling in _get_response_if_not_...

2016-04-16 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/757 test: fix spelling in _get_response_if_not_available() "availale" -> "available" You can merge this pull request into a Git repository by running: $ git pull http

[GitHub] libcloud pull request: dns: correct spelling in update_zone() doc ...

2016-04-16 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/756 dns: correct spelling in update_zone() doc string Trivial change, "en" -> "an" You can merge this pull request into a Git repository by running: $ git pull http

[GitHub] libcloud pull request: Sort providers

2016-04-13 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/748 Sort providers By sorting the providers alphabetically, we make it less likely that each new in-progress driver will conflict with each other when merging in Git. DNS was already sorted

[GitHub] libcloud pull request: sort dns types

2016-04-12 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/745 sort dns types Sort the `Provider` and `RecordType` lists alphabetically. This makes it simpler to insert new providers and types. You can merge this pull request into a Git repository

[GitHub] libcloud pull request: correct rST filename for NFSN DNS driver do...

2016-03-31 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/735 correct rST filename for NFSN DNS driver docs I imported the incorrect filename. Correct this here. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] libcloud pull request: [LIBCLOUD-807] add NearlyFreeSpeech.net DNS...

2016-03-30 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/733 [LIBCLOUD-807] add NearlyFreeSpeech.net DNS driver implements the NFSN driver, https://issues.apache.org/jira/browse/LIBCLOUD-807 You can merge this pull request into a Git repository

[GitHub] libcloud pull request: dns: correct spelling in comments

2015-11-20 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/636 dns: correct spelling in comments "Weither" -> "Whether" You can merge this pull request into a Git repository by running: $ git pull https://github.com/ktdreye

[GitHub] libcloud pull request: docs: fix "if" typo

2015-11-12 Thread ktdreyer
GitHub user ktdreyer opened a pull request: https://github.com/apache/libcloud/pull/632 docs: fix "if" typo "is foo is not None" -> "if foo is not None" You can merge this pull request into a Git repository by running: $ git pull https://