[Openstack] (no subject)

Du Jun dj199008 at gmail.com
Thu Dec 4 08:09:44 UTC 2014


Hi all,

In nova-api.log, I can find the following log messages. It complains:

Identity response: {"error": {"message": "Could not find token:
feeac5dc7e19482bb554ae997059f537", "code": 404, "title": "Not Found"}}

2014-12-04 16:06:33.544 INFO keystoneclient.session [-] Failure: Unable to
establish connection to http://10.10.102.148:35357/v3/auth/tokens. Retrying
in 0.5s.
2014-12-04 16:06:45.448 INFO keystoneclient.session [-] Failure: Unable to
establish connection to http://10.10.102.148:35357/v3/auth/tokens. Retrying
in 0.5s.

2014-12-04 15:55:42.339 INFO nova.osapi_compute.wsgi.server [-]
10.10.105.155 "GET
/v2/c9b81c3593ac49fcb2d84344c76aea5c/servers/detail?all_tenants=True&host=dujun-OptiPlex-3020
HTTP/1.1" status: 401 len: 288 time: 0.0203280
2014-12-04 15:55:42.452 DEBUG keystoneclient.session [-] REQ: curl -i -X
GET http://10.10.102.148:35357/v3/auth/tokens -H "X-Subject-Token:
{SHA1}8a3ed23d98f05cac74d937db576635fdd5276c45" -H "User-Agent:
python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token:
{SHA1}799f06e7d7c4c13f40145ecb0fda15d83e4b9a94" from (pid=4038)
_http_log_request
/opt/stack/python-keystoneclient/keystoneclient/session.py:162
2014-12-04 15:55:42.477 DEBUG keystoneclient.session [-] RESP: from
(pid=4038) _http_log_response
/opt/stack/python-keystoneclient/keystoneclient/session.py:190
2014-12-04 15:55:42.477 DEBUG keystoneclient.session [-] Request returned
failure status: 404 from (pid=4038) request
/opt/stack/python-keystoneclient/keystoneclient/session.py:353
2014-12-04 15:55:42.477 WARNING keystonemiddleware.auth_token [-]
Authorization failed for token
2014-12-04 15:55:42.477 WARNING keystonemiddleware.auth_token [-] Identity
response: {"error": {"message": "Could not find token:
feeac5dc7e19482bb554ae997059f537", "code": 404, "title": "Not Found"}}
2014-12-04 15:55:42.477 WARNING keystonemiddleware.auth_token [-]
Authorization failed for token

Interestingly, my localhost ip is 10.10.105.155, and 10.10.102.148 is
another machine. I installed a devstack both in 10.10.102.148 and
10.10.105.155.

And in order to avoid downloading git source package from git.openstack.org,
I copy the packages which under directory /opt/stack(apart from data and
logs) from 10.10.102.148 to
10.10.105.155. Then, I execute ./stack.sh to install devstack and get the
logs below.

My question is: 10.10.102.148 is independent from 10.10.105.155, why
keystoneclient always try to fetch http://10.10.102.148:35357/v3/auth/tokens
?



--
Regards,
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20141204/9592d460/attachment.html>


More information about the Openstack mailing list