From a9d518966fcdeaab4fb07e8199de5488e1532510 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Sat, 21 Dec 2013 13:24:40 +0400 Subject: [PATCH] Change default params for erase_node mcagent Change-Id: I990bdea9e35b8969e98cd74113a05b52d3ef80df Related-Bug: #1262615 --- mcagents/erase_node.ddl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcagents/erase_node.ddl b/mcagents/erase_node.ddl index cea8a48f..6c7cf0cb 100644 --- a/mcagents/erase_node.ddl +++ b/mcagents/erase_node.ddl @@ -15,7 +15,7 @@ action "erase_node", :description => "Zeroing of boot device" do :type => :boolean, :validation => :typecheck, :default => true, - :optional => true + :optional => false input :dry_run, :prompt => "Dry run", @@ -23,7 +23,7 @@ action "erase_node", :description => "Zeroing of boot device" do :type => :boolean, :validation => :typecheck, :default => false, - :optional => true + :optional => false output :status, :description => "Shell exit code",