Re: [openstack-dev] [Murano] Can we migrate to oslo.messaging?

2014-02-11 Thread Alexander Tivelkov
nstack-dev@lists.openstack.org> > Date: Tuesday, February 11, 2014 at 5:05 AM > To: OpenStack Development Mailing List > Subject: [openstack-dev] [Murano] Can we migrate to oslo.messaging? > >oslo.messaging <http://github.com/openstack/oslo.messaging> is a > library that p

Re: [openstack-dev] [Murano] Can we migrate to oslo.messaging?

2014-02-11 Thread Joshua Harlow
ck.org>> Subject: [openstack-dev] [Murano] Can we migrate to oslo.messaging? oslo.messaging<http://github.com/openstack/oslo.messaging> is a library that provides RPC and Notifications API, they are part of the same library for mostly historical reasons. One of the major goals of

Re: [openstack-dev] [Murano] Can we migrate to oslo.messaging?

2014-02-11 Thread Doug Hellmann
On Tue, Feb 11, 2014 at 9:59 AM, Serg Melikyan wrote: > Doug, thank you for your response! > > With moving to *oslo.messaging *I think we need to carefully > re-evaluate our communication patterns and try to either fit them to > RPC/Notification, or work on extending *oslo.messaging *with some new

Re: [openstack-dev] [Murano] Can we migrate to oslo.messaging?

2014-02-11 Thread Serg Melikyan
Doug, thank you for your response! With moving to *oslo.messaging *I think we need to carefully re-evaluate our communication patterns and try to either fit them to RPC/Notification, or work on extending *oslo.messaging *with some new ideas. Adopting a new library is always a challenge. >The RPC

Re: [openstack-dev] [Murano] Can we migrate to oslo.messaging?

2014-02-11 Thread Doug Hellmann
On Tue, Feb 11, 2014 at 8:05 AM, Serg Melikyan wrote: > oslo.messaging is a library > that provides RPC and Notifications API, they are part of the same library > for mostly historical reasons. One of the major goals of *oslo.messaging* is > to provide

[openstack-dev] [Murano] Can we migrate to oslo.messaging?

2014-02-11 Thread Serg Melikyan
oslo.messaging is a library that provides RPC and Notifications API, they are part of the same library for mostly historical reasons. One of the major goals of *oslo.messaging* is to provide clean RPC and Notification API without any trace of messaging q