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:
Anthony Xu 2015-01-23 13:45:28 -08:00
parent c44890f844
commit d921163ea9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
switch (hypervisor) {
case 'XenServer':
hypervisorAttr = 'xennetworklabel';
hypervisorAttr = 'xenservernetworklabel';
break;
case 'KVM':
hypervisorAttr = 'kvmnetworklabel';