Comment 2 for bug 1621750

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

Reviewed: https://review.openstack.org/367744
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=5f9d8887076edaf3eef132e914766ba5e7136468
Submitter: Jenkins
Branch: master

commit 5f9d8887076edaf3eef132e914766ba5e7136468
Author: Anh Tran <email address hidden>
Date: Fri Sep 9 11:18:18 2016 +0700

    Fix Rollback port's device_owner

    From this patch: https://review.openstack.org/#/c/341427/
    Sometimes, port doesn't revert device_owner to previous value
    in concurrent requests case.

    This patch fixes this problem and adds unit test.

    Change-Id: I864a559f0316e164caa065abd75c44fae971b571
    Closes-Bug: #1621750