networkId is None by default

This commit is contained in:
Prasanna Santhanam 2012-07-02 09:55:33 +05:30
parent d05dcad38b
commit 2114b2ee87
1 changed files with 1 additions and 1 deletions

View File

@ -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: