Comment 10 for bug 1818113

Revision history for this message
Drew Freiberger (afreiberger) wrote :

We found there was a race-condition between layer:apt installing packages and the reactive handlers kicking off in service_checks.py which lead to service_checks.py imports failing due to apt packages providing those dist-packages for python modules. We have updated the code to use layer:basic's package installs on bootstrap and are working on review/release.