diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 71cafb9aa21..ef9c6a70d1b 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -375,6 +375,6 @@ deleteVpnGateway=com.cloud.api.commands.DeleteVpnGatewayCmd;1 deleteVpnConnection=com.cloud.api.commands.DeleteVpnConnectionCmd;1 updateVpnCustomerGateway=com.cloud.api.commands.UpdateVpnCustomerGatewayCmd;1 resetVpnConnection=com.cloud.api.commands.ResetVpnConnectionCmd;1 -listVpnCustomerGateway=com.cloud.api.commands.ListVpnCustomerGatewayCmd;1 -listVpnGateway=com.cloud.api.commands.ListVpnGatewayCmd;1 -listVpnConnection=com.cloud.api.commands.ListVpnConnectionCmd;1 +listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;1 +listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;1 +listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;1