From a2f75bb554353799d7fd6e26ba9060098d0ab003 Mon Sep 17 00:00:00 2001 From: LingxianKong Date: Mon, 13 Jul 2015 22:56:21 +0800 Subject: [PATCH] Add guidance for updaing openstack action mappings Change-Id: I15c038b5713299836ed6c4ef87ed9a39cea32c87 Close-Bug: #1473914 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 52fcddb22..76442bb85 100644 --- a/README.rst +++ b/README.rst @@ -114,6 +114,9 @@ Mistral configuration is needed for getting it work correctly either with real O [database] connection = mysql://root:@localhost:3306/mistral +8. **If you are not using OpenStack, skip this item.** Update *mistral/actions/openstack/mapping.json* file which contains all allowed OpenStack actions, +according to the specific client versions of OpenStack projects in your deployment. Please find more detailed infomation in *tools/get_action_list.py* script. + Before the first run --------------------