Comment 11 for bug 1326207

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/98309
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=24a04c405ab2c98e52ea1edf8775489907526c6d
Submitter: Jenkins
Branch: master

commit 24a04c405ab2c98e52ea1edf8775489907526c6d
Author: He Jie Xu <email address hidden>
Date: Fri Jun 6 14:57:47 2014 +0800

    Check the network_info obj type before invoke wait function

    When instance schedule to host and it isn't first time schedule,
    the instance may already allocated network. And then the code
    will return an NetworkInfo object, not an NetworkInfoAsyncWrapper.
    The checking code only assume it is NetworkInfoAsyncWrapper object.

    Change-Id: I987902fc47e509e4fd08f762d66b16c09eaf5008
    Partial-Bug: #1326207