euca2ools is fairly old in debian (1.2.1). I would suggest grabbing the
ubuntu package. We fixed several issues in it (which are now all
upstream). Then, you might find that cloud-utils would also be
useful as you can do things like:
- euca-bundle-image -i images/aki-lucid/image -p kernel --kernel true
- euca-upload-bundle ....
- euca-register ...
+ uec-publish-image --type kernel amd64 images/aki-lucid/image my-bucket
(I'm aware that I should make 'uec-publish-image' not contain the string
'uec' and that i should work to cloud-utils into debian).
Finally, I always get the following warning with nova-manage:
/usr/lib/python2.6/dist-packages/paste/deploy/loadwsgi.py:8: UserWarning: Module paste was
already imported from None, but /usr/lib/python2.6/dist-packages is being added to sys.path
That is listed under ubuntu bug 810019.
https://bugs.launchpad.net/ubuntu/+source/paste/+bug/810019
and
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473584