Comment 5 for bug 1928411

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-designateclient (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/python-designateclient/+/845036
Committed: https://opendev.org/openstack/python-designateclient/commit/dd0ac7e9d3358f502df82bed1b111f0a529e8f54
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit dd0ac7e9d3358f502df82bed1b111f0a529e8f54
Author: Michael Chapman <email address hidden>
Date: Fri May 14 13:47:05 2021 +1000

    Remove edit-managed from unsupported commands

    --edit-managed sets a header x-designate-edit-managed-records
    that indicates the current request wishes to modify managed records
    such as the SOA or NS record created for a zone. This is only used
    by the recordset update and delete API methods so can be removed
    elsewhere.

    Closes-Bug: 1928411

    Change-Id: I18bfdae045c8b5e589075865eb024cee4852d8f9
    (cherry picked from commit 94e7e97e50b0622cb27a20c3aead22e6e25ac5ad)