Comment 5 for bug 1251422

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

Reviewed: https://review.openstack.org/96885
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7bada4a6763becf2e847b11fa14d4cbef5d61aff
Submitter: Jenkins
Branch: stable/havana

commit 7bada4a6763becf2e847b11fa14d4cbef5d61aff
Author: Salvatore Orlando <email address hidden>
Date: Fri Nov 15 03:06:19 2013 -0800

    NVP plugin:fix delete sec group when backend is out of sync

    If a security group does not exist on the NVP backend, an error
    should not be raised on deletion of the security group.

    This patch changes the plugin behavior by deleting the record
    from the database and just logging that the security group
    was not found on the NVP backend.

    Closes-Bug: #1251422

    Conflicts:
     neutron/tests/unit/nicira/test_nicira_plugin.py

    Change-Id: Ib8adf7a830ff336655fd83ad4118cde641adf284
    (cherry picked from commit ed83265bb794d38f6f66d9e5182a9abc6b82ed53)