Re: [openstack-dev] [python-cinderclient] Return request ID to caller

2015-02-05 Thread Joe Gordon
On Wed, Feb 4, 2015 at 11:23 PM, Malawade, Abhijeet abhijeet.malaw...@nttdata.com wrote: Hi, I have submitted patch for cinder-client [1] to 'Return tuple containing header and body from client' instead of just response. Also cinder spec for the same is under review [2]. This change

Re: [openstack-dev] [nova][gate][stable] How eventlet 0.16.1 broke the gate

2015-01-15 Thread Joe Gordon
On Fri, Jan 16, 2015 at 12:25 PM, Joe Gordon joe.gord...@gmail.com wrote: We can side step the dependency graphing and ordering issue by looking at the list of curently installed packages via pip freeze and not installing dependencies (pip install --no-deps) After looking into this further

Re: [openstack-dev] [nova][gate][stable] How eventlet 0.16.1 broke the gate

2015-01-15 Thread Joe Gordon
We can side step the dependency graphing and ordering issue by looking at the list of curently installed packages via pip freeze and not installing dependencies (pip install --no-deps) After looking into this further here are the known issues: * Partial capping won't work [0], so we need to pin

Re: [openstack-dev] [all] All rights reserved V.S. Apache license

2015-01-21 Thread Joe Gordon
On Mon, Jan 19, 2015 at 2:32 PM, ZhiQiang Fan aji.zq...@gmail.com wrote: @Stefano Maffulli Yes, the main point is the conflict of reserved all, and abandon some (actually most). According to the order the last will take effect IIUC Monty Taylor's explaination. I'm thinking that we should

Re: [openstack-dev] Running tox on Centos 6.5 with Python26

2015-01-15 Thread Joe Gordon
On Fri, Jan 16, 2015 at 12:13 PM, John Warren jswar...@linux.vnet.ibm.com wrote: Can someone tell me or point me to documentation about what the required yum and pip packages are to be able to run tox for glance, keystone, neutron, cinder and nova on Centos 6.5 with Python 2.6? I looked at

[openstack-dev] [nova][gate][stable] How eventlet 0.16.1 broke the gate

2015-01-15 Thread Joe Gordon
Eventlet released 0.16.1 on 2015-01-14 [0], which removed a deprecated API that nova stable/* still used. This caused nova-compute in stable/juno and stable/icehouse to crash thus breaking grenade on master. In 24 hours this bug caused 671 grenade jobs to fail[1]! After some quick debugging of

Re: [openstack-dev] [QA] Question about EC2 Tempest tests

2015-02-11 Thread Joe Gordon
On Wed, Feb 11, 2015 at 3:58 AM, Alexandre Levine alev...@cloudscaling.com wrote: Yaroslav, The bug: https://bugs.launchpad.net/nova/+bug/1410622 And the review: https://review.openstack.org/#/c/152112/ It's recently fixed. Note, AFAIK this has not been backported to stable/juno or

Re: [openstack-dev] [all][PTLs] Stop releasing libraries/clients without capping stable global requirements

2015-02-12 Thread Joe Gordon
On Wed, Feb 11, 2015 at 7:53 AM, Doug Hellmann d...@doughellmann.com wrote: On Tue, Feb 10, 2015, at 07:12 PM, Joe Gordon wrote: Hi, As you know a few of us have been spending way too much time digging stable/juno out of the ditch its currently in. And just when we thought we were

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-17 Thread Joe Gordon
On Tue, Feb 17, 2015 at 4:19 AM, Sean Dague s...@dague.net wrote: On 02/16/2015 08:50 PM, Ian Cordasco wrote: On 2/16/15, 16:08, Sean Dague s...@dague.net wrote: On 02/16/2015 02:08 PM, Doug Hellmann wrote: On Mon, Feb 16, 2015, at 01:01 PM, Ian Cordasco wrote: Hey everyone,

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-19 Thread Joe Gordon
On Wed, Feb 18, 2015 at 7:14 AM, Doug Hellmann d...@doughellmann.com wrote: On Wed, Feb 18, 2015, at 10:07 AM, Donald Stufft wrote: On Feb 18, 2015, at 10:00 AM, Doug Hellmann d...@doughellmann.com wrote: On Tue, Feb 17, 2015, at 03:17 PM, Joe Gordon wrote: On Tue, Feb 17

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-19 Thread Joe Gordon
better, then great! As for Doug's comment, yes we need to work something out to overwrite requirements.gate, under your proposed naming, with global requirments Adam On Thu, Feb 19, 2015 at 12:59 PM, Joe Gordon joe.gord...@gmail.com wrote: On Wed, Feb 18, 2015 at 7:14 AM, Doug Hellmann d

Re: [openstack-dev] [neutron] New version of python-neutronclient release: 2.3.11

2015-02-19 Thread Joe Gordon
And this just broke icehouse jobs. Which means devstack-gate is broken. http://logs.openstack.org/53/157553/1/check/check-tempest-dsvm-full-icehouse/6c63b71//logs/devstacklog.txt.gz#_2015-02-19_22_21_21_419

Re: [openstack-dev] [nova] Nominating Melanie Witt for python-novaclient-core

2015-01-27 Thread Joe Gordon
On Tue, Jan 27, 2015 at 3:52 PM, Sean Dague s...@dague.net wrote: On 01/27/2015 02:41 PM, Michael Still wrote: Greetings, I would like to nominate Melanie Witt for the python-novaclient-core team. (What is python-novaclient-core? Its a new group which will contain all of nova-core

Re: [openstack-dev] Deprecation of in tree EC2 API in Nova for Kilo release

2015-01-28 Thread Joe Gordon
On Wed, Jan 28, 2015 at 11:56 AM, Sean Dague s...@dague.net wrote: The following review for Kilo deprecates the EC2 API in Nova - https://review.openstack.org/#/c/150929/ There are a number of reasons for this. The EC2 API has been slowly rotting in the Nova tree, never was highly tested,

Re: [openstack-dev] [barbican] python-barbicanclient 3.0.2 released

2015-01-29 Thread Joe Gordon
On Thu, Jan 29, 2015 at 9:52 AM, Sean Dague s...@dague.net wrote: So, honestly, yes. For a library to release safely it must: * have stable-compat jobs running (this was the issue with barbican client) * if it has a stable/juno branch it must be pinned in stable/juno (this was the issue on

Re: [openstack-dev] [barbican] python-barbicanclient 3.0.2 released

2015-01-30 Thread Joe Gordon
On Fri, Jan 30, 2015 at 2:17 AM, Alan Pevec ape...@gmail.com wrote: 2015-01-29 19:31 GMT+01:00 Joe Gordon joe.gord...@gmail.com: That means clients need overlapping dependencies with the stable branches. I don't think this is a reasonable requirement, and am not sure what we gain from

[openstack-dev] [all] Hacking 0.10 released

2015-01-10 Thread Joe Gordon
Hi all, I am happy to announce the release of hacking 0.10. Below is a list of whats new. Unlike most dependencies hacking changes are not automatically pushed out by the OpenStack Proposal Bot. In order to migrate to the new release each project will need a patch like this:

Re: [openstack-dev] [nova]nova not work with eventlet 0.16.0

2015-01-14 Thread Joe Gordon
On Jan 14, 2015 10:09 PM, Dr. Jens Rosenboom j.rosenb...@x-ion.de wrote: Am 14/01/15 um 05:17 schrieb Adam Gandelman: So eventlet 0.16.x has started hitting slaves and breaking stable branches (its not like we weren't warned :\ ) https://bugs.launchpad.net/nova/+bug/1410626 Should

Re: [openstack-dev] [api] Optional Properties in an Entity

2015-02-09 Thread Joe Gordon
On Mon, Feb 9, 2015 at 1:22 PM, Jay Pipes jaypi...@gmail.com wrote: On 01/20/2015 10:54 AM, Brian Rosmaita wrote: From: Kevin L. Mitchell [kevin.mitch...@rackspace.com] Sent: Monday, January 19, 2015 4:54 PM When we look at consistency, we look at everything else in OpenStack. From the

Re: [openstack-dev] [stable] juno is fubar in the gate

2015-02-09 Thread Joe Gordon
On Feb 9, 2015 10:04 AM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: There are at least two blocking bugs: 1. https://bugs.launchpad.net/grenade/+bug/1419913 Sounds like jogo is working a javelin fix for this. I'm not aware of a patch to review though. We need to stop trying to install

Re: [openstack-dev] [stable] juno is fubar in the gate

2015-02-09 Thread Joe Gordon
On Mon, Feb 9, 2015 at 3:10 PM, Alan Pevec ape...@gmail.com wrote: Tracking etherpad: https://etherpad.openstack.org/p/wedged-stable-gate-feb-2015 BTW there is a tracking etherpad updated by https://wiki.openstack.org/wiki/StableBranch#Stable_branch_champions

Re: [openstack-dev] [nova] release request for python-novaclient

2015-02-10 Thread Joe Gordon
On Mon, Feb 9, 2015 at 7:55 PM, Michael Still mi...@stillhq.com wrote: The previous policy is that we do a release when requested or when a critical bug fix merges. I don't see any critical fixes awaiting release, but I am not opposed to a release. The reason I didn't do this yesterday is

Re: [openstack-dev] [stable] juno is fubar in the gate

2015-02-09 Thread Joe Gordon
On Mon, Feb 9, 2015 at 2:20 PM, Joe Gordon joe.gord...@gmail.com wrote: On Mon, Feb 9, 2015 at 1:02 PM, John Griffith john.griffi...@gmail.com wrote: On Mon, Feb 9, 2015 at 1:56 PM, Matthew Treinish mtrein...@kortar.org wrote: On Mon, Feb 09, 2015 at 01:24:34PM -0600, Matt Riedemann

Re: [openstack-dev] [stable] juno is fubar in the gate

2015-02-09 Thread Joe Gordon
On Mon, Feb 9, 2015 at 1:02 PM, John Griffith john.griffi...@gmail.com wrote: On Mon, Feb 9, 2015 at 1:56 PM, Matthew Treinish mtrein...@kortar.org wrote: On Mon, Feb 09, 2015 at 01:24:34PM -0600, Matt Riedemann wrote: On 2/9/2015 12:23 PM, Joe Gordon wrote: On Feb 9, 2015 10:04 AM

[openstack-dev] How to turn tempest CLI tests into python-*client in-tree functional tests

2015-02-13 Thread Joe Gordon
1. A few months back we started the process to remove the tempest CLI tests from tempest [0]. Now that we have successfully pulled novaclient CLI tests out of tempest, we have the process sorted out. We now have a process that should be easy to follow for each project,

Re: [openstack-dev] How to turn tempest CLI tests into python-*client in-tree functional tests

2015-02-13 Thread Joe Gordon
be able to filter out unit tests or vice versa without altering discovery. On 14 Feb 2015 08:57, Joe Gordon joe.gord...@gmail.com wrote: 1. A few months back we started the process to remove the tempest CLI tests from tempest [0]. Now that we have successfully pulled novaclient

Re: [openstack-dev] [Magnum] Scheduling for Magnum

2015-02-09 Thread Joe Gordon
On Mon, Feb 9, 2015 at 6:00 AM, Steven Dake (stdake) std...@cisco.com wrote: On 2/9/15, 3:02 AM, Thierry Carrez thie...@openstack.org wrote: Adrian Otto wrote: [...] We have multiple options for solving this challenge. Here are a few: 1) Cherry pick scheduler code from Nova, which

[openstack-dev] [all][PTLs] Stop releasing libraries/clients without capping stable global requirements

2015-02-10 Thread Joe Gordon
Hi, As you know a few of us have been spending way too much time digging stable/juno out of the ditch its currently in. And just when we thought we were in the clear a new library was released without a requirements cap in stable global-requirements and broke stable/juno grenade. Everytime this

Re: [openstack-dev] Support for Amazon VPC APIs in OpenStack

2015-01-08 Thread Joe Gordon
On Tue, Jan 6, 2015 at 5:10 AM, Jay Pipes jaypi...@gmail.com wrote: On 01/06/2015 12:44 AM, Saju M wrote: Hi, I seen a blueprint which implement Amazon VPC APIs and Status is Abandoned https://review.openstack.org/#/c/40071/ The amazon VPC effort has moved to

Re: [openstack-dev] [nova] Host health monitoring

2015-01-08 Thread Joe Gordon
On Sun, Jan 4, 2015 at 7:08 PM, Andrew Beekhof abeek...@redhat.com wrote: On 9 Dec 2014, at 1:20 am, Roman Dobosz roman.dob...@intel.com wrote: On Wed, 3 Dec 2014 08:44:57 +0100 Roman Dobosz roman.dob...@intel.com wrote: I've just started to work on the topic of detection if host is

Re: [openstack-dev] [Nova] shelved_offload_time configuration

2015-01-07 Thread Joe Gordon
On Mon, Dec 22, 2014 at 10:36 PM, Kekane, Abhishek abhishek.kek...@nttdata.com wrote: Hi All, AFAIK, for shelve api the parameter shelved_offload_time need to be configured on compute node. Can we configure this parameter on controller node as well. Not 100% sure what you are asking

Re: [openstack-dev] [nova][api]do we need to have a spec for all api related changes?

2015-01-07 Thread Joe Gordon
On Tue, Jan 6, 2015 at 7:43 PM, Eli Qiao ta...@linux.vnet.ibm.com wrote: hi all: I have a patch [1], just did slight changes on api, do I need to write a spec(kinds of wasting time to get approved)? since api-microversion[2] is almost done, can we just feel free to add changes as

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-20 Thread Joe Gordon
On Fri, Feb 20, 2015 at 12:10 PM, Doug Hellmann d...@doughellmann.com wrote: On Fri, Feb 20, 2015, at 02:07 PM, Joe Gordon wrote: On Fri, Feb 20, 2015 at 7:27 AM, Doug Hellmann d...@doughellmann.com wrote: On Fri, Feb 20, 2015, at 06:06 AM, Sean Dague wrote: On 02/20/2015 12

Re: [openstack-dev] [neutron] New version of python-neutronclient release: 2.3.11

2015-02-19 Thread Joe Gordon
not pushing the patch to fix this myself, we need more people who are able to monitor and fix these types of issues. On Thu, Feb 19, 2015 at 3:35 PM, Joe Gordon joe.gord...@gmail.com wrote: And this just broke icehouse jobs. Which means devstack-gate is broken. http://logs.openstack.org/53/157553/1

Re: [openstack-dev] [nova][libvirt] Block migrations and Cinder volumes

2015-03-18 Thread Joe Gordon
On Wed, Mar 18, 2015 at 3:09 AM, Daniel P. Berrange berra...@redhat.com wrote: On Wed, Mar 18, 2015 at 08:33:26AM +0100, Thomas Herve wrote: Interesting bug. I think I agree with you that there isn't a good solution currently for instances that have a mix of shared and not-shared

Re: [openstack-dev] [nova][libvirt] Block migrations and Cinder volumes

2015-03-17 Thread Joe Gordon
On Thu, Jun 19, 2014 at 1:38 AM, Daniel P. Berrange berra...@redhat.com wrote: On Wed, Jun 18, 2014 at 11:09:33PM -0700, Rafi Khardalian wrote: I am concerned about how block migration functions when Cinder volumes are attached to an instance being migrated. We noticed some unexpected

Re: [openstack-dev] [nova] what is our shipped paste.ini going to be for Kilo

2015-03-17 Thread Joe Gordon
On Mon, Mar 16, 2015 at 6:06 PM, Ken'ichi Ohmichi ken1ohmi...@gmail.com wrote: Hi Sean, 2015-03-16 23:15 GMT+09:00 Sean Dague s...@dague.net: Our current top level shipped example paste.ini for Nova includes the following set of endpoint definitions: [composite:osapi_compute] use =

Re: [openstack-dev] [nova] how to handle vendor-specific API microversions?

2015-03-21 Thread Joe Gordon
On Sat, Mar 21, 2015 at 8:31 AM, Monty Taylor mord...@inaugust.com wrote: On 03/21/2015 01:21 AM, Chris Friesen wrote: Hi, I've recently been playing around a bit with API microversions and I noticed something that may be problematic. The way microversions are handled, there is a

Re: [openstack-dev] [nova] novaclient functional test guidelines

2015-03-06 Thread Joe Gordon
First pass at trying to capture this thread into a README: https://review.openstack.org/162334 On Tue, Feb 24, 2015 at 2:07 PM, Joe Gordon joe.gord...@gmail.com wrote: On Tue, Feb 24, 2015 at 1:18 PM, melanie witt melwi...@gmail.com wrote: On Feb 24, 2015, at 9:47, Sean Dague s...@dague.net

Re: [openstack-dev] Mellanox request for permission for Nova CI

2015-03-11 Thread Joe Gordon
On Wed, Mar 11, 2015 at 12:49 AM, Nurit Vilosny nur...@mellanox.com wrote: Hi , I would like to ask for a CI permission to start commenting on Nova branch. Mellanox is engaged in pci pass-through features for quite some time now. We have an operating Neutron CI for ~2 years, and since

Re: [openstack-dev] [nova] readout from Philly Operators Meetup

2015-03-11 Thread Joe Gordon
On Wed, Mar 11, 2015 at 5:59 AM, Sean Dague s...@dague.net wrote: The last couple of days I was at the Operators Meetup acting as Nova rep for the meeting. All the sessions were quite nicely recorded to etherpads here - https://etherpad.openstack.org/p/PHL-ops-meetup There was both a

Re: [openstack-dev] [nova] readout from Philly Operators Meetup

2015-03-11 Thread Joe Gordon
On Wed, Mar 11, 2015 at 4:07 PM, Ihar Hrachyshka ihrac...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/11/2015 07:48 PM, Joe Gordon wrote: Out of sync Quotas -- https://etherpad.openstack.org/p/PHL-ops-nova-feedback L63 The quotas code

Re: [openstack-dev] Avoiding regression in project governance

2015-03-10 Thread Joe Gordon
On Tue, Mar 10, 2015 at 3:31 PM, James E. Blair cor...@inaugust.com wrote: Joe Gordon joe.gord...@gmail.com writes: After watching the TC meeting, and double checking with the meeting notes [0], it looks like the magnum vote was deferred to next week. But what concerns me is the lack

Re: [openstack-dev] [all] Testtools 1.7.0 may error if you installed it before reading this email

2015-03-10 Thread Joe Gordon
On Tue, Mar 10, 2015 at 5:09 PM, Alan Pevec ape...@gmail.com wrote: The wheel has been removed from PyPI and anyone installing testtools 1.7.0 now will install from source which works fine. On stable/icehouse devstack fails[*] with pkg_resources.VersionConflict: (unittest2 0.5.1

Re: [openstack-dev] Avoiding regression in project governance

2015-03-10 Thread Joe Gordon
On Tue, Mar 10, 2015 at 9:29 AM, Russell Bryant rbry...@redhat.com wrote: The TC is in the middle of implementing a fairly significant change in project governance. You can find an overview from Thierry on the OpenStack blog [1]. Part of the change is to recognize more projects as being

Re: [openstack-dev] Avoiding regression in project governance

2015-03-10 Thread Joe Gordon
On Tue, Mar 10, 2015 at 12:30 PM, Zane Bitter zbit...@redhat.com wrote: On 10/03/15 12:29, Russell Bryant wrote: I feel that we're at a very vulnerable part of this transition. We've abolished the incubation process and integrated release. We've established a fairly low bar for new

Re: [openstack-dev] Avoiding regression in project governance

2015-03-10 Thread Joe Gordon
On Tue, Mar 10, 2015 at 3:00 PM, Doug Hellmann d...@doughellmann.com wrote: On Tue, Mar 10, 2015, at 05:27 PM, Joe Gordon wrote: On Tue, Mar 10, 2015 at 12:30 PM, Zane Bitter zbit...@redhat.com wrote: On 10/03/15 12:29, Russell Bryant wrote: I feel that we're at a very

Re: [openstack-dev] [nova][api] Microversions. And why do we need API extensions for new API functionality?

2015-03-24 Thread Joe Gordon
On Tue, Mar 24, 2015 at 7:10 AM, Jay Pipes jaypi...@gmail.com wrote: On Tue, Mar 24, 2015 at 01:04:46PM +, Jeremy Stanley wrote: On 2015-03-23 21:31:30 -0400 (-0400), Jay Pipes wrote: On Mon, Mar 23, 2015 at 09:35:50PM +, Jeremy Stanley wrote: On 2015-03-23 15:15:18 -0400

Re: [openstack-dev] Mellanox request for permission for Nova CI

2015-03-26 Thread Joe Gordon
/check/check-tempest-dsvm-full/f6c95de/logs/testr_results.html.gz Also what tests are running and how do they actually check if sriov works? I can provide more if needed. Thanks, Nurit. *From:* Joe Gordon [mailto:joe.gord...@gmail.com] *Sent:* Wednesday, March 11, 2015 7:50 PM

Re: [openstack-dev] The Evolution of core developer to maintainer?

2015-03-31 Thread Joe Gordon
On Tue, Mar 31, 2015 at 5:24 PM, John Griffith john.griffi...@gmail.com wrote: On Tue, Mar 31, 2015 at 4:30 PM, Joe Gordon joe.gord...@gmail.com wrote: I am starting this thread based on Thierry's feedback on [0]. Instead of writing the same thing twice, you can look at the rendered html

Re: [openstack-dev] The Evolution of core developer to maintainer?

2015-03-31 Thread Joe Gordon
On Tue, Mar 31, 2015 at 5:46 PM, Dean Troyer dtro...@gmail.com wrote: On Tue, Mar 31, 2015 at 5:30 PM, Joe Gordon joe.gord...@gmail.com wrote: Do you feel like a core deveper/reviewer (we initially called them core developers) [1]: In OpenStack a core developer is a developer who has

[openstack-dev] The Evolution of core developer to maintainer?

2015-03-31 Thread Joe Gordon
I am starting this thread based on Thierry's feedback on [0]. Instead of writing the same thing twice, you can look at the rendered html from that patch [1]. Neutron tried to go from core to maintainer but after input from the TC and others, they are keeping the term 'core' but are clarifying

Re: [openstack-dev] Mellanox request for permission for Nova CI

2015-04-01 Thread Joe Gordon
www.mellanox.com Office:+972 74 712 9244 Mobile: +972 54 554 0233 Fax:+972 72 257 9400 *From:* Joe Gordon [mailto:joe.gord...@gmail.com] *Sent:* Thursday, March 26, 2015 3:29 PM *To:* OpenStack Development Mailing List (not for usage questions) *Subject:* Re: [openstack-dev] Mellanox

Re: [openstack-dev] [all] Re-evaluating the suitability of the 6 month release cycle

2015-03-02 Thread Joe Gordon
On Mon, Mar 2, 2015 at 9:59 AM, Kyle Mestery mest...@mestery.com wrote: On Mon, Mar 2, 2015 at 9:57 AM, Ihar Hrachyshka ihrac...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel, thanks for a clear write-up of the matter and food for thought. I think the idea

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-23 Thread Joe Gordon
On Mon, Feb 23, 2015 at 8:49 AM, Ihar Hrachyshka ihrac...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/20/2015 07:16 PM, Joshua Harlow wrote: Sean Dague wrote: On 02/20/2015 12:26 AM, Adam Gandelman wrote: Its more than just the naming. In the original

Re: [openstack-dev] [stable][all] Revisiting the 6 month release cycle

2015-02-24 Thread Joe Gordon
On Tue, Feb 24, 2015 at 2:38 AM, Thierry Carrez thie...@openstack.org wrote: Joe Gordon wrote: [...] I think a lot of the frustration with our current cadence comes out of the big stop everything (development, planning etc.), and stabilize the release process. Which in turn isn't really

Re: [openstack-dev] python-ceilometerclient 1.0.13 broke the gate

2015-02-24 Thread Joe Gordon
We saw the same issue elsewhere, and Doug had great explanation on how it broke semver https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg46533.html On Tue, Feb 24, 2015 at 12:11 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote:

Re: [openstack-dev] [stable][all] Revisiting the 6 month release cycle

2015-02-24 Thread Joe Gordon
On Tue, Feb 24, 2015 at 2:59 AM, Daniel P. Berrange berra...@redhat.com wrote: On Mon, Feb 23, 2015 at 04:14:36PM -0800, Joe Gordon wrote: Was: http://lists.openstack.org/pipermail/openstack-dev/2015-February/057578.html There has been frustration with our current 6 month development

Re: [openstack-dev] [stable][all] Revisiting the 6 month release cycle

2015-02-24 Thread Joe Gordon
On Tue, Feb 24, 2015 at 10:00 AM, Johannes Erdfelt johan...@erdfelt.com wrote: On Tue, Feb 24, 2015, Thierry Carrez thie...@openstack.org wrote: Agree on the pain of maintaining milestone plans though, which is why I propose we get rid of most of it in Liberty. That will actually be

Re: [openstack-dev] [all] Re-evaluating the suitability of the 6 month release cycle

2015-02-24 Thread Joe Gordon
On Tue, Feb 24, 2015 at 6:57 AM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Feb 24, 2015 at 08:50:45AM -0500, Sean Dague wrote: On 02/24/2015 07:48 AM, Russell Bryant wrote: On 02/24/2015 12:54 PM, Daniel P. Berrange wrote: On Tue, Feb 24, 2015 at 11:48:29AM +, Chris Dent

Re: [openstack-dev] H302 considered harmful

2015-02-25 Thread Joe Gordon
On Wed, Feb 25, 2015 at 10:51 AM, Duncan Thomas duncan.tho...@gmail.com wrote: Hi So a review [1] was recently submitted to cinder to fix up all of the H302 violations, and turn on the automated check for them. This is certainly a reasonable suggestion given the number of manual reviews that

Re: [openstack-dev] [nova][vmware][ironic] Configuring active/passive HA Nova compute

2015-02-25 Thread Joe Gordon
On Fri, Feb 20, 2015 at 3:48 AM, Matthew Booth mbo...@redhat.com wrote: Gary Kotton came across a doozy of a bug recently: https://bugs.launchpad.net/nova/+bug/1419785 In short, when you start a Nova compute, it will query the driver for instances and compare that against the expected host

Re: [openstack-dev] [all] creating a unified developer reference manual

2015-02-25 Thread Joe Gordon
On Wed, Feb 25, 2015 at 11:54 AM, Doug Hellmann d...@doughellmann.com wrote: During yesterday’s cross-project meeting [1], we discussed the Eventlet Best Practices” spec [2] started by bnemec. The discussion of that spec revolved around the question of whether our cross-project specs

Re: [openstack-dev] [Openstack-operators] Resources owned by a project/tenant are not cleaned up after that project is deleted from keystone

2015-02-25 Thread Joe Gordon
forward is a openstack-specs spec to hash out these details. Tim -Original Message- From: Ian Cordasco [mailto:ian.corda...@rackspace.com] Sent: 19 February 2015 17:49 To: OpenStack Development Mailing List (not for usage questions); Joe Gordon Cc: openstack-operat

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-25 Thread Joe Gordon
On Tue, Feb 24, 2015 at 7:00 AM, Doug Hellmann d...@doughellmann.com wrote: On Mon, Feb 23, 2015, at 06:31 PM, Joe Gordon wrote: On Mon, Feb 23, 2015 at 11:04 AM, Doug Hellmann d...@doughellmann.com wrote: On Mon, Feb 23, 2015, at 12:26 PM, Joe Gordon wrote: On Mon, Feb 23

Re: [openstack-dev] [all] creating a unified developer reference manual

2015-02-25 Thread Joe Gordon
On Wed, Feb 25, 2015 at 12:49 PM, Doug Hellmann d...@doughellmann.com wrote: On Wed, Feb 25, 2015, at 03:14 PM, Joe Gordon wrote: On Wed, Feb 25, 2015 at 11:54 AM, Doug Hellmann d...@doughellmann.com wrote: During yesterday’s cross-project meeting [1], we discussed the Eventlet

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-23 Thread Joe Gordon
On Mon, Feb 23, 2015 at 11:04 AM, Doug Hellmann d...@doughellmann.com wrote: On Mon, Feb 23, 2015, at 12:26 PM, Joe Gordon wrote: On Mon, Feb 23, 2015 at 8:49 AM, Ihar Hrachyshka ihrac...@redhat.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/20/2015 07:16 PM

Re: [openstack-dev] [nova] novaclient functional test guidelines

2015-02-24 Thread Joe Gordon
On Tue, Feb 24, 2015 at 9:47 AM, Sean Dague s...@dague.net wrote: Towards the end of merging the regression test for the nova volume-attach bug - https://review.openstack.org/#/c/157959/ there was a discussion around what style the functional tests should take. Especially as that had a mix of

Re: [openstack-dev] How to turn tempest CLI tests into python-*client in-tree functional tests

2015-02-20 Thread Joe Gordon
On Fri, Feb 13, 2015 at 11:57 AM, Joe Gordon joe.gord...@gmail.com wrote: 1. A few months back we started the process to remove the tempest CLI tests from tempest [0]. Now that we have successfully pulled novaclient CLI tests out of tempest, we have the process sorted

Re: [openstack-dev] [devstack] [Cinder-GlusterFS CI] centos7 gate job abrupt failures

2015-02-20 Thread Joe Gordon
On Fri, Feb 20, 2015 at 7:29 AM, Deepak Shetty dpkshe...@gmail.com wrote: Hi Jeremy, Couldn't find anything strong in the logs to back the reason for OOM. At the time OOM happens, mysqld and java processes have the most RAM hence OOM selects mysqld (4.7G) to be killed. From a glusterfs

Re: [openstack-dev] [stable][requirements] External dependency caps introduced in 499db6b

2015-02-20 Thread Joe Gordon
On Fri, Feb 20, 2015 at 7:27 AM, Doug Hellmann d...@doughellmann.com wrote: On Fri, Feb 20, 2015, at 06:06 AM, Sean Dague wrote: On 02/20/2015 12:26 AM, Adam Gandelman wrote: Its more than just the naming. In the original proposal, requirements.txt is the compiled list of all pinned

Re: [openstack-dev] [nova] novaclient functional test guidelines

2015-02-24 Thread Joe Gordon
On Tue, Feb 24, 2015 at 12:30 PM, Sean Dague s...@dague.net wrote: On 02/24/2015 03:28 PM, Ed Leafe wrote: On Feb 24, 2015, at 1:49 PM, Sean Dague s...@dague.net wrote: IMHO the CLI should have an option to returned raw JSON back instead of pretty tabled results as well. Um... isn't

Re: [openstack-dev] [nova] novaclient functional test guidelines

2015-02-24 Thread Joe Gordon
On Tue, Feb 24, 2015 at 1:18 PM, melanie witt melwi...@gmail.com wrote: On Feb 24, 2015, at 9:47, Sean Dague s...@dague.net wrote: I'm happy if there are other theories about how we do these things, being the first functional test in the python-novaclient tree that creates and destroys

Re: [openstack-dev] [all] creating stable branches for all libraries, Oslo, client, and other

2015-03-24 Thread Joe Gordon
On Tue, Mar 24, 2015 at 1:13 PM, Doug Hellmann d...@doughellmann.com wrote: We have a cross-project spec up for review discussing a change in the release process precipitated by the fact that we are now capping library versions in stable branch test configurations. We’ve talked about it a

Re: [openstack-dev] [barbican] python-barbicanclient 3.0.2 released

2015-01-29 Thread Joe Gordon
On Thu, Jan 29, 2015 at 2:22 PM, Douglas Mendizabal douglas.mendiza...@rackspace.com wrote: On Jan 29, 2015, at 1:19 PM, Doug Hellmann d...@doughellmann.com wrote: On Thu, Jan 29, 2015, at 01:31 PM, Joe Gordon wrote: On Thu, Jan 29, 2015 at 9:52 AM, Sean Dague s...@dague.net wrote: So

Re: [openstack-dev] [nova][api] Microversions. And why do we need API extensions for new API functionality?

2015-03-23 Thread Joe Gordon
On Mon, Mar 23, 2015 at 2:35 PM, Jeremy Stanley fu...@yuggoth.org wrote: On 2015-03-23 15:15:18 -0400 (-0400), Jay Pipes wrote: [...] I don't want it suppressed. I want the use of API extensions and the extension framework(s) to be completely dropped for all future API-affecting work.

Re: [openstack-dev] The Evolution of core developer to maintainer?

2015-04-03 Thread Joe Gordon
On Fri, Apr 3, 2015 at 1:39 AM, Thierry Carrez thie...@openstack.org wrote: Joe Gordon wrote: On Thu, Apr 2, 2015 at 3:14 AM, Thierry Carrez thie...@openstack.org mailto:thie...@openstack.org wrote: Joe Gordon wrote: I cannot speak for all projects, but at least in Nova you

Re: [openstack-dev] [OpenStack-Infra][cinder] Could you please re-consider Oracle ZFSSA iSCSI Driver

2015-04-20 Thread Joe Gordon
On Mon, Apr 20, 2015 at 1:18 PM, Duncan Thomas duncan.tho...@gmail.com wrote: Hi Diem It appears the CI failed to pass on any of the 5 reviews you linked to. Are there any examples of the CI passing? I don't see any passing runs in the last 20 comments left by 'Oracle ZFSSA CI'

Re: [openstack-dev] [oslo] eventlet 0.17.3 is now fully Python 3 compatible

2015-04-23 Thread Joe Gordon
On Thu, Apr 23, 2015 at 12:10 AM, Victor Stinner vstin...@redhat.com wrote: Hi, How invasive would the port to python3 be? I squashed all my commits into a single commit of my draft port and I pushed it at: https://github.com/haypo/nova/commit/bad54bc2b278c7c7cb7fa6cc73d03c70138bd89d I

Re: [openstack-dev] [OpenStack-Infra][cinder] Could you please re-consider Oracle ZFSSA iSCSI Driver

2015-04-21 Thread Joe Gordon
On Tue, Apr 21, 2015 at 1:18 PM, Diem Tran diem.t...@oracle.com wrote: Hi Duncan, We totally understand that CI is not a box ticking exercise, it actually serves a purpose, and we are fully on board with the need for CI. We have resources monitoring the CI results and handling failures on

Re: [openstack-dev] [oslo] eventlet 0.17.3 is now fully Python 3 compatible

2015-04-21 Thread Joe Gordon
On Fri, Apr 17, 2015 at 1:22 AM, Victor Stinner vstin...@redhat.com wrote: For the full list, see the wiki page: https://wiki.openstack.org/wiki/Python3#Core_OpenStack_projects Thanks for updating the wiki page that is a very useful list. From the looks of things, it seems like nova

Re: [openstack-dev] [all][releases] upcoming library releases to unfreeze requirements in master

2015-04-21 Thread Joe Gordon
On Tue, Apr 21, 2015 at 1:53 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: On 4/21/2015 2:44 PM, Doug Hellmann wrote: Excerpts from Doug Hellmann's message of 2015-04-21 13:11:09 -0400: I'm working on releasing a *bunch* of libraries, including clients, from their master branches

Re: [openstack-dev] [all][releases] upcoming library releases to unfreeze requirements in master

2015-04-21 Thread Joe Gordon
On Tue, Apr 21, 2015 at 4:35 PM, Joe Gordon joe.gord...@gmail.com wrote: On Tue, Apr 21, 2015 at 1:53 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: On 4/21/2015 2:44 PM, Doug Hellmann wrote: Excerpts from Doug Hellmann's message of 2015-04-21 13:11:09 -0400: I'm working

Re: [openstack-dev] [oslo] eventlet 0.17.3 is now fully Python 3 compatible

2015-04-22 Thread Joe Gordon
On Wed, Apr 22, 2015 at 3:15 AM, Victor Stinner vstin...@redhat.com wrote: Hi, It's moving fast. I'm currently working on porting remaining libraries to prepare my spec for nova. Great, I did't realize how close all the dependencies were. oslo.db -- looks like it is almost there I

Re: [openstack-dev] [all] Introducing the Cloud Service Federation project (cross-project design summit proposal)

2015-04-22 Thread Joe Gordon
for research is going to be the development of a virtual region metadata schema that will allow a tenant (or a broker) to determine the characteristics of virtual regions. (Such a model might be a useful complement to the RefStack work.) Geoff On Apr 16, 2015, at 3:00 PM, Joe Gordon joe.gord

Re: [openstack-dev] Please stop reviewing code while asking questions

2015-04-24 Thread Joe Gordon
On Fri, Apr 24, 2015 at 11:16 AM, Julien Danjou jul...@danjou.info wrote: On Fri, Apr 24 2015, Joe Gordon wrote: When I get a -1 on one of my patches with a question, I personally treat it as a short coming of the commit message. To often in the past I have looked at a file

Re: [openstack-dev] [Zaqar] Call for adoption (or exclusion?)

2015-04-24 Thread Joe Gordon
://aws.amazon.com/articles/1464 Thanks, Kevin -- *From:* Joe Gordon [joe.gord...@gmail.com] *Sent:* Friday, April 24, 2015 4:02 PM *To:* OpenStack Development Mailing List (not for usage questions) *Subject:* Re: [openstack-dev] [Zaqar] Call for adoption (or exclusion

Re: [openstack-dev] [Nova] Add config option for real deletes instead of soft-deletes

2015-04-24 Thread Joe Gordon
On Tue, Apr 21, 2015 at 2:42 PM, Artom Lifshitz alifs...@redhat.com wrote: Hello, I'd like to gauge acceptance of introducing a feature that would give operators a config option to perform real database deletes instead of soft deletes. There's definitely a need for *something* that cleans

Re: [openstack-dev] [tempest][nova][cinder] Tests that try to detach volumes in use

2015-04-24 Thread Joe Gordon
On Fri, Apr 24, 2015 at 8:40 AM, Peter Penchev openstack-...@storpool.com wrote: Hi, There are a couple of Tempest volume tests, like test_rescued_vm_detach_volume or test_list_get_volume_attachments, that either sometimes[0] or always attempt to detach a volume from a running instance

Re: [openstack-dev] Please stop reviewing code while asking questions

2015-04-24 Thread Joe Gordon
On Fri, Apr 24, 2015 at 10:31 AM, Doug Hellmann d...@doughellmann.com wrote: Excerpts from Amrith Kumar's message of 2015-04-24 15:02:01 +: There have been many replies on this thread, I'll just reply to this one rather than trying to reply piecemeal. Doug, there's asking a question

Re: [openstack-dev] [oslo] eventlet 0.17.3 is now fully Python 3 compatible

2015-04-21 Thread Joe Gordon
On Tue, Apr 21, 2015 at 1:37 PM, Ian Cordasco ian.corda...@rackspace.com wrote: On 4/16/15, 17:54, Clint Byrum cl...@fewbar.com wrote: Excerpts from Joe Gordon's message of 2015-04-16 15:15:01 -0700: On Fri, Apr 10, 2015 at 4:01 AM, Victor Stinner vstin...@redhat.com wrote:

Re: [openstack-dev] [oslo] eventlet 0.17.3 is now fully Python 3 compatible

2015-04-24 Thread Joe Gordon
On Fri, Apr 24, 2015 at 12:36 AM, Victor Stinner vstin...@redhat.com wrote: Hi, I wrote my spec to Port Nova to Python 3: https://review.openstack.org/#/c/176868/ I squashed all my commits into a single commit of my draft port and I pushed it at:

[openstack-dev] [Elections] TC Election analysis

2015-04-30 Thread Joe Gordon
As others have done for past elections, here is a brief breakdown of the TC election ballot data. analysis: http://paste.openstack.org/show/213831 source code: http://paste.openstack.org/show/213830 Some highlights are: * 3 people voted but ranked everyone as #19 * 16% of the ballots voted for

[openstack-dev] [all] cross project communication: periodic developer newsletter?

2015-05-04 Thread Joe Gordon
Before going any further, I am proposing something to make it easier for the developer community to keep track of what other projects are working on. I am not proposing anything to directly help operators or users, that is a separate problem space. In Mark McClain's TC candidacy email he

Re: [openstack-dev] [Elections] TC Election analysis

2015-04-30 Thread Joe Gordon
On Thu, Apr 30, 2015 at 1:28 PM, Maish Saidel-Keesing mais...@maishsk.com wrote: On 04/30/15 21:48, Joe Gordon wrote: As others have done for past elections, here is a brief breakdown of the TC election ballot data. analysis: http://paste.openstack.org/show/213831 source code: http

Re: [openstack-dev] [Neutron] A big tent home for Neutron backend code

2015-04-29 Thread Joe Gordon
On Wed, Apr 22, 2015 at 12:30 PM, Kyle Mestery mest...@mestery.com wrote: On Wed, Apr 22, 2015 at 1:19 PM, Russell Bryant rbry...@redhat.com wrote: Hello! A couple of things I've been working on lately are project governance issues as a TC member and also implementation of a new virtual

Re: [openstack-dev] [Zaqar] Call for adoption (or exclusion?)

2015-04-27 Thread Joe Gordon
On Fri, Apr 24, 2015 at 5:19 PM, Zane Bitter zbit...@redhat.com wrote: On 24/04/15 20:00, Joe Gordon wrote: On Fri, Apr 24, 2015 at 4:35 PM, Fox, Kevin M kevin@pnnl.gov mailto:kevin@pnnl.gov wrote: Notification might be a good way to integrate with nova. Individual

Re: [openstack-dev] [Zaqar] Call for adoption (or exclusion?)

2015-04-27 Thread Joe Gordon
On Fri, Apr 24, 2015 at 5:05 PM, Zane Bitter zbit...@redhat.com wrote: On 24/04/15 19:02, Joe Gordon wrote: On Mon, Apr 20, 2015 at 5:54 AM, Flavio Percoco fla...@redhat.com mailto:fla...@redhat.com wrote: Greetings, I'd like my first action as Zaqar's PTL to be based

Re: [openstack-dev] [nova] Proposal to add Melanie Witt to nova-core

2015-04-30 Thread Joe Gordon
On Thu, Apr 30, 2015 at 4:30 AM, John Garbutt j...@johngarbutt.com wrote: Hi, I propose we add Melanie to nova-core. She has been consistently doing great quality code reviews[1], alongside a wide array of other really valuable contributions to the Nova project. Please respond with

Re: [openstack-dev] [be nice] Before doing big non backardcompabitle changes in how gates work make sure that all PTL are informed about that

2015-05-07 Thread Joe Gordon
As a heads up, here is a patch to remove Sahara from the default configuration as well. This is part of the effort to further decouple the 'integrated gate' so we don't have to gate every project on the tests for every project. https://review.openstack.org/#/c/181230/ On Thu, May 7, 2015 at

<    2   3   4   5   6   7   8   >