Change default params for erase_node mcagent

Change-Id: I990bdea9e35b8969e98cd74113a05b52d3ef80df
Related-Bug: #1262615
This commit is contained in:
Vladimir 2013-12-21 13:24:40 +04:00
parent a9cb3aad39
commit a9d518966f
1 changed files with 2 additions and 2 deletions

View File

@ -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",