Comment 4 for bug 1417493

Revision history for this message
Timur Sufiev (tsufiev-x) wrote :

This one may be more complicated than it seems. The problem here is that quotas to be filled in form are hardcoded inside https://github.com/openstack/horizon/blob/2015.1.1/openstack_dashboard/dashboards/admin/defaults/workflows.py#L31 while initial values https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/defaults/views.py#L40 and quota list in a table https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/defaults/tabs.py#L34 are dynamic. It'd be better to rewrite this thing proper than just a couple of lines fixing this particular bug.

I found a bunch of related upstream bugs: https://bugs.launchpad.net/horizon/+bug/1277108 https://bugs.launchpad.net/horizon/+bug/1462493 https://bugs.launchpad.net/horizon/+bug/1366059 https://bugs.launchpad.net/horizon/+bug/1337473

Moving to 8.0 because obviously we don't have time to carefully fix it in 7.0.