Hi, I am trying to install OpenStack Liberty controller node on CentOS 7.1, running as a VM. I have followed the official guide, step-by-step(cross verified multiple times). While commands related to neutron works file, but for glance and nova, I am getting error.(log file details below). Please note that "nova-manage service list" command show all the services up and running.
- LOG file details:
$tail /var/log/nova/nova-api.log
2015-12-22 10:57:28.544 11648 INFO nova.osapi_compute.wsgi.server [-] 10.91.208.81 "GET /v2/44ef15c8b0e84c48a4acffea0911d394/os-agents HTTP/1.1" status: 503 len: 323 time: 0.1808271
2015-12-22 11:26:03.869 11647 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
2015-12-22 11:26:03.932 11647 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
2015-12-22 11:26:03.932 11647 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Identity server rejected authorization necessary to fetch token data
2015-12-22 11:26:03.932 11647 INFO nova.osapi_compute.wsgi.server [-] 10.91.208.81 "GET /v2/ HTTP/1.1" status: 503 len: 323 time: 0.0933290
$tail /var/log/glance/api.log
2015-12-22 11:46:53.650 10901 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
2015-12-22 11:46:53.678 10901 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
2015-12-22 11:46:53.678 10901 CRITICAL keystonemiddleware.auth_token [-] Unable to validate token: Identity server rejected authorization necessary to fetch token data
2015-12-22 11:46:53.680 10901 INFO eventlet.wsgi.server [-] 10.91.208.81 - - [22/Dec/2015 11:46:53] "GET /v2/images?limit=20&sort_key=name&sort_dir=asc HTTP/1.1" 503 370 0.076165
Any help will be great(stuck here since four days). Please feel free to ask for any more details.