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 _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
