You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2015/01/23 22:47:22 UTC

git commit: updated refs/heads/4.5 to d921163

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 <an...@citrix.com>
Authored: Fri Jan 23 13:45:28 2015 -0800
Committer: Anthony Xu <an...@citrix.com>
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';