Comment 2 for bug 1703493

Revision history for this message
Bin Zhou (binzhou) wrote :

Hello, Eric, My input is as follows:
[root@ctrl173 ~(keystone_admin)]# cinder --debug create 1 --name 我的云盘
DEBUG:keystoneclient.session:REQ: curl -g -i -X GET http://192.168.100.176:5000/v2.0 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
DEBUG:keystoneclient.session:RESP: [200] Vary: X-Auth-Token Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-07ff8e2a-a2c0-4277-af33-ee34d514b6d2 Date: Wed, 12 Jul 2017 00:34:01 GMT
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}], "id": "v2.0", "links": [{"href": "http://192.168.100.176:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}

DEBUG:keystoneclient.auth.identity.v2:Making authentication request to http://192.168.100.176:5000/v2.0/tokens
DEBUG:keystoneclient.session:REQ: curl -g -i -X POST http://ha-vip:8776/v2/27c2a7ceafd645cd832be2dd72c225c8/volumes -H "User-Agent: python-cinderclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}be5607a968539e2e5f578d40327c51f97dab870c" -d '{"volume": {"status": "creating", "uuid": null, "user_id": null, "name": "\u6211\u7684\u4e91\u76d8", "imageRef": null, "availability_zone": null, "description": null, "multiattach": false, "attach_status": "detached", "volume_type": null, "metadata": {}, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "project_id": null, "source_replica": null, "size": 1}}'