Comment 4 for bug 1441922

Revision history for this message
Jin Liu (jin-t) wrote : Re: Cinder volume command with keystone V3 authentication return BadRequest: Malformed request url

Relate error in Nova flavor, caused by None project_id

# openstack flavor list
ERROR: openstack The server could not comply with the request since it is either malformed or otherwise incorrect. (HTTP 400) (Request-ID: req-b129987e-2902-421d-b7e4-e6d44dd3f669)

Part of the error log:

2015-04-10 19:42:14.629 504 TRACE nova.api.openstack.wsgi File "/usr/lib/python2.7/site-packages/nova/api/openstack/common.py", line 504, in _get_project_id
2015-04-10 19:42:14.629 504 TRACE nova.api.openstack.wsgi if project_id in request.url:
2015-04-10 19:42:14.629 504 TRACE nova.api.openstack.wsgi TypeError: 'in <string>' requires string as left operand, not NoneType