From cb6058906d86faf5b588057959cf2e6065c52cd8 Mon Sep 17 00:00:00 2001 From: frank Date: Thu, 5 Jan 2012 16:15:03 -0800 Subject: [PATCH] Bug 12777 - Add storage network configuration into CloudStack add the new API to commands.properties --- client/tomcatconf/commands.properties.in | 1 + 1 file changed, 1 insertion(+) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 1ce70f7bc31..4c0c56a0ab0 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -317,6 +317,7 @@ addTrafficType=com.cloud.api.commands.AddTrafficTypeCmd;1 deleteTrafficType=com.cloud.api.commands.DeleteTrafficTypeCmd;1 listTrafficTypes=com.cloud.api.commands.ListTrafficTypesCmd;1 updateTrafficType=com.cloud.api.commands.UpdateTrafficTypeCmd;1 +listTafficTypeImplementors=com.cloud.api.commands.ListTafficTypeImplementorsCmd;1 #### Storage Network commands createStorageNetworkIpRange=com.cloud.api.commands.CreateStorageNetworkIpRangeCmd;1