[
https://issues.apache.org/jira/browse/LIBCLOUD-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14042780#comment-14042780
]
ASF GitHub Bot commented on LIBCLOUD-583:
-----------------------------------------
GitHub user bennettaur opened a pull request:
https://github.com/apache/libcloud/pull/325
Fixed bugs in Elasticstack and EC2 drivers
This pull requests addresses the following issues:
EC2 multiple region drivers issue:
https://issues.apache.org/jira/browse/LIBCLOUD-583
Elastichost response parse error:
https://issues.apache.org/jira/browse/LIBCLOUD-584
Elastichost invalid IP field name:
https://issues.apache.org/jira/browse/LIBCLOUD-585
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/SecurityCompass/libcloud fix_elasticstack_ec2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/325.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 #325
----
commit e03d0be708bc84b0ea9e2ad78759feeb94843603
Author: Michael Bennett <[email protected]>
Date: 2014-06-24T19:44:56Z
Fixed a bug in elasticstack node creation method where it would raise
exceptions because of missing data in a response, and also fixed pulling the IP
from the proper data item
Fixed a class leak variable when creating multiple connections to different
EC2 regions
----
> When creating multiple EC2 drivers the API endpoint is set in the connection
> class, which is then shared with all EC2 driver instances
> --------------------------------------------------------------------------------------------------------------------------------------
>
> Key: LIBCLOUD-583
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-583
> Project: Libcloud
> Issue Type: Bug
> Components: Compute
> Reporter: Michael Bennett
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)