874b03068f
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
8 lines
303 B
YAML
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.
|