Ussuri Series Release Notes

4.0.0

New Features

  • Add namespace parameter to action commands. Namespace parameter allows to create multiple actions with same name under different namespaces.

  • Added 2 new CLI commands, “execution-get-sub-executions” returns sub-executions of a given execution id and “task-get-sub-executions” returns the sub-executions of a given task execution id. Both commands have the options “–max-depth” which is the max depth of a sub-execution, and “–errors-only” that allows to find only ERROR paths of the execution tree.

Upgrade Notes

  • Python 2.7 support has been dropped. Last release of python-mistralclient to support python 2.7 is OpenStack Train. The minimum version of Python now supported is Python 3.6.