| Summary: | openstack-neutron needs a versioned requires: on python-oslo-config | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Lars Kellogg-Stedman <lars> |
| Component: | openstack-neutron | Assignee: | Terry Wilson <twilson> |
| Status: | CLOSED ERRATA | QA Contact: | Roey Dekel <rdekel> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.0 | CC: | chrisw, ddomingo, hateya, lpeer, oblaut, yeylon |
| Target Milestone: | beta | Keywords: | EasyFix |
| Target Release: | 4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-2013.2-5.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
When upgrading the Networking service from Quantum to Neutron, the python-oslo-config package from Red Hat OpenStack 3 originally satisfied openstack-neutron package dependencies. However, this version of python-oslo-config did not provide classes and methods required by Neutron. As a result, upgrading the Networking service in this manner could prevent it from working properly.
With this update, openstack-neutron packages are now specifically dependent on the python-oslo-config version provided with Red Hat OpenStack 4. This version provides all the classes and methods required by Neutron.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-20 00:33:15 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: | |
|
Description
Lars Kellogg-Stedman
2013-10-28 18:29:40 UTC
Adding to beta milestone for MODIFIED/ON-QA bugs [root@puma04 ~]# rpm -qR openstack-neutron-2013.2-9.el6ost.noarch /bin/bash /bin/sh /bin/sh /bin/sh /bin/sh /bin/sh /usr/bin/python chkconfig chkconfig config(openstack-neutron) = 2013.2-9.el6ost dnsmasq dnsmasq-utils initscripts initscripts openstack-utils python-keystone python-neutron = 2013.2-9.el6ost python-pbr python-pyudev rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 shadow-utils rpmlib(PayloadIsXz) <= 5.2-1 [root@puma04 ~]# rpm -qR python-neutron-2013.2-9.el6ost.noarch MySQL-python python(abi) = 2.6 python-alembic python-anyjson python-babel python-eventlet python-greenlet python-httplib2 python-iso8601 python-jinja2-26 python-keystoneclient python-lxml python-netaddr python-neutronclient python-oslo-config >= 1:1.2.0 python-paste-deploy1.5 python-qpid python-routes1.12 python-sqlalchemy0.7 python-webob1.0 rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 sudo rpmlib(PayloadIsXz) <= 5.2-1 [root@puma04 ~]# rpm -qa | grep oslo python-oslo-config-1.2.1-1.el6ost.noarch 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 |