Comment 3 for bug 516738

Revision history for this message
Jamu Kakar (jkakar) wrote :

The real problem is actually in euca2ools. The issue is that it
assumes HOME will be defined in the environment and ends up running
os.path.join(HOME, ...) with HOME as None and then everything blows
up. The "'NoneType' object has no attribute 'endswith'" bubbles up
as a result of this.