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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to