> 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/services/service_basepy.md).

# service\_base.py

定义了抽象基础类ServicePluginBase，继承自extensions.PluginInterface类。为所有的service plugin定义基础的接口，包括get\_plugin\_type、get\_plugin\_name、get\_plugin\_description。

定义了方法load\_drivers，该方法为指定的service加载驱动。
