sureshanaparti commented on a change in pull request #5513:
URL: https://github.com/apache/cloudstack/pull/5513#discussion_r720200634



##########
File path: 
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java
##########
@@ -1613,6 +1613,10 @@ public String toString() {
     }
 
     public static class VideoDef {
+
+        public static final String VIDEO_MODEL = "video.hardware";
+        public static final String VIDEO_RAM = "video.ram";

Review comment:
       @leolleeooleo you can re-use the constants at VmDetailConstants (to use 
in LibvirtComputingResource), no need of this constants.




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