Re: [openstack-dev] [oslo] oslo.concurrency repo review

2014-08-07 Thread Ben Nemec
LGTM. Plenty of things I could add to your list, but they're all post-import. :-) -Ben On 08/07/2014 01:58 PM, Yuriy Taraday wrote: Hello, oslo cores. I've finished polishing up oslo.concurrency repo at [0] - please take a look at it. I used my new version of graduate.sh [1] to generate

Re: [openstack-dev] [TripleO] devtest environment for virtual or true bare metal

2014-08-08 Thread Ben Nemec
That sounds essentially correct. Note that all 15 vms aren't used in a normal devtest run, but we create them all anyway because of some difficulties adding new environments in some situations (namely CI, I believe). On 08/05/2014 11:27 AM, LeslieWang wrote: Hi Ben, Thanks for your reply.

Re: [openstack-dev] [oslo] oslo.concurrency repo review

2014-08-11 Thread Ben Nemec
On 08/11/2014 01:02 PM, Yuriy Taraday wrote: On Mon, Aug 11, 2014 at 5:44 AM, Joshua Harlow harlo...@outlook.com wrote: One question from me: Will there be later fixes to remove oslo.config dependency/usage from oslo.concurrency? I still don't understand how oslo.concurrency can be used

Re: [openstack-dev] [oslo] oslo.concurrency repo review

2014-08-11 Thread Ben Nemec
On 08/11/2014 02:20 PM, Joshua Harlow wrote: On Mon, Aug 11, 2014 at 11:39 AM, Ben Nemec openst...@nemebean.com wrote: On 08/11/2014 01:02 PM, Yuriy Taraday wrote: On Mon, Aug 11, 2014 at 5:44 AM, Joshua Harlow harlo...@outlook.com wrote: One question from me

Re: [openstack-dev] [TripleO] lists and merges

2014-08-13 Thread Ben Nemec
On 08/12/2014 05:21 PM, Robert Collins wrote: Just ran into a merge conflict with https://review.openstack.org/#/c/105878/ which looks like this: - name: nova_osapi port: 8774 net_binds: *public_binds - name: nova_metadata

Re: [openstack-dev] [TripleO] Review metrics - what do we want to measure?

2014-08-13 Thread Ben Nemec
One thing I am very interested in finally following up on, especially in light of the snazzy new Gerrit separation for CI jobs, is to make the check-tripleo job leave an actual vote rather than just a comment. This would clean up the (usually) many reviews sitting with a failing CI run, for the

Re: [openstack-dev] [neutron] requirements.txt: explicit vs. implicit

2014-08-14 Thread Ben Nemec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/14/2014 08:37 AM, Ihar Hrachyshka wrote: Hi all, some plugins depend on modules that are not mentioned in requirements.txt. Among them, Cisco Nexus (ncclient), Brocade (ncclient), Embrane (heleosapi)... Some other plugins put their

Re: [openstack-dev] [oslo][db] Nominating Mike Bayer for the oslo.db core reviewers team

2014-08-15 Thread Ben Nemec
On 08/15/2014 08:20 AM, Russell Bryant wrote: On 08/15/2014 09:13 AM, Jay Pipes wrote: On 08/15/2014 04:21 AM, Roman Podoliaka wrote: Hi Oslo team, I propose that we add Mike Bayer (zzzeek) to the oslo.db core reviewers team. Mike is an author of SQLAlchemy, Alembic, Mako Templates and

Re: [openstack-dev] [TripleO] Python 3 support in os-*-config

2014-08-15 Thread Ben Nemec
On 08/15/2014 02:30 AM, Dougal Matthews wrote: Great stuff, really happy to see Python 3 support. - Original Message - From: Steve Kowalik ste...@wedontsleep.org To: openstack-dev@lists.openstack.org Sent: Friday, 15 August, 2014 4:11:04 AM Subject: [openstack-dev] [TripleO] Python

Re: [openstack-dev] [oslo] Issues with POSIX semaphores and other locks in lockutils

2014-08-20 Thread Ben Nemec
On 08/20/2014 01:40 AM, Angus Lees wrote: On Mon, 18 Aug 2014 10:05:28 PM Pádraig Brady wrote: On 08/18/2014 03:38 PM, Julien Danjou wrote: On Thu, Aug 14 2014, Yuriy Taraday wrote: Hi Yuriy, […] Looking forward to your opinions. This looks like a good summary of the situation. I've

Re: [openstack-dev] [oslo] Issues with POSIX semaphores and other locks in lockutils

2014-08-20 Thread Ben Nemec
On 08/20/2014 01:03 PM, Vishvananda Ishaya wrote: This may be slightly off-topic but it is worth mentioning that the use of threading.Lock[1] which was included to make the locks thread safe seems to be leading to a deadlock in eventlet[2]. It seems like we have rewritten this too many

Re: [openstack-dev] [oslo] Launchpad tracking of oslo projects

2014-08-22 Thread Ben Nemec
I have no problem with the proposed change, so +1 from me. Doug's probably the important one to hear from though, since you and he are the ones who deal with this stuff the most. I think he's travelling today so we'll see if he gets a chance to comment. On 08/22/2014 04:59 AM, Thierry Carrez

Re: [openstack-dev] gettext question about oslo.i18n library

2014-08-26 Thread Ben Nemec
Hi Peng, We're using the spec process described in https://wiki.openstack.org/wiki/Oslo#Design_Proposals to manage blueprints now. You'll need to create a spec review as described in the wiki for this. Unfortunately, I don't think we've opened up Kilo specs yet, so you might want to either wait

Re: [openstack-dev] [Openstack][TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-26 Thread Ben Nemec
Oh, after writing my response below I realized this is cross-posted between openstack and openstack-dev. Please don't do that. I suppose this probably belongs on the users list, but since I've already written the response I guess I'm not going to argue too much. :-) On 08/26/2014 07:36 AM, 严超

Re: [openstack-dev] [Openstack][TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-27 Thread Ben Nemec
. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 https://twitter.com/yanchao727* *My Weibo:http://weibo.com/herewearenow http://weibo.com/herewearenow--* 2014-08-26 23:17 GMT+08:00 Ben Nemec openst...@nemebean.com: Oh, after writing my response

Re: [openstack-dev] [all] [glance] python namespaces considered harmful to development, lets not introduce more of them

2014-08-27 Thread Ben Nemec
On 08/27/2014 09:31 AM, Sean Dague wrote: So this change came in with adding glance.store - https://review.openstack.org/#/c/115265/5/lib/glance, which I think is a bad direction to be headed. Here is the problem when it comes to working with code from git, in python, that uses namespaces,

Re: [openstack-dev] [Openstack][TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-28 Thread Ben Nemec
at 7:53 PM, Ben Nemec openst...@nemebean.com wrote: We probably will at some point, but I don't know that it's a huge priority right now. The PXE booting method works fine, and as I mentioned we don't intend you to reboot machines without using the undercloud anyway, just like Nova doesn't

Re: [openstack-dev] [oslo] change to deprecation policy in the incubator

2014-08-29 Thread Ben Nemec
On 08/28/2014 11:14 AM, Doug Hellmann wrote: Before Juno we set a deprecation policy for graduating libraries that said the incubated versions of the modules would stay in the incubator repository for one full cycle after graduation. This gives projects time to adopt the libraries and still

Re: [openstack-dev] [oslo.messaging] Request to include AMQP 1.0 support in Juno-3

2014-08-29 Thread Ben Nemec
On 08/28/2014 12:34 PM, Doug Hellmann wrote: On Aug 28, 2014, at 8:36 AM, Mark McLoughlin mar...@redhat.com wrote: On Thu, 2014-08-28 at 13:24 +0200, Flavio Percoco wrote: On 08/27/2014 03:35 PM, Ken Giusti wrote: Hi All, I believe Juno-3 is our last chance to get this feature [1]

Re: [openstack-dev] [oslo] library feature freeze and final releases

2014-09-02 Thread Ben Nemec
Sounds good to me too. On 09/02/2014 08:20 AM, Doug Hellmann wrote: Oslo team, We need to consider how we are going to handle the approaching feature freeze deadline (4 Sept). We should, at this point, be focusing reviews on changes associated with blueprints. We will have time to finish

Re: [openstack-dev] [TripleO] Review metrics - what do we want to measure?

2014-09-04 Thread Ben Nemec
On 09/04/2014 08:54 AM, Jeremy Stanley wrote: On 2014-09-04 11:01:55 +0100 (+0100), Derek Higgins wrote: [...] How would people feel about turning [auto-abandon] back on? A lot of reviewers (myself among them) feel auto-abandon was a cold and emotionless way to provide feedback on a change.

Re: [openstack-dev] On an API proxy from baremetal to ironic

2014-09-09 Thread Ben Nemec
On 09/09/2014 04:24 PM, Michael Still wrote: Hi. One of the last things blocking Ironic from graduating is deciding whether or not we need a Nova API proxy for the old baremetal extension to new fangled Ironic API. The TC has asked that we discuss whether we think this functionality is

Re: [openstack-dev] [TripleO] Review metrics - what do we want to measure?

2014-09-10 Thread Ben Nemec
On 09/10/2014 03:57 AM, Steven Hardy wrote: On Thu, Sep 04, 2014 at 01:54:20PM +, Jeremy Stanley wrote: On 2014-09-04 11:01:55 +0100 (+0100), Derek Higgins wrote: [...] How would people feel about turning [auto-abandon] back on? A lot of reviewers (myself among them) feel auto-abandon

Re: [openstack-dev] On an API proxy from baremetal to ironic

2014-09-10 Thread Ben Nemec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/10/2014 01:13 PM, Dan Smith wrote: As far as I understand it, though, that's a patch for a read-only mode. It seems bizzare, and possibly dangerous, to proxy read commands, but not write commands. It gives the impression that everything's

Re: [openstack-dev] On an API proxy from baremetal to ironic

2014-09-10 Thread Ben Nemec
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/10/2014 02:26 PM, Dan Smith wrote: 1) Is this tested anywhere? There are no unit tests in the patch and it's not clear to me that there would be any Tempest coverage of this code path. Providing this and having it break a couple of months

Re: [openstack-dev] [oslo] zeromq work for kilo

2014-09-19 Thread Ben Nemec
On 09/19/2014 08:38 AM, Ken Giusti wrote: On Thu, 18 Sep 2014 17:29:27 Eric Windisch wrote: That?s great feedback, Eric, thank you. I know some of the other projects +1 - yes, excellent feedback - having just worked on the AMQP 1.0 driver, I think you've nicely described some of my own

Re: [openstack-dev] [nova] 2 weeks in the bug tracker

2014-09-19 Thread Ben Nemec
On 09/19/2014 08:13 AM, Sean Dague wrote: I've spent the better part of the last 2 weeks in the Nova bug tracker to try to turn it into something that doesn't cause people to run away screaming. I don't remember exactly where we started at open bug count 2 weeks ago (it was north of 1400, with

Re: [openstack-dev] [oslo][neutron] Post-mortem debugging for tests?

2013-12-09 Thread Ben Nemec
On 2013-12-09 08:02, Maru Newby wrote: Are any other projects interested in adding back the post-mortem debugging support we lost in the move away from nose? I have a patch in review for neutron and salv-orlando asked whether oslo might be the better place for it.

Re: [openstack-dev] [olso] [cinder] upgrade issues in lock_path in cinder after oslo utils sync

2013-12-09 Thread Ben Nemec
On 2013-12-09 10:55, Sean Dague wrote: On 12/09/2013 11:38 AM, Clint Byrum wrote: Excerpts from Sean Dague's message of 2013-12-09 08:17:45 -0800: On 12/06/2013 05:40 PM, Ben Nemec wrote: On 2013-12-06 16:30, Clint Byrum wrote: Excerpts from Ben Nemec's message of 2013-12-06 13:38:16 -0800

Re: [openstack-dev] OK to Use Flufl.enum

2013-12-10 Thread Ben Nemec
On 2013-12-09 21:37, Adam Young wrote: While Python 3 has enumerated types, Python 2 does not, and the standard package to provide id, Flufl.enum, is not yet part of our code base. Is there any strong objection to including Flufl.enum? http://pythonhosted.org/flufl.enum/ It makes for some

Re: [openstack-dev] [oslo][glance] Oslo.cfg resets not really resetting the CONF

2013-12-13 Thread Ben Nemec
On 2013-12-13 02:44, Amala Basha Alungal wrote: Hi, I stumbled into a situation today where in I had to write few tests that modifies the oslo.config.cfg and in turn resets the values back in a tear down. Acc to the docs, oslo.cfg reset() _Clears the object state and unsets

Re: [openstack-dev] Adding DB migration items to the common review checklist

2013-12-19 Thread Ben Nemec
On 2013-12-18 22:08, Jay Pipes wrote: On 12/18/2013 02:14 PM, Brant Knudson wrote: Matt - Could a test be added that goes through the models and checks these things? Other projects could use this too. Here's an example of a test that checks if the tables are all InnoDB:

Re: [openstack-dev] Fwd: ./run_test.sh Fails

2013-12-23 Thread Ben Nemec
On 2013-12-21 01:45, Sayali Lunkad wrote: Subject: ./run_test.sh fails to build environment Hello, I get this error when I try to set the environment for Horizon. Any idea why this is happening? I am running Devstack on a VM with Ubuntu 12.04. sayali@sayali:/opt/stack/horizon$

Re: [openstack-dev] Fwd: [openstack-community] A bug on OpenStack

2013-12-23 Thread Ben Nemec
This sounds more appropriate for the openstack list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack It's not clear to me at this point whether this is a bug or a misconfiguration, and the configuration discussion should happen there. Thanks. -Ben On 2013-12-22 12:26, Sean

Re: [openstack-dev] [nova] Do we have some guidelines for mock, stub, mox when writing unit test?

2013-12-23 Thread Ben Nemec
On 2013-12-21 07:24, Matt Riedemann wrote: On 12/19/2013 8:51 AM, John Garbutt wrote: On 4 December 2013 17:10, Russell Bryant rbry...@redhat.com wrote: I think option 3 makes the most sense here (pending anyone saying we should run away screaming from mox3 for some reason). It's actually

Re: [openstack-dev] olso.config error on running Devstack

2013-12-23 Thread Ben Nemec
On 2013-12-18 09:26, Sayali Lunkad wrote: Hello, I get the following error when I run stack.sh on Devstack Traceback (most recent call last): File /usr/local/bin/ceilometer-dbsync, line 6, in module from ceilometer.storage import dbsync File

Re: [openstack-dev] olso.config error on running Devstack

2013-12-23 Thread Ben Nemec
On 2013-12-23 13:18, Sean Dague wrote: On 12/23/2013 11:52 AM, Ben Nemec wrote: On 2013-12-18 09:26, Sayali Lunkad wrote: Hello, I get the following error when I run stack.sh on Devstack Traceback (most recent call last): File /usr/local/bin/ceilometer-dbsync, line 6, in module from

Re: [openstack-dev] [nova] Do we have some guidelines for mock, stub, mox when writing unit test?

2013-12-23 Thread Ben Nemec
, Ben Nemec openst...@nemebean.com wrote: On 2013-12-21 07:24, Matt Riedemann wrote: On 12/19/2013 8:51 AM, John Garbutt wrote: On 4 December 2013 17:10, Russell Bryant rbry...@redhat.com wrote: I think option 3 makes the most sense here (pending anyone saying we should run away screaming from

Re: [openstack-dev] [oslo] Common SSH

2014-01-02 Thread Ben Nemec
On 2013-12-30 04:23, Flavio Percoco wrote: On 26/12/13 20:05 +0200, Sergey Skripnick wrote: Hi all, I'm surprised there is no common ssh library in oslo so I filed this blueprint[0]. I would be happy to address any comments/suggestions. [0]

Re: [openstack-dev] [TripleO] Docker and TripleO

2014-01-02 Thread Ben Nemec
On 2013-12-31 20:35, Robert Collins wrote: So, we've spoken about using containers on baremetal - e.g. the lxc provider - in the past, and with the [righteously deserved] noise Docker is receiving, I think we need to have a short expectation-setting discussion. Previously we've said that

Re: [openstack-dev] Novnc switch to sockjs-client instead of websockify

2014-01-02 Thread Ben Nemec
On 2014-01-01 00:33, Thomas Goirand wrote: Hi, I was wondering if it would be possible for NoVNC to switch from websockify to sockjs-client, which is available here: https://github.com/sockjs/sockjs-client This has the advantage of not using flash at all (pure javascript), and continuing to

Re: [openstack-dev] [Nova] Requesting nova core to review 59860

2014-01-06 Thread Ben Nemec
Please don't send review requests to the list: http://lists.openstack.org/pipermail/openstack-dev/2013-September/015264.html -Ben On 2014-01-06 10:24, Rohan Kanade wrote: Hi, Can the nova-core please look at this review Nova: https://review.openstack.org/#/c/59860/ [2] This

Re: [openstack-dev] olso.config error on running Devstack

2014-01-07 Thread Ben Nemec
On 2014-01-07 07:16, Doug Hellmann wrote: On Tue, Jan 7, 2014 at 6:24 AM, Michael Kerrin michael.ker...@hp.com wrote: I have been seeing this problem also. My problem is actually with oslo.sphinx. I ran sudo pip install -r test-requirements.txt in cinder so that I could run the

Re: [openstack-dev] olso.config error on running Devstack

2014-01-07 Thread Ben Nemec
On 2014-01-07 12:11, Noorul Islam Kamal Malmiyoda wrote: On Tue, Jan 7, 2014 at 4:54 PM, Michael Kerrin michael.ker...@hp.com wrote: I have been seeing this problem also. My problem is actually with oslo.sphinx. I ran sudo pip install -r test-requirements.txt in cinder so that I could run

Re: [openstack-dev] olso.config error on running Devstack

2014-01-08 Thread Ben Nemec
On 2014-01-08 08:24, Doug Hellmann wrote: On Tue, Jan 7, 2014 at 12:32 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-01-07 07:16, Doug Hellmann wrote: On Tue, Jan 7, 2014 at 6:24 AM, Michael Kerrin michael.ker...@hp.com wrote: I have been seeing this problem also. My

Re: [openstack-dev] olso.config error on running Devstack

2014-01-08 Thread Ben Nemec
On 2014-01-08 10:50, Doug Hellmann wrote: On Wed, Jan 8, 2014 at 11:31 AM, Ben Nemec openst...@nemebean.com wrote: On 2014-01-08 08:24, Doug Hellmann wrote: On Tue, Jan 7, 2014 at 12:32 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-01-07 07:16, Doug Hellmann wrote: On Tue

Re: [openstack-dev] olso.config error on running Devstack

2014-01-08 Thread Ben Nemec
On 2014-01-08 11:16, Sean Dague wrote: On 01/08/2014 12:06 PM, Doug Hellmann wrote: snip Yeah, that's what made me start thinking oslo.sphinx should be called something else. Sean, how strongly do you feel about not installing oslo.sphinx in devstack? I see your point, I'm just looking for

Re: [openstack-dev] [oslo] Common SSH

2014-01-13 Thread Ben Nemec
On 2014-01-13 11:21, Greg Hill wrote: Trove doesn't use ssh afaik. It has an agent that runs in the guest that is communicated with via our normal RPC messaging options. Greg My understanding is that Heat is similar. It uses cloud-init to do its guest configuration. I'm pretty sure

Re: [openstack-dev] [Neturon][CI] Embrane CI is attacking gerrit

2014-01-14 Thread Ben Nemec
Ivar, can you contact Jeremy Stanley (fungi on Freenode, I believe) to get the contact details for your Gerrit account updated? Thanks. Just in case you missed it: http://lists.openstack.org/pipermail/openstack-dev/2014-January/024222.html -Ben On 2014-01-13 17:48, Ivar Lazzaro wrote: Hi

Re: [openstack-dev] [oslo] dependency analysis for graduating more oslo libraries

2014-01-14 Thread Ben Nemec
On 2014-01-14 13:48, Doug Hellmann wrote: I've spent some time over the past day or two looking at the dependencies between modules in the oslo incubator, trying to balance the desire to have a small number of libraries with themes that make sense and the need to eliminate circular

Re: [openstack-dev] [Oslo] Improving oslo-incubator update.py

2014-01-14 Thread Ben Nemec
On 2014-01-14 15:26, Doug Hellmann wrote: In the release meeting today, Russell proposed that we at least include the hash of the HEAD when the merge is done, to indicate how far along the oslo changes are. More detail is obviously better. So, let's consider this as a new policy.

Re: [openstack-dev] [oslo] dependency analysis for graduating more oslo libraries

2014-01-15 Thread Ben Nemec
, it sounds like Julien is working on changes to lockutils to remove the file based locking, which should solve the issues we're having with it right now. -Ben On Wed, Jan 15, 2014 at 1:00 AM, Michael Still mi...@stillhq.com wrote: On Wed, Jan 15, 2014 at 9:27 AM, Ben Nemec openst...@nemebean.com

Re: [openstack-dev] [Oslo] Improving oslo-incubator update.py

2014-01-15 Thread Ben Nemec
On 2014-01-15 07:05, Flavio Percoco wrote: On 15/01/14 07:44 -0500, Doug Hellmann wrote: [...] I don't see a problem with doing that, but I'm not clear on where we're including the hash. In the file itself, in a separate file, and/or in the commit message?

Re: [openstack-dev] [OpenStack-Dev] Cherry picking commit from oslo-incubator

2014-01-16 Thread Ben Nemec
On 2014-01-16 13:48, John Griffith wrote: Hey Everyone, A review came up today that cherry-picked a specific commit to OSLO Incubator, without updating the rest of the files in the module. I rejected that patch, because my philosophy has been that when you update/pull from oslo-incubator it

Re: [openstack-dev] [OpenStack-Dev] Cherry picking commit from oslo-incubator

2014-01-21 Thread Ben Nemec
On 2014-01-21 12:28, Sean Dague wrote: On 01/21/2014 01:14 PM, Joe Gordon wrote: On Jan 17, 2014 12:24 AM, Flavio Percoco fla...@redhat.com mailto:fla...@redhat.com wrote: On 16/01/14 17:32 -0500, Doug Hellmann wrote: On Thu, Jan 16, 2014 at 3:19 PM, Ben Nemec openst...@nemebean.com

Re: [openstack-dev] [OpenStack-Dev] Cherry picking commit from oslo-incubator

2014-01-22 Thread Ben Nemec
On 2014-01-22 06:32, Sean Dague wrote: I think we need to graduate things to stable interfaces a lot faster. Realizing that stable just means have to deprecate to change it. So the interface is still changeable, just requires standard deprecation techniques. Which we are trying to get more

Re: [openstack-dev] [Heat] Reducing pep8 ignores

2014-01-23 Thread Ben Nemec
On 2014-01-23 04:16, Steven Hardy wrote: On Thu, Jan 23, 2014 at 07:54:34AM +1000, Angus Salkeld wrote: On 22/01/14 12:21 +, Steven Hardy wrote: On Wed, Jan 22, 2014 at 01:23:05PM +0200, Pavlo Shchelokovskyy wrote: Hi all, we have an approved blueprint that concerns reducing number of

Re: [openstack-dev] [Heat] Reducing pep8 ignores

2014-01-23 Thread Ben Nemec
On 2014-01-22 22:13, Zane Bitter wrote: On 22/01/14 06:23, Pavlo Shchelokovskyy wrote: Hi all, we have an approved blueprint that concerns reducing number of ignored PEP8 and openstack/hacking style checks for heat (https://blueprints.launchpad.net/heat/+spec/reduce-flake8-ignored-rules). I've

[openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-23 Thread Ben Nemec
A while back a change (https://review.openstack.org/#/c/47820/) was made to allow enabling mysql traditional mode, which tightens up mysql's input checking to disallow things like silent truncation of strings that exceed the column's allowed length and invalid dates (as I understand it).

Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-23 Thread Ben Nemec
On 2014-01-23 11:50, Jay Pipes wrote: On Thu, 2014-01-23 at 11:29 -0600, Ben Nemec wrote: A while back a change (https://review.openstack.org/#/c/47820/) was made to allow enabling mysql traditional mode, which tightens up mysql's input checking to disallow things like silent truncation

Re: [openstack-dev] [oslo][db] Mysql traditional session mode

2014-01-23 Thread Ben Nemec
On 2014-01-23 12:03, Florian Haas wrote: Ben, thanks for taking this to the list. Apologies for my brevity and for HTML, I'm on a moving train and Android Gmail is kinda stupid. :) I have some experience with the quirks of phone GMail myself. :-) On Jan 23, 2014 6:46 PM, Ben Nemec

Re: [openstack-dev] [oslo] log message translations

2014-01-28 Thread Ben Nemec
On 2014-01-27 14:12, CARVER, PAUL wrote: Jay Pipes wrote: Have you ever tried using Google Translate for anything more than very simple phrases? The results can be... well, interesting ;) And given the amount of technical terms used in these messages, I doubt GT or any automated translating

Re: [openstack-dev] [oslo] log message translations

2014-01-28 Thread Ben Nemec
On 2014-01-27 11:42, Doug Hellmann wrote: We have a blueprint open for separating translated log messages into different domains so the translation team can prioritize them differently (focusing on errors and warnings before debug messages, for example) [1]. Some concerns were raised

Re: [openstack-dev] [oslo] log message translations

2014-01-29 Thread Ben Nemec
Okay, I think you've convinced me. Specific comments below. -Ben On 2014-01-29 07:05, Doug Hellmann wrote: On Tue, Jan 28, 2014 at 8:47 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-01-27 11:42, Doug Hellmann wrote: We have a blueprint open for separating translated log

Re: [openstack-dev] [all] Lots of gating failures because of testtools

2014-01-29 Thread Ben Nemec
On 2014-01-29 13:12, Joe Gordon wrote: Projects that have set the testtools line in test-requirements.txt to: testtools=0.9.32,0.9.35 Was this supposed to be Projects that have _not_ set...? Will not be able to pass there unit tests. On Wed, Jan 29, 2014 at 7:23 AM, Davanum Srinivas

Re: [openstack-dev] [TripleO] devtest thoughts

2014-01-30 Thread Ben Nemec
On 2014-01-30 09:28, James Slagle wrote: devtest, our TripleO setup, has been rapidly evolving. We've added a fair amount of configuration options for stuff like using actual baremetal, and (soon) HA deployments by default. Also, the scripts (which the docs are generated from) are being used for

Re: [openstack-dev] [TripleO] devtest thoughts

2014-01-30 Thread Ben Nemec
On 2014-01-30 13:32, Clint Byrum wrote: Excerpts from Ben Nemec's message of 2014-01-30 11:08:44 -0800: On 2014-01-30 09:28, James Slagle wrote: devtest, our TripleO setup, has been rapidly evolving. We've added a fair amount of configuration options for stuff like using actual baremetal,

Re: [openstack-dev] Proposed Logging Standards

2014-01-31 Thread Ben Nemec
On 2014-01-31 07:00, Macdonald-Wallace, Matthew wrote: -Original Message- From: Sean Dague [mailto:s...@dague.net] Sent: 31 January 2014 12:29 To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] Proposed Logging Standards On 01/30/2014 07:15 PM,

Re: [openstack-dev] olso.config error on running Devstack

2014-02-05 Thread Ben Nemec
On 2014-02-05 09:05, Doug Hellmann wrote: On Tue, Feb 4, 2014 at 5:14 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-01-08 12:14, Doug Hellmann wrote: On Wed, Jan 8, 2014 at 12:37 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-01-08 11:16, Sean Dague wrote: On 01/08/2014

Re: [openstack-dev] [Openstack-dev] [Oslo] [Fuel] [Fuel-dev] Openstack services should support SIGHUP signal

2014-02-05 Thread Ben Nemec
On 2014-02-05 10:58, Bogdan Dobrelya wrote: Hi, stackers. I believe Openstack services from all projects should support SIGHUP for effective log/config files handling w/o unnecessary restarts. (See https://bugs.launchpad.net/oslo/+bug/1276694) 'Smooth reloads'(kill -HUP) are much better than

Re: [openstack-dev] olso.config error on running Devstack

2014-02-05 Thread Ben Nemec
On 2014-02-05 10:58, Doug Hellmann wrote: On Wed, Feb 5, 2014 at 11:44 AM, Ben Nemec openst...@nemebean.com wrote: On 2014-02-05 09:05, Doug Hellmann wrote: On Tue, Feb 4, 2014 at 5:14 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-01-08 12:14, Doug Hellmann wrote: On Wed

Re: [openstack-dev] [Neutron] Using Python-Neutronclient from Python - docstrings needed?

2014-02-10 Thread Ben Nemec
I'm sure the Documentation team would love to hear from you: https://wiki.openstack.org/wiki/Documentation -Ben On 2014-02-09 23:24, Rajdeep Dua wrote: Yes, We would be interested in doing that. Please let me know which is the right group/ team for this? On Monday, February 10,

Re: [openstack-dev] Interested in attracting new contributors?

2014-02-12 Thread Ben Nemec
On 2014-02-12 09:51, Jesse Noller wrote: On Feb 12, 2014, at 8:30 AM, Julie Pichon jpic...@redhat.com wrote: Hi folks, Stefano's post on how to make contributions to OpenStack easier [1] finally stirred me into writing about something that vkmc and myself have been doing on the side for a few

Re: [openstack-dev] Gamification and on-boarding ...

2014-02-12 Thread Ben Nemec
On 2014-02-12 12:00, Sandy Walsh wrote: At the Nova mid-cycle meetup we've been talking about the problem of helping new contributors. It got into a discussion of karma, code reviews, bug fixes and establishing a name for yourself before screaming in a chat room can someone look at my branch. We

Re: [openstack-dev] Interested in attracting new contributors?

2014-02-12 Thread Ben Nemec
On 2014-02-12 13:48, Adrian Otto wrote: On Feb 12, 2014, at 10:13 AM, Ben Nemec openst...@nemebean.com wrote: On 2014-02-12 09:51, Jesse Noller wrote: On Feb 12, 2014, at 8:30 AM, Julie Pichon jpic...@redhat.com wrote: Hi folks, Stefano's post on how to make contributions to OpenStack

[openstack-dev] [All]Optional dependencies and requirements.txt

2014-02-12 Thread Ben Nemec
Hi all, This is an issue that has come up recently in tripleo as we try to support more varied configurations. Currently qpid-python is not listed in requirements.txt for many of the OpenStack projects, even though they support using Qpid as a messaging broker. This means that when we

Re: [openstack-dev] [oslo] instructions for creating a new oslo library

2014-02-12 Thread Ben Nemec
On 2014-02-12 13:28, Doug Hellmann wrote: I have been working on instructions for creating new Oslo libraries, either from scratch or by graduating code from the incubator. I would appreciate any feedback about whether I have all of the necessary details included in

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-13 Thread Ben Nemec
Looks like a transient pypi failure. You can either wait for pypi to get its act together or configure pip to use the pypi.openstack.org mirror. This is the relevant part of my ~/.pip/pip.conf file: [fedora@openstack .pip]$ cat pip.conf [global] index-url =

Re: [openstack-dev] bad default values in conf files

2014-02-13 Thread Ben Nemec
On 2014-02-13 09:01, Clint Byrum wrote: Excerpts from David Kranz's message of 2014-02-13 06:38:52 -0800: I was recently bitten by a case where some defaults in keystone.conf were not appropriate for real deployment, and our puppet modules were not providing better values

Re: [openstack-dev] Interested in attracting new contributors?

2014-02-13 Thread Ben Nemec
On 2014-02-12 15:34, Adrian Otto wrote: On Feb 12, 2014, at 12:41 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-02-12 13:48, Adrian Otto wrote: On Feb 12, 2014, at 10:13 AM, Ben Nemec openst...@nemebean.com wrote: On 2014-02-12 09:51, Jesse Noller wrote: On Feb 12, 2014, at 8:30 AM

Re: [openstack-dev] Devstack installation failed with CINDER installation

2014-02-14 Thread Ben Nemec
On 2014-02-13 20:44, Jeremy Stanley wrote: On 2014-02-13 10:56:28 -0600 (-0600), Ben Nemec wrote: [...] configure pip to use the pypi.openstack.org mirror. [...] While this is sometimes a useful hack for working around intermittent PyPI CDN growing pains on your personal development

Re: [openstack-dev] Gamification and on-boarding ...

2014-02-14 Thread Ben Nemec
On 2014-02-14 13:48, Russell Bryant wrote: On 02/13/2014 08:53 AM, Sean Dague wrote: The delays on reviews for relatively trivial fixes I think is something that is probably more demotivating to new folks than the lack of badges. So some ability to keep on top of that I think would be really

Re: [openstack-dev] [Nova][EC2][Cinder] Asking for time to review my patches

2014-02-17 Thread Ben Nemec
Rushi, please see http://lists.openstack.org/pipermail/openstack-dev/2013-September/015264.html Thanks. -Ben On 2014-02-15 07:18, Rushi Agrawal wrote: Over the last two months, I have submitted few patches which increases support of block storage volumes in OpenStack's EC2 API. The

Re: [openstack-dev] [All]Optional dependencies and requirements.txt

2014-02-17 Thread Ben Nemec
, February 12, 2014 at 1:42 PM To: Ben Nemec openst...@nemebean.commailto:openst...@nemebean.com, OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [All]Optional dependencies

Re: [openstack-dev] [All]Optional dependencies and requirements.txt

2014-02-17 Thread Ben Nemec
that's affected. If nobody objects to this approach, I'll look into supporting the requirements.d style going forward. -Ben -- Koo On Wed, 12 Feb 2014 16:42:17 -0500 Doug Hellmann doug.hellm...@dreamhost.com wrote: On Wed, Feb 12, 2014 at 3:58 PM, Ben Nemec openst...@nemebean.com wrote: Hi

Re: [openstack-dev] [Heat] lazy translation is breaking Heat

2014-02-18 Thread Ben Nemec
On 2014-02-18 09:15, Christopher Armstrong wrote: This change was recently merged: https://review.openstack.org/#/c/69133/ [1] Unfortunately it didn't enable lazy translations for the unit tests, so it didn't catch the many places in Heat that won't work when lazy translations

Re: [openstack-dev] bug 1203680 - fix requires doc

2014-02-21 Thread Ben Nemec
On 2014-02-21 13:01, Mike Spreitzer wrote: https://bugs.launchpad.net/devstack/+bug/1203680 [1] is literally about Glance but Nova has the same problem. There is a fix released, but just merging that fix accomplishes nothing --- we need people who run DevStack to set the new variable

Re: [openstack-dev] [nova][oslo] Changes to oslo-incubator sync workflow

2014-02-21 Thread Ben Nemec
/me finally catches up on -dev list traffic... On 2014-02-19 20:27, Doug Hellmann wrote: On Wed, Feb 19, 2014 at 8:13 PM, Joe Gordon joe.gord...@gmail.com wrote: Hi All, As many of you know most oslo-incubator code is wildly out of sync. Assuming we consider it a good idea to sync

Re: [openstack-dev] [Neutron] ERROR: InvocationError: when running tox

2014-02-24 Thread Ben Nemec
On 2014-02-24 09:02, Randy Tuttle wrote: Has anyone experienced this issue when running tox. I'm trying to figure if this is some limit of tox environment or something else. I've seen this referenced in other projects, but can't seem to zero in on a proper fix. tox -e py27

Re: [openstack-dev] bug 1203680 - fix requires doc

2014-02-24 Thread Ben Nemec
On 2014-02-21 17:09, Sean Dague wrote: On 02/21/2014 05:28 PM, Clark Boylan wrote: On Fri, Feb 21, 2014 at 1:00 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-02-21 13:01, Mike Spreitzer wrote: https://bugs.launchpad.net/devstack/+bug/1203680 is literally about Glance but Nova has

Re: [openstack-dev] Devstack Error

2014-02-25 Thread Ben Nemec
On 2014-02-25 08:19, trinath.soman...@freescale.com wrote: Hi Stackers- When I configured Jenkins to run the Sandbox tempest testing, While devstack is running, I have seen error ERROR: Invalid Openstack Nova credentials and another error ERROR: HTTPConnection

Re: [openstack-dev] [oslo] can't set rules in the common policy

2014-02-25 Thread Ben Nemec
On 2014-02-25 02:00, Tian, Shuangtai wrote: Hi, Stackers When I init a Enforcer class with rules, I find the rules will rewrite by configure policy rules, because the policy file is modified , the load rules always try to load the rules from the cache or configure file when

Re: [openstack-dev] bug 1203680 - fix requires doc

2014-02-25 Thread Ben Nemec
On 2014-02-24 14:51, Sean Dague wrote: On 02/24/2014 03:10 PM, Ben Nemec wrote: On 2014-02-21 17:09, Sean Dague wrote: On 02/21/2014 05:28 PM, Clark Boylan wrote: On Fri, Feb 21, 2014 at 1:00 PM, Ben Nemec openst...@nemebean.com wrote: On 2014-02-21 13:01, Mike Spreitzer wrote: https

Re: [openstack-dev] heads up, set -o errexit on devstack - things will fail earlier now

2014-02-27 Thread Ben Nemec
On 2014-02-27 09:23, Daniel P. Berrange wrote: On Thu, Feb 27, 2014 at 08:38:22AM -0500, Sean Dague wrote: This patch is coming through the gate this morning - https://review.openstack.org/#/c/71996/ The point being to actually make devstack stop when it hits an error, instead of only once

Re: [openstack-dev] Hacking and PEP 257: Extra blank line at end of multi-line docstring

2014-02-27 Thread Ben Nemec
On 2014-02-27 08:05, Ziad Sawalha wrote: On Feb 26, 2014, at 11:47 AM, Joe Gordon joe.gord...@gmail.com wrote: On Wed, Feb 26, 2014 at 9:05 AM, David Ripton drip...@redhat.com wrote: On 02/26/2014 11:40 AM, Joe Gordon wrote: This is missing the point about manually enforcing style. If you

Re: [openstack-dev] Devstack Error

2014-02-27 Thread Ben Nemec
Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 FROM: Ben Nemec [mailto:openst...@nemebean.com] SENT: Tuesday, February 25, 2014 9:23 PM TO: openstack-dev@lists.openstack.org SUBJECT: Re: [openstack-dev] Devstack Error On 2014-02-25 08:19, trinath.soman...@freescale.com

Re: [openstack-dev] [horizon][infra][oslo][db]Sync notifier module from oslo-incubator met django DatabseError

2014-03-03 Thread Ben Nemec
On 2014-02-28 20:26, jackychen wrote: hi, I have commit a patch to sync notifier module under horizon with oslo-incubator, I met the gate-horizon-python error, all the errors are aimed at DatabseError. Code Review Link: https://review.openstack.org/#/c/76439/ [1] The specific

Re: [openstack-dev] [Nova] Nova failed to spawn when download disk image from Glance timeout

2014-03-04 Thread Ben Nemec
Nora, This is a development list. Your questions sound more related to usage, so you might have better luck asking on the users list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Thanks. -Ben On 2014-03-03 03:09, Nora Zhou wrote: Hi, I recently deploy Bare-metal

Re: [openstack-dev] WARNING: ... This application has not enabled MySQL traditional mode, which means silent data corruption may occur - real issue?

2014-03-04 Thread Ben Nemec
On 2014-03-04 12:51, Sean Dague wrote: On 03/04/2014 01:27 PM, Ben Nemec wrote: This warning should be gone by default once https://github.com/openstack/oslo-incubator/commit/dda24eb4a815914c29e801ad0176630786db8734 gets synced. I believe there is work underway by the db team to get that done

Re: [openstack-dev] [neutron][rootwrap] Performance considerations, sudo?

2014-03-05 Thread Ben Nemec
This has actually come up before, too: http://lists.openstack.org/pipermail/openstack-dev/2013-July/012539.html -Ben On 2014-03-05 08:42, Miguel Angel Ajo wrote: Hello, Recently, I found a serious issue about network-nodes startup time, neutron-rootwrap eats a lot of cpu cycles, much

  1   2   3   4   5   6   7   8   >