On 9/2/2014 10:32 AM, David Pintor wrote: > Hi there, > > I've been following the CentOS guide for Icehouse [1] and I got > everything working correctly but trove. > > It looks like trove and qpid might not work well together as per [2]. > > Has anyone managed to get Trove to work along with qpid? If yes, would > you mind sharing your /etc/trove/*.conf files with me? > > Many thanks!! > > David > > > > [1] > http://docs.openstack.org/icehouse/install-guide/install/yum/content/ch_trove.html > > [2] https://bugs.launchpad.net/trove/+bug/1214119 > > _______________________________________________ > Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack at lists.openstack.org > Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > One thing I ran into was trove isn't using oslo.messaging like the other projects so when I was configuring trove config files I set rpc_backend=qpid which blew up. Until trove is using oslo.messaging you have to specify the full module path to the impl_qpid rpc module in trove. -- Thanks, Matt Riedemann