yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11907
[Bug 1158807] Re: Qpid SSL protocol
** Also affects: neutron
Importance: Undecided
Status: New
** Changed in: neutron
Status: New => Invalid
** Also affects: neutron/grizzly
Importance: Undecided
Status: New
** Changed in: neutron/grizzly
Status: New => Fix Committed
** Changed in: neutron/grizzly
Assignee: (unassigned) => Xavier Queralt (xqueralt)
** Changed in: neutron/grizzly
Milestone: None => 2013.1.5
** Changed in: neutron/grizzly
Importance: Undecided => High
** Changed in: cinder/grizzly
Milestone: None => 2013.1.5
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1158807
Title:
Qpid SSL protocol
Status in Cinder:
Invalid
Status in Cinder grizzly series:
Fix Committed
Status in OpenStack Neutron (virtual network service):
Invalid
Status in neutron grizzly series:
Fix Committed
Status in OpenStack Compute (Nova):
Invalid
Status in OpenStack Compute (nova) grizzly series:
Fix Committed
Status in Oslo - a Library of Common OpenStack Code:
Fix Released
Bug description:
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1158807/+subscriptions