python-novaclient/novaclient
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
..
tests Make Server.networks use a predictable sort order 2019-02-20 11:58:35 -05:00
v2 Make Server.networks use a predictable sort order 2019-02-20 11:58:35 -05:00
__init__.py Microversion 2.68: Remove 'forced' live migrations, evacuations 2019-02-13 21:15:23 +00:00
api_versions.py Update hacking version 2019-01-04 14:46:07 +08:00
base.py Refactor the getid method in novaclient/base.py 2018-08-06 01:22:09 +09:00
client.py Remove deprecated novaclient.v2.contrib modules 2019-02-07 15:00:36 +09:00
crypto.py Fixes Python3 issue in decoding password 2018-10-26 11:06:44 +09:00
exceptions.py Add support for the 2.57 microversion 2018-01-15 14:42:53 +08:00
extension.py Cleanup needless code from oslo-incubator 2015-12-18 08:46:12 +00:00
i18n.py Update URLs in docs, comments and setup.cfg 2017-07-28 12:14:12 +09:00
shell.py Update hacking version 2019-01-04 14:46:07 +08:00
utils.py Merge "Use uuidutils of oslo.utils" 2018-08-08 18:00:11 +00:00