Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@vmhost-0:~# nova --debug volume-create 1
- REQ: curl -i http://10.0.0.100:5000/v2.0/tokens -X POST -H "Content-Type: application/json" -H "Accept: application/json" -H "User-Agent: python-novaclient" -d '{"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "removed_and_stuff"}}}'
- connect: (10.0.0.100, 5000)
- send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 10.0.0.100:5000\r\nContent-Length: 107\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nuser-agent: python-novaclient\r\n\r\n{"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "removed_and_stuff"}}}'
- reply: 'HTTP/1.1 200 OK\r\n'
- header: Vary: X-Auth-Token
- header: Content-Type: application/json
- header: Date: Fri, 16 Nov 2012 16:07:50 GMT
- header: Transfer-Encoding: chunked
- RESP:{'date': 'Fri, 16 Nov 2012 16:07:50 GMT', 'transfer-encoding': 'chunked', 'status': '200', 'content-type': 'application/json', 'vary': 'X-Auth-Token'} {"access": {"token": {"expires": "2012-11-17T16:07:50Z", "id": "3df60d6a0a3148018aee094c026f4112", "tenant": {"enabled": true, "description": "admin tenant", "name": "admin", "id": "45257469cc104776980fc51f5560d597"}}, "serviceCatalog": [{"endpoints": [{"adminURL": "http://128.32.244.132:8776/v1/45257469cc104776980fc51f5560d597", "region": "RegionOne", "internalURL": "http://128.32.244.132:8776/v1/45257469cc104776980fc51f5560d597", "id": "b88e8906c1c14fc091fc27bf566024fc", "publicURL": "http://128.32.244.132:8776/v1/45257469cc104776980fc51f5560d597"}], "endpoints_links": [], "type": "volume", "name": "cinder"}, {"endpoints": [{"adminURL": "http://128.32.244.132:9292/v1", "region": "RegionOne", "internalURL": "http://128.32.244.132:9292/v1", "id": "d55e093fc3414a4c89336f1785830f2c", "publicURL": "http://128.32.244.132:9292/v1"}], "endpoints_links": [], "type": "image", "name": "glance"}, {"endpoints": [{"adminURL": "http://128.32.244.132:8774/v2/45257469cc104776980fc51f5560d597", "region": "RegionOne", "internalURL": "http://128.32.244.132:8774/v2/45257469cc104776980fc51f5560d597", "id": "c21d28e4285b4f88aeda8d6fae74a4cd", "publicURL": "http://128.32.244.132:8774/v2/45257469cc104776980fc51f5560d597"}], "endpoints_links": [], "type": "compute", "name": "nova"}, {"endpoints": [{"adminURL": "http://128.32.244.132:8773/services/Admin", "region": "RegionOne", "internalURL": "http://128.32.244.132:8773/services/Cloud", "id": "fb3921ab18624a6bb4a94a2cca9d6eee", "publicURL": "http://128.32.244.132:8773/services/Cloud"}], "endpoints_links": [], "type": "ec2", "name": "nova_ec2"}, {"endpoints": [{"adminURL": "http://10.0.0.100:35357/v2.0", "region": "RegionOne", "internalURL": "http://10.0.0.100:5000/v2.0", "id": "bcf38e75ca96480aad41077d384830d1", "publicURL": "http://128.32.244.132:5000/v2.0"}], "endpoints_links": [], "type": "identity", "name": "keystone"}], "user": {"username": "admin", "roles_links": [], "id": "d0dbe39b408741c59ab91031833e96f4", "roles": [{"name": "admin"}], "name": "admin"}, "metadata": {"is_admin": 0, "roles": ["193b1e10f07b411fa298692954d5e98b"]}}}
- REQ: curl -i http://128.32.244.132:8776/v1/45257469cc104776980fc51f5560d597/volumes -X POST -H "X-Auth-Project-Id: admin" -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: 3df60d6a0a3148018aee094c026f4112" -d '{"volume": {"display_name": null, "imageRef": null, "availability_zone": null, "volume_type": null, "display_description": null, "snapshot_id": null, "size": 1}}'
- connect: (128.32.244.132, 8776)
- send: u'POST /v1/45257469cc104776980fc51f5560d597/volumes HTTP/1.1\r\nHost: 128.32.244.132:8776\r\nContent-Length: 161\r\nx-auth-project-id: admin\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nx-auth-token: 3df60d6a0a3148018aee094c026f4112\r\nuser-agent: python-novaclient\r\ncontent-type: application/json\r\n\r\n{"volume": {"display_name": null, "imageRef": null, "availability_zone": null, "volume_type": null, "display_description": null, "snapshot_id": null, "size": 1}}'
Advertisement
Add Comment
Please, Sign In to add comment