Comment 6 for bug 1228317

Revision history for this message
Atsuko Ito (yottatsa) wrote :

This patch brokes nova cinder extension.

Actually, I'm on developing same approach on this HUGE TOKEN problem and there are some problems with X-Service-Catalog removal https://review.openstack.org/96725

curl -i http://compute.i.haze-pre.yandex-team.ru/v2/659f2aeaea5a43e18abea1a598557f24/os-volumes/list -X GET -H "X-Auth-Project-Id: devel" -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: ..."

HTTP/1.1 500 Internal Server Error
Server: nginx/1.4.7
Date: Wed, 04 Jun 2014 14:16:02 GMT
Content-Type: application/json; charset=UTF-8
Content-Length: 128
Connection: keep-alive
X-Compute-Request-Id: req-b9dbdde1-737a-47b6-84bb-7c7fdfbe49d2

{"computeFault": {"message": "The server has either erred or is incapable of performing the requested operation.", "code": 500}}(Python)