Yoga Series Release Notes¶
2.20.1¶
Other Notes¶
Parent resource mapping was added to
EXT_PARENT_RESOURCE_MAPPING
inneutron_lib.services.constants
for theqos
plugin.
2.20.0¶
New Features¶
Add
connectivity
property toMechanismDriver
. For more information, see [Boot a VM with an unaddressed port].
Added API definition for
qos-rule-type-filter
extension that adds two new parameters to QoS rule type API: « all_supported » that is a flag to filter all supported QoS rule types by at least one loaded mechanism driver; « all_rules » that is a flag to filter all implemented QoS rule types in the Neutron server.
The API definitions of
tap-as-a-service
,taas
andvlan_filter
, are now available inneutron_lib.api.definitions
. This includestap_services
,tap_flows
andvlan_filter
extension to tap_flows.
Add
remote-managed
VNIC type for ports such as off-path SmartNIC DPU ports.
Bug Fixes¶
Enforce policy for “qos_policy_id” attribute of port, network and fip so only authorized users can set/unset it. For more info see bug LP#1957175.