Re: [openstack-dev] [Heat] Defining what is a SupportStatus version

2014-09-14 Thread Gauvain Pocentek
Le 2014-09-08 17:10, Anne Gentle a écrit : On Fri, Sep 5, 2014 at 5:27 AM, Steven Hardy sha...@redhat.com wrote: On Fri, Sep 05, 2014 at 03:56:34PM +1000, Angus Salkeld wrote:     On Fri, Sep 5, 2014 at 3:29 PM, Gauvain Pocentek     gauvain.pocen...@objectif-libre.com wrote:       Hi,      

Re: [openstack-dev] [Neutron][Architecture]Suggestions for the third vendors' plugin and driver

2014-09-14 Thread Irena Berezovsky
Hi, While keeping focused on defining proper approach to deal with Neutron third vendors’ plugin and driver, we also need to provide solution for complimentary critical piece of code maintained in the Nova code base. Introducing new vif_type by neutron L2 Plugin/Driver, requires adding vif

Re: [openstack-dev] [Heat] Defining what is a SupportStatus version

2014-09-14 Thread Clint Byrum
Excerpts from Gauvain Pocentek's message of 2014-09-04 22:29:05 -0700: Hi, A bit of background: I'm working on the publication of the HOT resources reference on docs.openstack.org. This book is mostly autogenerated from the heat source code, using the sphinx XML output. To avoid

[openstack-dev] Attach an USB disk to VM [nova]

2014-09-14 Thread pratik maru
Hi, Is there any way to attach an USB disk as an external disk to VM while booting up the VM ? Any help in this respect will be really helpful. Thanks fipuzzles ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] Attach an USB disk to VM [nova]

2014-09-14 Thread Xiandong Meng
What is your concrete user scenario for this request? Where do you expect to plugin the USB disk? On the compute node that hosts the VM or from somewhere else? On Mon, Sep 15, 2014 at 3:01 AM, pratik maru fipuzz...@gmail.com wrote: Hi, Is there any way to attach an USB disk as an external

Re: [openstack-dev] China blocking access to OpenStack git review push

2014-09-14 Thread Qiming Teng
As an alternative to pushing via ssh you can push via https over port 443 which may bypass this port blockage. Both latest git review and the version of gerrit that we are running support this. The first step is to generate a gerrit http password, this will be used to authenticate against

Re: [openstack-dev] Attach an USB disk to VM [nova]

2014-09-14 Thread pratik maru
Hi Xian, Thanks for replying. I have some data which i wants to be passed to VM. To pass this data, I have planned this to attach as an usb disk and this disk will be used inside the vm to read the data. What I am looking is for the functionality similar to -usb option with qemu.kvm command.

Re: [openstack-dev] Attach an USB disk to VM [nova]

2014-09-14 Thread Maksym Lobur
Try to use Nova Metadata Serivce [1] or Nova Config Drive [2]. There are options to pass Key-Value data as well as whole files during VM boot. [1] http://docs.openstack.org/grizzly/openstack-compute/admin/content/metadata-service.html [2]