chunked image upload fails when using glance-api behind wsgi server
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
New
|
Undecided
|
Unassigned |
Bug Description
The use of chunked uploading (of images) does not work under apache/uwsgi.
The following are the errors I can see:
# openstack image create cirros < cirros-
'ascii' codec can't decode byte 0xfb in position 3: ordinal not in range(128)
in logs:
...
Wrote 0 bytes to /var/lib/
# openstack image create cirros --file cirros-
Error finding address for http://
in logs: the same
Changed in glance: | |
assignee: | nobody → Anseela M M (anseela-m00) |
Changed in glance: | |
assignee: | Anseela M M (anseela-m00) → nobody |
assignee: | nobody → Anseela M M (anseela-m00) |
Changed in glance: | |
assignee: | Anseela M M (anseela-m00) → nobody |
Hi , I am currently working on this issue. 0.3.4-x86_ 64-disk. img localhost: 9091/v2/ images/ f3552eff- e543-4cb8- 8b85-ca88f768a9 ff.
Am able to create cirros image using the command
openstack image create cirros --file cirros-
Error finding address for http://
I have a couple of queries regarding the same
1) which version openstack you are using?
2) let me know the steps so that i can reproduce the bug.