Add guidance for updaing openstack action mappings

Change-Id: I15c038b5713299836ed6c4ef87ed9a39cea32c87
Close-Bug: #1473914
This commit is contained in:
LingxianKong 2015-07-13 22:56:21 +08:00
parent fc12522730
commit a2f75bb554
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ Mistral configuration is needed for getting it work correctly either with real O
[database]
connection = mysql://root:<password>@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
--------------------