[
https://issues.apache.org/jira/browse/LIBCLOUD-476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858796#comment-13858796
]
Tomaz Muraus commented on LIBCLOUD-476:
---------------------------------------
[~gigimon] Sadly CloudStack driver is a bad example because it carries a lot of
legacy code around.
Going forward, methods which is part of the standard API should have
non-standard arguments prefixed with "ex_".
In this case, this means that means you should add "ex_name" argument to the
method if you want to allow filtering key pairs by name.
> New method list_key_pairs don't has parameter name in EC2
> ---------------------------------------------------------
>
> Key: LIBCLOUD-476
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-476
> Project: Libcloud
> Issue Type: Bug
> Reporter: Oleg Suharev
>
> In cloudstack driver in method list_key_pairs we can pass any parameters but
> in amazon or openstack this method without any parameters, moreover in ec2
> previous version (method ex_describe_keypairs) has parameter name for filter.
> Maybe we can return this parameter for amazon?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)