From c106660682083ceae362e2b7ffc0d4a38796ae2e Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Thu, 1 Dec 2011 09:57:29 -0800 Subject: [PATCH] Changed the API commands names to use correct abbreviations --- client/tomcatconf/commands.properties.in | 2 +- client/tomcatconf/junipersrx_commands.properties.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index e4b6b56dd0d..f346fab4847 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -48,7 +48,7 @@ listVirtualMachines=com.cloud.api.commands.ListVMsCmd;15 getVMPassword=com.cloud.api.commands.GetVMPasswordCmd;15 migrateVirtualMachine=com.cloud.api.commands.MigrateVMCmd;1 assignVirtualMachine=com.cloud.api.commands.AssignVMCmd;15 -restoreVm=com.cloud.api.commands.RestoreVMCmd;15 +restoreVirtualMachine=com.cloud.api.commands.RestoreVMCmd;15 #### snapshot commands createSnapshot=com.cloud.api.commands.CreateSnapshotCmd;15 diff --git a/client/tomcatconf/junipersrx_commands.properties.in b/client/tomcatconf/junipersrx_commands.properties.in index 121cad36b01..e7619f9f577 100644 --- a/client/tomcatconf/junipersrx_commands.properties.in +++ b/client/tomcatconf/junipersrx_commands.properties.in @@ -7,7 +7,7 @@ deleteExternalFirewall = com.cloud.api.commands.DeleteExternalFirewallCmd;7 listExternalFirewalls = com.cloud.api.commands.ListExternalFirewallsCmd;7 addSrxFirewall = com.cloud.api.commands.AddSrxFirewallCmd;7 -deleteSrcFirewall = com.cloud.api.commands.DeleteSrxFirewallCmd;7 +deleteSrxFirewall = com.cloud.api.commands.DeleteSrxFirewallCmd;7 configureSrxFirewall = com.cloud.api.commands.ConfigureSrxFirewallCmd;7 listSrxFirewalls = com.cloud.api.commands.ListSrxFirewallsCmd;7 listSrxFirewallNetworks = com.cloud.api.commands.ListSrxFirewallNetworksCmd;7