You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/07/04 02:57:38 UTC

[05/10] git commit: updated refs/heads/vmsync to 3ecc52a

fix marvin when deploy vmware setup


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/810c64e3
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/810c64e3
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/810c64e3

Branch: refs/heads/vmsync
Commit: 810c64e38772719cba1c7e5cb4578c9e8c6a8d6d
Parents: d856028
Author: Edison Su <su...@gmail.com>
Authored: Tue Jul 2 11:13:11 2013 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Wed Jul 3 14:34:33 2013 -0700

----------------------------------------------------------------------
 tools/marvin/marvin/deployDataCenter.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/810c64e3/tools/marvin/marvin/deployDataCenter.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py
index d704375..ac96d09 100644
--- a/tools/marvin/marvin/deployDataCenter.py
+++ b/tools/marvin/marvin/deployDataCenter.py
@@ -67,7 +67,8 @@ specify a valid config file" % cfgFile)
         if clusters is None:
             return
 
-        if vmwareDc:
+        if vmwareDc is not None:
+            vmwareDc.zoneid = zoneId
             self.addVmWareDataCenter(vmwareDc)
 
         for cluster in clusters: