Re: [openstack-dev] We need a new version of hacking for Icehouse, or provide compatibility with oslo.sphinx in oslosphinx

2014-03-22 Thread Thomas Goirand
On 03/22/2014 12:58 AM, Joe Gordon wrote: So it sounds like we need: * Hacking 0.8.1 to fix the oslo.sphinx oslosphinx issue for Icehouse. Since we cap hacking versions at 0.9 [1] this will get used in icehouse. * Hacking 0.9 to release all the new hacking goodness. This will be

Re: [openstack-dev] [OpenStack-dev][NOVA][VCDriver][live-migration] VCDriver live migration problem

2014-03-22 Thread Shawn Hartsock
Hi Jay. We usually use [vmware] to tag discussion of VMware things. I almost didn't see this message. In short, there is a plan and we're currently blocked because we have to address several other pressing issues in the driver before we can address this one. Part of this is due to the fact that

Re: [openstack-dev] [Nova] Updates to Juno blueprint review process

2014-03-22 Thread Sean Dague
On 03/21/2014 02:55 PM, Stefano Maffulli wrote: On 03/20/2014 03:50 PM, Jay Lau wrote: It is better that we can have some diagram workflow just like Gerrit_Workflow https://wiki.openstack.org/wiki/Gerrit_Workflow to show the new process. Indeed, I think it would help. While I'm here, and

Re: [openstack-dev] [nova] An analysis of code review in Nova

2014-03-22 Thread Shawn Hartsock
On Fri, Mar 14, 2014 at 6:58 PM, Dan Smith d...@danplanet.com wrote: Review latency will be directly affected by how good the refactoring changes are staged. If they are small, on-topic and easy to validate, they will go quickly. They should be linearized unless there are some places where

Re: [openstack-dev] [Ceilometer][QA][Tempest][Infra] Ceilometer tempest testing in gate

2014-03-22 Thread Sean Dague
On 03/21/2014 05:11 PM, Joe Gordon wrote: On Fri, Mar 21, 2014 at 4:04 AM, Sean Dague s...@dague.net mailto:s...@dague.net wrote: On 03/20/2014 06:18 PM, Joe Gordon wrote: On Thu, Mar 20, 2014 at 3:03 PM, Alexei Kornienko alexei.kornie...@gmail.com

Re: [openstack-dev] [NOVA][VMWare][live-migration] VCDriver live migration problem

2014-03-22 Thread Jay Lau
Thanks Shawn, I have updated the title with VMWare. Yes, I know that live migration works. But the problem is when a cluster admin want to live migrate a VM instance, s/he will not know the target host where to migrate, as s/he cannot get target host from nova compute because currently VCDriver

Re: [openstack-dev] Preparing for 2013.2.3 -- branches freeze March 27th

2014-03-22 Thread Thomas Goirand
On 03/22/2014 03:32 AM, Adam Gandelman wrote: Hi All- We'll be freezing the stable/havana branches for integrated projects this Thursday March 27th in preparation for the 2013.2.3 stable release on Thursday April 3rd. You can view the current queue of proposed patches on gerrit [1]. I'd

Re: [openstack-dev] [nova] An analysis of code review in Nova

2014-03-22 Thread Matt Riedemann
On 3/22/2014 5:19 AM, Shawn Hartsock wrote: On Fri, Mar 14, 2014 at 6:58 PM, Dan Smith d...@danplanet.com wrote: Review latency will be directly affected by how good the refactoring changes are staged. If they are small, on-topic and easy to validate, they will go quickly. They should be

Re: [openstack-dev] [nova] An analysis of code review in Nova

2014-03-22 Thread Chris Behrens
I'd like to get spawn broken up sooner rather than later, personally. It has additional benefits of being able to do better orchestration of builds from conductor, etc. On Mar 14, 2014, at 3:58 PM, Dan Smith d...@danplanet.com wrote: Just to answer this point, despite the review latency,

[openstack-dev] OpenStack/GSoC 2014 - Reviewing Applications

2014-03-22 Thread Davanum Srinivas
Dear Students, We received the following proposals: AMES-Cloud (Nagashree Bhat) A pre-caching system for OpenStack (Anastasis Andronidis) Proposal for Implementing an application-level FWaaS driver ((Zorp) Dániel Csubák) Cassandra and Redis storage backend for Openstack marconi

Re: [openstack-dev] [NOVA][VMWare][live-migration] VCDriver live migration problem

2014-03-22 Thread Shawn Hartsock
Jay, On point number 2 I proposed https://blueprints.launchpad.net/nova/+spec/vmware-auto-inventory soon after we merged the Cluster patch because of just the issues you are highlighting. I may have named it badly and it's purpose maybe outdated now... so I should definitely work on clarifying

Re: [openstack-dev] [nova] An analysis of code review in Nova

2014-03-22 Thread Shawn Hartsock
On Sat, Mar 22, 2014 at 2:03 PM, Chris Behrens cbehr...@codestud.com wrote: I'd like to get spawn broken up sooner rather than later, personally. It has additional benefits of being able to do better orchestration of builds from conductor, etc. I plan on delivery of that occurring as soon

Re: [openstack-dev] OpenStack/GSoC 2014 - Reviewing Applications

2014-03-22 Thread Sriram Subramanian
Davanum, are the scores private or is there a way to make them private? On Sat, Mar 22, 2014 at 12:07 PM, Davanum Srinivas dava...@gmail.comwrote: Dear Students, We received the following proposals: AMES-Cloud (Nagashree Bhat) A pre-caching system for OpenStack (Anastasis

Re: [openstack-dev] OpenStack/GSoC 2014 - Reviewing Applications

2014-03-22 Thread Davanum Srinivas
Sriram, We'll have to check with a student if there are able to see it during this phase of the GSoC where mentors are evaluating the proposals. There is some information/guidance here: http://www.google-melange.com/document/show/gsoc_program/google/gsoc2011/userguide#depth_appreview

Re: [openstack-dev] [nova] An analysis of code review in Nova

2014-03-22 Thread Shawn Hartsock
On Sat, Mar 22, 2014 at 11:55 AM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: On 3/22/2014 5:19 AM, Shawn Hartsock wrote: On Fri, Mar 14, 2014 at 6:58 PM, Dan Smith d...@danplanet.com wrote: Review latency will be directly affected by how good the refactoring changes are staged. If

Re: [openstack-dev] [NOVA][VMWare][live-migration] VCDriver live migration problem

2014-03-22 Thread Jay Lau
Thanks Shawn, what you proposed is exactly I want ;-) Cool! We can discuss more during the IRC meeting. Thanks! 2014-03-22 20:22 GMT+08:00 Jay Lau jay.lau@gmail.com: Thanks Shawn, I have updated the title with VMWare. Yes, I know that live migration works. But the problem is when a

Re: [openstack-dev] [NOVA][VMWare][live-migration] VCDriver live migration problem

2014-03-22 Thread laserjetyang
I think we might need to discuss the VMware driver to refactor progress in IRC meeting as well, and what is our overall plan. We have been keeping seeing the vmware code broken. On Sun, Mar 23, 2014 at 7:49 AM, Jay Lau jay.lau@gmail.com wrote: Thanks Shawn, what you proposed is exactly I