From a99bb75e1bf11689a1e85ece154855f4e89070be Mon Sep 17 00:00:00 2001 From: Dawid Deja Date: Tue, 2 Feb 2016 15:19:17 +0100 Subject: [PATCH] Update README Signed-off-by: Dawid Deja --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 380d1f7..3abc1f3 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,10 @@ using Mistral. 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. -#. Append line +#. Append lines .. code:: ini @@ -17,9 +18,9 @@ Installation mistral.actions = … custom.filter_vm = filter_vm_action:FilterVmAction + custom.evacuate = mistral.actions.evacuate_vm_action:EvacuateVmAction to ``setup.cfg`` file under Mistral repository -#. Reinstall Mistral if it was installed in system (not in virtualenv). #. Run db-sync tool via either .. code:: shell-session