1
0
mirror of https://github.com/gryf/mistral-evacuate.git synced 2026-02-20 00:35:46 +01:00

Several typos fixed

This commit is contained in:
Roman Dobosz
2015-11-16 16:08:10 +01:00
parent 6035092c13
commit baee7e8900
3 changed files with 13 additions and 8 deletions

View File

@@ -7,8 +7,8 @@ using Mistral.
Installation
------------
#. Copy ``filter_vm.py`` to the place reachable by python interpreter - see
``PYTHONPATH`` or ``sys.path`` for reference.
#. Copy ``filter_vm_action.py`` to the place reachable by python interpreter -
see ``PYTHONPATH`` or ``sys.path`` for reference.
#. Append line
.. code:: ini
@@ -16,7 +16,7 @@ Installation
[entry_points]
mistral.actions =
custom.filter_vms = evac_poc:FilterAndEvacuate
custom.filter_vm = filter_vm_action:FilterVmAction
to ``setup.cfg`` file under Mistral repository
#. Reinstall Mistral if it was installed in system (not in virtualenv).
@@ -36,7 +36,7 @@ Installation
.. code:: shell-session
$ mistral workflow-create evacuate-workflow.yaml
$ mistral workflow-create host-evacuate.yaml
#. Create JSON file with content similar to:
@@ -49,4 +49,9 @@ Installation
}
#. Trigger the action via:
TBD
.. code:: shell-session
$ mistral execution-create host-evacuate input.json
where ``input.json`` is a file created in previous step.