mirror of
https://github.com/gryf/mistral-evacuate.git
synced 2026-02-16 14:05:54 +01:00
@@ -7,9 +7,10 @@ using Mistral.
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
#. Copy ``filter_vm_action.py`` to the place reachable by python interpreter -
|
#. Copy ``filter_vm_action.py`` and ``evacuate_vm_action``
|
||||||
|
to the place reachable by python interpreter -
|
||||||
see ``PYTHONPATH`` or ``sys.path`` for reference.
|
see ``PYTHONPATH`` or ``sys.path`` for reference.
|
||||||
#. Append line
|
#. Append lines
|
||||||
|
|
||||||
.. code:: ini
|
.. code:: ini
|
||||||
|
|
||||||
@@ -17,9 +18,9 @@ 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
|
||||||
|
|
||||||
to ``setup.cfg`` file under Mistral repository
|
to ``setup.cfg`` file under Mistral repository
|
||||||
#. Reinstall Mistral if it was installed in system (not in virtualenv).
|
|
||||||
#. Run db-sync tool via either
|
#. Run db-sync tool via either
|
||||||
|
|
||||||
.. code:: shell-session
|
.. code:: shell-session
|
||||||
|
|||||||
Reference in New Issue
Block a user