Is it me or did this go missing in essex also (the current master that is)? SSL seems to have gone missing (for kombu) :-( https://github.com/openstack/nova/blob/master/nova/rpc/impl_kombu.py#L292 Unless I missed something there? Any idears?
On 12/20/11 4:23 PM, "Joshua Harlow" <[email protected]> wrote: Hi all, I've just put in a blueprint @ http://wiki.openstack.org/SSLEndpoints One of the fixes is the rabbitmq (via amqlib, via kombu) client that was done in bug https://bugs.launchpad.net/nova/+bug/790900 One thing I noticed was that this only enables the boolean true/false flag but it seems like in python2.6+ (which afaik is required for openstack - right?) that that boolean can actually be a dictionary which can provide cert files and the like (instead of just saying on/off). Is that something people think is useful for the essex series, to get that fixed? See: https://code.google.com/p/py-amqplib/source/browse/amqplib/client_0_8/transport.py#189 Other SSL changes we are seeing are great, but I am unsure of the priority of them, ie, http://wiki.openstack.org/nova-security-updates, would it be useful for people at yahoo to try to take that one on as well (I don't really see a direct owner?). Let me know, Hope to help! -Josh
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

