Comment 1 for bug 1715770

Revision history for this message
Madhu (mssunkara) wrote :

output of following command with debug option

openstack image list --debug

Making authentication request to http://controller1:35357/v3/auth/tokens
"POST /v3/auth/tokens HTTP/1.1" 201 1645
{"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e09e9f01a2924283856b59e82f3296fb", "name": "admin"}], "expires_at": "2017-09-08T02:38:45.000000Z", "pro\
ject": {"domain": {"id": "default", "name": "Default"}, "id": "173d0a72eebd44a79633f7d8a8a7b302", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://controller1:5000/v\
3/", "interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id": "20b4007c32834892b82596bc26c943c1"}, {"url": "http://controller1:35357/v3/", "interface": "adm\
in", "region": "RegionOne", "region_id": "RegionOne", "id": "3201afe42cf247eeaca8c205c87a2ffc"}, {"url": "http://controller1:5000/v3/", "interface": "internal", "region": "Regio\
nOne", "region_id": "RegionOne", "id": "e2c3ad4225c04ded9014ceeca17034f1"}], "type": "identity", "id": "ad82e0a0be544800b041a433a1aa52b5", "name": "keystone"}, {"endpoints": [{"\
url": "http://controller1:9292", "interface": "admin", "region": "RegionOne", "region_id": "RegionOne", "id": "588d09bb63db4344ab2efcfe85b087fa"}, {"url": "http://controller1:92\
92", "interface": "public", "region": "RegionOne", "region_id": "RegionOne", "id": "9ea27634d05d4d17874434e5d8732ba2"}, {"url": "http://controller1:9292", "interface": "internal\
", "region": "RegionOne", "region_id": "RegionOne", "id": "d5c5aca5e09f4420ba1cec4529a06a8b"}], "type": "image", "id": "b0aba851dbc14efbbd183cee8f52908d", "name": "glance"}], "u\
ser": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "d24cae7c524b42fcb9fa11a41326e0a1"}, "audit_ids": ["z8mA0VytSve8bvE2JT\
eQnA"], "issued_at": "2017-09-08T01:38:45.000000Z"}}
Instantiating image api: <class 'openstackclient.api.image_v2.APIv2'>
REQ: curl -g -i -X GET "http://controller1:9292/v2/images?marker=None" -H "User-Agent: osc-lib/1.3.0 keystoneauth1/2.18.0 python-requests/2.10.0 CPython/2.7.13" -H "X-Auth-Token\
: {SHA1}2ee688187b65bad14acb8e27e9a63c25434cce52"
Starting new HTTP connection (1): controller1
"GET /v2/images HTTP/1.1" 500 0
RESP: [500] Content-Type: text/plain Content-Length: 0 Date: Fri, 08 Sep 2017 01:38:46 GMT Connection: close
RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged.

Request returned failure status: 500