> 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/manager.py.md).

# manager.py

定义了类Manager和类NeutronManager。

前者继承自neutron.common.rpc.RpcCallback类和neutron.openstack.common.periodic\_task.PeriodicTasks类。该类会定义运行任务。

后者负责解析配置文件并初始化neutron的plugin。
