Return-Path: X-Original-To: apmail-libcloud-commits-archive@www.apache.org Delivered-To: apmail-libcloud-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CBB7E1078B for ; Sun, 4 Aug 2013 18:24:57 +0000 (UTC) Received: (qmail 40279 invoked by uid 500); 4 Aug 2013 18:24:57 -0000 Delivered-To: apmail-libcloud-commits-archive@libcloud.apache.org Received: (qmail 40219 invoked by uid 500); 4 Aug 2013 18:24:57 -0000 Mailing-List: contact commits-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list commits@libcloud.apache.org Received: (qmail 40093 invoked by uid 99); 4 Aug 2013 18:24:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 04 Aug 2013 18:24:53 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1F5A88B87A6; Sun, 4 Aug 2013 18:24:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Sun, 04 Aug 2013 18:24:56 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/9] git commit: Update invalid docstring. Update invalid docstring. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/63af5b37 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/63af5b37 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/63af5b37 Branch: refs/heads/trunk Commit: 63af5b378783d98aca9a1283a10192a8cb2c44d3 Parents: ffb4d46 Author: Tomaz Muraus Authored: Sun Aug 4 20:13:51 2013 +0200 Committer: Tomaz Muraus Committed: Sun Aug 4 20:13:51 2013 +0200 ---------------------------------------------------------------------- libcloud/compute/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/63af5b37/libcloud/compute/base.py ---------------------------------------------------------------------- diff --git a/libcloud/compute/base.py b/libcloud/compute/base.py index 0a84dd2..9985b66 100644 --- a/libcloud/compute/base.py +++ b/libcloud/compute/base.py @@ -666,7 +666,7 @@ class NodeDriver(BaseDriver): :type ssh_port: ``int`` :param ssh_timeout: Optional SSH connection timeout in seconds - (default is None) + (default is 10) :type ssh_timeout: ``float`` :param auth: Initial authentication information for the node