From 2114b2ee87e11a9df5c8a2749bbeee8062262f23 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 2 Jul 2012 09:55:33 +0530 Subject: [PATCH] networkId is None by default --- tools/marvin/marvin/deployDataCenter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index 9b2fc52d351..5c7880e60ae 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -83,7 +83,7 @@ class deployDataCenters(): primarycmd.clusterid = clusterId self.apiClient.createStoragePool(primarycmd) - def createpods(self, pods, zone, zoneId, networkId): + def createpods(self, pods, zone, zoneId, networkId=None): if pods is None: return for pod in pods: