[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2016-03-19 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Status: In Progress => Fix Released ** Changed in: cloud-init Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/14239

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-12-01 Thread Mathew Hodson
** Package changed: ubuntu => cloud-init (Ubuntu) ** Changed in: cloud-init (Ubuntu) Milestone: ubuntu-15.03 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423972 Title: cloud-init user

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~smoser/ubuntu/vivid/cloud-init/snappy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423972 Title: cloud-init user-data mime conversion fails on base64 encoded data To manage

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-26 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cloud-init -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423972 Title: cloud-init user-data mime conversion fails on base64 encoded data To manage notifications about t

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-26 Thread Scott Moser
** Changed in: cloud-init Status: New => Fix Committed ** Changed in: cloud-init Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423972 Title: cloud-init user

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-24 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423972 Title: cloud-init user-data mime conversion fails on base64 encoded data To manage notifications about this bug

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-20 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423972 Title: cloud-init user-data mime conversion fails on base64 encoded data To manage notifications about this bug go to: htt

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-20 Thread Ben Howard
Confirmed patch and submitted MP upstream. While my patch works, it assumes that user-data is always a string, which may not hold true. Asking smoser for a review. ** Changed in: ubuntu Status: New => In Progress ** Changed in: ubuntu Milestone: None => ubuntu-15.03 -- You received t

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-20 Thread Ben Howard
ppa:utlemming/lp1423972 has patch applied -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423972 Title: cloud-init user-data mime conversion fails on base64 encoded data To manage notifications abou

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-20 Thread Ben Howard
ppa:utlemming/lp1423972 has patch applied -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1423972 Title: cloud-init user-data mime conversion fails on base64 encoded data To manage notifications abou

[Bug 1423972] Re: cloud-init user-data mime conversion fails on base64 encoded data

2015-02-20 Thread Ben Howard
** Description changed: Cloud-init's conversion of user-data to mime fails when the user-data is - base64 encoded due to the Python2 to Python3 switch. + base64 encoded due to the Python2 to Python3 switch. base64.b64decode in + Python 2 returns a string, whilst Python3 returns a byte stream.