Comment 7 for bug 1576035

Revision history for this message
Alexey Galkin (agalkin) wrote :

Verification on iso #372 (9.0-mos.all) - Invalid fix.
Shotgun report: http://paste.openstack.org/show/497853

Steps:

[on all controllers]
1. Change token expiration from 3600 to 60.
2. Restart apache2,glance-api,glance-registry.

[on client machine by UI]
1. Create new image file by command: mkfile 4G test.tmp
2. Login into horizon, and make image upload.

Excepted result:
 Successfully uploaded.

Actual result:
 Error with upload. Screenshot: http://i.imgur.com/wr3VDU3.png

[on slave by cli]
1. Create new image file by command: fallocate -l 4G temp.img
2. Upload into glance (use v1): glance --os-image-api-version 1 image-create --file temp.img --progress --container-format bare --disk-format qcow2

Excepted result:
 Successfully uploaded.

Actual result:
 Successfully uploaded. Report: http://paste.openstack.org/show/497852