openstack image list - The resource could not be found. (HTTP 404) [closed]
Hi, I hope someone can help me.
I've installed openstack (mitaka) now only the identity and glance service. So if I run "openstack user list" or "openstack service list" it's run without any error.
But when I'll run "openstack image list" I get the error "The resource could not be found. (HTTP 404) (Request-ID: req-bb96b52d-0fc0-4f1c-8e2f-8450ed134451)"
The ports 9191 and 9292 are accessible Here my environment vars for openstack auth:
export OS_TOKEN=ae17db86bba91c64eb82
export OS_URL=http://opcontroller:35357/v3
export OS_IDENTITY_API_VERSION=3
And the debug output:
https://gist.github.com/de1m/336985c5cba88cd14b74a1b6890f4df7 (Gist)
accidentally closed