GitHub user Schnitzl42 opened a pull request:
https://github.com/apache/libcloud/pull/315
Some bugfixes
-Mainly fixes wrong names in docstrings.
-Added admin_pass parameter to the create_node() function of
OpenStack_1_1_NodeDriver.
This allows to set the root password that is assigned to a node when
creating an instance with Rackspace.
-Added some imports of with_statement to be compatible to Python 2.5.
-Fixed exception when calling list_nodes() with Brightbox.
-Added locations arguments to Brightboxs list_images() to avoid exceptions
when providing a location argument.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Schnitzl42/libcloud some_bugfixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/315.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 #315
----
commit 09afd9e2bf7478a1168ce2b89bedc8fdf45325d2
Author: Marcus Devich <[email protected]>
Date: 2014-04-15T15:50:37Z
fixed wrong name in docstring
commit d428084774de413e18f8db1415af0afa2ca056dc
Author: Marcus Devich <[email protected]>
Date: 2014-04-16T16:27:23Z
fixed naming error in docstring
commit 8a2414ddd4af54b7938767fc9f52ae409d7983c6
Author: Marcus Devich <[email protected]>
Date: 2014-04-21T11:16:41Z
fixed wrong docstring
commit ad921c775117a456763cb9ad734303988528f6e6
Author: Marcus Devich <[email protected]>
Date: 2014-04-22T15:40:07Z
wrong name for request paramter corrected
commit 2a5b1f9b15fe3c261dc098a9c16b1d358adf7f57
Author: Marcus Devich <[email protected]>
Date: 2014-04-22T21:36:09Z
fixed wrong name in docstring
commit a19316a912345245d074ede79dd5f254e4c1d889
Author: Marcus Devich <[email protected]>
Date: 2014-04-22T21:46:25Z
fixed wrong name in docstring
commit 04897fcaeac084e0885ce7a9491a78088c25616f
Author: Marcus Devich <[email protected]>
Date: 2014-04-22T21:48:09Z
fixed wrong name in docstring
commit 2d553cf85cfdf5f89f3426d45afc538e6917f1ad
Author: Marcus Devich <[email protected]>
Date: 2014-04-30T08:50:59Z
added adminPass parameter to create node. Allows setting the root password
when creating a node
commit 52e66eea47cdc53820f1a5228fe09568f3b6bdb0
Author: Marcus Devich <[email protected]>
Date: 2014-05-08T13:48:32Z
added location to signature, to keep compatibility with super class method
commit 12e430ec2569c7649dfdd8c0ade99098c75622ea
Author: Marcus Devich <[email protected]>
Date: 2014-05-08T17:05:05Z
fixed wrong name in docstring
commit f117c6290f8521f3ab5f3124b224b52a583ec7f4
Author: Marcus Devich <[email protected]>
Date: 2014-05-08T17:12:47Z
fixed wrong name in docstring
commit 02fc7396a95c41f8285f79a69c3ab373315d6eef
Author: Marcus Devich <[email protected]>
Date: 2014-05-11T11:12:09Z
fixed: 'NoneType' object is unsubscriptable - exception when calling
list_nodes
commit 8b83b64c53ccd12081708e2f0b4ebfe0d3abdfd8
Author: Marcus Devich <[email protected]>
Date: 2014-05-14T11:40:57Z
reordered doc string
commit cec7b1d71b8a82a41cc384cad294ff2f68568e1a
Author: Marcus Devich <[email protected]>
Date: 2014-05-14T15:20:33Z
added missing colon in docstring
commit c37a538ce54a6d1bdefae6e7ce149bcdc280bb31
Author: Marcus Devich <[email protected]>
Date: 2014-05-16T11:23:50Z
added imports for with statement for python2.5 compability
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---