Comment 2 for bug 1275741

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

Reviewed: https://review.openstack.org/71526
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9583b35b426bba50c1c81f18b39e120f54e6b691
Submitter: Jenkins
Branch: master

commit 9583b35b426bba50c1c81f18b39e120f54e6b691
Author: jichenjc <email address hidden>
Date: Sun Jan 26 21:37:25 2014 +0800

    attach/detach interface should raise exception when instance is locked

    when instance is locked, exception should be raised if attach and
    detach an interface operation is performed. This patch add instance
    lock check for the 2 APIs, catch and process the exception at API layer.

    Change-Id: I6c0b05dafb9d480c8f0002bcc8306cb65a32aaf7
    Closes-Bug: #1275741