mirror of https://github.com/apache/cloudstack.git
networkId is None by default
This commit is contained in:
parent
d05dcad38b
commit
2114b2ee87
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue