Advertisement
omgomg

Untitled

May 10th, 2013
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. [root@openstack-01 cinder]# cinder --debug create --display_name test 1
  2. connect: (127.0.0.1, 5000) ************
  3. send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 127.0.0.1:5000\r\nContent-Length: 101\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nuser-agent: python-cinderclient\r\n\r\n'
  4. send: '{"auth": {"tenantName": "demo", "passwordCredentials": {"username": "admin", "password": "secrete"}}}'
  5. reply: 'HTTP/1.1 200 OK\r\n'
  6. header: Vary: X-Auth-Token
  7. header: Content-Type: application/json
  8. header: Content-Length: 2372
  9. header: Date: Fri, 10 May 2013 19:35:17 GMT
  10. connect: (localhost, 8776) ************
  11. connect fail: (localhost, 8776)
  12. connect: (localhost, 8776) ************
  13. send: u'POST /v1/219aa20bbaee4291a73ab5476bfbc1b0/volumes HTTP/1.1\r\nHost: localhost:8776\r\nContent-Length: 267\r\nx-auth-project-id: demo\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nx-auth-token: 8fc8e8b2711a41459f63df38cffb9980\r\nuser-agent: python-cinderclient\r\ncontent-type: application/json\r\n\r\n'
  14. send: '{"volume": {"status": "creating", "availability_zone": null, "display_description": null, "snapshot_id": null, "user_id": null, "size": 1, "display_name": "test", "imageRef": null, "attach_status": "detached", "volume_type": null, "project_id": null, "metadata": {}}}'
  15. reply: 'HTTP/1.1 200 OK\r\n'
  16. header: X-Compute-Request-Id: req-90f92d59-cbd5-46e1-bd24-31226d74d55c
  17. header: Content-Type: application/json
  18. header: Content-Length: 296
  19. header: Date: Fri, 10 May 2013 19:35:17 GMT
  20. +---------------------+--------------------------------------+
  21. | Property | Value |
  22. +---------------------+--------------------------------------+
  23. | attachments | [] |
  24. | availability_zone | nova |
  25. | created_at | 2013-05-10T19:35:17.566705 |
  26. | display_description | None |
  27. | display_name | test |
  28. | id | e8bd48d8-accd-478b-af62-a041e1854f9a |
  29. | metadata | {} |
  30. | size | 1 |
  31. | snapshot_id | None |
  32. | status | creating |
  33. | volume_type | None |
  34. +---------------------+--------------------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement