Skip to content

Commit 39e1343

Browse files
committed
VM xml product 설정값이 빈 경우 "ABLESTACK CELL Hypervisor" 값으로 구성
1 parent d0b051f commit 39e1343

File tree

1 file changed

+1
-1
lines changed
  • plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtVMDef.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public void setManufacturer(String manufacturer) {
159159

160160
public String getProduct() {
161161
if (StringUtils.isEmpty(product)) {
162-
return "CloudStack KVM Hypervisor";
162+
return "ABLESTACK CELL Hypervisor";
163163
}
164164
return product;
165165
}

0 commit comments

Comments
 (0)