Namespaces release note

Add a release note for the namespace feature.

Change-Id: I0b2f3dd9dd95e7bb2c3d554dc3779264bfe04f71
Partially-Implements: blueprint create-and-run-workflows-within-a-namespace
This commit is contained in:
Michal Gershenzon 2017-08-14 09:26:37 +00:00 committed by Michal Gershenzon
parent 6d638a31dd
commit 3fc722f02b
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
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.