← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1158807] [NEW] Qpid SSL protocol

 

You have been subscribed to a public bug:

By default, TCP is used as transport for QPID connections. If you like
to enable SSL, there is a flat 'qpid_protocol = ssl' available in
nova.conf. However, python-qpid client is awaiting transport type
instead of protocol. It seems to be a bug:

Solution:
(https://github.com/openstack/nova/blob/master/nova/openstack/common/rpc/impl_qpid.py#L323)

WRONG:    self.connection.protocol = self.conf.qpid_protocol
CORRECT:    self.connection.transport = self.conf.qpid_protocol

Regards,
JuanFra.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
Qpid SSL protocol
https://bugs.launchpad.net/bugs/1158807
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).