You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/16 12:39:44 UTC

[jira] [Commented] (LIBCLOUD-554) Allow filters to be applied while listing ec2 networks (VPCs)

    [ https://issues.apache.org/jira/browse/LIBCLOUD-554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13998923#comment-13998923 ] 

ASF GitHub Bot commented on LIBCLOUD-554:
-----------------------------------------

GitHub user zerthimon opened a pull request:

    https://github.com/apache/libcloud/pull/294

    [LIBCLOUD-554] Add support for providing filters and VPC IDs to EC2: ex_list_networks()

    EC2 API allows VPC ID and filters to be provided to list only specific VPCs. 
    http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeVpcs.html
    Add support for specifying filters and vpc ids when listing networks (vpc's) with ec2 driver's method ex_list_networks()


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zerthimon/libcloud LIBCLOUD-554_filters

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/294.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 #294
    
----
commit 7bee747a7cd6488ff7995e531f283afb31301807
Author: Lior Goikhburg <go...@gmail.com>
Date:   2014-05-15T17:12:01Z

    [LIBCLOUD-554] Add support for providing filters and VPC IDs

----


> Allow filters to be applied while listing ec2 networks (VPCs)
> -------------------------------------------------------------
>
>                 Key: LIBCLOUD-554
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-554
>             Project: Libcloud
>          Issue Type: Improvement
>            Reporter: Lior Goikhburg
>            Priority: Minor
>
> EC2 API allows VPC ID and filters to be provided to list only certain VPCs
> Add such support to ec2 driver, ex_list_networks() method.



--
This message was sent by Atlassian JIRA
(v6.2#6252)