You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/07/03 16:12:44 UTC

[GitHub] [cloudstack] anuragaw commented on a change in pull request #3454: [WIP DO NOT MERGE] Add support for new heuristics based VM Deployement

anuragaw commented on a change in pull request #3454: [WIP DO NOT MERGE] Add support for new heuristics based VM Deployement
URL: https://github.com/apache/cloudstack/pull/3454#discussion_r300044341
 
 

 ##########
 File path: api/src/main/java/org/apache/cloudstack/api/command/user/vm/DeployVMCmd.java
 ##########
 @@ -138,6 +140,12 @@
     @Parameter(name = ApiConstants.SSH_KEYPAIR, type = CommandType.STRING, description = "name of the ssh key pair used to login to the virtual machine")
     private String sshKeyPairName;
 
+    @Parameter(name = ApiConstants.POD_ID, type = CommandType.UUID, entityType = PodResponse.class, description = "destination Pod ID to deploy the VM to - parameter available for root admin only")
 
 Review comment:
   That's a very good point. Let me investigate and see possibilities.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services