Re: [openstack-dev] [oslo.messaging] Can RPCClient.call() be used with a subset of servers?

2015-02-09 Thread Russell Bryant
On 02/09/2015 04:04 PM, Doug Hellmann wrote: > > > On Mon, Feb 9, 2015, at 02:40 PM, Gravel, Julie Chongcharoen wrote: >> Hello, >> I want to use oslo.messaging.RPCClient.call() to invoke a >> method on multiple servers, but not all of them. Can this >>

Re: [openstack-dev] [oslo.messaging] Can RPCClient.call() be used with a subset of servers?

2015-02-09 Thread Doug Hellmann
On Mon, Feb 9, 2015, at 02:40 PM, Gravel, Julie Chongcharoen wrote: > Hello, > I want to use oslo.messaging.RPCClient.call() to invoke a > method on multiple servers, but not all of them. Can this > be done and how? I read the code documentation (cl

Re: [openstack-dev] [oslo.messaging] Can RPCClient.call() be used with a subset of servers?

2015-02-09 Thread Denis Makogon
On Monday, February 9, 2015, Gravel, Julie Chongcharoen wrote: > Hello, > > I want to use oslo.messaging.RPCClient.call() to invoke a > method on multiple servers, but not all of them. Can this be done and how? > I read the code documentation (client.py and target.py). I only saw