Files
python-mistralclient/releasenotes/notes/add_namespace_option_to_actions.yaml
ali e1e75d61eb Add namespace support for actions to client
When creating an action-definition user can use the option --namespace
 to create the action in that specific namespace, if it was not provided
 the action will be created in the default namespace.
 default namespace is ''.

 *Added --namespace to action commands,
 *Added --namespace option to run-action

Depends-On: I07862e30adf28404ec70a473571a9213e53d8a08
Implements: blueprint create-and-run-workflows-within-a-namespace

Change-Id: I18dbd9faee06c3cd2209f7e579eeb2e1a24c88d9
2020-01-13 06:56:05 +00:00

6 lines
169 B
YAML

---
features:
- |
Add namespace parameter to action commands. Namespace parameter allows
to create multiple actions with same name under different namespaces.