<div dir="ltr">Neither keystone nor swift proxy are producing any logs. I'm not sure what to do :S</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 14, 2013 at 6:50 PM, Chuck Thier <span dir="ltr"><<a href="mailto:cthier@gmail.com" target="_blank">cthier@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You would have to look at the proxy log to see if a request is being<br>
made.  The results from the swift command line are just the calls that<br>
the client makes.  The server still haves to validate the token on<br>
every request.<br>
<br>
--<br>
Chuck<br>
<br>
On Mon, Jan 14, 2013 at 12:37 PM, Leander Bessa Beernaert<br>
<div class="HOEnZb"><div class="h5"><<a href="mailto:leanderbb@gmail.com">leanderbb@gmail.com</a>> wrote:<br>
> Below is an output from Swift stat, since I don't see any requests to<br>
> keystone, I'm assuming that memcache is being used right?<br>
><br>
> REQ: curl -i <a href="http://192.168.111.215:8080/v1/AUTH_[ID]" target="_blank">http://192.168.111.215:8080/v1/AUTH_[ID]</a> -X HEAD -H<br>
> "X-Auth-Token: [TOKEN]"<br>
><br>
> DEBUG:swiftclient:REQ: curl -i <a href="http://192.168.111.215:8080/v1/AUTH_[ID]" target="_blank">http://192.168.111.215:8080/v1/AUTH_[ID]</a> -X<br>
> HEAD -H "X-Auth-Token: [TOKEN]"<br>
><br>
> RESP STATUS: 204<br>
><br>
> DEBUG:swiftclient:RESP STATUS: 204<br>
><br>
>    Account: AUTH_[ID]<br>
> Containers: 44<br>
>    Objects: 4818<br>
>      Bytes: 112284450<br>
> Accept-Ranges: bytes<br>
> X-Timestamp: 1358184925.20885<br>
> X-Trans-Id: tx8cffb469c9c542be830db10a2b90d901<br>
><br>
><br>
><br>
><br>
> On Mon, Jan 14, 2013 at 6:31 PM, Dolph Mathews <<a href="mailto:dolph.mathews@gmail.com">dolph.mathews@gmail.com</a>><br>
> wrote:<br>
>><br>
>> If memcache is being utilized by your keystone middleware, you should see<br>
>> keystone attaching to it on the first incoming request, e.g.:<br>
>><br>
>>   keystoneclient.middleware.auth_token [INFO]: Using Keystone memcache for<br>
>> caching token<br>
>><br>
>> You may also want to use auth_token from keystoneclient >= v0.2.0 if<br>
>> you're not already (instead of from keystone itself).<br>
>><br>
>><br>
>> -Dolph<br>
>><br>
>><br>
>> On Mon, Jan 14, 2013 at 11:43 AM, Leander Bessa Beernaert<br>
>> <<a href="mailto:leanderbb@gmail.com">leanderbb@gmail.com</a>> wrote:<br>
>>><br>
>>> Are you by any chance referring to this topic<br>
>>> <a href="https://lists.launchpad.net/openstack/msg08639.html" target="_blank">https://lists.launchpad.net/openstack/msg08639.html</a> regarding the keystone<br>
>>> token cache? If so I've already added the configuration line and have not<br>
>>> noticed any speedup :/<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> On Mon, Jan 14, 2013 at 5:19 PM, Leander Bessa Beernaert<br>
>>> <<a href="mailto:leanderbb@gmail.com">leanderbb@gmail.com</a>> wrote:<br>
>>>><br>
>>>> I'm using the ubuntu 12.04 packages of the folsom repository by the way.<br>
>>>><br>
>>>><br>
>>>> On Mon, Jan 14, 2013 at 5:18 PM, Chuck Thier <<a href="mailto:cthier@gmail.com">cthier@gmail.com</a>> wrote:<br>
>>>>><br>
>>>>> On Mon, Jan 14, 2013 at 11:03 AM, Leander Bessa Beernaert<br>
>>>>> <<a href="mailto:leanderbb@gmail.com">leanderbb@gmail.com</a>> wrote:<br>
>>>>> > Also, I'm unable to run the swift-bench with keystone.<br>
>>>>> ><br>
>>>>><br>
>>>>> Hrm... That was supposed to be fixed with this bug:<br>
>>>>> <a href="https://bugs.launchpad.net/swift/+bug/1011727" target="_blank">https://bugs.launchpad.net/swift/+bug/1011727</a><br>
>>>>><br>
>>>>> My keystone dev instance isn't working at the moment, but I'll see if<br>
>>>>> I can get one of the team to take a look at it.<br>
>>>>><br>
>>>>> --<br>
>>>>> Chuck<br>
>>>><br>
>>>><br>
>>><br>
>>><br>
>>> _______________________________________________<br>
>>> Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
>>> Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
>>> Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
>>> More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
>>><br>
>><br>
><br>
</div></div></blockquote></div><br></div>