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

Method process

systemvm/debian/opt/cloud/bin/configure.py:88–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

86 TOKEN_FILE = "/tmp/passwdsrvrtoken"
87
88 def process(self):
89 for item in self.dbag:
90 if item == "id":
91 continue
92 self.__update(item, self.dbag[item])
93
94 def __update(self, vm_ip, password):
95 token = ""

Callers

nothing calls this directly

Calls 1

__updateMethod · 0.95

Tested by

no test coverage detected