Comment 7 for bug 1446450

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

Reviewed: https://review.openstack.org/236868
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=de50dfa2e1d371224021ccf5d7c767fb78a80d99
Submitter: Jenkins
Branch: master

commit de50dfa2e1d371224021ccf5d7c767fb78a80d99
Author: Kan <email address hidden>
Date: Mon Oct 19 08:59:34 2015 +0000

    Make sort keys the same for list commands

    The sort key used in the list command should be same
    no matter with or without detail command.

    The commands are:
     For chasis:
        chassis-list
        chassis-node-list
     For node:
        node-list
        node-port-list
     For port:
        port-list

    Change-Id: Idc4789618460c627d8ebe0070443585e261a73de
    Closes-Bug: #1446450