horizon/releasenotes/notes/add-show_agents_column-setting-to-OPENSTACK_NEUTRON_NETWORK-c1c8e76c61c3d7f0.yaml
Radomir Dopieralski 1ea4f4d76f Add a setting for disabling dhcp agents column in the admin network view
Retrieving that information for every network can take considerable time
on large deployments with large number of networks, and for some kinds
of network drivers (ovn binary) this will be always zero anyways.

This setting lets us disable that column to speed up the networks view.

Change-Id: I1f1561916067d3f4a02f10ec9f62e8ba777a1501
2024-02-22 17:36:12 +01:00

8 lines
273 B
YAML

---
features:
- |
Add a new setting to the OPENSTACK_NEUTRON_NETWORK configuration, named
show_agents_column, that controls whether the DHCP Agents column should
be displayed in the network views. Disabling this may speed up display
on large deployments.