Comment 16 for bug 1110807

Revision history for this message
Spatialist (fsluiter) wrote : Re: [Bug 1110807] Re: Openstack quantum, race condition in ip address creation when starting 50 VMs on a 5-node cluster

Hi Dan,
are you working with a developer setup of quantum?

From:http://wiki.openstack.org/QuantumDevelopment
> Here is a list of tools that can (or cant) be used in order to debug Quantum. Please add your findings to the list.
> Eclipse pydev - Free. It works! (Thanks to gong yong sheng). You need to modify quntum-server as following: From:
> eventlet.monkey_patch(os=False) To: eventlet.monkey_patch(os=False, thread=False)

If so, this bug will never show up, as it occurs due to
multi-threading. In Eclipse Pydev it is turned of it seems.