--- Additional comment from Ken Giusti on 2014-06-04 09:37:52 EDT --- This fix needs to go upstream and into stable. The latest upstream stable release of qpidd (0.28) contains the fix to QPID-5557 that will require this patch anyways. Best to fix this and be done with it. --- Additional comment from Petr Matousek on 2014-06-04 10:53:02 EDT --- Note: this issue most probably causes also 'nova x509-create-cert' timeout. # . keystonerc_admin # nova x509-create-cert /root/accrc/admin/admin-pk.pem /root/accrc/admin/admin-cert.pem ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-cfe83282-61ae-432a-9b19-cb07c62310a0) or (ERROR: HTTPConnectionPool(host='<host_ip>', port=8774): Request timed out. (timeout=600.0)) - seen in CI jobs. This shall be retested as well while verifying this bug. Expected output: # nova x509-create-cert /root/accrc/admin/admin-pk.pem /root/accrc/admin/admin-cert.pem Wrote private key to /root/accrc/admin/admin-pk.pem Wrote x509 certificate to /root/accrc/admin/admin-cert.pem --- Additional comment from Ihar Hrachyshka on 2014-06-11 05:57:35 EDT --- Do we track havana backports anywhere? --- Additional comment from Alan Pevec on 2014-06-30 14:15:11 EDT --- This needs to go out asap, MRG2 update has been released bug 1098314 comment 4
Glance Havana does not use Oslo RPC, but has its own implementation for notifications[1] Flavio, is this Glance implementation affected or not by this issue? [1] https://github.com/openstack/glance/blob/stable/havana/glance/notifier/notify_qpid.py#L81
@Alan, thanks for the heads up. Glance Havana is not affected by this issue because it does not use direct messages. Glance just sends notifications and that happens by sending a message to the configured topic.
Not that this matters, but RHOSP 3 is affected by this, too. Solution is to use python-qpid-0.18-9.
@Dan, I think we don't support RHOSP 3 anymore.
(In reply to Ihar Hrachyshka from comment #4) > @Dan, I think we don't support RHOSP 3 anymore. You are correct - hence my "not that it matters" prefix. :-)
did python-qpid-0.18-9 get removed from the mrg-2 channel? That would make me sad.
It looks like this issue is also present in RHOS 5
All associated bugs have fixes currently available thus closing this tracker.