yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40008
[Bug 1505153] Re: gates broken by WebOb 1.5 release
** Also affects: openstack-ansible
Importance: Undecided
Status: New
** Changed in: openstack-ansible
Status: New => In Progress
** Changed in: openstack-ansible
Importance: Undecided => High
** Changed in: openstack-ansible
Assignee: (unassigned) => Jesse Pretorius (jesse-pretorius)
** Changed in: openstack-ansible
Milestone: None => 12.0.0
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1505153
Title:
gates broken by WebOb 1.5 release
Status in Cinder:
Fix Committed
Status in Manila:
In Progress
Status in OpenStack Compute (nova):
In Progress
Status in openstack-ansible:
In Progress
Bug description:
Hi,
WebOb 1.5 was released yesterday. test_misc of Cinder starts failing
with this release. I wrote this simple fix which should be enough to
repair it:
https://review.openstack.org/233528
"Fix test_misc for WebOb 1.5"
class ConvertedException(webob.exc.WSGIHTTPException):
- def __init__(self, code=0, title="", explanation=""):
+ def __init__(self, code=500, title="", explanation=""):
Victor
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1505153/+subscriptions