From 0799052d7014611de1f0e8a16f6503ee243df901 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 5 Dec 2012 14:40:45 -0800 Subject: [PATCH] commands-ext.properties.in: remove duplication, same in commands.properties.in Signed-off-by: Rohit Yadav --- client/tomcatconf/commands-ext.properties.in | 7 ------- 1 file changed, 7 deletions(-) diff --git a/client/tomcatconf/commands-ext.properties.in b/client/tomcatconf/commands-ext.properties.in index f172067ede9..cd1d0eac066 100644 --- a/client/tomcatconf/commands-ext.properties.in +++ b/client/tomcatconf/commands-ext.properties.in @@ -20,13 +20,6 @@ generateUsageRecords=com.cloud.api.commands.GenerateUsageRecordsCmd;1 listUsageRecords=com.cloud.api.commands.GetUsageRecordsCmd;1 listUsageTypes=com.cloud.api.commands.ListUsageTypesCmd;1 - - -### Network Devices commands -addNetworkDevice=com.cloud.api.commands.AddNetworkDeviceCmd;1 -listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1 -deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1 - #### traffic monitor commands addTrafficMonitor=com.cloud.api.commands.AddTrafficMonitorCmd;1 deleteTrafficMonitor=com.cloud.api.commands.DeleteTrafficMonitorCmd;1