[openstack-dev] contribute

2015-02-01 Thread shailendra acharya
hello folks, myself shailendra, i am willing to contribute in openstack. i am final year student of B.Tech and have sufficient skills to do some here. plz guide me thanks __ OpenStack Development Mailing List (n

Re: [openstack-dev] contribute

2015-02-01 Thread Assaf Muller
- Original Message - > hello folks, > myself shailendra, i am willing to contribute in openstack. i am final year > student of B.Tech and have sufficient skills to do some here. plz guide me > Take a look at the different OpenStack projects. Is there a field you're more interested in? C

Re: [openstack-dev] [nova][libvirt] RFC: ensuring live migration ends

2015-02-01 Thread Noel Burton-Krahn
Thanks for bringing this up, Daniel. I don't think it makes sense to have a timeout on live migration, but operators should be able to cancel it, just like any other unbounded long-running process. For example, there's no timeout on file transfers, but they need an interface report progress and t

Re: [openstack-dev] [nova][libvirt] RFC: ensuring live migration ends

2015-02-01 Thread Robert Collins
On 31 January 2015 at 05:47, Daniel P. Berrange wrote: > In working on a recent Nova migration bug > > https://bugs.launchpad.net/nova/+bug/1414065 > > I had cause to refactor the way the nova libvirt driver monitors live > migration completion/failure/progress. This refactor has opened the > do

Re: [openstack-dev] contribute

2015-02-01 Thread Christopher Aedo
Assaf, really good advice for getting started here. Once you've absorbed the workings of the project you're interested in contributing to, take a look here for guidelines on how to submit code for review: https://wiki.openstack.org/wiki/How_To_Contribute Also linked from that wiki page are more d

Re: [openstack-dev] [Product] [all][log] Openstack HTTP error codes

2015-02-01 Thread Morgan Fainberg
Putting on my "sorry-but-it-is-my-job-to-get-in-your-way" hat (aka security), let's be careful how generous we are with the user and data we hand back. It should give enough information to be useful but no more. I don't want to see us opened to weird attack vectors because we're exposing interna

Re: [openstack-dev] [Cinder][nova] Cinder backend for ephemeral disks?

2015-02-01 Thread Michael Still
It looks like this was never re-proposed for Kilo. I am open to it being proposed for L* when that release opens for specs soon, but we need a developer to be advocating for it. Michael On Sun, Feb 1, 2015 at 5:22 PM, Adam Lawson wrote: > Question, looks like this spec was abandoned , hard to te

Re: [openstack-dev] [OpenStack Foundation] Finding people to work on the EC2 API in Nova

2015-02-01 Thread Michael Still
So, its exciting to me that we seem to developing more forward momentum here. I personally think the way forward is a staged transition from the in-nova EC2 API to the stackforge project, with testing added to ensure that we are feature complete between the two. I note that Soren disagrees with me

Re: [openstack-dev] [api][nova] Openstack HTTP error codes

2015-02-01 Thread Ken'ichi Ohmichi
2015-01-30 18:13 GMT+09:00 Simon Pasquier : > On Fri, Jan 30, 2015 at 3:05 AM, Kenichi Oomichi > wrote: >> >> > -Original Message- >> > From: Roman Podoliaka [mailto:rpodoly...@mirantis.com] >> > Sent: Friday, January 30, 2015 2:12 AM >> > To: OpenStack Development Mailing List (not for us

Re: [openstack-dev] [Product] [all][log] Openstack HTTP error codes

2015-02-01 Thread Christopher Yeoh
On Sun, Feb 1, 2015 at 2:57 AM, Sean Dague wrote: > On 01/31/2015 05:24 AM, Duncan Thomas wrote: > > Hi > > > > This discussion came up at the cinder mid-cycle last week too, > > specifically in the context of 'Can we change the details text in an > > existing error, or is that an unacceptable AP

[openstack-dev] [neutron][ml2] How to get compute host details

2015-02-01 Thread Harshada Kakad
Hi All, I am developing ml2 driver and I want compute host details while creation of ports. I mean to say is, I have multi node setup and when I launch VM I want to get deatils on which compute node does this VM got launced while creation of ports. Can anyone please help me on this. Thanks in Adv