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
c44890f844
commit
d921163ea9
|
|
@ -71,7 +71,7 @@
|
|||
|
||||
switch (hypervisor) {
|
||||
case 'XenServer':
|
||||
hypervisorAttr = 'xennetworklabel';
|
||||
hypervisorAttr = 'xenservernetworklabel';
|
||||
break;
|
||||
case 'KVM':
|
||||
hypervisorAttr = 'kvmnetworklabel';
|
||||
|
|
|
|||
Loading…
Reference in New Issue