sureshanaparti commented on code in PR #8850:
URL: https://github.com/apache/cloudstack/pull/8850#discussion_r1555252638
##########
server/src/main/java/com/cloud/api/query/QueryManagerImpl.java:
##########
@@ -4894,6 +4894,7 @@ private void fillVMOrTemplateDetailOptions(final
Map<String, List<String>> optio
ApiConstants.BootMode.SECURE.toString()));
options.put(VmDetailConstants.KEYBOARD, Arrays.asList("uk", "us",
"jp", "fr"));
options.put(VmDetailConstants.CPU_CORE_PER_SOCKET,
Collections.emptyList());
+ options.put(VmDetailConstants.CPU_THREAD_PER_CORE,
Collections.emptyList());
Review Comment:
@mlsorensen this detail is supported for KVM only with this PR, can move
this to KVM if block?
--
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]