Comment 23 for bug 1891309

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/789665
Committed: https://opendev.org/openstack/neutron/commit/e9b7c64802dc10906b1a056f764d8328a69ef3ee
Submitter: "Zuul (22348)"
Branch: stable/queens

commit e9b7c64802dc10906b1a056f764d8328a69ef3ee
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)