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

Method processIP

systemvm/debian/opt/cloud/bin/merge.py:208–211  ·  view source on GitHub ↗
(self, dbag)

Source from the content-addressed store, hash-verified

206 return cs_forwardingrules.merge(dbag, self.qFile.data)
207
208 def processIP(self, dbag):
209 for ip in self.qFile.data["ip_address"]:
210 dbag = cs_ip.merge(dbag, ip)
211 return dbag
212
213 def processCL(self, dbag):
214 # Convert the ip stuff to an ip object and pass that into cs_ip_merge

Callers 1

processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected