Skip to content

Instantly share code, notes, and snippets.

@chicagobuss
Created March 16, 2016 16:40
Show Gist options
  • Save chicagobuss/feebd259b72daf729267 to your computer and use it in GitHub Desktop.
Save chicagobuss/feebd259b72daf729267 to your computer and use it in GitHub Desktop.
libcloud error
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