Repository: cloudstack Updated Branches: refs/heads/4.5 c44890f84 -> d921163ea
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 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d921163e Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d921163e Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d921163e Branch: refs/heads/4.5 Commit: d921163ea9536f69596083aab63fdb59512a8dd7 Parents: c44890f Author: Anthony Xu <[email protected]> Authored: Fri Jan 23 13:45:28 2015 -0800 Committer: Anthony Xu <[email protected]> Committed: Fri Jan 23 13:45:28 2015 -0800 ---------------------------------------------------------------------- ui/scripts/zoneWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d921163e/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 66b3469..299eff2 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -71,7 +71,7 @@ switch (hypervisor) { case 'XenServer': - hypervisorAttr = 'xennetworklabel'; + hypervisorAttr = 'xenservernetworklabel'; break; case 'KVM': hypervisorAttr = 'kvmnetworklabel';
