TrivialFix: Fix typo
Change-Id: I185843cacbb4626841a74f6577c467910adf6830
This commit is contained in:
parent
0ab0392212
commit
1539bfad76
@ -8,7 +8,7 @@ Mistral Client
|
||||
--------------
|
||||
|
||||
The best way to learn about all the commands and arguements that are expected
|
||||
is to use the ``mistral help`` comand.
|
||||
is to use the ``mistral help`` command.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
@ -121,7 +121,7 @@ directory.
|
||||
[oslo_policy]
|
||||
policy_file = <path-of-policy.json file>
|
||||
|
||||
Default policy.json file is in ``mistral/etc/``. For more deatils see `policy.json file <https://docs.openstack.org/ocata/config-reference/policy-json-file.html>`_.
|
||||
Default policy.json file is in ``mistral/etc/``. For more details see `policy.json file <https://docs.openstack.org/ocata/config-reference/policy-json-file.html>`_.
|
||||
|
||||
#. After that try to run mistral engine and see it is running without any error::
|
||||
|
||||
|
@ -102,7 +102,7 @@ This function returns a random UUID using the current workflow execution ID
|
||||
as a namespace.
|
||||
|
||||
The ``context`` argument will be passed by Mistral YAQL engine to the
|
||||
function. It is invisble to the user. It contains variables from the current
|
||||
function. It is invisible to the user. It contains variables from the current
|
||||
task execution scope, such as ``__execution`` which is a dictionary with
|
||||
information about the current workflow execution such as its ``id``.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user