mirror of
https://github.com/gryf/mistral-evacuate.git
synced 2026-03-12 12:35:48 +01:00
Fixing after 'copy-paste' in README
Signed-off-by: Dawid Deja <dawid.deja@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@ using Mistral.
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
#. Copy ``filter_vm_action.py`` and ``evacuate_vm_action``
|
#. Copy ``filter_vm_action.py`` and ``evacuate_vm_action.py``
|
||||||
to the place reachable by python interpreter -
|
to the place reachable by python interpreter -
|
||||||
see ``PYTHONPATH`` or ``sys.path`` for reference.
|
see ``PYTHONPATH`` or ``sys.path`` for reference.
|
||||||
#. Append lines
|
#. Append lines
|
||||||
@@ -18,7 +18,7 @@ Installation
|
|||||||
mistral.actions =
|
mistral.actions =
|
||||||
…
|
…
|
||||||
custom.filter_vm = filter_vm_action:FilterVmAction
|
custom.filter_vm = filter_vm_action:FilterVmAction
|
||||||
custom.evacuate = mistral.actions.evacuate_vm_action:EvacuateVmAction
|
custom.evacuate = evacuate_vm_action:EvacuateVmAction
|
||||||
|
|
||||||
to ``setup.cfg`` file under Mistral repository
|
to ``setup.cfg`` file under Mistral repository
|
||||||
#. Run db-sync tool via either
|
#. Run db-sync tool via either
|
||||||
|
|||||||
Reference in New Issue
Block a user