Re: [openstack-dev] [all] Deprecating exceptions

2014-09-22 Thread Doug Hellmann
On Sep 22, 2014, at 11:07 AM, Radomir Dopieralski wrote: > Horizon's tests were recently broken by a change in the Ceilometer > client that removed a deprecated exception. The exception was deprecated > for a while already, but as it often is, nobody did the > work of removing all references to

Re: [openstack-dev] [neutron] [infra] Python 2.6 tests can't possibly be passing in neutron

2014-09-22 Thread Jeremy Stanley
On 2014-09-22 14:56:04 -0400 (-0400), Sean Dague wrote: > My general understanding is 2.6 support is deprecated for Juno, and fair > to be removed in Kilo. > > So the killing it with fire should be able to happen soon. However, we will still need to continue testing changes to stable/icehouse and

Re: [openstack-dev] pycharm license?

2014-09-22 Thread Andrew Melton
Hi Devs, I'm working on the new license, but it is taking longer than it normally does as Jetbrains is requiring some new steps to get the license. I'll send out an update when I have it, but until then we'll just have to deal with the pop-ups on start. If I'm remembering correctly, a new licen

Re: [openstack-dev] [Infra] PTL Candidacy

2014-09-22 Thread Tristan Cacqueray
confirmed On 22/09/14 03:05 PM, James E. Blair wrote: > I would like to announce my candidacy for the Infrastructure PTL. > > I have developed and operated the project infrastructure for several > years and have been honored to serve as the PTL for the Juno cycle. > > I was instrumental not only

Re: [openstack-dev] Reverting recent refactorings of RBD support for config drives

2014-09-22 Thread Solly Ross
Overall, this looks good. Your alternate implementation misses LVM support, and leaves an unused file behind in the instance directory. Other than that, it's acceptable for a late-stage change, IMO. Best Regards, Solly - Original Message - > From: "Michael Still" > To: "OpenStack Dev

Re: [openstack-dev] [requirements] [nova] requirements freeze exception for websockify

2014-09-22 Thread Sean Dague
On 09/22/2014 02:58 PM, Solly Ross wrote: > The reason it was bounded was because we (the websockify upstream mantainers) > made a backwards-incompatible change (for good reasons -- it brought > websockify more inline with the Python standard library interfaces). > However, OpenStack had subclass

Re: [openstack-dev] Oslo messaging vs zaqar

2014-09-22 Thread Doug Hellmann
On Sep 22, 2014, at 12:19 PM, Gordon Sim wrote: > On 09/22/2014 03:40 PM, Geoff O'Callaghan wrote: >> That being said I'm not sure why a well constructed zaqar with an rpc >> interface couldn't meet the requirements of oslo.messsaging and much more. > > What Zaqar is today and what it might bec

Re: [openstack-dev] [requirements] [nova] requirements freeze exception for websockify

2014-09-22 Thread Solly Ross
FYI, we roughly do semantic versioning right-shifted by one -- for a release 0.X.Y, incrementing X is supposed to be backwards-incompatible, while incrementing Y is supposed to be backwards-compatible [1]. Thus, you can safely say anything less than 0.7 should work fine for Nova. Best Regards,

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-22 Thread Doug Hellmann
On Sep 22, 2014, at 3:11 PM, Tim Bell wrote: > > On 22 Sep 2014, at 20:53, Doug Hellmann wrote: > >> >> On Sep 19, 2014, at 6:29 AM, Thierry Carrez wrote: >> >>> Monty Taylor wrote: I've recently been thinking a lot about Sean's Layers stuff. So I wrote a blog post which Jim Blai

Re: [openstack-dev] [all] In defence of faking

2014-09-22 Thread Robert Collins
On 23 September 2014 03:58, Matthew Booth wrote: > If you missed the inaugural OpenStack Bootstrapping Hour, it's here: > http://youtu.be/jCWtLoSEfmw . I think this is a fantastic idea and big > thanks to Sean, Jay and Dan for doing this. I liked the format, the > informal style and the content. U

Re: [openstack-dev] [neutron] [infra] Python 2.6 tests can't possibly be passing in neutron

2014-09-22 Thread Doug Hellmann
On Sep 22, 2014, at 2:17 PM, Monty Taylor wrote: > On 09/22/2014 10:58 AM, Kevin L. Mitchell wrote: >> On Mon, 2014-09-22 at 10:32 -0700, Armando M. wrote: >>> What about: >>> >>> https://github.com/openstack/neutron/blob/master/test-requirements.txt#L12 >> >> Pulling in ordereddict doesn't do

Re: [openstack-dev] [neutron] [infra] Python 2.6 tests can't possibly be passing in neutron

2014-09-22 Thread Doug Hellmann
On Sep 22, 2014, at 3:43 PM, Doug Hellmann wrote: > > On Sep 22, 2014, at 2:17 PM, Monty Taylor wrote: > >> On 09/22/2014 10:58 AM, Kevin L. Mitchell wrote: >>> On Mon, 2014-09-22 at 10:32 -0700, Armando M. wrote: What about: https://github.com/openstack/neutron/blob/master/te

Re: [openstack-dev] [Congress] Nominating Aaron Rosen for congress-core

2014-09-22 Thread Peter Balland
Aaron has now been added to the congress-core group in gerrit. Cheers, Peter From: Rajdeep Dua mailto:rajdeep@gmail.com>> Reply-To: "OpenStack Development Mailing List (not for usage questions)" mailto:openstack-dev@lists.openstack.org>> Date: Thursday, September 18, 2014 at 1:26 AM To: "Op

Re: [openstack-dev] [Congress] Nominating Aaron Rosen for congress-core

2014-09-22 Thread Sean Roberts
Congrats Aaron ~sean > On Sep 22, 2014, at 12:49 PM, Peter Balland wrote: > > Aaron has now been added to the congress-core group in gerrit. > > Cheers, > > Peter > > From: Rajdeep Dua > Reply-To: "OpenStack Development Mailing List (not for usage questions)" > > Date: Thursday, September

Re: [openstack-dev] [all] In defence of faking

2014-09-22 Thread Joshua Harlow
I would have to agree, fakes certainly have there benefits. IMHO, sometimes when you are testing a complex set of interactions you don't want to have to mock the full set of interactions when you just want to determine if the end result worked or did not work. For example, lets say I have a work

Re: [openstack-dev] [all] In defence of faking

2014-09-22 Thread Jay Pipes
On 09/22/2014 03:36 PM, Robert Collins wrote: On 23 September 2014 03:58, Matthew Booth wrote: If you missed the inaugural OpenStack Bootstrapping Hour, it's here: http://youtu.be/jCWtLoSEfmw . I think this is a fantastic idea and big thanks to Sean, Jay and Dan for doing this. I liked the form

Re: [openstack-dev] [all] In defence of faking

2014-09-22 Thread Robert Collins
On 23 September 2014 08:09, Jay Pipes wrote: > On 09/22/2014 03:36 PM, Robert Collins wrote: >> I'm going to push on this a bit further. Mocking is fine in many >> cases, but it encodes dependencies from within your objects into the >> test suite: e.g. that X will call Y and then Z - and if thats

Re: [openstack-dev] [Nova] Some ideas for micro-version implementation

2014-09-22 Thread Brant Knudson
On Fri, Sep 19, 2014 at 1:39 AM, Alex Xu wrote: > Close to Kilo, it is time to think about what's next for nova API. In > Kilo, we > will continue develop the important feature micro-version. > > In previous v2 on v3 propose, it's include some implementations can be > used for micro-version. > (h

Re: [openstack-dev] [Neutron] - what integration with Keystone is allowed?

2014-09-22 Thread Mark McClain
On Sep 22, 2014, at 1:20 PM, Monty Taylor wrote: > On 09/21/2014 10:57 PM, Nader Lahouti wrote: >> Thanks Kevin for bring it up in the ML, I was looking for a guideline or >> any document to clarify issues on this subject. >> >> I was told, even using keystone API in neutron is not permitted. >

Re: [openstack-dev] [Zaqar] Zaqar and SQS Properties of Distributed Queues

2014-09-22 Thread Joe Gordon
On Mon, Sep 22, 2014 at 9:58 AM, Zane Bitter wrote: > On 22/09/14 10:11, Gordon Sim wrote: > >> On 09/19/2014 09:13 PM, Zane Bitter wrote: >> >>> SQS offers very, very limited guarantees, and it's clear that the reason >>> for that is to make it massively, massively scalable in the way that >>> e

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-22 Thread Devananda van der Veen
On Mon, Sep 22, 2014 at 12:33 PM, Doug Hellmann wrote: > > On Sep 22, 2014, at 3:11 PM, Tim Bell wrote: > >> >> On 22 Sep 2014, at 20:53, Doug Hellmann wrote: >> >>> >>> On Sep 19, 2014, at 6:29 AM, Thierry Carrez wrote: >>> Monty Taylor wrote: > I've recently been thinking a lot about

[openstack-dev] [oslo] juno retrospective notes

2014-09-22 Thread Doug Hellmann
We started a retrospective for Oslo during our meeting last week. I promised to summarize the notes and start a thread here on the mailing list to make discussion easier. See [1] for the rough notes. Please follow up here, especially if you have any thoughts on things we can improve during kilo.

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-22 Thread Doug Hellmann
On Sep 22, 2014, at 5:10 PM, Devananda van der Veen wrote: > On Mon, Sep 22, 2014 at 12:33 PM, Doug Hellmann wrote: >> >> On Sep 22, 2014, at 3:11 PM, Tim Bell wrote: >> >>> >>> On 22 Sep 2014, at 20:53, Doug Hellmann wrote: >>> On Sep 19, 2014, at 6:29 AM, Thierry Carrez wro

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-22 Thread Robert Collins
On 19 September 2014 22:29, Thierry Carrez wrote: ... > current Heat team is not really interested in maintaining them. What's > the point of being under the same program then ? And TripleO is not the > only way to deploy OpenStack, but its mere existence (and name) > prevented other flowers to bl

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-22 Thread Dean Troyer
tl;dr: we're not broken, but under stress...changing (outside) expectations requires changing the expression of the model...while it's called a 'stack' maybe it's multiple tiered stacks. MultiStack! On Mon, Sep 22, 2014 at 4:27 PM, Doug Hellmann wrote: > The point of integration is to add the

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-22 Thread Robert Collins
On 23 September 2014 10:32, Dean Troyer wrote: > tl;dr: we're not broken, but under stress...changing (outside) expectations > requires changing the expression of the model...while it's called a 'stack' > maybe it's multiple tiered stacks. MultiStack! ... > > This is one reason for multiple laye

Re: [openstack-dev] Group-Based Policy Understanding and Queries

2014-09-22 Thread Sumit Naiksatam
Thanks for your interest in GBP, responses inline. On Sun, Sep 21, 2014 at 11:35 PM, Sachi Gupta wrote: > Hi All, > > Request you all to provide inputs on below understanding: > > Openstack: Group-based policy is a blueprint for Juno-3 release of > Openstack. It will extend OpenStack Networking w

[openstack-dev] [Nova] Deprecating localfs?

2014-09-22 Thread Michael Still
Hi. I know we've been talking about deprecating nova.virt.disk.vfs.localfs for a long time, in favour of wanting people to use libguestfs instead. However, I can't immediately find any written documentation for when we said we'd do that thing. Additionally, this came to my attention because Ubunt

Re: [openstack-dev] Reverting recent refactorings of RBD support for config drives

2014-09-22 Thread Michael Still
I think we should leave LVM out for now -- I am not sure it makes sense to put a tens of megabyte file into its own LV. I'll fix the cleanup thing today. Michael On Tue, Sep 23, 2014 at 5:21 AM, Solly Ross wrote: > Overall, this looks good. > > Your alternate implementation misses LVM support, a

[openstack-dev] [all] REST API style guide (Re: [Nova] Some ideas for micro-version implementation)

2014-09-22 Thread Ken'ichi Ohmichi
# I changed the title for getting opinions from many projects. 2014-09-22 23:47 GMT+09:00 Anne Gentle : >> >> > -Original Message- >> > From: Alex Xu [mailto:x...@linux.vnet.ibm.com] >> > Sent: Friday, September 19, 2014 3:40 PM >> > To: OpenStack Development Mailing List >> > Subject: [op

Re: [openstack-dev] Thoughts on OpenStack Layers and a Big Tent model

2014-09-22 Thread Devananda van der Veen
On Mon, Sep 22, 2014 at 2:27 PM, Doug Hellmann wrote: > > On Sep 22, 2014, at 5:10 PM, Devananda van der Veen > wrote: > >> One of the primary effects of integration, as far as the release >> process is concerned, is being allowed to co-gate with other >> integrated projects, and having those pr

Re: [openstack-dev] Oslo messaging vs zaqar

2014-09-22 Thread Geoff O'Callaghan
On 23/09/2014 1:59 AM, "Clint Byrum" wrote: > > Geoff, do you expect all of our users to write all of their messaging > code in Python? > > oslo.messaging is a _python_ library. > > Zaqar is a service with a REST API -- accessible to any application. No I do not. I am suggesting thaf a well des

Re: [openstack-dev] [Zaqar] Zaqar and SQS Properties of Distributed Queues

2014-09-22 Thread Zane Bitter
On 22/09/14 17:06, Joe Gordon wrote: On Mon, Sep 22, 2014 at 9:58 AM, Zane Bitter wrote: On 22/09/14 10:11, Gordon Sim wrote: On 09/19/2014 09:13 PM, Zane Bitter wrote: SQS offers very, very limited guarantees, and it's clear that the reason for that is to make it massively, massively scal

[openstack-dev] Preparing for 2014.1.3 -- branches freeze September 25th

2014-09-22 Thread Adam Gandelman
Hi All- We'll be freezing the stable/icehouse branches for integrated projects this Thursday September 25th in preparation for the 2014.1.3 stable release on Thursday October 2nd. You can view the current queue of proposed patches on gerrit [1]. I'd like to request all interested parties review

Re: [openstack-dev] [all] To slide or not to slide? OpenStack Bootstrapping Hour...

2014-09-22 Thread Tony Breeds
On Mon, Sep 22, 2014 at 12:27:40PM -0400, Jay Pipes wrote: > OK, so we had our inaugural OpenStack Bootstrapping Hour last Friday. Thanks > to Sean and Dan for putting up with my rambling about unittest and mock > stuff. And thanks to one of my pugs, Winnie, for, according to Shrews, > "looking l

Re: [openstack-dev] [TripleO] Set WIP for stale patches?

2014-09-22 Thread Stefano Maffulli
On Fri 19 Sep 2014 09:25:10 AM PDT, Jeremy Stanley wrote: > Here we'll just have to agree to disagree. I think core reviewers > hiding behind an automated process so that they don't have to > confront contributors about stalled/inadequate changes is inherently > less friendly. Clearly you feel that

Re: [openstack-dev] [Zaqar] Zaqar and SQS Properties of Distributed Queues

2014-09-22 Thread Joe Gordon
On Mon, Sep 22, 2014 at 5:47 PM, Zane Bitter wrote: > On 22/09/14 17:06, Joe Gordon wrote: > >> On Mon, Sep 22, 2014 at 9:58 AM, Zane Bitter wrote: >> >> On 22/09/14 10:11, Gordon Sim wrote: >>> >>> On 09/19/2014 09:13 PM, Zane Bitter wrote: SQS offers very, very limited guarantees,

Re: [openstack-dev] [Zaqar] Zaqar and SQS Properties of Distributed Queues

2014-09-22 Thread Joe Gordon
On Mon, Sep 22, 2014 at 7:04 PM, Joe Gordon wrote: > > > On Mon, Sep 22, 2014 at 5:47 PM, Zane Bitter wrote: > >> On 22/09/14 17:06, Joe Gordon wrote: >> >>> On Mon, Sep 22, 2014 at 9:58 AM, Zane Bitter wrote: >>> >>> On 22/09/14 10:11, Gordon Sim wrote: On 09/19/2014 09:13 PM, Zane

Re: [openstack-dev] [Nova] Some ideas for micro-version implementation

2014-09-22 Thread Alex Xu
On 2014年09月23日 04:27, Brant Knudson wrote: On Fri, Sep 19, 2014 at 1:39 AM, Alex Xu > wrote: Close to Kilo, it is time to think about what's next for nova API. In Kilo, we will continue develop the important feature micro-version. In previous v

Re: [openstack-dev] [keystone] Stepping down as PTL

2014-09-22 Thread Adam Young
On 09/22/2014 10:47 AM, Dolph Mathews wrote: Dearest stackers and [key]stoners, With the PTL candidacies officially open for Kilo, I'm going to take the opportunity to announce that I won't be running again for the position. I thoroughly enjoyed my time as PTL during Havana, Icehouse and Jun

Re: [openstack-dev] [Zaqar] Zaqar and SQS Properties of Distributed Queues

2014-09-22 Thread Clint Byrum
Excerpts from Joe Gordon's message of 2014-09-22 19:04:03 -0700: > On Mon, Sep 22, 2014 at 5:47 PM, Zane Bitter wrote: > > > On 22/09/14 17:06, Joe Gordon wrote: > > > >> On Mon, Sep 22, 2014 at 9:58 AM, Zane Bitter wrote: > >> > >> On 22/09/14 10:11, Gordon Sim wrote: > >>> > >>> On 09/19/201

Re: [openstack-dev] [Heat] Convergence: Backing up template instead of stack

2014-09-22 Thread Angus Salkeld
On Tue, Sep 23, 2014 at 1:09 AM, Anant Patil wrote: > Hi, > > One of the steps in the direction of convergence is to enable Heat > engine to handle concurrent stack operations. The main convergence spec > talks about it. Resource versioning would be needed to handle concurrent > stack operations.

Re: [openstack-dev] [all] REST API style guide (Re: [Nova] Some ideas for micro-version implementation)

2014-09-22 Thread Alex Xu
On 2014年09月23日 08:00, Ken'ichi Ohmichi wrote: # I changed the title for getting opinions from many projects. 2014-09-22 23:47 GMT+09:00 Anne Gentle : -Original Message- From: Alex Xu [mailto:x...@linux.vnet.ibm.com] Sent: Friday, September 19, 2014 3:40 PM To: OpenStack Development Mail

Re: [openstack-dev] [keystone] Stepping down as PTL

2014-09-22 Thread Rui Chen
Thanks for your fantastic leadership!! 2014-09-23 10:54 GMT+08:00 Adam Young : > On 09/22/2014 10:47 AM, Dolph Mathews wrote: > > Dearest stackers and [key]stoners, > > With the PTL candidacies officially open for Kilo, I'm going to take the > opportunity to announce that I won't be running ag

Re: [openstack-dev] [Heat] Question regarding Stack updates and templates

2014-09-22 Thread Angus Salkeld
On Tue, Sep 23, 2014 at 1:04 AM, Anant Patil wrote: > Hi, > > In convergence, we discuss about having concurrent updates to a stack. I > wanted to know if it is safe to assume that the an update will be a > super set of it's previous updates. Understanding this is critical to > arrive at implemen

Re: [openstack-dev] [Heat] Question regarding Stack updates and templates

2014-09-22 Thread Clint Byrum
Excerpts from Angus Salkeld's message of 2014-09-22 20:31:46 -0700: > On Tue, Sep 23, 2014 at 1:04 AM, Anant Patil wrote: > > > Hi, > > > > In convergence, we discuss about having concurrent updates to a stack. I > > wanted to know if it is safe to assume that the an update will be a > > super se

[openstack-dev] [gantt] Scheduler sub-group meeting - Agend 9/23

2014-09-22 Thread Dugger, Donald D
1) Forklift status 2) Opens -- Don Dugger "Censeo Toto nos in Kansa esse decisse." - D. Gale Ph: 303/443-3786 ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Nova] Some ideas for micro-version implementation

2014-09-22 Thread Eli Qiao
? 2014?09?22? 22:47, Anne Gentle ??: On Mon, Sep 22, 2014 at 4:29 AM, Kenichi Oomichi mailto:oomi...@mxs.nes.nec.co.jp>> wrote: Hi Alex, Thank you for doing this. > -Original Message- > From: Alex Xu [mailto:x...@linux.vnet.ibm.com

[openstack-dev] Research on software architecture in real systems

2014-09-22 Thread Izabela Vanessa
Hi, My name is Izabela Melo and I would like to invite the members of this group to participate in my Master's dissertation's research in Computer Science. One of the goals of this research is to understand how the industry uses the concept of software architecture in real projects. Besides this,

Re: [openstack-dev] [Heat] Convergence: Backing up template instead of stack

2014-09-22 Thread Clint Byrum
Excerpts from Angus Salkeld's message of 2014-09-22 20:15:43 -0700: > On Tue, Sep 23, 2014 at 1:09 AM, Anant Patil wrote: > > > Hi, > > > > One of the steps in the direction of convergence is to enable Heat > > engine to handle concurrent stack operations. The main convergence spec > > talks abou

Re: [openstack-dev] Oslo messaging vs zaqar

2014-09-22 Thread Clint Byrum
Excerpts from Geoff O'Callaghan's message of 2014-09-22 17:30:47 -0700: > On 23/09/2014 1:59 AM, "Clint Byrum" wrote: > > > > Geoff, do you expect all of our users to write all of their messaging > > code in Python? > > > > oslo.messaging is a _python_ library. > > > > Zaqar is a service with a RE

[openstack-dev] [Cinder] PTL Candidacy

2014-09-22 Thread Mike Perez
Hello all, My name is Mike Perez, and I would like to be your next PTL for the OpenStack block storage project Cinder. I've been involved with the OpenStack community since October 2010. I'm a senior developer for Datera, which contributes to Linux Bcache and the Linux-IO SCSI Target (LIO) in the

Re: [openstack-dev] [Zaqar] Zaqar and SQS Properties of Distributed Queues

2014-09-22 Thread Joe Gordon
On Mon, Sep 22, 2014 at 8:13 PM, Clint Byrum wrote: > Excerpts from Joe Gordon's message of 2014-09-22 19:04:03 -0700: > > On Mon, Sep 22, 2014 at 5:47 PM, Zane Bitter wrote: > > > > > On 22/09/14 17:06, Joe Gordon wrote: > > > > > >> On Mon, Sep 22, 2014 at 9:58 AM, Zane Bitter > wrote: > > >>

Re: [openstack-dev] [nova] libvirt boot parameters

2014-09-22 Thread Eli Qiao
? 2014?09?22? 17:52, Chen CH Ji ??: whether following variables fit for your purpose? guess you want to override the value through boot command? cfg.IntOpt("reboot_timeout", default=0, help="Automatically hard reboot an instance if it has been " "stuck in

Re: [openstack-dev] Oslo messaging vs zaqar

2014-09-22 Thread Flavio Percoco
On 09/22/2014 09:25 PM, Doug Hellmann wrote: > > On Sep 22, 2014, at 12:19 PM, Gordon Sim wrote: > >> On 09/22/2014 03:40 PM, Geoff O'Callaghan wrote: >>> That being said I'm not sure why a well constructed zaqar with an rpc >>> interface couldn't meet the requirements of oslo.messsaging and muc

Re: [openstack-dev] [all] To slide or not to slide? OpenStack Bootstrapping Hour...

2014-09-22 Thread Gary Kotton
Hi, I think that it was very informative and useful. I have forwarded it to a number of new people starting to work on OpenStack and who were wondering how to use mockŠ So two birds with one stone. Thanks! Gary On 9/22/14, 7:27 PM, "Jay Pipes" wrote: >Hi all, > >OK, so we had our inaugural OpenS

[openstack-dev] [RFC] Kilo release cycle schedule proposal

2014-09-22 Thread Thierry Carrez
Hi everyone, Rather than waste a design summit session about it, I propose we review the proposed Kilo release cycle schedule on the mailing-list. See attached PDF for a picture of the proposal. The hard date the proposal is built around is the next ("L") Design Summit week: May 18-22. That pushe

<    1   2