driver doesn't ignore 404 when deleting

Bug #1489593 reported by Isaku Yamahata
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
networking-odl
Fix Released
Undecided
Isaku Yamahata

Bug Description

ODL client doesn't ignore 404 when deleting and falls in full sync mode.
It is better to ignore 404 gracefully when deleting instead of falling in full sync mode.

Changed in networking-odl:
assignee: nobody → Isaku Yamahata (yamahata)
Changed in networking-odl:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-odl (master)

Reviewed: https://review.openstack.org/217872
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=be5129e50562b195778385bbf4023ddbec63ef5e
Submitter: Jenkins
Branch: master

commit be5129e50562b195778385bbf4023ddbec63ef5e
Author: Isaku Yamahata <email address hidden>
Date: Thu Aug 27 12:29:29 2015 -0700

    odl client: gracefully ignore 404 when deleting

    When neutron and odl are out of sync, it's possible for neutron to
    send delete request to ODL on the resource which ODL doesn't know.
    In this case not found error code, 404, can be ignored gracefully
    instead of returning an error to user.
    This patch depends on ODL neutron northbound fix so that
    it can return 404 instead of internal server error.

    Change-Id: I2c7e699c227f1fa3251861a2698410666f767701
    Closes-Bug: #1489593

Changed in networking-odl:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to networking-odl (stable/kilo)

Fix proposed to branch: stable/kilo
Review: https://review.openstack.org/230094

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-odl (stable/kilo)

Reviewed: https://review.openstack.org/230094
Committed: https://git.openstack.org/cgit/openstack/networking-odl/commit/?id=2c19bb5dc2b0dd508c1639c8c24b41a2004b6051
Submitter: Jenkins
Branch: stable/kilo

commit 2c19bb5dc2b0dd508c1639c8c24b41a2004b6051
Author: Isaku Yamahata <email address hidden>
Date: Thu Aug 27 12:29:29 2015 -0700

    odl client: gracefully ignore 404 when deleting

    When neutron and odl are out of sync, it's possible for neutron to
    send delete request to ODL on the resource which ODL doesn't know.
    In this case not found error code, 404, can be ignored gracefully
    instead of returning an error to user.
    This patch depends on ODL neutron northbound fix so that
    it can return 404 instead of internal server error.

    Change-Id: I2c7e699c227f1fa3251861a2698410666f767701
    Closes-Bug: #1489593
    (cherry picked from commit be5129e50562b195778385bbf4023ddbec63ef5e)

tags: added: in-stable-kilo
Changed in networking-odl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.