-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Milestone
Description
ISSUE TYPE
- Bug
COMPONENT NAME
Component: UI
CLOUDSTACK VERSION
Cloudstack version 4.18.1
SUMMARY
Bulk deletion of templates from multiple zones is not working
Steps to reproduce the issue
-
Create 2 zones Cloudstack environment
-
Register a template/ISO in alll zone
-
Select the Bulk delete template option and select both the zone
The template gets deleted in only one zone
https://cloudstack.apache.org/api/apidocs-4.18/apis/deleteTemplate.html
Only one zone id is getting passed in the api call
The issue is not observed for the bulk deletion of ISO's
Expected behavior
The template should get deleted in both the zones
Actual behavior
The template should is getting deleted in a single zone
DaanHoogland