Comment 13 for bug 1987780

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/856606
Committed: https://opendev.org/openstack/neutron/commit/49f49bc2bf3b477df00a92e25a8de66221ec8ee6
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 49f49bc2bf3b477df00a92e25a8de66221ec8ee6
Author: Szymon Wroblewski <email address hidden>
Date: Fri Sep 2 11:26:40 2022 +0200

    Retry connections to Nova

    Sometimes Neutron is failing to send notification to Nova
    due to timeout, refused connection or another HTTP error.
    Retry send in those cases.

    Conflicts:
        neutron/notifiers/nova.py
        neutron/tests/unit/notifiers/test_nova.py

    Closes-Bug: #1987780
    Change-Id: Iaaccec770484234b704f70f3c144efac4d8ffba0
    (cherry picked from commit cd475f9af898b81d98b3e0d3f55b94ea653c193c)
    (cherry picked from commit b5e9148cc7311080ba1b2a410145949c1adaa0ca)