BryanMLima commented on code in PR #6491:
URL: https://github.com/apache/cloudstack/pull/6491#discussion_r992542240
##########
api/src/main/java/com/cloud/vm/UserVmService.java:
##########
@@ -425,6 +425,8 @@ UserVm createVirtualMachine(DeployVMCmd cmd) throws
InsufficientCapacityExceptio
UserVm getUserVm(long vmId);
+ VirtualMachine getVm(long vmId);
Review Comment:
It does, however, to make this happen it caused a circular dependency
problem, and to solve it, it would need to refactor a lot of classes to fix the
issue. The refactor could be interesting in another PR, but is out of the scope
of this one.
--
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]