Comment 3 for bug 1019904

Revision history for this message
Qiu Yu (unicell) wrote :

Just verified with Nova latest source in Precise, "AssertionError exceptions" is fixed with this 0.9.16-1ubuntu4.1

Steps to verify:
1. enable proposed in Ubuntu 12.04
2. verify package version using 'python -c "import eventlet; print eventlet.version_info'
3. apt-get install python-eventlet=0.9.16-1ubuntu4.1
4. start nova-api and no more AssertionError exceptions
5. downgrade to 0.9.16-1ubuntu4, and this exception happens again.

Thanks!