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 <dan@...>
Date: 2018-05-14T20:54:35Z
[gce] ex_create_network can have NoneType routing_mode
Check for that before trying string operations on it.
----
---