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.
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 git.openstack. org/cgit/ openstack/ horizon/ tree/openstack_ dashboard/ dashboards/ project/ networks/ tables. py#n109
[2] http://