Troubleshooting the OpenStack Keystone authentication failure
The OpenStack Keystone authentication fails with the following error message:
The request you have made requires authentication. (HTTP 401)
To resolve this issue
- Source the OpenStack RC file for the OpenStack project and the user for which the issue appears.
source <OpenStack RC file path>
For example, source /home/openrc.sh
- List the trust ID for the OpenStack project and the user for which the issue appears.
nbosjm trust-list
- Run the following command to delete the trust:
nbosjm trust-delete <TrustID>