I tried this on a recent devstack: $ openstack network list --sort-column description
And it worked so I'll assume this is fixed, re-open if necessary. https://review.opendev.org/c/openstack/neutron-lib/+/651584 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1747528 Title: List networks with 'description' as sort_key return 500 Status in neutron: Fix Released Bug description: Neutron return 500 on listing networks with 'description' as sort_key. The command below can reproduce the error: $ TOKEN=$(openstack token issue | awk '/ id /{print $4}') $ curl -g -i -X GET -H "X-Auth-Token: $TOKEN" 'http://10.0.0.19:9696/v2.0/networks?sort_dir=desc&sort_key=description' HTTP/1.1 500 Internal Server Error Content-Type: application/json Content-Length: 150 X-Openstack-Request-Id: req-39134412-ccf8-4231-9927-c20a84107892 Date: Mon, 05 Feb 2018 22:05:55 GMT {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1747528/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

