2024.2 Series Release Notes¶
3.15.0¶
New Features¶
- The - tag-creationshim extension API definition enables the creation of multiple tags for a single resource using a- POSTrequest. The value of the tags is passed as an argument of the call.
3.14.0¶
New Features¶
- A new field is added to the model query hooks: « rbac_actions ». This field can modify the RBAC entries filter, setting the required RBAC actions for this specific model. This field is implemented initially for the « network » and the « subnet » model, that require an additional RBAC action (« access_as_external »). 
Other Notes¶
- API resources which do not really have - project_idassociated with them, because either it belongs to the project to which their parent belongs (- QoS rules) or does not belong to any project (- flavorand- service profile), do not accept- project_idnor- tenant_idto be sent in the body of the POST or PUT request.
- MechanismDrivers can now start their own RPC listeners by implementing start_rpc_listeners(). It is preferred to use this method instead of initialize() for this task to support the split between RPC and API workers. 
3.13.0¶
Bug Fixes¶
- The - subnet:allocation_poolsfield IPv6 addresses are now converted to their canonical format.
