[openstack-dev] Scheduler meeting minutes

2013-09-17 Thread Gary Kotton
Hi, The minutes from the meeting are below. Minutes: http://eavesdrop.openstack.org/meetings/scheduling/2013/scheduling.2013-09-17-15.03.html Minutes (text): http://eavesdrop.openstack.org/meetings/scheduling/2013/scheduling.2013-09-17-15.03.txt Log: http://eavesdrop.openstack.

[openstack-dev] [Nova][vmware] VMwareAPI sub-team reviews update 2013-09-18

2013-09-17 Thread Shawn Hartsock
Greetings stackers! We're headed to the Havana-rc1 release! I've been triaging bugs, and re-evaluating priorities as we come up on that new deadline. Here's the priority order I've come up with, feel free to pop into #openstack-vmware or attend our weekly vmwareapi subteam meeting if you want t

Re: [openstack-dev] OpenStack Identity API Documentation Kudos

2013-09-17 Thread Dolph Mathews
On Tue, Sep 17, 2013 at 6:00 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: >Hello to all you documenters, > > ** ** > > I have spent the day reviewing the latest OpenStack Identity API documents > and want to say that you have done a truly TERRIFIC job. The latest > revisions

Re: [openstack-dev] FFE Request: Make RBD Usable for Ephemeral Storage

2013-09-17 Thread Zhi Yan Liu
On Wed, Sep 18, 2013 at 6:16 AM, Mike Perez wrote: > Folks, > > Currently in Havana development, RBD as ephemeral storage has serious > stability > and performance issues that makes the Ceph cluster a bottleneck for using an > image as a source. > > Nova has to currently communicate with the exter

Re: [openstack-dev] Change email address, or, why I can't use github and will I be able to submit patches?

2013-09-17 Thread Mike Spreitzer
> From: Anne Gentle > To: OpenStack Development Mailing List , > Date: 09/17/2013 05:51 PM > Subject: Re: [openstack-dev] Change email address, or, why I can't > use github and will I be able to submit patches? > > ... > Github was experiencing issues earlier today. Nothing in our > GerritWor

[openstack-dev] OpenStack Identity API Documentation Kudos

2013-09-17 Thread Miller, Mark M (EB SW Cloud - R&D - Corvallis)
Hello to all you documenters, I have spent the day reviewing the latest OpenStack Identity API documents and want to say that you have done a truly TERRIFIC job. The latest revisions are clear and complete. Thank you, Mark Miller ___ OpenStack-dev ma

[openstack-dev] [Ceilometer] Allow multiple projects (tenants) in the received kwargs for v2 queries

2013-09-17 Thread Pendergrass, Eric
I'm implementing a role based access control system where I'll use a list of projects to determine which projects a user can query. This project list will come from an upstream filter based on roles associated with the user's auth token. In the current v2/meters/ (Sample) code, the kwargs rece

[openstack-dev] FFE Request: Make RBD Usable for Ephemeral Storage

2013-09-17 Thread Mike Perez
Folks, Currently in Havana development, RBD as ephemeral storage has serious stability and performance issues that makes the Ceph cluster a bottleneck for using an image as a source. Nova has to currently communicate with the external service Glance, which has to talk to the separate Ceph storage

Re: [openstack-dev] Change email address, or, why I can't use github and will I be able to submit patches?

2013-09-17 Thread Mike Spreitzer
I am working through the instructions at https://wiki.openstack.org/wiki/GerritWorkflow - and things are going OK, including installing ~/.ssh/id_rsa.pub at https://review.openstack.org/#/settings/ssh-keys, without any linebreaks in the middle nor at the end - except it fails at the point where

Re: [openstack-dev] Change email address

2013-09-17 Thread Mike Spreitzer
Thanks Anne. Since I have already signed the ICLA, my real question is about what has to be true on an on-going basis for me to do developer stuff like reviewing and submitting patches. Thanks, Mike___ OpenStack-dev mailing list OpenStack-dev@lists.op

Re: [openstack-dev] Change email address, or, why I can't use github and will I be able to submit patches?

2013-09-17 Thread Anne Gentle
On Tue, Sep 17, 2013 at 4:41 PM, Mike Spreitzer wrote: > I am working through the instructions at > https://wiki.openstack.org/wiki/GerritWorkflow - and things are going OK, > including installing ~/.ssh/id_rsa.pub at > https://review.openstack.org/#/settings/ssh-keys, without any linebreaks > in

Re: [openstack-dev] Change email address

2013-09-17 Thread Jeremy Stanley
On 2013-09-17 15:20:48 -0400 (-0400), Mike Spreitzer wrote: [...] > Would it be correct to clarify the text I quoted above to say that > one of your Gerrit email addresses has to match the one in your > Git configuration? The point of that, which admittedly I probably didn't capture remarkably wel

Re: [openstack-dev] [QA]Bug in tempest/scenario/manager.py, wrong tenant being used for the selected admin user.

2013-09-17 Thread David Kranz
On 09/17/2013 04:30 PM, Martinez, Castulo wrote: Hi Guys, I found what seems to be a bug in the tempest/scenario/manager.py module in Tempest. In the "credentials" classmethod definition for the "OrchestrationScenarioTest" class (Line 637), @classmethod *def* *credentials*(cls):

Re: [openstack-dev] [QA]Bug in tempest/scenario/manager.py, wrong tenant being used for the selected admin user.

2013-09-17 Thread Steve Baker
On 09/17/2013 01:54 PM, David Kranz wrote: > On 09/17/2013 04:30 PM, Martinez, Castulo wrote: >> >> Hi Guys, >> >> >> >> I found what seems to be a bug in the tempest/scenario/manager.py >> module in Tempest. >> >> >> >> In the "credentials" classmethod definition for the >> "OrchestrationScena

[openstack-dev] [QA]Bug in tempest/scenario/manager.py, wrong tenant being used for the selected admin user.

2013-09-17 Thread Martinez, Castulo
Hi Guys, I found what seems to be a bug in the tempest/scenario/manager.py module in Tempest. In the "credentials" classmethod definition for the "OrchestrationScenarioTest" class (Line 637), @classmethod def credentials(cls): username = cls.config.identity.admin_username

[openstack-dev] [nova] Review request

2013-09-17 Thread Eddie Sheffield
Hi all! I have a patch up for allowing Nova to talk to Glance via either the V1 or V2 API. This is currently blocked by the feature freeze, but if some folks could look at it so I can have it ready to roll when the freeze ends I'd really appreciate it! https://review.openstack.org/#/c/46507/

[openstack-dev] [python-glanceclient] Review request

2013-09-17 Thread Eddie Sheffield
Hi, Could I get some reviews on this patch? It's adding CLI support for using Glance V2 API from the client. https://review.openstack.org/#/c/42741/ Thanks, Eddie ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openst

Re: [openstack-dev] Change email address

2013-09-17 Thread Anne Gentle
On Tue, Sep 17, 2013 at 2:20 PM, Mike Spreitzer wrote: > Is it possible to change the email address I use in git and gerrit? I > think I started off with an inferior choice. I have now taught LaunchPad > and Gerrit that I have two email addresses. The OpenStack Foundation > appears a bit confu

[openstack-dev] [Tuskar] Results of voting for Glossary (1st round)

2013-09-17 Thread Jaromir Coufal
Hey buddies, 1st round of voting has happened during the weekly meetings, you can see the log here: http://eavesdrop.openstack.org/meetings/tuskar/2013/tuskar.2013-09-17-19.00.html There are few options which needs to revote, so I updated the etherpad with suggested names: https://etherpad.o

Re: [openstack-dev] [Savanna] error in cluster launch: instance count gets to three, status=waiting, before going to error status

2013-09-17 Thread Dmitry Mescheryakov
Kesten, The error occurs at the following line: https://github.com/stackforge/savanna/blob/master/savanna/service/instances.py#L293 The reason is that Savanna detects that one of instances it spawned entered 'Error' state. I.e. the problem is either in your OpenStack or in a way Savanna spawns in

[openstack-dev] Change email address

2013-09-17 Thread Mike Spreitzer
Is it possible to change the email address I use in git and gerrit? I think I started off with an inferior choice. I have now taught LaunchPad and Gerrit that I have two email addresses. The OpenStack Foundation appears a bit confused, but I'm hoping that's not critical. I am stuck at the po

[openstack-dev] [Savanna] error in cluster launch: instance count gets to three, status=waiting, before going to error status

2013-09-17 Thread kesten broughton
I have applied the proposed patch for the setattr launch error I patch works, but the launch still fails. The stack trace just says the creation failed. 127.0.0.1 - - [16/Sep/2013 12:21:20] "POST /v1.0/2c8b2627a169458e8ab875690a51eabd/clusters HTTP/1.1" 202 1877 1.441746 2013-09-16 12:21:42.59

Re: [openstack-dev] [Raksha] Proposal for Raksha, a Data Protection As a Service project

2013-09-17 Thread Giri Basava
Dear All, As a follow-up to the Raksha proposal, we checked in a “prototype” code into github. Here are the links for the wiki and github source code… Raksha project wiki – http://wiki.openstack.com/wiki/raksha Raksha github: ◦

[openstack-dev] OpenStack Hyper-V Meeting Minutes

2013-09-17 Thread Peter Pouliot
Hi All, Here are the meeting minutes from today's Hyper-V meeting. Meeting ended Tue Sep 17 16:49:51 2013 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) Minutes: http://eavesdrop.openstack.org/meetings/hyper_v/2013/hyper_v.2013-09-17-16.01.html Minutes (tex

[openstack-dev] [TRIPLEO] Two * +2's required now.

2013-09-17 Thread Robert Collins
Hi, for a while now TripleO has been running with just one +2, due to small core team size; we're still a little small, but at the sprint the question was raised about moving to 2 +2's to land changes (ignoring trivial rebases that just need to be kicked etc). There was consensus that this is ok,

Re: [openstack-dev] [nova] Tempest whitebox tests in nova

2013-09-17 Thread Vishvananda Ishaya
This seems sufficiently distinct from the other tests that we could have a new test file where we import the manager and also have direct db access. That said, I really don't like digging inside the db layer with direct queries, so hopefully we can stick to using the db api. Otherwise these test

Re: [openstack-dev] OpenStack Heat - Email deleted by mistake

2013-09-17 Thread GROSZ, Maty (Maty)
Thank you very much! From: Davanum Srinivas [mailto:dava...@gmail.com] Sent: Tuesday, September 17, 2013 18:50 To: OpenStack Development Mailing List Subject: Re: [openstack-dev] OpenStack Heat - Email deleted by mistake You can always browse the mail archives - example - http://markmail.org/mes

Re: [openstack-dev] [Tuskar] Tuskar Names Clarification & Unification

2013-09-17 Thread Tomas Sedovic
On 09/17/2013 04:53 AM, Mike Spreitzer wrote: > From: Jaromir Coufal > To: openstack-dev@lists.openstack.org, > Date: 09/16/2013 11:51 AM > Subject: Re: [openstack-dev] [Tuskar] Tuskar Names Clarification & Unification > > Hi, > > after few days of gathering information, it looks that n

Re: [openstack-dev] OpenStack Heat - Email deleted by mistake

2013-09-17 Thread Ilya Shakhat
Maty, You can always check list archive at http://lists.openstack.org/pipermail/openstack-dev/2013-September/ Ilya. 2013/9/17 GROSZ, Maty (Maty) > All, > > ** ** > > Earlier this morning (Middle east time) we received an email regarding a > Heat document that is kept within Google by ope

[openstack-dev] Hyper-V meeting agenda

2013-09-17 Thread Peter Pouliot
Hi All, Here is the agenda for today's Hyper-v meeting. * Project update * Server 2012R2 Testing * Puppet module status Cheers, p Peter J. Pouliot, CISSP Senior SDET, OpenStack Microsoft New England Research & Development Center One Memorial Drive,Cambridge, MA 021

Re: [openstack-dev] OpenStack Heat - Email deleted by mistake

2013-09-17 Thread Davanum Srinivas
You can always browse the mail archives - example - http://markmail.org/message/ipxidqilexo7pann On Tue, Sep 17, 2013 at 11:30 AM, GROSZ, Maty (Maty) < maty.gr...@alcatel-lucent.com> wrote: > All, > > ** ** > > Earlier this morning (Middle east time) we received an email regarding a > Heat

[openstack-dev] OpenStack Heat - Email deleted by mistake

2013-09-17 Thread GROSZ, Maty (Maty)
All, Earlier this morning (Middle east time) we received an email regarding a Heat document that is kept within Google by openstack-dev mailing list. I have deleted it by mistake (still waiting for the writer approval to open the document). Can someone re-send this email to me? Thanks, Maty.

Re: [openstack-dev] [Tuskar] Tuskar Names Clarification & Unification

2013-09-17 Thread Tomas Sedovic
On 09/17/2013 04:17 AM, Jaromir Coufal wrote: On 2013/16/09 15:11, Tomas Sedovic wrote: On 09/16/2013 05:50 PM, Jaromir Coufal wrote: Hi, after few days of gathering information, it looks that no more new ideas appear there, so let's take the last round of voting for names which you prefer. I

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-17 Thread Mike Spreitzer
Fixed, sorry. From: Gary Kotton To: OpenStack Development Mailing List , Date: 09/17/2013 03:26 AM Subject:Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse Hi, The document is locked. Thanks Gary From: Mike Spreitzer Reply-To: OpenStack Devel

Re: [openstack-dev] [CI][Ceilometer] Please help to understand why migrations are (not?) working in gate-tempest-devstack-vm-full

2013-09-17 Thread Thierry Carrez
Jay Pipes wrote: > [...] > Any and all insight would be greatly appreciated. Not really an insight, but looks like another occurrence of: https://bugs.launchpad.net/ceilometer/+bug/1221580 -- Thierry Carrez (ttx) ___ OpenStack-dev mailing list OpenSta

[openstack-dev] Scheduler sub-group meeting on 9/17

2013-09-17 Thread Gary Kotton
Hi, Don is on vacation. Lets try and have the meeting today. Topics that come to mind: 1. https://etherpad.openstack.org/IceHouse-Nova-Scheduler-Sessions * We discussed this extensively last week. Are there any open issues related to this 2. Discuss resource tracking (alaski) 3. Discu

Re: [openstack-dev] [Nova] Bug Triage Day Proposal - September 17

2013-09-17 Thread Russell Bryant
This is just a reminder that today is the bug triage day for Nova. Hop in #openstack-nova on freenode to discuss any bugs that you're looking at. Thanks! -- Russell Bryant On 09/11/2013 09:53 AM, Russell Bryant wrote: > Greetings, > > Now that we're in a feature freeze for the Havana release,

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-17 Thread Monty Taylor
On 09/17/2013 08:06 AM, Thomas Goirand wrote: > On 09/17/2013 06:52 PM, Thomas Goirand wrote: >> On 09/16/2013 10:41 PM, Bhuvan Arumugam wrote: >>> It's fun out of inter dependencies. Nova depends on python-glanceclient; >>> python-glanceclient depends on warlock>=1.0.1,<2. warlock depends on >>>

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-17 Thread Thomas Goirand
On 09/17/2013 06:52 PM, Thomas Goirand wrote: > On 09/16/2013 10:41 PM, Bhuvan Arumugam wrote: >> It's fun out of inter dependencies. Nova depends on python-glanceclient; >> python-glanceclient depends on warlock>=1.0.1,<2. warlock depends on >> jsonschema>=0.7,<2 (warlock 1.0.0). The latest warloc

[openstack-dev] [Heat] question about stack updates, instance groups and wait conditions

2013-09-17 Thread Simon Pasquier
Hello, I'm testing stack updates with instance group and wait conditions and I'd like to get feedback from the Heat community. My template declares an instance group resource with size = N and a wait condition resource with count = N (N being passed as a parameter of the template). Each grou

Re: [openstack-dev] [Tuskar] All needed Tuskar metrics and alerts mapped to what Ceilometer supports

2013-09-17 Thread Ladislav Smola
Confirmation about the metrics of Hardware agent (Baremetal agent) = It is collecting: - cpu, memoryspace, diskspace, network traffic (the same agent will be running on all services, collecting the same data) It should be running on: - the physical serve

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-17 Thread Thomas Goirand
On 09/16/2013 10:41 PM, Bhuvan Arumugam wrote: > It's fun out of inter dependencies. Nova depends on python-glanceclient; > python-glanceclient depends on warlock>=1.0.1,<2. warlock depends on > jsonschema>=0.7,<2 (warlock 1.0.0). The latest warlock depends on newer > jsonschema release (>=0.7,<3).

Re: [openstack-dev] python-simplejson 2.0.0 errors

2013-09-17 Thread Thomas Goirand
Thanks Monty for your reply. On 09/16/2013 11:32 AM, Monty Taylor wrote: > I suggest you add SKIP_PIP_INSTALL=1 to the debian/rules files on all of > the OpenStack things you are packaging - I think it will make things > like that go away - since you are processing depends at the apt side, > there

[openstack-dev] [QA] Nova API List for Missing Tempest Tests

2013-09-17 Thread Masayuki Igawa
Hi, Tempest developers I have made: Nova API List for Missing Tempest Tests. https://docs.google.com/spreadsheet/ccc?key=0AmYuZ6T4IJETdEVNTWlYVUVOWURmOERSZ0VGc1BBQWc This list shows what we should test. That is: * Nova has 250 APIs(not include v3 APIs). * 117 APIs are executed(maybe tested).

Re: [openstack-dev] [savanna] Savanna usability

2013-09-17 Thread Ruslan Kamaldinov
Erik, Most of these issues have corresponding blueprints/bugs filed in Launchpad: 1. https://bugs.launchpad.net/savanna/+bug/1204943 2. https://blueprints.launchpad.net/savanna/+spec/modifying-cluster-template https://blueprints.launchpad.net/savanna/+spec/modifying-node-group-template 3. h

Re: [openstack-dev] [heat] [scheduler] Bringing things together for Icehouse

2013-09-17 Thread Gary Kotton
Hi, The document is locked. Thanks Gary From: Mike Spreitzer mailto:mspre...@us.ibm.com>> Reply-To: OpenStack Development Mailing List mailto:openstack-dev@lists.openstack.org>> Date: Tuesday, September 17, 2013 8:00 AM To: OpenStack Development Mailing List mailto:openstack-dev@lists.openstack.