MejdiB opened a new issue, #9127:
URL: https://github.com/apache/cloudstack/issues/9127

   ##### ISSUE TYPE
    * Improvement Request
   
   ##### COMPONENT NAME
   ~~~
   UI, API
   ~~~
   
   ##### CLOUDSTACK VERSION
   ~~~
   4.18.x and newer
   ~~~
   
   ##### SUMMARY
   Currently, admins can set various global configuration options for resource 
limits such as "max.account.cpus", "max.account.memory", "max.domain.cpus", 
"max.domain.memory" etc. However, there is no option for limiting total number 
of projects for a domain or account like "max.account.projects" and 
"max.domain.projects". Furthermore, an input field on the UI for the Configure 
Limits view for a particular domain or account is missing. As a workaround it 
can be configured using Cloudmonkey: 
   
   ```
   (localcloud) 🐱 > update resourcelimit
   domainid=37ff2485-cc1e-11ee-a4eb-1e00db000197 account=ACSUser
   resourcetype=5 max=3
   {
     "resourcelimit": {
       "account": "ACSUser",
       "domain": "ROOT",
       "domainid": "37ff2485-cc1e-11ee-a4eb-1e00db000197",
       "max": 3,
       "resourcetype": "5",
       "resourcetypename": "project"
     }
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to