[openstack-dev] [keystone][qa] Returning 203 in keystone v2 list apis?

Adam Young ayoung at redhat.com
Fri Jul 4 01:51:03 UTC 2014


On 07/03/2014 04:48 PM, David Kranz wrote:
> While moving success response code checking in tempest to the client, 
> I noticed that exactly one of the calls to list users for a tenant 
> checked for 200 or 203. Looking at 
> http://docs.openstack.org/api/openstack-identity-service/2.0/content/, 
> it seems that most of the list apis can return 203. But given that 
> almost all of the tempest tests only pass on getting 200, I am 
> guessing that 203 is not actually ever being returned. Is the doc just 
> wrong? If not, what kind of call would trigger a 203 response?
>
>  -David
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
We found some inconsistencies due to how Apachje impolemente the HEAD 
call:  it seems that HEAD is supposted to return the same value as GET, 
only without the Body.  Apache actually calls GET for a HEAD call, and 
then truncates the body.

Not sure if that is what you are seeing



More information about the OpenStack-dev mailing list