현재 시리즈에 대한 릴리즈 노트

27.0.0-24

새로운 기능

  • Add the extension extraroute-atomic to the ML2/OVN router plugin. This extension does not require any specific implementation.

  • An new option name trunk_enabled has been added to neutron-openvswitch-agent under OVS group. This new option can be set to False in order to disable loading the trunk extension on agent side. The default value for this option is True to keep backward compatibility with previous deployments. The recommendation is to set this option to False if you do not use the trunk extension, so that the number of queues created by the RPCServer will reduce. This can have a very good impact on large-scale scenario using RabbitMQ message broker.

업그레이드 노트

  • The WSGI script neutron-api has been removed. Deployment tooling should instead reference the Python module path for this service, neutron.wsgi.api, if their chosen WSGI server supports this (gunicorn, uWSGI) or implement a .wsgi script themselves if not (mod_wsgi).

버그 수정

  • Use of DHCPv6 option 59 (bootfile-name) is now supported with OVN. See bug: 2125715.