From dff1b24df33ef529f74ee3ec67d44e902251db76 Mon Sep 17 00:00:00 2001 From: ZhongShengping Date: Wed, 13 Feb 2019 14:22:36 +0800 Subject: [PATCH] Add the mistral module affects Change-Id: I0c8199895a6708bf45ce94220bd0037a565d58e4 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddfc4be..c6755ed 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,16 @@ entirety of mistral. Setup ----- +**What the mistral module affects** + +* [Mistral](https://docs.openstack.org/mistral/latest/), the workflow service for OpenStack. + ### Beginning with mistral To use the mistral module's functionality you will need to declare multiple resources. This is not an exhaustive list of all the components needed; we recommend you consult and understand the -[Mistral](https://docs.openstack.org/mistral/latest/) documentation. +[core openstack](https://docs.openstack.org) documentation. Implementation