Advertisement
Guest User

Untitled

a guest
May 24th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 KB | None | 0 0
  1. root@hyperclr.zpn.example.com ~/rally # rally -d show images
  2. 2016-05-24 14:30:09.542 27045 RALLYDEBUG rally.cli.cliutils [-] INFO logs from urllib3 and requests module are hide.
  3. 2016-05-24 14:30:09.542 27045 RALLYDEBUG rally.cli.cliutils [-] urllib3 insecure warnings are hidden.
  4. 2016-05-24 14:30:09.542 27045 RALLYDEBUG rally.cli.cliutils [-] ERROR log from boto module is hide.
  5. 2016-05-24 14:30:09.543 27045 DEBUG oslo_db.api [-] Loading backend 'sqlalchemy' from 'rally.common.db.sqlalchemy.api' _load_backend /usr/lib/python2.7/site-packages/oslo_db/api.py:234
  6.  
  7. Images for user `admin` in tenant `admin`:
  8. 2016-05-24 14:30:09.694 27045 DEBUG keystoneclient.session [-] REQ: curl -g -i --cacert "/root/.pki/cacert.pem" -X GET https://hyperclr.zpn.example.com:5000/v3 -H "Accept: application/json" -H "User-Agent: python-keystoneclient" _http_log_request /usr/lib/python2.7/site-packages/keystoneclient/session.py:206
  9. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for hyperclr.zpn.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  10. SubjectAltNameWarning
  11. 2016-05-24 14:30:09.704 27045 DEBUG keystoneclient.session [-] RESP: [200] Server: nginx/1.10.0 Date: Tue, 24 May 2016 14:30:09 GMT Content-Type: application/json Content-Length: 262 Connection: keep-alive Vary: X-Auth-Token x-openstack-request-id: req-3f4356a9-a04c-4e7e-b682-8eee5fe8ec83 Access-Control-Allow-Origin: * Access-Control-Allow-Credentials: true Access-Control-Allow-Methods: GET, POST, OPTIONS Access-Control-Allow-Headers: DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Conntent-Type,X-Subject-Token,X-Auth-Token Access-Control-Expose-Headers: X-Subject-Token,X-Auth-Token,Content-Type
  12. RESP BODY: {"version": {"status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.6", "links": [{"href": "https://hyperclr.zpn.example.com:5000/v3/", "rel": "self"}]}}
  13. _http_log_response /usr/lib/python2.7/site-packages/keystoneclient/session.py:231
  14. 2016-05-24 14:30:09.704 27045 DEBUG keystoneclient.auth.identity.v3.base [-] Making authentication request to https://hyperclr.zpn.example.com:5000/v3/auth/tokens get_auth_ref /usr/lib/python2.7/site-packages/keystoneclient/auth/identity/v3/base.py:188
  15. 2016-05-24 14:30:09.945 27045 DEBUG keystoneclient.session [-] REQ: curl -g -i --cacert "/root/.pki/cacert.pem" -X GET https://hyperclr.zpn.example.com:5000/v3 -H "User-Agent: python-keystoneclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0e4dea98b5a1caf91100185dc424d17721eb47bd" _http_log_request /usr/lib/python2.7/site-packages/keystoneclient/session.py:206
  16. 2016-05-24 14:30:09.951 27045 DEBUG keystoneclient.session [-] RESP: [200] Server: nginx/1.10.0 Date: Tue, 24 May 2016 14:30:09 GMT Content-Type: application/json Content-Length: 262 Connection: keep-alive Vary: X-Auth-Token x-openstack-request-id: req-84453181-90a3-4198-80e7-131d6453bae6 Access-Control-Allow-Origin: * Access-Control-Allow-Credentials: true Access-Control-Allow-Methods: GET, POST, OPTIONS Access-Control-Allow-Headers: DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Conntent-Type,X-Subject-Token,X-Auth-Token Access-Control-Expose-Headers: X-Subject-Token,X-Auth-Token,Content-Type
  17. RESP BODY: {"version": {"status": "stable", "updated": "2016-04-04T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.6", "links": [{"href": "https://hyperclr.zpn.example.com:5000/v3/", "rel": "self"}]}}
  18. _http_log_response /usr/lib/python2.7/site-packages/keystoneclient/session.py:231
  19. 2016-05-24 14:30:09.955 27045 DEBUG glanceclient.common.http [-] curl -g -i -X GET -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'X-Auth-Token: {SHA1}0e4dea98b5a1caf91100185dc424d17721eb47bd' -H 'Connection: keep-alive' -H 'User-Agent: python-glanceclient' -H 'Content-Type: application/octet-stream' --cacert /root/.pki/cacert.pem --cert None --key None https://hyperclr.zpn.example.com:9292/v1/images/detail?limit=20 log_curl_request /usr/lib/python2.7/site-packages/glanceclient/common/http.py:184
  20. /usr/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:303: SubjectAltNameWarning: Certificate for hyperclr.zpn.example.com has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  21. SubjectAltNameWarning
  22. 2016-05-24 14:30:09.974 27045 DEBUG glanceclient.common.http [-] Request returned failure status 400. _handle_response /usr/lib/python2.7/site-packages/glanceclient/common/http.py:82
  23. Command failed, please check log for more info
  24. 2016-05-24 14:30:09.974 27045 CRITICAL rally [-] HTTPBadRequest: 400 Bad Request
  25. 400 The plain HTTP request was sent to HTTPS port 400 Bad Request The plain HTTP request was sent to HTTPS port nginx/1.10.0
  26. (HTTP 400)
  27. 2016-05-24 14:30:09.974 27045 ERROR rally Traceback (most recent call last):
  28. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/bin/rally", line 10, in <module>
  29. 2016-05-24 14:30:09.974 27045 ERROR rally sys.exit(main())
  30. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/main.py", line 40, in main
  31. 2016-05-24 14:30:09.974 27045 ERROR rally return cliutils.run(sys.argv, categories)
  32. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/cliutils.py", line 581, in run
  33. 2016-05-24 14:30:09.974 27045 ERROR rally ret = fn(*fn_args, **fn_kwargs)
  34. 2016-05-24 14:30:09.974 27045 ERROR rally File "<decorator-gen-22>", line 2, in images
  35. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/envutils.py", line 67, in default_from_global
  36. 2016-05-24 14:30:09.974 27045 ERROR rally return f(*args, **kwargs)
  37. 2016-05-24 14:30:09.974 27045 ERROR rally File "<decorator-gen-21>", line 2, in images
  38. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/cliutils.py", line 249, in process_keystone_exc
  39. 2016-05-24 14:30:09.974 27045 ERROR rally return f(*args, **kwargs)
  40. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/rally/cli/commands/show.py", line 76, in images
  41. 2016-05-24 14:30:09.974 27045 ERROR rally for image in glance_client.images.list():
  42. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/glanceclient/v1/images.py", line 254, in list
  43. 2016-05-24 14:30:09.974 27045 ERROR rally for image in paginate(params, return_request_id):
  44. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/glanceclient/v1/images.py", line 238, in paginate
  45. 2016-05-24 14:30:09.974 27045 ERROR rally images, resp = self._list(url, "images")
  46. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/glanceclient/v1/images.py", line 63, in _list
  47. 2016-05-24 14:30:09.974 27045 ERROR rally resp, body = self.client.get(url)
  48. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/glanceclient/common/http.py", line 275, in get
  49. 2016-05-24 14:30:09.974 27045 ERROR rally return self._request('GET', url, **kwargs)
  50. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/glanceclient/common/http.py", line 267, in _request
  51. 2016-05-24 14:30:09.974 27045 ERROR rally resp, body_iter = self._handle_response(resp)
  52. 2016-05-24 14:30:09.974 27045 ERROR rally File "/usr/lib/python2.7/site-packages/glanceclient/common/http.py", line 83, in _handle_response
  53. 2016-05-24 14:30:09.974 27045 ERROR rally raise exc.from_response(resp, resp.content)
  54. 2016-05-24 14:30:09.974 27045 ERROR rally HTTPBadRequest: 400 Bad Request
  55. 2016-05-24 14:30:09.974 27045 ERROR rally 400 The plain HTTP request was sent to HTTPS port 400 Bad Request The plain HTTP request was sent to HTTPS port nginx/1.10.0
  56. 2016-05-24 14:30:09.974 27045 ERROR rally (HTTP 400)
  57. 2016-05-24 14:30:09.974 27045 ERROR rally
  58. root@hyperclr.zpn.example.com ~/rally # openstack image list
  59. +--------------------------------------+--------+--------+
  60. | ID | Name | Status |
  61. +--------------------------------------+--------+--------+
  62. | a58d169b-ed85-4176-9ea5-43e6cc68a15c | cirros | active |
  63. +--------------------------------------+--------+--------+
  64. root@hyperclr.zpn.example.com ~/rally # openstack endpoint list
  65. +----------------------------------+-----------+--------------+--------------+---------+-----------+-----------------------------------------+
  66. | ID | Region | Service Name | Service Type | Enabled | Interface | URL |
  67. +----------------------------------+-----------+--------------+--------------+---------+-----------+-----------------------------------------+
  68. | 05109b5494ff4f7aae8189356d6cd801 | None | keystone | identity | True | admin | https://hyperclr.zpn.example.com:35357/v3 |
  69. | 442b854c0a7942a1b1e7e51b40ae0e7a | RegionOne | keystone | identity | True | public | https://hyperclr.zpn.example.com:5000/v3 |
  70. | 5a1982ad8f1246038b7fe3bf4eaab9d0 | RegionOne | glance | image | True | admin | https://hyperclr.zpn.example.com:9292 |
  71. | ca9966c537604bbdba631614bba2a7b7 | RegionOne | keystone | identity | True | internal | https://hyperclr.zpn.example.com:5000/v3 |
  72. | cdb0e71e1a0c40568e9c6cbaf97df2b3 | RegionOne | glance | image | True | internal | https://hyperclr.zpn.example.com:9292 |
  73. | daab7f3e55144f52937b1d8984494003 | None | keystone | identity | True | internal | https://hyperclr.zpn.example.com:5000/v3 |
  74. | e18d5ff59c344d75a0b0e265c5f65832 | RegionOne | keystone | identity | True | admin | https://hyperclr.zpn.example.com:35357/v3 |
  75. | f029418f788c46a78c24b766fbb894a9 | RegionOne | glance | image | True | public | https://hyperclr.zpn.example.com:9292 |
  76. +----------------------------------+-----------+--------------+--------------+---------+-----------+-----------------------------------------+
  77. root@hyperclr.zpn.example.com ~/rally #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement