Hi, all:
I find a lot of methods in cinder.api.contrib.* return 202 code
instead of 200, even when these methods only involve database operation,
which are not async process. For example,
cinder.api.contrib.types_extra_specs.\
VolumeTypeExtraSpecsController:delete, cinder.api.contrib.volume_actions.\
VolumeActionsController:_reserve, etc.
From the HTTP/1.1 Status Code Definitions [1], 202 means "Accepted",
i.e. the request has been accepted for processing, but the processing has
not been completed.
Are these response codes are returned by mistake?
--
-------------------
Best Regards
Trump.Zhang
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev