Comment 18 for bug 1897936

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

Reviewed: https://review.opendev.org/c/openstack/designate/+/805143
Committed: https://opendev.org/openstack/designate/commit/a9ab61bc1d98248af108d895ce2cb7696818dcda
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit a9ab61bc1d98248af108d895ce2cb7696818dcda
Author: Mark Goddard <email address hidden>
Date: Wed Sep 30 17:48:25 2020 +0100

    Fix pool update with duplicate masters

    If any zones exist that belong to a pool that has any duplicate masters
    among all targets, currently updating the pool will fail.

    This change fixes the issue by ensuring the pool target master list does
    not contain duplicates.

    Change-Id: I72bae79b4f8e0bab739875d6f783abdb4868950b
    Closes-Bug: #1897936
    (cherry picked from commit 4e86bc2a58f00371a2f22217cb8a79e5ac33677c)