Comment 2 for bug 1241337

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

Reviewed: https://review.openstack.org/52581
Committed: http://github.com/openstack/nova/commit/de4158861000dedc204314c545cc5682aa38f5f1
Submitter: Jenkins
Branch: master

commit de4158861000dedc204314c545cc5682aa38f5f1
Author: Jay Lau <email address hidden>
Date: Thu Nov 14 22:12:27 2013 +0800

    Add context as parameter for resume

    Now for KVM when resume an instance with block storage, nova
    compute will throw exception and failed to resume the VM.

    The root cause is that when resume a VM with block storage,
    libvirt driver needs to call conductor via rpcapi to update
    block device, but the function of resume() do not have context,
    this will cause RPC api failed.

    Change-Id: I712777ed1d893a2b6463d30c407b0a677e37b602
    Closes-Bug: #1241337