Comment 6 for bug 1456573

Revision history for this message
Mike Fedosin (mfedosin) wrote :

QA testing on devstack:
0. Preparation: Set glance backend to RBD (Ceph), set 'expiration' option in /etc/keystone/keystone.conf to '40', set 'token_cache_time' in /etc/glance/glance-registry.conf to '-1', set 'data_api' in /etc/glance/glance-api.conf to 'glance.db.registry.api'.
1. Try to upload big image (when upload takes at least 1 minute). (glance image-create --name 'test' --disk-format raw --container-format bare --progress --file image.img) Make sure that upload was successfully finished.
2. Perform step 1 again with glance v1 api (glance --os-image-api-version 1 image-create --name 'test' --disk-format raw --container-format bare --progress --file image.img) Make sure that upload was successfully finished.