python-novaclient/releasenotes/notes/server-networks-sorted-1d3a7f1c1f88e846.yaml
Matt Riedemann 874b03068f Make Server.networks use a predictable sort order
This changes the Server.networks property method to return
an OrderedDict where the keys (network labels) are sorted
which will allow for a predictable sort order on the resulting
networks attached to a Server resource.

This affects the output of "nova list" and "nova show" commands
so a simple release note is added to mention the change.

Change-Id: I2e9b3c6a256509c045966035da24d58628f1b33b
2019-02-20 11:58:35 -05:00

8 lines
303 B
YAML

---
other:
- |
The ``novaclient.v2.servers.Server.networks`` property method now returns
an OrderedDict where the keys are sorted in natural (ascending) order.
This means the ``nova show`` and ``nova list`` output will have predictable
sort order on the networks attached to a server.