mirror of https://github.com/apache/cloudstack.git
bug CS-14441: Fix typo in VMware traffic label ID
This commit is contained in:
parent
676a28177b
commit
db25ef518b
|
|
@ -36,7 +36,7 @@
|
|||
case 'KVM':
|
||||
hypervisorAttr = 'kvmnetworklabel';
|
||||
break;
|
||||
case 'VMWare':
|
||||
case 'VMware':
|
||||
hypervisorAttr = 'vmwarenetworklabel';
|
||||
break;
|
||||
case 'BareMetal':
|
||||
|
|
|
|||
Loading…
Reference in New Issue