[openstack-dev] [nova][baremetal] Support multiple image write workers in nova bare-metal

2014-02-07 Thread Taurus Cheung
Hi, I am working on deploying images to bare-metal machines using nova bare-metal. In existing implementation in nova-baremetal-deploy-helper.py, there's only 1 worker to write image to bare-metal machines. If there is a number of bare-metal instances to deploy, they need to queue up and wait

Re: [openstack-dev] [nova][baremetal] Support multiple image write workers in nova bare-metal

2014-02-07 Thread Robert Collins
On 7 February 2014 23:02, Taurus Cheung taurus.che...@harmonicinc.com wrote: Hi, I am working on deploying images to bare-metal machines using nova bare-metal. In existing implementation in nova-baremetal-deploy-helper.py, there's only 1 worker to write image to bare-metal machines. If

Re: [openstack-dev] [nova][baremetal] Support multiple image write workers in nova bare-metal

2014-02-07 Thread James Slagle
On Fri, Feb 7, 2014 at 2:59 PM, Robert Collins robe...@robertcollins.net wrote: On 7 February 2014 23:02, Taurus Cheung taurus.che...@harmonicinc.com wrote: Hi, I am working on deploying images to bare-metal machines using nova bare-metal. In existing implementation in