mirror of https://github.com/apache/cloudstack.git
bug 7027: only Root admin can modify resoure limits
status 7027: resolved fixed
This commit is contained in:
parent
da30ddbef7
commit
964e013dc8
|
|
@ -29,7 +29,7 @@ listDomainChildren=com.cloud.api.commands.ListDomainChildrenCmd;7
|
|||
getCloudIdentifier=com.cloud.api.commands.GetCloudIdentifierCmd;15
|
||||
|
||||
#### Limit commands
|
||||
updateResourceLimit=com.cloud.api.commands.UpdateResourceLimitCmd;3
|
||||
updateResourceLimit=com.cloud.api.commands.UpdateResourceLimitCmd;1
|
||||
listResourceLimits=com.cloud.api.commands.ListResourceLimitsCmd;15
|
||||
|
||||
#### VM commands
|
||||
|
|
|
|||
Loading…
Reference in New Issue