[openstack-dev] [nova]nova not work with eventlet 0.16.0

victor stinner victor.stinner at enovance.com
Tue Jan 6 20:56:56 UTC 2015


Hi,

> I set up nova environment with latest upstream code.
> nova-compute can not boot up due to failed to load libvirt driver.
> by further debugging. found that eventlet (0.16.0) remove util which is
> referenced by libvirt driver.
> after I downgrade to (0.15.2) it works.

Can you please try my following change?
https://review.openstack.org/#/c/145335/

It changes the libvirt driver to stop using the deprecated (and now removed) eventlet.util module.

Victor



More information about the OpenStack-dev mailing list