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 2022/03/22 08:21:19 UTC

[GitHub] [cloudstack] DK101010 commented on pull request #6012: Add volume group handling

DK101010 commented on pull request #6012:
URL: https://github.com/apache/cloudstack/pull/6012#issuecomment-1074867397


   Hi @DaanHoogland, @nvazquez, 
   I have a question, what I have to do to add follow code 
   
   ```
   def importUnmanagedInstance(self, command, method="GET"):
            response = importUnmanagedInstanceResponse()
            response = self.connection.marvinRequest(command, response_type=response, method=method)
            return response  
   ```
   to 
   
   ```
   cloudstack/tools/marvin/marvin/cloudstack/cloudstackAPIClient.py
   ```
   
   I added in my env, but it seems to be automated generated or ? 


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

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org