Comment 5 for bug 1259389

Revision history for this message
ChangBo Guo(gcb) (glongwave) wrote :

It shows return None from https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/driver.py#L538.
There is race condition for dict self._resources :
Method https://github.com/openstack/nova/blob/master/nova/virt/vmwareapi/driver.py#L483 will udpate self._resources.
And this method is called by https://github.com/openstack/nova/blob/master/nova/compute/manager.py#L4973 periodically.

Need more deep investigate .....