Doc updated for oslo_policy configuration
Change-Id: Id39b7d0f03081db55ef9c6f992507dddc7f4dc9c
This commit is contained in:
parent
2e8b36d825
commit
d094dc229a
@ -85,7 +85,14 @@ either with real OpenStack environment or without OpenStack environment.
|
||||
target: my_favorite_executor
|
||||
...Workflow YAML...
|
||||
|
||||
10. After that try to run mistral engine and see it is running without any error::
|
||||
10. Configure role based access policies for Mistral endpoints (policy.json)::
|
||||
|
||||
[oslo_policy]
|
||||
policy_file = <path-of-policy.json file>
|
||||
|
||||
Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file <http://docs.openstack.org/mitaka/config-reference/policy-json-file.html>`_.
|
||||
|
||||
11. After that try to run mistral engine and see it is running without any error::
|
||||
|
||||
mistral-server --config-file <path-to-config> --server engine
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user