From notifications-return-16464-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Fri Dec 13 22:55:40 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 3313918067C for ; Fri, 13 Dec 2019 23:55:40 +0100 (CET) Received: (qmail 65880 invoked by uid 500); 13 Dec 2019 22:55:39 -0000 Mailing-List: contact notifications-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 notifications@libcloud.apache.org Received: (qmail 65858 invoked by uid 500); 13 Dec 2019 22:55:39 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 65850 invoked by uid 99); 13 Dec 2019 22:55:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2019 22:55:39 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6242D8D811; Fri, 13 Dec 2019 22:55:39 +0000 (UTC) Date: Fri, 13 Dec 2019 22:55:41 +0000 To: "commits@libcloud.apache.org" Subject: [libcloud] 02/04: Add missing docstring. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: tomaz@apache.org In-Reply-To: <157627773912.5503.18086724406508206847@gitbox.apache.org> References: <157627773912.5503.18086724406508206847@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: libcloud X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Rev: 845a37766226f9068139ad12d5bc6314d98107cc X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191213225539.6242D8D811@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 845a37766226f9068139ad12d5bc6314d98107cc Author: Tomaz Muraus AuthorDate: Fri Dec 13 23:26:33 2019 +0100 Add missing docstring. --- libcloud/compute/drivers/gce.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index 1918df4..2fc284d 100644 --- a/libcloud/compute/drivers/gce.py +++ b/libcloud/compute/drivers/gce.py @@ -8281,6 +8281,10 @@ class GCENodeDriver(NodeDriver): :param ex_accelerator_count: The number of accelerators to associate with the node. :type ex_accelerator_count: ``int`` or ``None`` + + :keyword ex_disk_size: Specify size of the boot disk. + Integer in gigabytes. + :type ex_disk_size: ``int`` or ``None`` :return: A tuple containing a request string and a node_data dict. :rtype: ``tuple`` of ``str`` and ``dict``