Hello,<div><br></div><div>I've setup a single node configuration with keystone using the packages from <a href="https://launchpad.net/~managedit/+archive/openstack">https://launchpad.net/~managedit/+archive/openstack</a>.</div>
<div><br></div><div>I've managed to launch an instance, however when i run the commando nova diagnostics <server> i get this:</div><div><br></div><div><div>REQ: curl -i <a href="http://127.0.0.1:5000/tokens">http://127.0.0.1:5000/tokens</a> -X POST -H "Content-Type: application/json" -H "User-Agent: python-novaclient"</div>
<div><br></div><div>REQ BODY: {"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "admin"}}}</div><div>
<br></div><div>RESP:{'date': 'Tue, 24 Jan 2012 16:56:24 GMT', 'status': '200', 'content-length': '1119', 'content-type': 'application/json; charset=UTF-8'} {"access": {"token": {"expires": "2015-02-05T00:00:00", "id": "999888777666", "tenant": {"id": "1", "name": "admin"}}, "serviceCatalog": [{"endpoints": [{"adminURL": "<a href="http://127.0.0.1:8774/v1.1/1">http://127.0.0.1:8774/v1.1/1</a>", "region": "RegionOne", "internalURL": "<a href="http://127.0.0.1:8774/v1.1/1">http://127.0.0.1:8774/v1.1/1</a>", "publicURL": "<a href="http://127.0.0.1:8774/v1.1/1">http://127.0.0.1:8774/v1.1/1</a>"}], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "<a href="http://127.0.0.1:8774/v1.0">http://127.0.0.1:8774/v1.0</a>", "region": "RegionOne", "internalURL": "<a href="http://127.0.0.1:8774/v1.0">http://127.0.0.1:8774/v1.0</a>", "publicURL": "<a href="http://127.0.0.1:8774/v1.0/">http://127.0.0.1:8774/v1.0/</a>"}], "type": "compute", "name": "nova_compat"}, {"endpoints": [{"adminURL": "<a href="http://127.0.0.1:9292/v1.1/1">http://127.0.0.1:9292/v1.1/1</a>", "region": "RegionOne", "internalURL": "<a href="http://127.0.0.1:9292/v1.1/1">http://127.0.0.1:9292/v1.1/1</a>", "publicURL": "<a href="http://127.0.0.1:9292/v1.1/1">http://127.0.0.1:9292/v1.1/1</a>"}], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "<a href="http://127.0.0.1:35357/v2.0">http://127.0.0.1:35357/v2.0</a>", "region": "RegionOne", "internalURL": "<a href="http://127.0.0.1:5000/v2.0">http://127.0.0.1:5000/v2.0</a>", "publicURL": "<a href="http://127.0.0.1:5000/v2.0">http://127.0.0.1:5000/v2.0</a>"}], "type": "identity", "name": "identity"}], "user": {"id": "1", "roles": [{"tenantId": "1", "id": "1", "name": "Admin"}, {"id": "1", "name": "Admin"}], "name": "admin"}}}</div>
<div><br></div><div>REQ: curl -i <a href="http://127.0.0.1:8774/v1.1/1/servers/3/diagnostics">http://127.0.0.1:8774/v1.1/1/servers/3/diagnostics</a> -X GET -H "X-Auth-Project-Id: admin" -H "User-Agent: python-novaclient" -H "X-Auth-Token: 999888777666"</div>
<div><br></div><div>REQ: curl -i <a href="http://127.0.0.1:8774/v1.1/1/servers/3/diagnostics">http://127.0.0.1:8774/v1.1/1/servers/3/diagnostics</a> -X GET -H "X-Auth-Project-Id: admin" -H "User-Agent: python-novaclient" -H "X-Auth-Token: 999888777666"</div>
<div><br></div><div>RESP:{'date': 'Tue, 24 Jan 2012 16:56:24 GMT', 'status': '404', 'content-length': '52', 'content-type': 'text/plain; charset=UTF-8'} 404 Not Found</div>
<div><br></div><div>The resource could not be found.</div><div><br></div><div>   </div><div><br></div><div>RESP:{'date': 'Tue, 24 Jan 2012 16:56:24 GMT', 'status': '404', 'content-length': '52', 'content-type': 'text/plain; charset=UTF-8'} 404 Not Found</div>
<div><br></div><div>The resource could not be found.</div><div><br></div><div> </div><div>n/a (HTTP 404)</div></div><div><br></div><div><br>Any ideas?</div><div><br></div><div>Regards,</div><div><br>Leander</div>