Created
March 16, 2016 16:40
-
-
Save chicagobuss/feebd259b72daf729267 to your computer and use it in GitHub Desktop.
libcloud error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "/home/me/project/env/lib/python2.7/site-packages/libcloud/compute/drivers/gce.py", line 2368, in create_node | |
size = self.ex_get_size(size, location) | |
File "/home/me/project/env/lib/python2.7/site-packages/libcloud/compute/drivers/gce.py", line 4141, in ex_get_size | |
zone = self.ex_get_zone(zone) | |
File "/home/me/project/env/lib/python2.7/site-packages/libcloud/compute/drivers/gce.py", line 4282, in ex_get_zone | |
if name.startswith('https://'): | |
AttributeError: 'NoneType' object has no attribute 'startswith' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment