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
[email protected]
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
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev