[openstack-dev] I18n's meeting tomorrow

2013-07-17 Thread Ying Chun Guo
Hi, There is OpenStack I18n team meeting at 0100UTC on Thursday in IRC channel #openstack-meeting. The time, we use Asia/America friendly time. Welcome to join the meeting. We will cover following topics this time:  Action items from the last meeting  Progress with Japanese doc s

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 self.useFixture(fixtures.Monkey

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

2013-07-17 Thread Qiu Yu
On Wed, Jul 17, 2013 at 3:30 PM, Roman Podolyaka wrote: > 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.Strin

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

2013-07-17 Thread Robert Collins
On 16 July 2013 18:32, Robert Collins 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 overall is the 16th-20

[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 ceilometer

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

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

2013-07-17 Thread Guangyu Suo
OK, thanks, Julien, that is what I actually do. 2013/7/17 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=$(

[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 mi

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

2013-07-17 Thread Sergey Lukjanov
Hi Arindam, you can specify all Hadoop configurations in node group and cluster templates (after choosing node processes). P.S. We are now using openstack-dev mailing list instead of savanna-all. Sincerely yours, Sergey Lukjanov Savanna Technical Lead Mirantis Inc. On Jul 17, 2013, at 14:07, A

Re: [openstack-dev] [DB][Migrations] Switching to using of Alembic

2013-07-17 Thread Alexei Kornienko
Hello, Please see my comments inline. Best regards, Alexei Kornienko On 07/16/2013 09:16 PM, David Ripton wrote: On 07/16/2013 01:58 PM, Boris Pavlovic wrote: There is no "magic" and we have only 2 ways to end up with this problems and bugs that could be caused by "manually" migrations mergi

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

2013-07-17 Thread Arindam Choudhury
Hi, Sorry for posting in wrong mailing list. Thanks for your reply. I want to know how to do it from CLI using directly the API. I think I have put it in the ng_master_template_create.json and ng_worker_template_create.json(from the quickstart). But I am confused about the syntax. Regards

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 w

[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 d

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

2013-07-17 Thread Arindam Choudhury
Dmitry, Thanks a lot. Regards, Arindam Date: Wed, 17 Jul 2013 15:15:37 +0400 From: [email protected] To: [email protected] Subject: Re: [openstack-dev] [Savanna] How to manage Hadoop configurations Arindam, You may find examples of REST requests here:https://github.com/

Re: [openstack-dev] [DB][Migrations] Switching to using of Alembic

2013-07-17 Thread Doug Hellmann
On Wed, Jul 17, 2013 at 6:38 AM, Alexei Kornienko < [email protected]> wrote: > Hello, > > Please see my comments inline. > > Best regards, > Alexei Kornienko > > > On 07/16/2013 09:16 PM, David Ripton wrote: > >> On 07/16/2013 01:58 PM, Boris Pavlovic wrote: >> >> There is no "magic" an

[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 timefr

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

2013-07-17 Thread Matt Riedemann
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 RHEL 6.3 box. I create two tenants and two users, tempest1 and tempest2. Before

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 (com

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

2013-07-17 Thread Eugene Nikanorov
Hi Thierry, Is openstack networking still released under 'quantum'? Thanks, Eugene. On Wed, Jul 17, 2013 at 4:48 PM, Thierry Carrez wrote: > Hi everyone, > > Milestone-proposed branches were created for Keystone, Glance, Nova, > Horizon, Networking, Cinder, Ceilometer and Heat in preparation

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

2013-07-17 Thread Joshua Harlow
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 offer up alternative solutions that will work under 2.6

Re: [openstack-dev] swift & keystone failing in devstack

2013-07-17 Thread Chmouel Boudjnah
On Wed, Jun 26, 2013 at 2:59 PM, Chmouel Boudjnah wrote: >>>- Put it into Swift, alongside keystoneauth. Not sure about >>> that one. >> >> >>> I would like to see s3_token migrate to swift3. I'm willing to put >>> a couple of patches together to make it happen. Just need Chmouel >>> agre

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

2013-07-17 Thread Matt Riedemann
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: http://paste.openstack.org/show/40684/ I found that the version of jsonschema on the system is 0.7, probably because of the dependency

[openstack-dev] [Ceilometer] Meeting agenda for Wed Jul 17th at 2100 UTC

2013-07-17 Thread Julien Danjou
The Ceilometer project team holds a meeting in #openstack-meeting, see https://wiki.openstack.org/wiki/Meetings/MeteringAgenda for more details. Next meeting is on Wed Jul 17th at 2100 UTC Please add your name with the agenda item, so we know who to call on during the meeting. * Action from prev

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

2013-07-17 Thread Thierry Carrez
Eugene Nikanorov wrote: > Is openstack networking still released under 'quantum'? Wow, nice catch :) Copy-paste error. See below for fixed links: Milestone-proposed branches were created for Keystone, Glance, Nova, Horizon, Neutron, Cinder, Ceilometer and Heat in preparation for the havana-2 mil

Re: [openstack-dev] [OSLO] Comments/Questions on Messaging Wiki

2013-07-17 Thread Eric Windisch
> > And this doesn't make sense: > > Target(exchange='nova', topic='compute', server='compute1', fanout=True) That isn't strictly true. We aren't using it and I'm not sure why we would want to use it, but it isn't senseless as you imply. There should be no reason at present with the old api tha

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

2013-07-17 Thread Ben Nemec
I would suggest you contact sdague on IRC since he's the one who left the -1. -Ben On 2013-07-17 06:43, [email protected] wrote: 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 feedbac

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

2013-07-17 Thread Duncan Thomas
Hi Everybody I'd like to propose Ollie Leahy for cinder core. He has been doing plenty of reviews and bug fixes, provided useful and tasteful negative reviews (something often of far higher value than a +1) and has joined in various design discussions. Thanks -- Duncan Thomas Cinder Core, HP Clo

Re: [openstack-dev] [Metrics][Nova] Using Bicho database to get stats about code review

2013-07-17 Thread Daniel Izquierdo
On 07/03/2013 06:14 PM, Jesus M. Gonzalez-Barahona wrote: Hi all, Bicho [1] now has a Gerrit backend, which has been tested with OpenStack's Gerrit. We have used it to produce the MySQL database dump available at [2] ( gerrit.mysql.7z ). You can use it to compute the metrics mentioned in the pre

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: > http://tarballs.ope

[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 OpenStack-dev@

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 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: > > *http://paste.openstack.org/show/40684/*

Re: [openstack-dev] [keystone] sqlite doesn't support migrations

2013-07-17 Thread Adam Young
On 07/16/2013 10:58 AM, Thomas Goirand wrote: On 07/16/2013 03:55 PM, Michael Still wrote: On Tue, Jul 16, 2013 at 4:17 PM, Thomas Goirand wrote: Could you explain a bit more what could be done to fix it in an easy way, even if it's not efficient? I understand that ALTER doesn't work well. Th

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 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 RHEL 6.3 box. I

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 ( https://github.com/openstack/tempest/blob/master/require

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 (SolidFire)

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

2013-07-17 Thread Mark McLoughlin
On Wed, 2013-07-17 at 21:19 +0300, Avishay Traeger wrote: > -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.

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 wrote: > -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. E

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 inv

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: 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 affiliation w

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

2013-07-17 Thread Matthew Treinish
On Wed, Jul 17, 2013 at 11:03:53AM -0700, Mark Washenberger wrote: > 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-gla

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: > >> 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

[openstack-dev] [cinder] core nominations and process

2013-07-17 Thread John Griffith
Hey Everyone, So I don't want to perpetuate the email regarding the most recent nomination, and I'd also like to not cloud any thoughts regarding current nominations. I think the point has come across and we all have more important work to do. I would however like to share some thoughts about Ci

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

2013-07-17 Thread Avishay Traeger
Dan Smith 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 beat me

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 t

[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 list

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 pyt

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 openst

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 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 schedule : http:

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 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 rep

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 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 up to date, which is pa

[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. CloudFormation

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

2013-07-17 Thread Robert Collins
On 18 July 2013 08:48, Chris Jones wrote: > Hi > > On 17 July 2013 21:27, Robert Collins 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 w

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

2013-07-17 Thread Avishay Traeger
Monty Taylor wrote on 07/17/2013 09:52:47 PM: > > On 07/17/2013 02:35 PM, John Griffith wrote: > > > >> 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

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 Post to : [email protected] 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 - https://blueprints.

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

2013-07-17 Thread Avishay Traeger
"Walter A. Boring IV" wrote on 07/18/2013 12:04:07 AM: > +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 project's > community sho

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: [email protected] Assistant: Cindy Willman (919) 268-5296 From: Sean Dague To: OpenStack Development Mailing List Cc:

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 wrote: > "Walter A. Boring IV" wrote on 07/18/2013 12:04:07 > AM: > > > +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 pr

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

2013-07-17 Thread Steve Baker
On 07/18/2013 08:53 AM, Gabriel Hurley wrote: > 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 fir

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

2013-07-17 Thread Qing He
+1 From: Huang Zhiteng [mailto:[email protected]] 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 mailto

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

2013-07-17 Thread Matt Riedemann
Mark, I have glanceclient 0.9.0 installed. Thanks, MATT RIEDEMANN Advisory Software Engineer Cloud Solutions and OpenStack Development Phone: 1-507-253-7622 | Mobile: 1-507-990-1889 E-mail: [email protected] 3605 Hwy 52 N Rochester, MN 55901-1407 United States From: Mark Washenberger

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: [email protected] 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 wrote: > Have you considered altering the alloca

[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 http://swiftstack.com/blog/2013/07/17/erasure-codes-with-openstack

Re: [openstack-dev] Chalenges with highly available service VMs

2013-07-17 Thread Aaron Rosen
Hi Ian, For shared networks if the network is set to port_security_enabled=True then the tenant will not be able to remove port_security_enabled from their port if they are not the owner of the network. I believe this is the correct behavior we want. In addition, only admin's are able to create sh

[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 [email protected] http://lists.openstack.or

[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 ag

[openstack-dev] [marconi] Agenda for tomorrow's meeting at 1900 UTC

2013-07-17 Thread Kurt Griffiths
The Marconi project team holds a weekly meeting in #openstack-meeting-alt on Thursdays, 1900 UTC. The next meeting is tomorrow, July 18. Everyone is welcome. However, please take a minute to review the wiki before attending for the first time: http://wiki.openstack.org/marconi ## Agenda (60 m

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

2013-07-17 Thread Joshua Harlow
Sure, just this is going to get harder and harder to fix. Has there been thought on the path forward. Anything the TC can get agreed upon (especially with input from distributions creators). Thx for the update! Hope we can figure out a path forward as this gets more painful. Sent from my rea

[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 ___ OpenStack-d

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. openstack/requi

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 wrote: Hi On 17 July 2013 21:27, Robert Collins 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 Poss

[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 __

[openstack-dev] [Nova] New DB column or new DB table?

2013-07-17 Thread Lu, Lianhao
Hi fellows, Currently we're implementing the BP https://blueprints.launchpad.net/nova/+spec/utilization-aware-scheduling. The main idea is to have an extensible plugin framework on nova-compute where every plugin can get different metrics(e.g. CPU utilization, memory cache utilization, network

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 .in

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 sa

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 wrote: > +1 > > ** ** > > *From:* Huang Zhiteng [mailto:[email protected]] > *Sent:* Wednesday, July 17, 2013 2:56 PM > > *To:* OpenStack Development Mailing List > *Subject:* Re: [openstack-dev] [Openstack] [cinder] Proposal for Ollie > Leahy

Re: [openstack-dev] [Nova] New DB column or new DB table?

2013-07-17 Thread Brian Schott
How is this different than extra_specs used by the filter scheduler? http://docs.openstack.org/developer/nova/devref/filter_scheduler.html I did some very old blueprints related to heterogeneous architectures that had similar goals.   https://blueprints.launchpad.net/nova/+spec/heterogeneous-inst

[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 an

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" 写道: > 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://gith

[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 be

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

2013-07-17 Thread Thomas Spatzier
Steve Baker wrote on 18.07.2013 00:00:40: > From: Steve Baker > To: [email protected], > Date: 18.07.2013 00:08 > Subject: Re: [openstack-dev] [Heat] Long-term, how do we make heat > image/flavor name agnostic? > > On 07/18/2013 08:53 AM, Gabriel Hurley wrote: > > I spent a bunch