Comment 15 for bug 1891309

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

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

commit b34d23762e236b7e6a9b85025da62503b76463a1
Author: Jens Harbott <email address hidden>
Date: Wed Aug 19 14:39:35 2020 +0200

    designate: allow PTR zone creation to fail

    When multiple PTR records are created at the same time, Neutron may try
    to create the same zone multiple times, resulting in a conflict. Ignore
    the resulting error instead and try to create the record anyway.

    Change-Id: I59b0f99463ab00743f19016a890561916df900ed
    Closes-Bug: 1891309
    (cherry picked from commit ca1c6fd69bda5f392712a8a966bf4f9b85ecb57a)