[openstack-dev] [quantum] RPC communication agent to quantum server
Russell Bryant
rbryant at redhat.com
Sat Feb 2 23:51:58 UTC 2013
On 02/02/2013 06:52 PM, Ravi Chunduru wrote:
> L3 agent uses Qclient to communicate with Quantum server while Plugin
> agents used RPC.
> I understand there is a BP for L3 agent to use RPC in coming days.
>
> I was going through OVS agent code, found that it does not authenticate
> with keystone, which I feel is a security concern.
>
> self.rpc_context = context.RequestContext('quantum', 'quantum',
> is_admin=False)
Can you provide a more specific pointer to this code?
file/version/line? I just did a grep in master and didn't see it, but I
may just be missing it.
> auth token is not sent while creating context.
>
> Any considerations to do that way?
--
Russell Bryant
More information about the OpenStack-dev
mailing list