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 619645e1ab37eea5b2f980f08ce2c2aa69b1183d Author: Tomaz Muraus <[email protected]> AuthorDate: Fri Dec 20 23:21:06 2019 +0100 Add a comment. --- libcloud/compute/drivers/gce.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py index 06cd1d1..3a98995 100644 --- a/libcloud/compute/drivers/gce.py +++ b/libcloud/compute/drivers/gce.py @@ -3999,6 +3999,8 @@ class GCENodeDriver(NodeDriver): ex_preemptible=None, ex_image_family=None, ex_labels=None, ex_accelerator_type=None, ex_accelerator_count=None, ex_disk_size=None, auth=None): + # NOTE: "auth" argument is unused, but it's needed for "deploy_node()" + # functionality to work """ Create a new node and return a node object for the node.
