← Back to team overview

openstack team mailing list archive

nova client returning malformed request (HTTP 400)

 

Dear all,
After getting past some initial keystone issues on Essex E4 (Ubuntu 12.04
B1) I'm now having issues with communicating with nova using keystone.

I've a paste of my session here: http://paste.openstack.org/show/9413/

Essentially I've set up my keystone endpoints (which I'm pretty sure are
correct - but I'm sure I've said that before...) and I've set up my user
accordingly.

Tenant: demo
User: demo
Password: openstack
Role: Member

Tenant: service
User: nova
Password: nova
Role: admin

When issuing nova list I get:

openstack@ubuntu:~/openstack/demo$ nova list
Malformed request url (HTTP 400)

nova-api.log has:
2012-03-14 20:23:09 INFO nova.api.openstack.wsgi
[req-77ce4d2a-2a0d-4164-9dfc-e001c78237d9 5bc2fbeb8c6a4f3e9ad88fdd6d186229
5bc2fbeb8c6a4f3e9ad88fdd6d186229] GET
http://172.16.0.5:8774/v2/1ecd90d361ad44b894b9cd627f410445/servers/detail
2012-03-14 20:23:09 DEBUG nova.api.openstack.wsgi
[req-77ce4d2a-2a0d-4164-9dfc-e001c78237d9 5bc2fbeb8c6a4f3e9ad88fdd6d186229
5bc2fbeb8c6a4f3e9ad88fdd6d186229] Unrecognized Content-Type provided in
request from (pid=10754) get_body
/usr/lib/python2.7/dist-packages/nova/api/openstack/wsgi.py:697

Debug output is in the paste.

Anybody come across this?  I've seen this bug which possibly suggests a
config issue: https://bugs.launchpad.net/nova/+bug/915151 and I've seen a
potential pipeline issue maybe?

Cheers,
Kev
-- 
Kevin Jackson
@itarchitectkev

Follow ups