> Note that python-boto does encode UserData using base64.b64encode > (not urlsafe_b64encode as suggested in comment 13).
Thierry is correct. The commenter in comment 13 above must have been staring at a computer screen too long. boto uses base64.b64encode everywhere that i can see: http://code.google.com/p/boto/source/browse/trunk/boto/ec2/connection.py . -- User data is not parsed correctly by Eucalyptus in some cases https://bugs.launchpad.net/bugs/461156 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
