canonical/pycloudlib

Add optional wait flag to console log calls

Closed this issue · 1 comments

Console log can take time to populate, and we might be requested it before it is ready. See canonical/cloud-init#888 (comment) for context. Fixing this should also involve removing the platform restriction from the test referenced in that PR.

The wait flag is optional, so I'm closing this as an issue.

The console log returning nothing where is fixed with by #143 and #146.