Red Hat Bugzilla – Bug 1042083
qpid exchange type "Direct" should be "direct"
Last modified: 2018-02-08 05:09:37 EST
+++ This bug was initially created as a clone of Bug #1042055 +++ There's a typo in nova/openstack/common/rpc/impl_qpid.py where an exchange type of "Direct" is used where it should be "direct".
*** 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