Mitaka Series Release Notes

2.3.1

Bug Fixes

  • Fixed SSL/TLS verification for Network v2 commands. The commands were ignoring the --insecure and --os-cacert options and the OS_CACERT environment variable which caused them to fail with An SSL error occurred. when authenticating using SSL/TLS. [Bug 1560157]

2.2.0

New Features

  • OSprofiler support was added. To initiate OpenStack request tracing --profile <HMAC_KEY> option needs to be added to the CLI command. This key needs to present one of the secret keys defined in the OpenStack projects configuration files (if there is a wish to generate cross-project trace, the chosen key needs to be presented in all these configuration files). By default all OpenStack projects, that support OSprofiler, are using SECRET_KEY HMAC key.

    To use tracing functionality OSprofiler (and its storage backend) needs to be installed in the environment. If so, you will be able to trigger profiling via openstack –profile SECRET_KEY <operation> command. At the end of output there will be message with <trace_id>, and to plot human-readable HTML chart the following command should be used - osprofiler trace show <trace_id> --html --out result.html.

  • Allow custom logging of components [Bug 1484660]
  • Command ip floating delete is now available for neutron network. [Bug 1519502]
  • Command ip floating list is now available for neutron network. [Bug 1519502]
  • Add command ip floating show for neutron and nova network. [Bug 1519502]
  • Add support for security group rule show command. [Bug 1519512]
  • Add support for the server dump create command [Bug 1538372]
  • Add subnet show command. [Bug 1542359]
  • Add subnet delete command to openstack-client. [Bug 1542362]
  • Add token revoke command for Identity v3 [Bug 1543226]
  • Command network delete is now available for nova network. [Bug 1543672]
  • Command network list is now available for nova network. [Bug 1543672]
  • Command network show is now available for nova network. [Bug 1543672]
  • Command network create is now available for nova network. [Bug 1543672]
  • Add support for subnet pool delete command. [Bug 1544587]
  • Add support for subnet pool list command. [Bug 1544589]
  • Add support for subnet pool show command. [Bug 1544590]
  • [bug 1479569] Add an optional --names argument to the role assignment list` command. This will output names instead of IDs for users, groups, roles, projects, and domains.
  • Add support for recursive container delete. [Bug 1542718]

Bug Fixes

  • Ignore the security group list command --all-projects option for Network v2 since security groups will be displayed for all projects by default (admin only). [Bug 1519511]
  • The token issue can now return an unscoped token. If a project or domain target scope are not specified, an unscoped token will be returned. [Bug 1543214]
  • Command flavor set/unset now outputs nothing. [Bug 1546065]
  • Command security group set now outputs nothing. [Bug 1546065]
  • Command compute agent set now outputs nothing. [Bug 1546065]
  • Command aggregate set now outputs nothing. [Bug 1546065]