You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Ivan (JIRA)" <ji...@apache.org> on 2013/08/20 15:57:51 UTC

[jira] [Created] (LIBCLOUD-375) Unify ex argument for security groups of create_node for AWS and OpenStack

Ivan created LIBCLOUD-375:
-----------------------------

             Summary: Unify ex argument for security groups of create_node for AWS and OpenStack
                 Key: LIBCLOUD-375
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-375
             Project: Libcloud
          Issue Type: Improvement
          Components: Compute
            Reporter: Ivan
            Priority: Trivial


When creating a new node, OpenStack and AWS use different names for ex argument for security groups although the underlying feature is the same.

OpenStack uses 'ex_security_groups'
AWS uses 'ex_securitygroup'

Proposed solution: rename AWS argument to match OpenStack's. (as both support multiple groups)
https://github.com/ikusalic/libcloud/compare/unify-ex-security-groups

If this is problem because it is not backwards compatible, maybe adding alias 'ex_security_groups' to AWS makes sense.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira