[root@controller ~]# tail /var/log/glance/api.log
2016-12-20 07:44:07.729 26850 INFO glance.common.wsgi [-] Child 26850 exiting normally
2016-12-20 07:44:48.096 26953 INFO glance.common.wsgi [-] Starting 2 workers
2016-12-20 07:44:48.101 26953 INFO glance.common.wsgi [-] Started child 26969
2016-12-20 07:44:48.103 26969 INFO eventlet.wsgi.server [-] (26969) wsgi starting up on http://0.0.0.0:9292
2016-12-20 07:44:48.106 26953 INFO glance.common.wsgi [-] Started child 26970
2016-12-20 07:44:48.108 26970 INFO eventlet.wsgi.server [-] (26970) wsgi starting up on http://0.0.0.0:9292
2016-12-20 07:44:55.958 26969 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
2016-12-20 07:44:56.044 26969 WARNING keystonemiddleware.auth_token [-] Identity response: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}
2016-12-20 07:44:56.045 26969 WARNING keystonemiddleware.auth_token [-] Authorization failed for token
2016-12-20 07:44:56.546 26969 INFO eventlet.wsgi.server [-] 192.168.199.10 - - [20/Dec/2016 07:44:56] "POST /v1/images HTTP/1.1" 401 571 0.720727
[keystone_authtoken]
auth_uri=http://controller:5000/v2.0
identity_uri = http://controller:35357
admin_tenant_name = service
admin_user = glance
admin_password = glance
|