From 964e013dc8dc3cd935f01ea979824afe40c89f78 Mon Sep 17 00:00:00 2001 From: alena Date: Mon, 8 Nov 2010 13:52:11 -0800 Subject: [PATCH] bug 7027: only Root admin can modify resoure limits status 7027: resolved fixed --- client/tomcatconf/commands.properties.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 07f047eb3ea..cac68dbe77a 100644 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -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