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:48:14 UTC

git commit: updated refs/heads/master to 7ef122d

Repository: cloudstack
Updated Branches:
  refs/heads/master d9c5321a2 -> 7ef122dcc


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/7ef122dc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7ef122dc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7ef122dc

Branch: refs/heads/master
Commit: 7ef122dcc998d260c35ed0b9ef04b045025fb037
Parents: d9c5321
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:48:10 2015 -0800

----------------------------------------------------------------------
 ui/scripts/zoneWizard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7ef122dc/ui/scripts/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js
index 13bc3ab..d42b44e 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';