[Bug 813295] Re: oneiric images do not run in eucalyptus
Scott Moser
smoser at canonical.com
Wed Jul 20 20:49:04 UTC 2011
looking at changes between alpha1 and alpha2
(tag:2.7.2~rc1-2..tag:2.7.2-2) one change that looks suspicious is
diff -r 8527427914a2 Lib/urllib2.py
--- a/Lib/urllib2.py
+++ b/Lib/urllib2.py
@@ -1172,6 +1172,8 @@
r = h.getresponse()
except socket.error, err: # XXX what error?
raise URLError(err)
+ finally:
+ h.close()
# Pick apart the HTTPResponse object to get the addinfourl
# object initialized properly.
that came from upstream changeset 70837:18e6ccc332d5 [1] that reports to
fix issue 12133 [2]
--
[1] http://code.activestate.com/lists/python-checkins/97757/
[2] http://bugs.python.org/issue12133
** Bug watch added: Python Roundup #12133
http://bugs.python.org/issue12133
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python2.7 in Ubuntu.
https://bugs.launchpad.net/bugs/813295
Title:
oneiric images do not run in eucalyptus
Status in “python2.7” package in Ubuntu:
Confirmed
Bug description:
I've tried running an oneiric alpha2 image on 2 different eucalyptus
clouds (internal canonical, and public eucalyptus cloud). Both
instances have timed out on metadata service.
I really do not think this is a cloud-init bug at the moment, but am
opening it here until i find more information.
The images *did* run in alpha1.
One bit of possibly relevant information, both clouds are running the
oneiric kernel after kexec from a lucid era kernel using
https://code.launchpad.net/~smoser/+junk/kexec-loader .
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/813295/+subscriptions
More information about the foundations-bugs
mailing list