openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #10073
Re: ERROR: Can not find requested image (HTTP 400)
Hey Brian, I'm running a all-in-one installation. I have the flag --glance_api_servers=192.168.100.142:9292 on my nova.conf.
From: brian.waldon@xxxxxxxxxxxxx
Subject: Re: [Openstack] ERROR: Can not find requested image (HTTP 400)
Date: Fri, 13 Apr 2012 11:18:17 -0700
To: guibirk@xxxxxxxxxxx
It sounds like your nova config might not be set up properly to talk to glance. Maybe you haven't properly set up glance servers in the config?
On Apr 13, 2012, at 9:07 AM, Guilherme Birk wrote:I'm having problems when trying to boot a new instance using nova boot (ERROR: Can not find requested image (HTTP 400)).
I can list all my images and instances using nova image-list and nova list without problems.
Follow de --debug from the nova boot command that throws the error: http://pastebin.com/FusBZnfC
Looks like the GET request on the image is being executed without problems
send: u'GET /v2/2ad1fc162c254e59bea043560b7f73cb/images/ff0d6247-b40e-481e-803b-7c31124fbf82 HTTP/1.1\r\nHost: 192.168.100.142:8774\r\nx-auth-project-id: openstackDemo\r\nx-auth-token: 179ca0bb579748eb8a28d9240bc94b0d\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nuser-agent: python-novaclient\r\n\r\n'reply: 'HTTP/1.1 200 OK\r\n'
I don't know if this can be related to any other configuration. I can access and authenticate to the dashboard without problems.
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to : openstack@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~openstack
More help : https://help.launchpad.net/ListHelp
References