add vsan cluster usage

This commit is contained in:
garnier-quentin 2019-08-27 11:58:45 +02:00
parent fdd8078a96
commit 254410e911

View File

@ -142,7 +142,7 @@ sub manage_selection {
my $cluster_name = $response->{data}->{$cluster_id}->{name};
$self->{cluster}->{$cluster_name} = {
display => $cluster_name,
%{$response->{data}->{$cluster_id}},
%{$response->{data}->{$cluster_id}->{cluster_domcompmgr}},
};
}
}