> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/openstack_code_neutron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/openstack_code_neutron/neutron/extensions/loadbalancerpy.md).

# loadbalancer.py

Loadbalancer扩展类，继承自extensions.ExtensionDescriptor，支持lbaas agent调度器的支持。

LoadBalancerPluginBase抽象基础类，继承自service\_base.ServicePluginBase。被loadbalancer\_db.py中的LoadBalancerPluginDb类继承。
