Issues with this currently are a.) no unit tests of the _TEMPDIR path using /run/cloud-init. b.) ExtendedTemporaryFile was using util.del_file, but I did not want a circular import to cloudinit.util c.) could clean up /run/cloud-init via atexit d.) tempdir() was using del_dir, but circular import.
-- https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/329811 Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/1707222-use-run-for-tmpdir into cloud-init:master. _______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp

