Skip to content

Instantly share code, notes, and snippets.

@dwgebler
Created June 3, 2013 15:23
Show Gist options
  • Save dwgebler/5698963 to your computer and use it in GitHub Desktop.
Save dwgebler/5698963 to your computer and use it in GitHub Desktop.
Failed to obtain
Traceback (most recent call last):
File "/root/.local/lib/python2.6/threading.py", line 504, in __bootstrap
self.__bootstrap_inner()
File "/root/.local/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/root/.local/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
--- ---
File "/root/.local/lib/python2.6/site-packages/Twisted-12.1.0-py2.6-freebsd-8.2-RELEASE-amd64.egg/twisted/python/threadpool.py", line 167, in _worker
result = context.call(ctx, function, *args, **kwargs)
File "/root/.local/lib/python2.6/site-packages/Twisted-12.1.0-py2.6-freebsd-8.2-RELEASE-amd64.egg/twisted/python/context.py", line 118, in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
File "/root/.local/lib/python2.6/site-packages/Twisted-12.1.0-py2.6-freebsd-8.2-RELEASE-amd64.egg/twisted/python/context.py", line 81, in callWithContext
return func(*args,**kw)
File "/app/HybridDeployment/clouds.py", line 1159, in securityGroupAndSpinup
return driver.create_node(**kwargs)
File "/root/.local/lib/python2.6/site-packages/libcloud/compute/drivers/ec2.py", line 1327, in create_node
mapping['VirtualName']
exceptions.KeyError: 'VirtualName'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment