rhtyd commented on a change in pull request #2140: CLOUDSTACK-9951: Add support 
for batch/bulk VM deployment option in CS
URL: https://github.com/apache/cloudstack/pull/2140#discussion_r136270805
 
 

 ##########
 File path: api/src/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java
 ##########
 @@ -184,10 +184,18 @@
     @Parameter(name = ApiConstants.DEPLOYMENT_PLANNER, type = 
CommandType.STRING, description = "Deployment planner to use for vm allocation. 
Available to ROOT admin only", since = "4.4", authorized = { RoleType.Admin })
     private String deploymentPlanner;
 
+    protected Long podId = null;
+    protected Long clusterId = null;
+    protected List<Long> vmIds = new ArrayList<Long>();
 
 Review comment:
   Consider removing this hack, consider a different way of implementation.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to