Have tested RHOS6 on RHEL7 Packages: qpid-cpp-server-0.22-50.el7.x86_64 qpid-proton-c-0.7-4.el7.x86_64 qpid-cpp-client-0.22-50.el7.x86_64 python-qpid-0.22-19.el7.noarch openstack-neutron-ml2-2014.2.1-6.el7ost.noarch openstack-neutron-openvswitch-2014.2.1-6.el7ost.noarch The installation works properly. Also tested: 1.Internal\External networks 2.FloatingIP 3.Security Group - SSH and ICMP
Hey Petr Could you please sanity check my Release Note for this issue. I want to ensure I haven't reversed the conditions/servers/poll issue when I constructed the RN. Cheers J
Hi Jared, I believe you're wrong in the RN. "..qpid client has been improved to change the implementation to prefer poll() over select(), which fixes the original issue." ^^ is wrong, because select() shall be preferred to poll() if patched by eventlet. That fixes the original issue. More detail: previously the python client was changed to prefer poll instead of select (QPID-5588), and as eventlet greenthreads library used by openstack-neutron works only with select() this issue arise (QPID-5790). Because the selection between select() and poll() is being done dynamically, the condition was improved to prefer select() to poll() if patched by eventlet. ALSO I believe that doc text used here: bug 1102040 (probably written by you:) is precise and exactly the same text may be used here as well (this bug is a clone of 1102040).
(In reply to Petr Matousek from comment #9) > Hi Jared, I believe you're wrong in the RN. > > "..qpid client has been improved to change the implementation to prefer > poll() over select(), which fixes the original issue." > ^^ is wrong, because select() shall be preferred to poll() if patched by > eventlet. That fixes the original issue. > > More detail: > previously the python client was changed to prefer poll instead of select > (QPID-5588), and as eventlet greenthreads library used by openstack-neutron > works only with select() this issue arise (QPID-5790). Because the selection > between select() and poll() is being done dynamically, the condition was > improved to prefer select() to poll() if patched by eventlet. > > ALSO I believe that doc text used here: bug 1102040 (probably written by > you:) is precise and exactly the same text may be used here as well (this > bug is a clone of 1102040). Thanks for the link to the above related BZ, Petr. I've updated the text with the info from BZ#1102040
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.