Re: [openstack-dev] [nova] Discuss the option delete_on_termination

2014-01-28 Thread John Garbutt
On 26 January 2014 09:23, 黎林果 lilinguo8...@gmail.com wrote: Hi, I have started the implementation, Please review. Address: https://review.openstack.org/#/c/67067/ Thanks. Regards, Lee Hi lee, I have added the same comments as Christopher to the blueprint. Please look at updating the

Re: [openstack-dev] [nova] Discuss the option delete_on_termination

2014-01-26 Thread 黎林果
Hi, I have started the implementation, Please review. Address: https://review.openstack.org/#/c/67067/ Thanks. Regards, Lee 2014/1/9 Christopher Yeoh cbky...@gmail.com: On Thu, Jan 9, 2014 at 5:00 PM, 黎林果 lilinguo8...@gmail.com wrote: Oh, I see. Thank you very much. It's just hard coded

Re: [openstack-dev] [nova] Discuss the option delete_on_termination

2014-01-09 Thread Christopher Yeoh
On Thu, Jan 9, 2014 at 5:00 PM, 黎林果 lilinguo8...@gmail.com wrote: Oh, I see. Thank you very much. It's just hard coded for attaching volume and swapping volume. How to deal the bp: https://blueprints.launchpad.net/nova/+spec/add-delete-on-termination-option ? So I think the only thing

Re: [openstack-dev] [nova] Discuss the option delete_on_termination

2014-01-09 Thread Lingxian Kong
Hi lingguo: Maybe you could go to IRC to look for some comments/feedbacks, some Cores should be right there. Hope you can hear opinions on this before putting more efforts in resolving this . 2014/1/8 黎林果 lilinguo8...@gmail.com Hi All, Attach a volume when creating a server, the API

[openstack-dev] [nova] Discuss the option delete_on_termination

2014-01-08 Thread 黎林果
Hi All, Attach a volume when creating a server, the API contains 'block_device_mapping', such as: block_device_mapping: [ { volume_id: VOLUME_ID, device_name: /dev/vdc, delete_on_termination: true } ] It allows the option

[openstack-dev] [nova] Discuss the option delete_on_termination

2014-01-02 Thread 黎林果
Hi, All Attach a volume when creating a server, the API contains 'block_device_mapping', such as: block_device_mapping: [ { volume_id: VOLUME_ID, device_name: /dev/vdc, delete_on_termination: true } ] It allows the