<div dir="ltr">What are you trying to use the token to do?</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 18, 2014 at 9:16 AM, Phillip Toohill <span dir="ltr"><<a href="mailto:phillip.toohill@rackspace.com" target="_blank">phillip.toohill@rackspace.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Excellent! Thank you for the response, I figured it was possible, just<br>
concerned me to why everything else made it to context except for the<br>
token.<br>
<br>
So to be clear, you agree that it should at least be passed to context and<br>
because its not could be deemed a bug?<br>
<br>
Thank you<br>
<div class="HOEnZb"><div class="h5"><br>
On 7/18/14 2:03 AM, "joehuang" <<a href="mailto:joehuang@huawei.com">joehuang@huawei.com</a>> wrote:<br>
<br>
>Hello, Phillip.<br>
><br>
>Currently, Neutron did not pass the token to the context. But Nova/Cinder<br>
>did that. It's easy to do that, just 'copy' from Nova/Cinder.<br>
><br>
>1.  How Nova/Cinder did that<br>
>class NovaKeystoneContext(wsgi.Middleware)<br>
>///or CinderKeystoneContext for cinder<br>
><br>
>              auth_token = req.headers.get('X_AUTH_TOKEN',<br>
>                                     req.headers.get('X_STORAGE_TOKEN'))<br>
>              ctx = context.RequestContext(user_id,<br>
>                                     project_id,<br>
>                                     user_name=user_name,<br>
>                                     project_name=project_name,<br>
>                                     roles=roles,<br>
>                                     auth_token=auth_token,<br>
>                                     remote_address=remote_address,<br>
>                                     service_catalog=service_catalog)<br>
><br>
>2.  Neutron not passed token. Also not good for the third part network<br>
>infrastructure to integrate the authentication with KeyStone.<br>
>class NeutronKeystoneContext(wsgi.Middleware)<br>
>.................<br>
>##### token not get from the header and not passed to context. Just<br>
>change here like what Nova/Cinder did.<br>
>        context.Context(user_id, tenant_id, roles=roles,<br>
>                              user_name=user_name,<br>
>tenant_name=tenant_name,<br>
>                              request_id=req_id)<br>
>        req.environ['neutron.context'] = ctx<br>
><br>
>I think I'd better to report a bug for your case.<br>
><br>
>Best Regards<br>
>Chaoyi Huang ( Joe Huang )<br>
>-----邮件原件-----<br>
>发件人: Phillip Toohill [mailto:<a href="mailto:phillip.toohill@RACKSPACE.COM">phillip.toohill@RACKSPACE.COM</a>]<br>
>发送时间: 2014年7月18日 14:07<br>
>收件人: OpenStack Development Mailing List (not for usage questions)<br>
>主题: [openstack-dev] [Neutron] Auth token in context<br>
><br>
>Hello all,<br>
><br>
>I am wondering how to get the auth token from a user request passed down<br>
>to the context so it can potentially be used by the plugin or driver?<br>
><br>
>Thank you<br>
><br>
><br>
>_______________________________________________<br>
>OpenStack-dev mailing list<br>
><a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
>_______________________________________________<br>
>OpenStack-dev mailing list<br>
><a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Kevin Benton</div>
</div>