| Summary: | qpid exchange type "Direct" should be "direct" | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Russell Bryant <rbryant> |
| Component: | openstack-quantum | Assignee: | Assaf Muller <amuller> |
| Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.0 | CC: | bperkins, chrisw, lpeer, majopela, ndipanov, sputhenp, sradvan, yeylon |
| Target Milestone: | z4 | Keywords: | ZStream |
| Target Release: | 3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-quantum-2013.1.4-4.el6ost | Doc Type: | Bug Fix |
| Doc Text: |
Cause: QPID direct publisher using the wrong exchange type 'Direct'
Consequence: If the exchange had not been created previously by a consumer, the publisher would crash because it couldn't find the specified exchange.
Fix: Change the exchange type in the Publisher to 'direct'.
Result: The publisher operates as expected.
|
Story Points: | --- |
| Clone Of: | 1042055 | Environment: | |
| Last Closed: | 2014-01-30 19:50:37 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: | |
| Bug Depends On: | 1042055, 1042089 | ||
| Bug Blocks: | 1024651, 1042073 | ||
|
Description
Russell Bryant
2013-12-12 20:52:31 UTC
*** Bug 1043385 has been marked as a duplicate of this bug. *** * Setup RHOS 4.0 latest repos (2013-12-12.1) * Installed using Packstack: One controller (Everything on it), 2 additional * compute nodes. All 3 are VMs on different physical hosts running RHEL 6.5 * Disabled firewall on controller * SELinux is in permissive mode * Disabled firewall on compute nodes for VNC * In /etc/neutron/plugin.ini, for all hypervisors: Under [OVS] tenant_network_type=vxlan tunnel_type=vxlan Under [AGENT] tunnel_types=vxlan * On all hypervisors: ovs-vsctl emer-reset && service openstack-openvswitch-agent restart * Deleted network that was created as GRE, recreated it I have connectivity between instances running on different hypervisors. Ignore my last comment, wrong tab :( Patch submitted to upstream stable/grizzly branch. If it cannot be merged, or if z-stream won't be rebased in time off upstream stable/grizzly then I'll manually backport to downstream. Adding >=POST to next async release Verified NVR: python-quantum-2013.1.4-4.el6ost.noarch Verification based on: https://review.openstack.org/#/c/62663/1/quantum/openstack/common/rpc/impl_qpid.py 1. typo is fixed: # grep -A1 -B1 '"type": "direct"' /usr/lib/python2.6/site-packages/quantum/openstack/common/rpc/impl_qpid.py "%s/%s" % (msg_id, msg_id), {"type": "direct"}, msg_id, -- super(DirectPublisher, self).__init__(session, msg_id, {"type": "direct"}) 2. I didn't find any related errors in quantum logs. 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/RHBA-2014-0110.html |