mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
templates of all domains Bug has been fixed considering below points 1. templatefilter=all or isofilter=all is applicable only to admin and domain admin. 2. With templatefilter=all or isofilter=all below are the visiblity of templates in system. a. admin should be able to see all templates/iso in system. b. domain admin should be able to see all public template and templates under its domain tree (including sub domain). c. domain admin in a project context should be able to see all public templates and templates registered as project account and templates which are shared(using updateTemplatePermission api) with project account. Modified "test/integration/component/test_escalation_listTemplateDomainAdmin.py" This marvin test is written for this scenario but for the second account "templatefilter=all" is not used.