[openstack-dev] [quantum] RPC communication agent to quantum server

Ravi Chunduru ravivsn at gmail.com
Sun Feb 3 17:43:45 UTC 2013


Gary,
  Thanks for the pointers on L3 agent.
Will there be a keystone authentication for l2 agents in Grizzly?

Thanks,
-Ravi


On Sun, Feb 3, 2013 at 7:19 AM, Gary Kotton <gkotton at redhat.com> wrote:

>  On 02/02/2013 07: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.
>
>
> Hi Ravi,
> In Grizzly the L3 agent makes use of the RPC to interface with the Quantum
> plugin. In Folsom the L3 agent makes use of the Quantum client API to
> retrieve the l3 data.
> Yes, there is keystone authentication. Can you please look at:
>
> https://github.com/openstack/quantum/blob/stable/folsom/quantum/agent/l3_agent.py#L120
> This is via the parameters in the INI file:
>
> https://github.com/openstack/quantum/blob/stable/folsom/etc/l3_agent.ini#L13
>
>
>
>  I was going through OVS agent code, found that it does not authenticate
> with keystone, which I feel is a  security concern.
>
>
> The code that you are referring to is most probably for the l2 agent
> interface.
>
>   self.rpc_context = context.RequestContext('quantum', 'quantum',
>                                                   is_admin=False)
>
>  auth token is not sent while creating context.
>
>  Any considerations to do that way?
>
>  Thanks,
>
>  --
> Ravi
>
>
> _______________________________________________
> OpenStack-dev mailing listOpenStack-dev at lists.openstack.orghttp://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>


-- 
Ravi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130203/4ed80924/attachment.html>


More information about the OpenStack-dev mailing list