From 3cbda22ef4d1e98711768740ed6e136adc1f5caf Mon Sep 17 00:00:00 2001 From: Dawid Deja Date: Tue, 2 Feb 2016 15:20:43 +0100 Subject: [PATCH] Fixing after 'copy-paste' in README Signed-off-by: Dawid Deja --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3abc1f3..4f02876 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ using Mistral. 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 - see ``PYTHONPATH`` or ``sys.path`` for reference. #. Append lines @@ -18,7 +18,7 @@ Installation mistral.actions = … 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 #. Run db-sync tool via either