You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by danhunsaker <gi...@git.apache.org> on 2018/06/05 05:59:59 UTC

[GitHub] libcloud pull request #1217: [gce] ex_create_network can have NoneType routi...

GitHub user danhunsaker opened a pull request:

    https://github.com/apache/libcloud/pull/1217

    [gce] ex_create_network can have NoneType routing_mode

    Check for that before trying string operations on it.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nanobox-io/libcloud fix/gce-create-network-routing-mode

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/1217.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1217
    
----
commit a03930a78b3cc63b92a3371025795d2b07c93cc1
Author: Daniel Hunsaker <da...@...>
Date:   2018-05-14T20:54:35Z

    [gce] ex_create_network can have NoneType routing_mode
    
    Check for that before trying string operations on it.

----


---

[GitHub] libcloud pull request #1217: [gce] ex_create_network can have NoneType routi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/libcloud/pull/1217


---