RodrigoDLopez opened a new pull request, #7082: URL: https://github.com/apache/cloudstack/pull/7082
### Description ACS does not allow disk and service offerings to be filtered by account or project. An extension was created that allows operators to inform a project or an account and domain when executing the `listDiskOffering` and `listServiceOffering` APIs. In this way, the APIs will only return offers whose account/project has access permission. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [x] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) #### Feature/Enhancement Scale - [ ] Major - [x] Minor ### How Has This Been Tested? Tests were executed via CMK by calling `listDiskOffering` and `listServiceOffering` informing the parameters account and domainId or projectId. To verify the consistency of the data returned by the APIs, `listDiskOffering` and `listServiceOffering` calls were executed with the target account from the previous step, without informing the filtering parameters. -- 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]
