Changing the access to the api command for updating custom cert to admin level only

This commit is contained in:
abhishek 2010-11-01 11:59:13 -07:00
parent 98e1f99f51
commit 032936e06d
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ updateInstanceGroup=com.cloud.api.commands.UpdateVMGroupCmd;15
listInstanceGroups=com.cloud.api.commands.ListVMGroupsCmd;15
### Certificate commands
uploadCustomCertificate=com.cloud.api.commands.UploadCustomCertificateCmd;15
uploadCustomCertificate=com.cloud.api.commands.UploadCustomCertificateCmd;1
### other commands
listHypervisors=com.cloud.api.commands.ListHypervisorsCmd;15