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/12/02 05:30:16 UTC

[GitHub] [cloudstack] shwstppr commented on a change in pull request #3606: [WIP DO NOT MERGE] VM ingestion

shwstppr commented on a change in pull request #3606: [WIP DO NOT MERGE] VM ingestion
URL: https://github.com/apache/cloudstack/pull/3606#discussion_r352425779
 
 

 ##########
 File path: api/src/main/java/com/cloud/vm/VmDetailConstants.java
 ##########
 @@ -54,4 +54,12 @@
     String SSH_PUBLIC_KEY = "SSH.PublicKey";
     String PASSWORD = "password";
     String ENCRYPTED_PASSWORD = "Encrypted.Password";
+
+    // VM import with nic, disk and custom params for custom compute offering
+    String NIC = "nic";
+    String NETWORK = "network";
+    String IP_ADDRESS = "ipAddress";
 
 Review comment:
   Changed

----------------------------------------------------------------
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