Comment 8 for bug 1977625

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

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

commit e5ec080ac1ebacc3cbace38ac81cba21559a1182
Author: Michael Johnson <email address hidden>
Date: Fri Jun 3 23:28:08 2022 +0000

    Fix missing --target-project-id for transfer req

    The zone transfer request set command was missing the
    --target-project-id option so you cannot change the target project ID of
    a zone transfer request after creation with the CLI.
    This option is supported by the API and documented in the API reference
    guide.
    This patch adds this option.

    Closes-Bug: #1977625
    Change-Id: Idd570a5aef57c06971db2450fdfb823cf0c07bfd
    (cherry picked from commit fba1354e039809edaba9bbf0f31b3fe743aae36f)