Bug 12777 - Add storage network configuration into CloudStack

add the new API to commands.properties
This commit is contained in:
frank 2012-01-05 16:15:03 -08:00
parent ec7c22f5c7
commit cb6058906d
1 changed files with 1 additions and 0 deletions

View File

@ -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