ravening opened a new pull request #446: URL: https://github.com/apache/cloudstack-primate/pull/446
Currently only "ROOT" admin can create compute and disk offering. If we login as domain admin then we cant create a compute and disk offering as domain id's is not passed to the api. If we login as domain admin we need to set "isPublic" to false so that domain id list will be displayed Before the changes: This is the error we get for compute/disk offering creation  After the changes: The UI for copute/disk offering creation shows the domain id list  Also we no longer need to use "isrecursive=true" since it wont display the compute/disk offering belonging to parent domain in the child domain Let say we have parent domain "test1" and its child domain "test-11" then all the offerings created by "test1" will not be visible to its child domain "test-11" if isrecursive is true  Setting isrecursive to false will display all the parent domain offerings  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org