Comment 7 for bug 1489941

Revision history for this message
Stuart McLaren (stuart-mclaren) wrote :

Also, as far as I can tell, there has been no server side change between v1 and v2 in terms of default sort ordering with respect to name:

$ curl -s -H 'x-auth-token: xxx' 'http://localhost:9292/v1/images?sort_key=name' | python -mjson.tool | grep name
            "name": "xyz",
            "name": "abc",

$ curl -s -H 'x-auth-token: xxx' 'http://localhost:9292/v2/images?sort_key=name' | python -mjson.tool | grep name
            "name": "xyz",
            "name": "abc",