Newton Series Release Notes¶
6.0.0¶
New Features¶
The
auto-allocated-topology-deletecommand allows users to delete the auto allocated topology.
CLI support to display the default quota reserved for a tenant.
The
quota-default-showcommand outputs the default quotaof resources for a given tenant.
CLI support for bulk delete.
By using this feature, multiple resourcecan be deleted using a single command.
Example:
neutronrouter-deleterouter_arouter_bdeletes both router_a and router_b.
New create, update, list, show, and delete commands are added for the QoS minimum bandwidth rule.
Quota of Loadbalancers and listeners can now be updated.
Deprecation Notes¶
“admin-state-down” option was deprecated in Mitaka and has been removed in Newton.
Bug Fixes¶
Fix CLI quota-update to return an error message for no args
quota-updateCLI will return an error messageMustspecifyavalidresourcewithnewquotavalueif noargument is provided while executing it. If arguments areprovided with CLI, no existing behavior is changed.
Fix ‘bug 1596750 <https://bugs.launchpad.net/neutron/+bug/1596750>’ that using ‘rbac-create’ without specifying ‘target-tenant’ will return ‘Request Failed internal server error while processing your request’. Update the default value of the argument ‘–target-tenant’ to ‘*’
Other Notes¶
This patch provides user the support to useany form of casing, thus removing the specificUPPER/lower case inputs required by differentneutron CLIs.
5.1.0¶
New Features¶
Add
networktrunkcreate,networktrunklist,networktrunkset,networktrunkunset,networktrunkdeleteandnetworksubportlistOSC commands for trunk resource along withclient bindings.[Blueprintvlan-aware-vms]
Added support to log ‘x-openstack-request-id’ for each api call.
5.0.0¶
Deprecation Notes¶
Keystone v3 support for CLI
Using ‘tenant_id’ and ‘tenant_name’ arguments in API bindings isdeprecated. Use ‘project_id’ and ‘project_name’ arguments instead.
Bug Fixes¶
CLI support to set QoS policy as not shared if it was shared before.The
qos-policy-updatecommand include a--no-sharedoption.Closesbug 1590942.
4.2.0¶
Prelude¶
Adding new QoS DSCP marking rule commands.
New Features¶
New create, update, list, show, and delete commands are added for QoS DSCP marking rule functionality.
