Queens Series Release Notes

3.2.0

New Features

  • Using namespaces is now supported from the client. It is possible to use the namespace flag with all workflows commands and when creating a workflow execution. Namespace feature allows a user to add two workflows with the same name to Mistral as long as they are within two different namespaces. Namespace will also be visible in the table printed when using the CLI to get info about workflows. Plus, the CLI will print the workflow namespace along with the workflow name where needed.

Other Notes

  • The dependency to python-keystoneclient was removed. Relying solely on keystoneauth1.

  • The user has to set the “OS_USER_DOMAIN_NAME” and “OS_PROJECT_DOMAIN_NAME” explicitly if keystone v3 version is being used.