mirror of https://github.com/apache/cloudstack.git
BUG-ID: CLOUDSTACK-8176
UI use xennetworklabel parameter name in zone create Wizards, in API, it uses xenservernetworklabel, the parameter name doesn't match, cause network name label not setup in CCP
This commit is contained in:
parent
d9c5321a2d
commit
7ef122dcc9
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
switch (hypervisor) {
|
||||
case 'XenServer':
|
||||
hypervisorAttr = 'xennetworklabel';
|
||||
hypervisorAttr = 'xenservernetworklabel';
|
||||
break;
|
||||
case 'KVM':
|
||||
hypervisorAttr = 'kvmnetworklabel';
|
||||
|
|
|
|||
Loading…
Reference in New Issue