Why do I get credential errors
I have just installed OpenStack and I am getting credential errors, 401, 403 forbidden errors. What can I do to solve the issue?
First time here? Check out the FAQ!
asked 2013-04-11 13:32:15 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I have just installed OpenStack and I am getting credential errors, 401, 403 forbidden errors. What can I do to solve the issue?
answered 2013-04-11 13:32:34 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
A 403 forbidden error is caused by missing credentials. Through current installation methods, there are basically two ways to get the novarc file. The manual method requires getting it from within a project zipfile, and the scripted method just generates novarc out of the project zip file and sources it for you. If you do the manual method through a zip file, then the following novarc alone, you end up losing the creds that are tied to the user you created with nova-manage in the steps before.
When you run nova-api the first time, it generates the certificate authority information, including openssl.cnf. If it gets started out of order, you may not be able to create your zip file. Once your CA information is available, you should be able to go back to nova-manage to create your zipfile.
You may also need to check your proxy settings to see if they are causing problems with the novarc creation.
Asked: 2013-04-11 13:32:15 -0600
Seen: 149 times
Last updated: Apr 11 '13