Comment 2 for bug 2053201

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.opendev.org/c/openstack/python-openstackclient/+/909058
Committed: https://opendev.org/openstack/python-openstackclient/commit/75ed315885b9f6f433a791bb3e55cf657d01de83
Submitter: "Zuul (22348)"
Branch: master

commit 75ed315885b9f6f433a791bb3e55cf657d01de83
Author: Brian Haley <email address hidden>
Date: Wed Feb 14 17:28:04 2024 -0500

    Do not sort subnet dns_nameservers field

    When using table output format, the dns_nameservers field
    of a subnet is sorted, but it should not be as the order
    is important.

    Created an UnsortedListColumn() class in subnet.py so the
    output is correct.

    Updated the unit test accordingly to verify the order is
    correct when an entry is removed.

    Change-Id: I60a15a944f83549738305dd025db38ff8e165be7
    Closes-bug: #2053201