<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I'm having problems when trying to boot a new instance using nova boot (ERROR: Can not find requested image (HTTP 400)).<br><br>I can list all my images and instances using nova image-list and nova list without problems.<br><br>Follow de --debug from the nova boot command that throws the error: <a href="http://pastebin.com/FusBZnfC">http://pastebin.com/FusBZnfC</a><br><br>Looks like the GET request on the image is being executed without problems <br><ol><li class="li2"><div class="de2">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'</div></li><li class="li1"><div class="de1">reply: 'HTTP/1.1 200 OK\r\n'</div></li></ol><br><BR>I don't know if this can be related to any other configuration. I can access and authenticate to the dashboard without problems.<br><BR> </div></body>
</html>