Comment 3 for bug 1481614

Revision history for this message
Steve Baker (steve-stevebaker) wrote : Re: [Bug 1481614] Re: Ubuntu 15.04 python3 path problem when running loguserdata.py

On 06/08/15 12:42, Martin Paulo wrote:
> Interestingly a command line call:
> $ cloud-init --version
> cloud-init 0.7.7
It looks like the fix would be to Popen and execute "cloud-init
--version" instead of getting it from python packaging, or just remove
that version checking which was there to look for truly ancient versions
of cloud-init (pre 0.6.0).