mirror of https://github.com/apache/cloudstack.git
Bug 12777 - Add storage network configuration into CloudStack
add the new API to commands.properties
This commit is contained in:
parent
ec7c22f5c7
commit
cb6058906d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue