Re: [openstack-dev] [neutron][oslo.messaging][femdc]Topic names for every resource type RPC endpoint

2017-09-25 Thread Miguel Angel Ajo Pelayo
--- Mail original - > > De: "Miguel Angel Ajo Pelayo" <majop...@redhat.com> > > À: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > > Envoyé: Mercredi 20 Septembre 2017 11:15:12 > &

Re: [openstack-dev] [neutron][oslo.messaging][femdc]Topic names for every resource type RPC endpoint

2017-09-24 Thread Matthieu Simonin
- Mail original - > De: "Miguel Angel Ajo Pelayo" <majop...@redhat.com> > À: "OpenStack Development Mailing List (not for usage questions)" > <openstack-dev@lists.openstack.org> > Envoyé: Mercredi 20 Septembre 2017 11:15:12 > Objet: Re: [openstack-d

Re: [openstack-dev] [neutron][oslo.messaging][femdc]Topic names for every resource type RPC endpoint

2017-09-20 Thread Miguel Angel Ajo Pelayo
I wrote those lines. At that time, I tried a couple a publisher and a receiver at that scale. It was the receiver side what crashed trying to subscribe, the sender was completely fine. Sadly I don't keep the test examples, I should have stored them in github or something. It shouldn't be hard to

[openstack-dev] [neutron][oslo.messaging][femdc]Topic names for every resource type RPC endpoint

2017-09-20 Thread Matthieu Simonin
Hello, In the Neutron docs about RPCs and Callbacks system, it is said[1] : "With the underlying oslo_messaging support for dynamic topics on the receiver we cannot implement a per “resource type + resource id” topic, rabbitmq seems to handle 1’s of topics without suffering, but creating

[openstack-dev] [neutron][oslo.messaging]

2014-07-03 Thread Nader Lahouti
Hi All and Ihar, As part of blueprint oslo-messaging the neutron/openstack/common/rpc tree is removed. I was using impl_kombu module to process notification from keystone with this following code sample: ... from neutron.openstack.common.rpc import impl_kombu try: conf =

Re: [openstack-dev] [neutron][oslo.messaging]

2014-07-03 Thread Doug Hellmann
You'll find the documentation for using oslo.messaging at http://docs.openstack.org/developer/oslo.messaging/ Based on the fact that you mention listening for notifications, you probably want to look at the notification listener documentation in particular

Re: [openstack-dev] [neutron][oslo.messaging]

2014-07-03 Thread Alexei Kornienko
Hi, You can use /oslo.messaging._drivers.impl_rabbit/ instead of impl_kombu It was renamed and slightly change but I think it will work as you expect. Regards, Alexei Kornienko On 07/03/2014 08:47 PM, Nader Lahouti wrote: Hi All and Ihar, As part of blueprint oslo-messaging the

Re: [openstack-dev] [neutron][oslo.messaging]

2014-07-03 Thread Doug Hellmann
On Thu, Jul 3, 2014 at 1:58 PM, Alexei Kornienko alexei.kornie...@gmail.com wrote: Hi, You can use oslo.messaging._drivers.impl_rabbit instead of impl_kombu It was renamed and slightly change but I think it will work as you expect. You should not depend on using any API defined in that

Re: [openstack-dev] [neutron][oslo.messaging]

2014-07-03 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/07/14 19:47, Nader Lahouti wrote: Hi All and Ihar, As part of blueprint oslo-messaging the neutron/openstack/common/rpc tree is removed. I was using impl_kombu module to process notification from keystone with this following code

Re: [openstack-dev] [neutron][oslo.messaging]

2014-07-03 Thread Nader Lahouti
Thanks a lot Doug and Alexei for your prompt response. I used what Doug suggested and worked. Thanks again for the help. Nader. On Thu, Jul 3, 2014 at 12:04 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: On Thu, Jul 3, 2014 at 1:58 PM, Alexei Kornienko alexei.kornie...@gmail.com wrote:

Re: [openstack-dev] [neutron][oslo.messaging]

2014-07-03 Thread Milton Xu (mxu)
Thanks Nader for the extra effort and I am glad you made progress here. Milton From: Nader Lahouti [mailto:nader.laho...@gmail.com] Sent: Thursday, July 03, 2014 3:59 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [neutron][oslo.messaging