From bcafa3f4665e4706be3d564a5c93f430c863f160 Mon Sep 17 00:00:00 2001 From: Dawid Deja Date: Wed, 3 Feb 2016 10:58:48 +0100 Subject: [PATCH] Small refactoring and change in README so it correspond to the actual state Signed-off-by: Dawid Deja --- README.rst | 3 ++- input.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4f02876..93c2f32 100644 --- a/README.rst +++ b/README.rst @@ -46,7 +46,8 @@ Installation { "search_opts": { "host": "compute-hostanme" - } + }, + "on_shared_storage": false } #. Trigger the action via: diff --git a/input.json b/input.json index 548c8fe..7cf86dc 100644 --- a/input.json +++ b/input.json @@ -1,4 +1,6 @@ { - "search_opts": {"host": "compute1"}, + "search_opts": { + "host": "compute1" + }, "on_shared_storage": false }