[ https://issues.apache.org/jira/browse/CLOUDSTACK-9700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15887773#comment-15887773 ]
ASF GitHub Bot commented on CLOUDSTACK-9700: -------------------------------------------- GitHub user rashmidixit reopened a pull request: https://github.com/apache/cloudstack/pull/1894 CLOUDSTACK-9700 Allow user to Register/Copy templates to multiple zones at the same time A user can currently copy or register a template with only one zone at a time. The idea of this feature is to allow the user to allow copying or registering of one template to multiple zones at the same time. For RegisterTemplate and CopyTemplate APIs have been modified to add a new parameter called zoneIds. This is not compulsory to keep backward compatibility. The UIs have been changes - When you add, the earlier select control for zones now is a multi select and you can choose multiple zones at the same time. For CopyTemplate a new dialog has been added - this shows all the zones you can copy to and allows you to select multiple at a time. Please see [CLOUDSTACK-9700](https://issues.apache.org/jira/browse/CLOUDSTACK-9700) for more details. Snapshots of the UI have been attached there. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Accelerite/cloudstack CLOUDSTACK-9700 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1894.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1894 ---- commit 95bf9f0f5b640f6673606e7f56fce39654e16fff Author: rashmidixit <rashmi_di...@persistent.co.in> Date: 2017-02-28T06:33:07Z CLOUDSTACK-9700: Allow user to Register/Copy templates to multiple zones at the same time ---- > Allow user to Register/Copy templates to multiple zones at the same time > ------------------------------------------------------------------------ > > Key: CLOUDSTACK-9700 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9700 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the > default.) > Components: Template, UI > Affects Versions: 4.7.0, 4.8.0, 4.9.0 > Reporter: Rashmi Dixit > Assignee: Rashmi Dixit > Fix For: 4.10.0.0 > > Attachments: CopyTemplate-multiplezones.PNG, > CopyTemplate-WithSearchZone.PNG, RegisterTemplate-multiselect-error.PNG, > RegisterTemplate-multiselect.PNG > > > A user can currently copy or register a template with only one zone at a > time. > The idea of this feature is to allow the user to allow copying or registering > of one template to multiple zones at the same time. > Both the UI and API need changes in this case. The UI for the destination > zone is currently a drop down. It can be a multi-select box. > The APIs need to accept destination zone as an array instead of a single ID. -- This message was sent by Atlassian JIRA (v6.3.15#6346)