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

2015-02-09 Thread Gravel, Julie Chongcharoen
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 either the call used for one server at a time, or for all of them using

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

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 be

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 julie.gra...@hp.com 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