Comment 6 for bug 1356591

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.config (master)

Reviewed: https://review.openstack.org/136482
Committed: https://git.openstack.org/cgit/openstack/oslo.config/commit/?id=6feb19b0704d753d54fae6e46680a086a149b13c
Submitter: Jenkins
Branch: master

commit 6feb19b0704d753d54fae6e46680a086a149b13c
Author: Doug Hellmann <email address hidden>
Date: Fri Nov 21 14:45:13 2014 -0500

    Stop sorting options on output

    The option definitions within a group should not be sorted, since the
    application or library developer may want to present them in a
    particular logical order to make them easier to understand

    Change-Id: I35bf14ad469fd98486cb02ce66c5bfde5e4f1b11
    Closes-Bug: #1356591