Re: [openstack-dev] ipdb debugging in Neutron test cases?

2013-07-17 Thread Roman Podolyaka
Hi, Indeed, stable/grizzly contains the following code in the base test case class (quantum/tests/base.py): if os.environ.get('OS_STDOUT_NOCAPTURE') not in TRUE_STRING: stdout = self.useFixture(fixtures.StringStream('stdout')).stream

Re: [openstack-dev] [TripleO] mid-cycle sprint?

2013-07-17 Thread Robert Collins
On 16 July 2013 18:32, Robert Collins robe...@robertcollins.net wrote: So consensus seems to be Seattle - cool, lets lock that in. As for dates, the basic tension is: either aug 19th, *before* H3, or after - e.g. 9th or 16th sept (I have a conference on the 6/7/8th here I think the best date

[openstack-dev] [ceilometer][devstack] What are ceilometer/bin/* files used for ?

2013-07-17 Thread Guangyu Suo
Hi, ceilometer stackers I notice that there are two files (ceilometer-rpc-zmq-receiver, ceilometer-send-counter) in ceilometer/bin directory, when and where we should use them, and why we put them there ? The reason I ask this question is that I want to add mysql support in devstack for

Re: [openstack-dev] [ceilometer][devstack] What are ceilometer/bin/* files used for ?

2013-07-17 Thread Julien Danjou
On Wed, Jul 17 2013, Guangyu Suo wrote: # Support potential entry-points console scripts if [[ -d $CEILOMETER_DIR/bin ]]; then CEILOMETER_BIN_DIR=$CEILOMETER_DIR/bin else CEILOMETER_BIN_DIR=$(get_python_exec_prefix) fi so, can we move the files to somewhere else, and remove the

[openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Robert Collins
Python 2.6 isn't one of the official supported Pythons for testrepository, and I managed to break that when I fixed tests on Python3.3 (which has more random dicts). So Testrepository 0.0.16 breaks on 2.6, 0.0.17 is fixed. However until the fixed version propogates into the OpenStack-infra PyPI

Re: [openstack-dev] [Savanna] How to manage Hadoop configurations

2013-07-17 Thread Dmitry Mescheryakov
Arindam, You may find examples of REST requests here: https://github.com/stackforge/savanna/tree/master/etc/rest-api-samples To get the full list of supported configs, send GET request to the following URL /v1.0/$TENANT/plugins/vanilla/1.1.2 Note that each config has 'scope' parameter. Configs

[openstack-dev] [nova/glance] performance related change

2013-07-17 Thread stuart . mclaren
All, This change: https://review.openstack.org/#/c/32562/ seems to have slipped off the radar, possibly because it has a '-1' -- but I'm waiting on some feedback before progressing. The patch can provide a good performance improvement (depending on your configuration): I measure 3x for image

[openstack-dev] Havana-2 milestone candidates available

2013-07-17 Thread Thierry Carrez
Hi everyone, Milestone-proposed branches were created for Keystone, Glance, Nova, Horizon, Networking, Cinder, Ceilometer and Heat in preparation for the havana-2 milestone publication Thursday. During this milestone we implemented 115 blueprints (twice as many as in the havana-1 milestone

Re: [openstack-dev] Moving task flow to conductor - concern about scale

2013-07-17 Thread Joshua Harlow
Hi Phil, I understand and appreciate your concern and I think everyone is trying to keep that in mind. It still appears to me to be to early in this refactoring and task restructuring effort to tell where it may end up. I think that's also good news since we can get these kinds of ideas

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Matt Riedemann
What do you mean in (b) about upstream python not supporting python 2.6? From what I understand here, it's the version of testrepository being used that doesn't support py26, not python itself or openstack. Anyone doing development or test on RHEL 6 (which doesn't have python 2.7) is going to

Re: [openstack-dev] Havana-2 milestone candidates available

2013-07-17 Thread Michael Basnight
On Jul 17, 2013, at 7:40 AM, Thierry Carrez wrote: Milestone-proposed branches were created for Keystone, Glance, Nova, Horizon, Neutron, Cinder, Ceilometer and Heat in preparation for the havana-2 milestone publication Thursday. You can find candidate tarballs at:

[openstack-dev] [Trove] Weekly meeting today

2013-07-17 Thread Michael Basnight
Same bat time, same bat channel. Wed, 2000UTC in #openstack-meeting-alt. We will be discussing clustering api if anyone is interested in following along. https://wiki.openstack.org/wiki/Meetings/TroveMeeting ___ OpenStack-dev mailing list

Re: [openstack-dev] [glance] need to pin jsonschema version for glance?

2013-07-17 Thread Mark Washenberger
On Wed, Jul 17, 2013 at 7:16 AM, Matt Riedemann mrie...@us.ibm.com wrote: I recently synched up on the latest glance and ran tempest on my RHEL 6.3 box and the image v2 tests all started failing due to json schema validation errors:

Re: [openstack-dev] [nova] non-default quota not set for new tenant - bug?

2013-07-17 Thread Vishvananda Ishaya
On Jul 17, 2013, at 6:02 AM, Matt Riedemann mrie...@us.ibm.com wrote: I'm wondering if this is a bug or working as designed and I'm just not aware of the design point. Running with the latest nova havana master level of code, I'm setting up tenants and users for running Tempest on a

Re: [openstack-dev] [glance] need to pin jsonschema version for glance?

2013-07-17 Thread Mark Washenberger
Actually, when I build out a virtual environment and install python-glanceclient, I get jsonschema 2.0.0. So maybe the problem is elsewhere? I also get python-glanceclient 0.9.0, but I notice that tempest requires python-glanceclient 0.5.0 (

Re: [openstack-dev] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Avishay Traeger
-1 I'm sorry to do that, and it really has nothing to do with Ollie or his work (which I appreciate very much). The main reason is that right now Cinder core has 8 members: 1. Avishay Traeger (IBM) 2. Duncan Thomas (HP) 3. Eric Harney (RedHat) 4. Huang Zhiteng (Intel) 5. John Griffith

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread John Griffith
On Wed, Jul 17, 2013 at 12:19 PM, Avishay Traeger avis...@il.ibm.comwrote: -1 I'm sorry to do that, and it really has nothing to do with Ollie or his work (which I appreciate very much). The main reason is that right now Cinder core has 8 members: 1. Avishay Traeger (IBM) 2. Duncan Thomas

Re: [openstack-dev] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Dan Smith
The affiliation of core team members should not come into a decision like this. It is assumed that all core team members are wearing their upstream hat and aren't there merely to represent their employers interests. Mark beat me to it, but.. Yeah, what he said. Core members aren't

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Sean Dague
On 07/17/2013 02:35 PM, John Griffith wrote: snip Just to point out a few things here, first off there is no guideline that states a company affiliation should have anything to do with the decision on voting somebody as core. I have ABSOLUTELY NO concern about representation of company

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Monty Taylor
On 07/17/2013 11:41 AM, Sean Dague wrote: On 07/17/2013 02:35 PM, John Griffith wrote: snip Just to point out a few things here, first off there is no guideline that states a company affiliation should have anything to do with the decision on voting somebody as core. I have ABSOLUTELY NO

Re: [openstack-dev] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Avishay Traeger
Dan Smith d...@danplanet.com wrote on 07/17/2013 09:40:02 PM: The affiliation of core team members should not come into a decision like this. It is assumed that all core team members are wearing their upstream hat and aren't there merely to represent their employers interests. Mark

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Monty Taylor
On 07/17/2013 02:11 AM, Robert Collins wrote: Python 2.6 isn't one of the official supported Pythons for testrepository, and I managed to break that when I fixed tests on Python3.3 (which has more random dicts). So Testrepository 0.0.16 breaks on 2.6, 0.0.17 is fixed. However until the

[openstack-dev] [Savanna] Savanna 0.3 features

2013-07-17 Thread Ruslan Kamaldinov
I'd like to start conversation on the subject of EDP(Elastic Data Processing) features we are going to implement in Savanna 0.3. Here is a link to etherpad: https://etherpad.openstack.org/edp_v3_components Regards, Ruslan ___ OpenStack-dev mailing

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Monty Taylor
On 07/17/2013 08:54 AM, Matt Riedemann wrote: What do you mean in (b) about upstream python not supporting python 2.6? From what I understand here, it's the version of testrepository being used that doesn't support py26, not python itself or openstack. I believe he means that upstream

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Monty Taylor
On 07/17/2013 07:20 AM, Joshua Harlow wrote: Well that's no fun, RedhatEL and centos need python 2.6 support so it amazes/frustrates me that 2.6 can be broke. I think we need to depend on those that are supporting 2.6 to put pressure on upstream dependencies to ensure 2.6 compat. Or

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Sean Dague
On 07/17/2013 04:19 PM, Monty Taylor wrote: On 07/17/2013 08:54 AM, Matt Riedemann wrote: What do you mean in (b) about upstream python not supporting python 2.6? From what I understand here, it's the version of testrepository being used that doesn't support py26, not python itself or

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Robert Collins
On 18 July 2013 03:54, Matt Riedemann mrie...@us.ibm.com wrote: What do you mean in (b) about upstream python not supporting python 2.6? From what I understand here, it's the version of testrepository being used that doesn't support py26, not python itself or openstack. Python 2.6 release

Re: [openstack-dev] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Monty Taylor
On 07/17/2013 12:44 PM, Avishay Traeger wrote: Dan Smith d...@danplanet.com wrote on 07/17/2013 09:40:02 PM: The affiliation of core team members should not come into a decision like this. It is assumed that all core team members are wearing their upstream hat and aren't there merely to

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread Chris Jones
Hi On 17 July 2013 21:27, Robert Collins robe...@robertcollins.net wrote: Surely thats fixable by having a /opt/ install of Python2.7 built for RHEL ? That would make life s much easier for all concerned, and is super Possibly not easier for those tasked with keeping OS security patches

[openstack-dev] [Heat] Long-term, how do we make heat image/flavor name agnostic?

2013-07-17 Thread Gabriel Hurley
I spent a bunch of time working with and understanding Heat in H2, and I find myself with one overarching question which I wonder if anyone's thought about or even answered already... At present, the CloudFormation template format is the first-class means of doing things in Heat.

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Avishay Traeger
Monty Taylor mord...@inaugust.com wrote on 07/17/2013 09:52:47 PM: On 07/17/2013 02:35 PM, John Griffith wrote: snip Just to point out a few things here, first off there is no guideline that states a company affiliation should have anything to do with the decision on voting somebody as

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Walter A. Boring IV
___ Mailing list: https://launchpad.net/~openstack https://launchpad.net/%7Eopenstack Post to : openst...@lists.launchpad.net mailto:openst...@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack

[openstack-dev] [qa] Proposed QA Meeting Agenda for July 18th

2013-07-17 Thread Sean Dague
The following is the meeting agenda for QA for July 18th - 1700UTC on #openstack-meeting Proposed Agenda for July 18 2013 Blueprints (sdague) Havana-2 status check in - https://launchpad.net/tempest/+milestone/havana-2 (sdague .. et al) Testr Progress -

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Avishay Traeger
Walter A. Boring IV walter.bor...@hp.com wrote on 07/18/2013 12:04:07 AM: snip +1 to Ollie from me. +1 to John's points. If a company is colluding with other core members, from the same company, to do bad things within a project, it should become pretty obvious at some point and the

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Brad Topol
+1. Thanks to John and Sean for the excellent responses they provided below! --Brad Brad Topol, Ph.D. IBM Distinguished Engineer OpenStack (919) 543-0646 Internet: bto...@us.ibm.com Assistant: Cindy Willman (919) 268-5296 From: Sean Dague s...@dague.net To: OpenStack Development

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Huang Zhiteng
+1 for Ollie. On Wed, Jul 17, 2013 at 2:42 PM, Avishay Traeger avis...@il.ibm.com wrote: Walter A. Boring IV walter.bor...@hp.com wrote on 07/18/2013 12:04:07 AM: snip +1 to Ollie from me. +1 to John's points. If a company is colluding with other core members, from the same

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Qing He
+1 From: Huang Zhiteng [mailto:winsto...@gmail.com] Sent: Wednesday, July 17, 2013 2:56 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core +1 for Ollie. On Wed, Jul 17, 2013 at 2:42 PM, Avishay Traeger

Re: [openstack-dev] [glance] need to pin jsonschema version for glance?

2013-07-17 Thread Matt Riedemann
Just FYI that there is a bug related to this now in launchpad: https://bugs.launchpad.net/glance/+bug/1202391 Thanks, MATT RIEDEMANN Advisory Software Engineer Cloud Solutions and OpenStack Development Phone: 1-507-253-7622 | Mobile: 1-507-990-1889 E-mail: mrie...@us.ibm.com 3605 Hwy 52 N

Re: [openstack-dev] [openstack][neutron] Reserved fixed IPs

2013-07-17 Thread Ian Wells
It's already possible to port-create with an IP address-and-subnet specified, which seems like an effective way of allocating an address and setting it aside for later. Doesn't this satisfy your needs? -- Ian. On 16 July 2013 19:42, Mark McClain mark.mccl...@dreamhost.com wrote: Have you

[openstack-dev] [Swift] erasure codes, digging deeper

2013-07-17 Thread John Dickinson
Last week we wrote a blog post about introducting erasure codes into Swift. Today, I'm happy to share more technical details around this feature. We've posted an overview of our design and some of the tradeoffs in the feature at

[openstack-dev] [Neutron] Allow OVS default veth MTU to be configured.

2013-07-17 Thread Jun Cheol Park
Neutron Core Reviewers, Could you please review the following bug fix? At least it passed all the testings. https://review.openstack.org/#/c/27937/ Thanks, -Jun ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

[openstack-dev] [Glance] Team Meeting Reminder July 18 14:00 UTC

2013-07-17 Thread Mark Washenberger
Hi folks, As usual, we'll be having a Glance team meeting during our early slot in less than 24 hours at 14:00 UTC [1]. For this meeting, we'll be trying to wade in to the process of cleaning up our Havana 3 targeted blueprints, hopefully finishing completely after next week's meeting. Thanks

[openstack-dev] [Tempest]Created blueprint to track gate-tempest-devstack-vm-quantum-full

2013-07-17 Thread Miguel Lavalle
Hi, Per the last Tempest IRC meeting, I created the following blueprint to track the activities to fix jenkins-gate-tempest-devstack-vm-quantum-full https://blueprints.launchpad.net/tempest/+spec/fix-gate-tempest-devstack-vm-quantum-full ___

Re: [openstack-dev] [glance] need to pin jsonschema version for glance?

2013-07-17 Thread Mac Innes, Kiall
On 17/07/13 19:51, Matthew Treinish wrote: I think that setting a requirement of =1.3.0 is fine it should get us around this. Watch out! There was a mis-release of 2.0 under the version 1.4.0. The OpenStack mirror still has this release, ever after it was pulled from pypi.

Re: [openstack-dev] headsup - transient test failures on py26 ' cannot import name OrderedDict'

2013-07-17 Thread David Ripton
On 07/17/2013 04:54 PM, Robert Collins wrote: On 18 July 2013 08:48, Chris Jones c...@tenshu.net wrote: Hi On 17 July 2013 21:27, Robert Collins robe...@robertcollins.net wrote: Surely thats fixable by having a /opt/ install of Python2.7 built for RHEL ? That would make life s much

[openstack-dev] Neutron/MPLS VPNaaS

2013-07-17 Thread Lai Xuejiao
Hi, everyone Here is a new BP of MPLS VPNaaS, referring to Neutron/VPNaaS (IPSec VPN). specification: https://blueprints.launchpad.net/neutron/+spec/neutron-mpls-vpnaas Is there anything wrong? Or do folks have any comments on it? Thanks! Xuejiao Lai

Re: [openstack-dev] Change in openstack/neutron[master]: Add method to get iptables traffic counters

2013-07-17 Thread Brian Haley
Hi Sylvain, I think I've caught-up with all your reviews, but I still did have some questions on the iptables rules, below. One other question, and maybe it's simply a future enhancement, but is the only way to setup these meters using neutronclient? I think being able to specify these in an

Re: [openstack-dev] [Nova] Seperate out 'soft-deleted' instances from 'deleted' ones?

2013-07-17 Thread Yufang Zhang
+1 Actually, we have implemented an 'Intance Recycle Bin' in our customized dashboard via soft-delete. All intances being deleted would be put into the 'Recycle Bin' to give a chance that it could be restored later if needed. Instances which stay in 'Recycle Bin' for more than 24 hours would be

Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie Leahy to join cinder-core

2013-07-17 Thread Phillip Pao
+1 On Wed, Jul 17, 2013 at 2:59 PM, Qing He qing...@radisys.com wrote: +1 ** ** *From:* Huang Zhiteng [mailto:winsto...@gmail.com] *Sent:* Wednesday, July 17, 2013 2:56 PM *To:* OpenStack Development Mailing List *Subject:* Re: [openstack-dev] [Openstack] [cinder] Proposal for

[openstack-dev] New Ideal About Openstack Project Template

2013-07-17 Thread Wentian Jiang
Hi all, I have a ideal about create a project about Openstack Project Template. So i have spent several hours to create a basic *prototype* on github, which can only create project on ubuntu 12.04. https://github.com/JimJiangX/BoneDragon It can create a openstack project by modify config file

Re: [openstack-dev] New Ideal About Openstack Project Template

2013-07-17 Thread Wentian Jiang
s/ideal/idea/g s/feature/future/g 在 2013-7-18 下午12:28,Wentian Jiang went...@unitedstack.com写道: Hi all, I have a ideal about create a project about Openstack Project Template. So i have spent several hours to create a basic *prototype* on github, which can only create project on ubuntu 12.04.

[openstack-dev] Cinder Driver Base Requirements

2013-07-17 Thread thingee
To avoid having a grid of what features are available by which drivers and which releases, the Cinder team has met and agreed on 2013-04-24 that we would request all current and new drivers to fulfill a list of minimum requirement features [1] in order to be included in new releases. There have