MCPcopy Create free account
hub / github.com/apache/cloudstack / isEipElbZone

Method isEipElbZone

tools/marvin/marvin/deployDataCenter.py:855–859  ·  view source on GitHub ↗
(self, zone)

Source from the content-addressed store, hash-verified

853 self.__tcRunLogger.exception("==== Create Zones Failed ===")
854
855 def isEipElbZone(self, zone):
856 if (zone.networktype == "Basic"
857 and len([x for x in zone.physical_networks[0].traffictypes if x.typ == 'Public']) > 0):
858 return True
859 return False
860
861 def setClient(self):
862 '''

Callers 1

createZonesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected