Refer to correct class name in commands.properties.in for the createConfiguration Api command

This commit is contained in:
ahmad 2010-11-08 10:46:01 -08:00
parent 70358ac153
commit 81f676d312
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ listSystemVms=com.cloud.api.commands.ListSystemVMsCmd;1
#### configuration commands
updateConfiguration=com.cloud.api.commands.UpdateCfgCmd;1
listConfigurations=com.cloud.api.commands.ListCfgsByCmd;1
createConfiguration=com.cloud.api.commands.AddConfigCmd;1
createConfiguration=com.cloud.api.commands.CreateCfgCmd;1
listCapabilities=com.cloud.api.commands.ListCapabilitiesCmd;15
#### pod commands