> 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/plugins/openvswitch/common.md).

# common

包括config.py和constants.py两个文件。

其中config.py文件中定义了所关注的配置项和默认值，并注册了OVS和AGENT两个配置组到全局的配置项中。

而constants.py中则定义了一些常量，包括ovs版本号等。
