You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/10/08 02:30:46 UTC

[15/27] libcloud git commit: minor stuffs

minor stuffs


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

Branch: refs/heads/trunk
Commit: 5962ef0606941fe13268da032fe02a887d54c3a7
Parents: 17e078e
Author: Mario Loria <ma...@arroyonetworks.com>
Authored: Fri Sep 30 11:15:31 2016 -0400
Committer: Anthony Shaw <an...@apache.org>
Committed: Sat Oct 8 13:29:22 2016 +1100

----------------------------------------------------------------------
 libcloud/container/drivers/rancher.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5962ef06/libcloud/container/drivers/rancher.py
----------------------------------------------------------------------
diff --git a/libcloud/container/drivers/rancher.py b/libcloud/container/drivers/rancher.py
index 9ce8b5d..b60dd27 100644
--- a/libcloud/container/drivers/rancher.py
+++ b/libcloud/container/drivers/rancher.py
@@ -152,7 +152,7 @@ class RancherContainerDriver(ContainerDriver):
 
         http://docs.rancher.com/rancher/v1.2/en/api/api-resources/environment/#create
 
-        :param name: The desired name of the stack.
+        :param name: The desired name of the stack. (required)
         :type name: ``str``
 
         :param description: A desired description for the stack.