Comment 1 for bug 1321865

Revision history for this message
Akihiro Motoki (amotoki) wrote : Re: Networks panel can't be actually disabled

The bug occurs because admin network tables use a template from project dashboard but the template in the project network panel is not properly configured due to disabling the networking panel. [1][2] The easiest way to fix it seems to redefine get_subnet in admin/networks/tables.py.

We have the similar situation in get_ips and get_size in admin/instances/tables.py.

[1] http://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/admin/networks/tables.py#n86
[2] http://git.openstack.org/cgit/openstack/horizon/tree/openstack_dashboard/dashboards/project/networks/tables.py#n109