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

Method instancify

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

Source from the content-addressed store, hash-verified

565 return self._get_data_source(existing=existing)
566
567 def instancify(self):
568 return self._reflect_cur_instance()
569
570 def cloudify(self):
571 # Form the needed options to cloudify our members

Calls 1

_reflect_cur_instanceMethod · 0.95