[openstack-dev] [glance]A question abount copy_from.

2014-03-12 Thread
Hi all. When create image using v1 API we can upload image file indirectly from the external source using the x-glance-api-copy-from header. But there is no copy_from parameter in v2 API. I think this paramater maybe is replaced by "locations". But may I know the reason that why we remove copy_fro

Re: [openstack-dev] [Cinder]a question about os-volume_upload_image

2014-04-03 Thread
I agree. Actually, I already have a BP on it: https://blueprints.launchpad.net/cinder/+spec/restore-image. I am happy for any suggestion. Best regards. wanghong 2014-04-03 14:58 GMT+08:00 Bohai (ricky) : > Hi Mike, > > Thanks for your time and your answer. > > Whether it's better to provide an

Re: [openstack-dev] [Cinder]a question about os-volume_upload_image

2014-04-03 Thread
ription in my BP soon. Best regards. wanghong 2014-04-03 18:12 GMT+08:00 Duncan Thomas : > On 3 April 2014 08:28, 王宏 wrote: > > I agree. Actually, I already have a BP on it: > > https://blueprints.launchpad.net/cinder/+spec/restore-image. > > I am happy for any suggestion. &

[openstack-dev] [Nova][libvirt]when deleting instance which is in migrating state, instance files can be stay in destination node forever

2013-12-16 Thread
Hi all. When I try to fix a bug:https://bugs.launchpad.net/nova/+bug/1242961, I get a trouble. To reproduce the bug is very easy. Live migrate a vm in block_migration mode, and then delelte the vm immediately. The reason of this bug is as follow: 1. Because live migrate costs more time, so the vm

[openstack-dev] [glance]A question abount the x-image-meta-property parameter.

2014-01-26 Thread
Hi all. If I use the following command to create an image: curl -i -H "X-Auth-Token:268c536db05b435bb6e631158744e3f6" -H "x-image-meta-property-IMAGE-TYPE:xxx" -H "x-image-meta-name:test" -X POST http://127.0.0.1:9292/v1/images I will get the following results: {"image": {"status": "queued", "del

Re: [openstack-dev] [glance]A question abount the x-image-meta-property parameter.

2014-01-27 Thread
r > the case-matter issue, I think it's a bug. But as for the - to _, I > would > like to listen Jay's opinion since who is the original author. And > obviously, it's intentional change. > > Hi Wang Hong adnd Fei Long, > > It&#x