Updated Branches: refs/heads/trunk d7e08d340 -> a3c0479ca
Update EC2 docstring to correctly indicate ex_securitygroup type and description. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/adfbce14 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/adfbce14 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/adfbce14 Branch: refs/heads/trunk Commit: adfbce1456898fa05a83594218bcfb5a8b34864d Parents: d7e08d3 Author: Tomaz Muraus <[email protected]> Authored: Thu Aug 15 21:48:38 2013 +0200 Committer: Tomaz Muraus <[email protected]> Committed: Thu Aug 15 21:48:38 2013 +0200 ---------------------------------------------------------------------- libcloud/compute/drivers/ec2.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/adfbce14/libcloud/compute/drivers/ec2.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/drivers/ec2.py b/libcloud/compute/drivers/ec2.py index f2b1109..5d18469 100644 --- a/libcloud/compute/drivers/ec2.py +++ b/libcloud/compute/drivers/ec2.py @@ -1325,8 +1325,9 @@ class BaseEC2NodeDriver(NodeDriver): @keyword ex_maxcount: Maximum number of instances to launch @type ex_maxcount: C{int} - @keyword ex_securitygroup: Name of security group - @type ex_securitygroup: C{str} + @keyword ex_securitygroup: Name of security group or a list of names + for multiple security groups. + @type ex_securitygroup: C{str} or C{list} @keyword ex_keyname: The name of the key pair @type ex_keyname: C{str}
