According to our records, this has already been shipped.
According to our records, this should be resolved by python-django-horizon-2015.1.4-1.el7ost. This build is available now.
Failed QA ========= Failed on: python-django-horizon-2015.1.4-1.el7ost.noarch How Reproduced: =============== 1. Create many instances of different size (flavors) 2. Go to (http://public_vip/dashboard/project/instances/) 3. Play with the "Size" column sorting until you notice the sorting failure Actual results: =============== Instances don't sort, it seems that the sorting is missing on this column Expected results: ================= Instances sort by size ============================================== Test 2: ======= 1. Create many instances of different size (flavors) 2. Go to (http://public_vip/dashboard/admin/instances/) 3. Play with the "Size" column sorting until you notice the sorting failure Actual results: =============== m1.tiny m1.tiny m1.tiny m1.medium m1.small Expected results: ================= m1.tiny m1.tiny m1.tiny m1.small m1.medium
That's actually the issue with this bug. No sorting makes sense here, there are way too many variables (cpu, ram, disk, ...) It shouldn't be sortable. if it is, that's actually the bug. In my tests, in projects/instances, the size attribute is not sortable.
As above comment, the flavor column is not sortable due to the number of variables involved. This table does not have a size column.