[LIBCLOUD-749] Fixed a minor issue with the docstring of the method 
ex_authorize_security_group_ingress

Closes #580

Signed-off-by: Tomaz Muraus <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/a35bc7e5
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/a35bc7e5
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/a35bc7e5

Branch: refs/heads/trunk
Commit: a35bc7e536edc2f2c7c54d8f001d557029170562
Parents: 64876e9
Author: lionel <lio...@sixsq.com>
Authored: Mon Sep 21 20:30:39 2015 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Oct 11 16:09:31 2015 +0200

----------------------------------------------------------------------
 libcloud/compute/drivers/cloudstack.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/a35bc7e5/libcloud/compute/drivers/cloudstack.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/cloudstack.py 
b/libcloud/compute/drivers/cloudstack.py
index 0f60195..3c4b243 100644
--- a/libcloud/compute/drivers/cloudstack.py
+++ b/libcloud/compute/drivers/cloudstack.py
@@ -3540,12 +3540,12 @@ class CloudStackNodeDriver(CloudStackDriverMixIn, 
NodeDriver):
         :keyword projectid: An optional project of the security group
         :type    projectid: ``str``
 
-        :param securitygroupid: The ID of the security group.
-                                Mutually exclusive with securitygroupname
-        :type  securitygroupid: ``str``
+        :keyword securitygroupid: The ID of the security group.
+                                  Mutually exclusive with securitygroupname
+        :type    securitygroupid: ``str``
 
-        :param usersecuritygrouplist: User to security group mapping
-        :type  usersecuritygrouplist: ``dict``
+        :keyword usersecuritygrouplist: User to security group mapping
+        :type    usersecuritygrouplist: ``dict``
 
         :rtype: ``dict``
         """

Reply via email to