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 2017/07/24 17:08:14 UTC

libcloud git commit: Adds missing option to GCENodeDriver.ex_create_route() documentation Closes #1081

Repository: libcloud
Updated Branches:
  refs/heads/trunk 830fbd870 -> 68d423e15


Adds missing option to GCENodeDriver.ex_create_route() documentation
Closes #1081


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

Branch: refs/heads/trunk
Commit: 68d423e153834eec545bc49ca7a095867552ccc1
Parents: 830fbd8
Author: Nikolaos Kakouros <nk...@kth.se>
Authored: Sat Jun 24 23:14:15 2017 +0200
Committer: Anthony Shaw <an...@apache.org>
Committed: Mon Jul 24 18:08:03 2017 +0100

----------------------------------------------------------------------
 libcloud/compute/drivers/gce.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/68d423e1/libcloud/compute/drivers/gce.py
----------------------------------------------------------------------
diff --git a/libcloud/compute/drivers/gce.py b/libcloud/compute/drivers/gce.py
index fd8bc6c..c9c3c17 100644
--- a/libcloud/compute/drivers/gce.py
+++ b/libcloud/compute/drivers/gce.py
@@ -3480,7 +3480,8 @@ class GCENodeDriver(NodeDriver):
         :type   priority: ``int``
 
         :param  network: The network the route belongs to. Can be either the
-                         full URL of the network or a libcloud object.
+                         full URL of the network, the name of the network  or
+                         a libcloud object.
         :type   network: ``str`` or ``GCENetwork``
 
         :param  tags: List of instance-tags for routing, empty for all nodes