<html><body><p>Installed devstack today, this morning actually,  and most everything works.... except simple nova cli commands, nova image list, list, flavor-list all fail).... glance ok, nuetron ok,<br> <br>As an example, nova image list returns:<br><br>devstack$ nova image list<br>ERROR (NotFound): The resource could not be found. (HTTP 404)<br><br>However the command; openstack image list returns the correct list of cirros images, plus one I have already imported.<br><br>key.log has:<br><br>127.0.0.1 - - [20/Jan/2016:21:10:49 +0000] "POST /tokens HTTP/1.1" 404 93 "-" "keystoneauth1/2.2.0 python-requests/2.9.1 CPython/2.7.6" 2270(us)<br><br>Clearly an authentication thing. Since other commands work, e.g. neutorn subnet-list, I concluded keystone auth is just fine.<br><br>I suspect it is something in nova.conf. [keystone_auth] has this in it, which stack.sh built<br><br>[keystone_authtoken]<br>signing_dir = /var/cache/nova<br>cafile = /opt/stack/data/ca-bundle.pem<br>auth_uri = <a href="http://127.0.0.1:5000/">http://127.0.0.1:5000</a><br>project_domain_id = default<br>project_name = service<br>user_domain_id = default<br>password = secretservice<br>username = nova<br>auth_url = <a href="http://127.0.0.1:35357/">http://127.0.0.1:35357</a><br>auth_type = password<br><br>Any suggestions on where else to look?<br><br>Bob Hansen<br>z/VM OpenStack Enablement <br><BR>
</body></html>