[jira] [Commented] (LIBCLOUD-532) deploy_node(..) occasionally fails on EC2

2014-06-23 Thread David Gay (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041208#comment-14041208 ] David Gay commented on LIBCLOUD-532: I'm going to try and write a fix for this issue

[GitHub] libcloud pull request: use _build_filters function instead of spec...

2014-06-23 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/323 use _build_filters function instead of specifying request params manuall... ...y You can merge this pull request into a Git repository by running: $ git pull https://github.com/zerthimon/li

[jira] [Commented] (LIBCLOUD-581) Some *_create_* methods in ec2 driver don't set the tags in created object after tags are applied

2014-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040706#comment-14040706 ] ASF GitHub Bot commented on LIBCLOUD-581: - GitHub user zerthimon opened a pull r

[GitHub] libcloud pull request: [LIBCLOUD-581] fix setting Name tags and na...

2014-06-23 Thread zerthimon
GitHub user zerthimon opened a pull request: https://github.com/apache/libcloud/pull/322 [LIBCLOUD-581] fix setting Name tags and name attributes when creating s... ...ome objects You can merge this pull request into a Git repository by running: $ git pull https://github.com/ze

[jira] [Created] (LIBCLOUD-581) Some *_create_* methods in ec2 driver don't set the tags in created object after tags are applied

2014-06-23 Thread Lior Goikhburg (JIRA)
Lior Goikhburg created LIBCLOUD-581: --- Summary: Some *_create_* methods in ec2 driver don't set the tags in created object after tags are applied Key: LIBCLOUD-581 URL: https://issues.apache.org/jira/browse/LIBCL

[jira] [Resolved] (LIBCLOUD-572) Allow filters to be applied while listing ec2 internet gateways

2014-06-23 Thread Lior Goikhburg (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lior Goikhburg resolved LIBCLOUD-572. - Resolution: Fixed Fixed https://github.com/apache/libcloud/pull/307 > Allow filters to

[jira] [Resolved] (LIBCLOUD-571) Allow filters to be applied while listing ec2 subnebts

2014-06-23 Thread Lior Goikhburg (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lior Goikhburg resolved LIBCLOUD-571. - Resolution: Fixed Fixed https://github.com/apache/libcloud/pull/306 > Allow filters to

[jira] [Reopened] (LIBCLOUD-579) Allow nodes to be launched into a specific subnet by adding subnet parameter to create_node() method of ec2 driver

2014-06-23 Thread Lior Goikhburg (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lior Goikhburg reopened LIBCLOUD-579: - > Allow nodes to be launched into a specific subnet by adding subnet parameter > to create

[jira] [Resolved] (LIBCLOUD-579) Allow nodes to be launched into a specific subnet by adding subnet parameter to create_node() method of ec2 driver

2014-06-23 Thread Lior Goikhburg (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lior Goikhburg resolved LIBCLOUD-579. - Resolution: Fixed > Allow nodes to be launched into a specific subnet by adding subnet

[jira] [Closed] (LIBCLOUD-579) Allow nodes to be launched into a specific subnet by adding subnet parameter to create_node() method of ec2 driver

2014-06-23 Thread Lior Goikhburg (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lior Goikhburg closed LIBCLOUD-579. --- Resolution: Fixed Fixed https://github.com/apache/libcloud/pull/318 > Allow nodes to be la

[jira] [Commented] (LIBCLOUD-571) Allow filters to be applied while listing ec2 subnebts

2014-06-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040613#comment-14040613 ] ASF subversion and git services commented on LIBCLOUD-571: -- Com

[jira] [Commented] (LIBCLOUD-571) Allow filters to be applied while listing ec2 subnebts

2014-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040615#comment-14040615 ] ASF GitHub Bot commented on LIBCLOUD-571: - Github user asfgit closed the pull re

[jira] [Commented] (LIBCLOUD-572) Allow filters to be applied while listing ec2 internet gateways

2014-06-23 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040614#comment-14040614 ] ASF subversion and git services commented on LIBCLOUD-572: -- Com

[jira] [Commented] (LIBCLOUD-572) Allow filters to be applied while listing ec2 internet gateways

2014-06-23 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/LIBCLOUD-572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14040616#comment-14040616 ] ASF GitHub Bot commented on LIBCLOUD-572: - Github user asfgit closed the pull re

[GitHub] libcloud pull request: LIBCLOUD-572 internet-gateways-filters for ...

2014-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/307 --- 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 en

[GitHub] libcloud pull request: LIBCLOUD-571 subnet-filters for ec2 driver

2014-06-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/306 --- 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 en

[2/2] git commit: LIBCLOUD-572 internet-gateways-filters for ec2 driver

2014-06-23 Thread tomaz
LIBCLOUD-572 internet-gateways-filters for ec2 driver Closes #307 Signed-off-by: Tomaz Muraus Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ee39aad5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ee39aad

[1/2] git commit: LIBCLOUD-571 subnet-filters for ec2 driver

2014-06-23 Thread tomaz
Repository: libcloud Updated Branches: refs/heads/trunk e71615f8d -> ee39aad51 LIBCLOUD-571 subnet-filters for ec2 driver Closes #306 Signed-off-by: Tomaz Muraus Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c41