From 231336fc2278ef0301f7cf809e87f5960fffa47d Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 21 Mar 2017 15:51:12 +0100 Subject: [PATCH] + add the mode list-clusters --- apps/vmware/connector/plugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/vmware/connector/plugin.pm b/apps/vmware/connector/plugin.pm index 76312fd58..96f78c16d 100644 --- a/apps/vmware/connector/plugin.pm +++ b/apps/vmware/connector/plugin.pm @@ -47,6 +47,7 @@ sub new { 'getmap' => 'apps::vmware::connector::mode::getmap', 'health-host' => 'apps::vmware::connector::mode::healthhost', 'limit-vm' => 'apps::vmware::connector::mode::limitvm', + 'list-clusters' => 'apps::vmware::connector::mode::listclusters', 'list-datacenters' => 'apps::vmware::connector::mode::listdatacenters', 'list-datastores' => 'apps::vmware::connector::mode::listdatastores', 'list-nichost' => 'apps::vmware::connector::mode::listnichost',