Comment 11 for bug 576501

Revision history for this message
Serge Hallyn (serge-hallyn) wrote :

The attached updated EC2 class works for me. Can you please test it? If it works for you, I'll update the vmbuilder package and pursue and SRU for all previous releases.

To test, please replace your VMBuilder/plugins/ec2/__init__.py file with the attached one. I.e.:

dest=`find /usr/lib -maxdepth 3 -name VMBuilder | tail -1`
cp $dest/plugins/ec2/__init__.py $dest/plugins/ec2/init.py.orig
cp newinit.py $dest/plugins/ec2/__init__.py
chmod ugo+x $dest/plugins/ec2/__init__.py