Note de la release actuelle¶
3.24.0-5¶
New Features¶
Added
VIF_TYPE_VIRTUALVIF type for port_bindings to identify bound virtual ports (e.g. ports referenced by their IP in allowed-address-pairs). This will prevent mechanism drivers from binding these ports, avoiding potential connectivity issues.
Upgrade Notes¶
Now all service plugins, inheriting from
ServicePluginBaseclass, will have the extension « filter-validation » enabled by default. That enforces the API filter validation in the queries, returning aHTTPBadRequestin case of using an invalid attribute. This extension can be enabled or disabled using the Neutron configuration variable[DEFAULT]filter_validation.