| Summary: | python-nova erroneously requires webob1.0 [openstack-4] | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Dan Yocum <dyocum> | |
| Component: | openstack-nova | Assignee: | Xavier Queralt <xqueralt> | |
| Status: | CLOSED ERRATA | QA Contact: | Ami Jeain <ajeain> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.0 | CC: | ajeain, apevec, dallan, ddomingo, hateya, ndipanov, sclewis, xqueralt, yeylon | |
| Target Milestone: | beta | |||
| Target Release: | 4.0 | |||
| Hardware: | All | |||
| OS: | All | |||
| Whiteboard: | ||||
| Fixed In Version: | openstack-nova-2013.2-2.el6ost | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1012694 1016515 (view as bug list) | Environment: | ||
| Last Closed: | 2013-12-20 00:25:00 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
Changed target release to 3.0.x? per Alan's comment in the original ticket. Auto adding >= MODIFIED bugs to beta verified: # rpm -q --whatrequires python-webob1.0 python-neutron-2013.2-9.el6ost.noarch although the list is not empty, the following bug already fixes this issue in the next neutron version: https://bugzilla.redhat.com/show_bug.cgi?id=1031849 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |
Description of problem: Remove webob1.0 from RHOSv3 package requirements - everything should be using webob1.2.3. >>> [root@public-comp050 ~]# rpm -q --whatrequires python-webob1.0 >>> python-keystone-2013.1.3-1.el6ost.noarch >>> python-nova-2013.1.3-3.el6ost.noarch That should be fixed, both Nova and Keystone have WebOb==1.2.3 in upstream pip-requires. Please file BZs and we'll fix that in the next 3.0.z update. Cheers, Alan