MCPcopy Create free account
hub / github.com/canonical/cloud-init / cloudify

Method cloudify

cloudinit/stages.py:570–579  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

568 return self._reflect_cur_instance()
569
570 def cloudify(self):
571 # Form the needed options to cloudify our members
572 return cloud.Cloud(
573 self.ds,
574 self.paths,
575 self.cfg,
576 self.distro,
577 helpers.Runners(self.paths),
578 reporter=self.reporter,
579 )
580
581 def update(self):
582 self._store_rawdata(self.ds.get_userdata_raw(), "userdata")

Calls

no outgoing calls