From 3995dc9cb169e199f9d47a113b71c2edfed2b5d6 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Wed, 27 Jun 2012 19:22:18 -0700 Subject: [PATCH] CS-6840: Fix wrong command name --- client/tomcatconf/commands.properties.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index c0c43f88d29..58a09d043de 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -381,6 +381,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