Newton Series Release Notes

6.0.0

New Features

  • Theauto-allocated-topology-delete command allows users to delete the auto allocated topology.

  • CLI support to display the default quota reserved for a tenant.

    • Thequota-default-show command 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-update CLI will return an error messageMustspecifyavalidresourcewithnewquotavalue if 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

  • Addnetworktrunkcreate,networktrunklist,networktrunkset,networktrunkunset,networktrunkdeleteandnetworksubportlist OSC 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.Theqos-policy-update command include a--no-shared option.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.