nova-client: ERROR: Unauthorized (HTTP 401) [closed]
Hi!
Calls to the nova-client (such as nova image-list
) fail with
ERROR: Unauthorized (HTTP 401).
Credentials are loaded to environment variables as described in this tutorial: http://docs.openstack.org/trunk/openstack-compute/install/apt/content/configure-creds.html - I followed these installation instructions so far.
I am confused, because calling glance image-list
work just fine.
During the install I created several accounts/identities in keystone (e.g. admin, nova, glance, etc.) in different tenants. These credentials are used in various places (environment variables, config files and these ominous paste-ini files).
My question is: WHICH credentials do I have to use WHERE to fix this error?