better message for datastore-vm and datastore-iops
This commit is contained in:
parent
90aa222b5e
commit
543a2c484d
|
@ -165,7 +165,8 @@ sub manage_selection {
|
|||
severity => 'OK',
|
||||
short_msg => $response->{short_message}
|
||||
);
|
||||
return ;
|
||||
$self->{output}->display();
|
||||
$self->{output}->exit();
|
||||
}
|
||||
|
||||
foreach my $ds_id (keys %{$response->{data}}) {
|
||||
|
|
|
@ -175,7 +175,8 @@ sub manage_selection {
|
|||
severity => 'OK',
|
||||
short_msg => $response->{short_message}
|
||||
);
|
||||
return ;
|
||||
$self->{output}->display();
|
||||
$self->{output}->exit();
|
||||
}
|
||||
|
||||
foreach my $vm_id (keys %{$response->{data}}) {
|
||||
|
|
Loading…
Reference in New Issue