Re: [openstack-dev] [scheduler] APIs for Smart Resource Placement - Updated Instance Group Model and API extension model - WIP Draft

2013-10-07 Thread Mike Spreitzer
On second thought, I should revise and extend my remarks. This message supersedes my previous two replies. Thanks. I have a few questions. First, I am a bit stymied by the style of API documentation used in that document and many others: it shows the first line of an HTTP request but says no

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Chris Friesen
On 10/07/2013 05:30 PM, Joshua Harlow wrote: A scenario that I've seen: Take 'nova-compute' down for software upgrade, API still accessible since you want to provide API uptime (aka not taking the whole cluster offline). User Y deletes VM on that hypervisor where nova-compute is currently down,

Re: [openstack-dev] [TRIPLEO] tripleo-core update october

2013-10-07 Thread Tzu-Mainn Chen
> Hi, like most OpenStack projects we need to keep the core team up to > date: folk who are not regularly reviewing will lose context over > time, and new folk who have been reviewing regularly should be trusted > with -core responsibilities. > > Please see Russell's excellent stats: > http://russ

[openstack-dev] behaviour about boot-from-volume (possible bug)

2013-10-07 Thread Ji2-3
Hi everyone. I am playing Openstack with lates code version. I want to know your ideas about below case. Now, when I boot VM from volume with down of cinder-api, openstack returns 400. It seems incompatibility in this case. When HTTPClient exception ocuured, it should return 500Internal server err

[openstack-dev] [Scheduler] simpler policy example, with a picture

2013-10-07 Thread Mike Spreitzer
See the picture at https://docs.google.com/drawings/d/1nridrUUwNaDrHQoGwSJ_KXYC7ik09wUuV3vXw1MyvlY and the writeup at https://docs.google.com/document/d/1Ecr1zXpU4zMvEySmbD-wwxLPfinndb0eaKgMuALOb2I This is not as small as possible, but not terribly large; there are only 8 VM instances. I want

Re: [openstack-dev] What should be Neutron behavior with scoped token?

2013-10-07 Thread Ravi Chunduru
I raised a bug with my findings https://bugs.launchpad.net/neutron/+bug/1236704 On Fri, Oct 4, 2013 at 10:16 AM, Ravi Chunduru wrote: > Does the described behavior qualify as a bug? > > Thanks, > -Ravi. > > > On Thu, Oct 3, 2013 at 5:21 PM, Ravi Chunduru wrote: > >> Hi, >> In my tests, I obs

Re: [openstack-dev] [scheduler] APIs for Smart Resource Placement - Updated Instance Group Model and API extension model - WIP Draft

2013-10-07 Thread Mike Spreitzer
In addition to the other questions below, I was wondering if you could explain why you included all those integer IDs; aren't the UUIDs sufficient? Thanks, Mike From: Mike Spreitzer/Watson/IBM@IBMUS To: "Yathiraj Udupi (yudupi)" , Cc: OpenStack Development Mailing List Date: 10

Re: [openstack-dev] [scheduler] APIs for Smart Resource Placement - Updated Instance Group Model and API extension model - WIP Draft

2013-10-07 Thread Mike Spreitzer
In addition to the other questions below, I was wondering if you could explain why you included all those integer IDs; aren't the UUIDs sufficient? Thanks, Mike From: Mike Spreitzer/Watson/IBM@IBMUS To: "Yathiraj Udupi (yudupi)" , Cc: OpenStack Development Mailing List Date: 10

Re: [openstack-dev] [scheduler] APIs for Smart Resource Placement - Updated Instance Group Model and API extension model - WIP Draft

2013-10-07 Thread Mike Spreitzer
Thanks. I have a few questions. First, I am a bit stymied by the style of API documentation used in that document and many others: it shows the first line of an HTTP request but says nothing about all the other details. I am sure some of those requests must have interesting bodies, but I am

[openstack-dev] [scheduler] APIs for Smart Resource Placement - Updated Instance Group Model and API extension model - WIP Draft

2013-10-07 Thread Yathiraj Udupi (yudupi)
Hi, Based on the discussions we have had in the past few scheduler sub-team meetings, I am sharing a document that proposes an updated Instance Group Model and API extension model. This is a work-in-progress draft version, but sharing it for early feedback. https://docs.google.com/document/d/17

[openstack-dev] [qa][tempest] Core review request

2013-10-07 Thread Zhu Bo
Hi, guys, Please help to review my changes:https://review.openstack.org/#/c/39609/ Thanks in advance Ivan ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [savanna] using keystone client

2013-10-07 Thread Dolph Mathews
On Mon, Oct 7, 2013 at 5:57 PM, Jon Maron wrote: > Hi, > > I'm trying to use the keystone client code in savanna/utils/openstack > but my attempt to sue it yield: > > 'Api v2.0 endpoint not found in service identity' > > This sounds like the service catalog for keystone itself either isn't con

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 08:24 PM, Doug Hellmann wrote: I am announcing my candidacy for a position on the OpenStack Technical Committee. I have been programming in Python professionally for 15 years, in a variety of application areas, and am currently the development lead for DreamHost's Op

[openstack-dev] TC Candidacy

2013-10-07 Thread Doug Hellmann
I am announcing my candidacy for a position on the OpenStack Technical Committee. I have been programming in Python professionally for 15 years, in a variety of application areas, and am currently the development lead for DreamHost's OpenStack-based public cloud project, DreamCompute. I am a membe

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 08:03 PM, Gabriel Hurley wrote: I hereby announce my candidacy to continue serving on the Technical Committee. My current qualifications: * Two prior terms actively engaged on the TC. * Horizon PTL for the Grizzly and Havana cycles. * Core Horizon developer si

[openstack-dev] TC Candidacy

2013-10-07 Thread Gabriel Hurley
I hereby announce my candidacy to continue serving on the Technical Committee. My current qualifications: * Two prior terms actively engaged on the TC. * Horizon PTL for the Grizzly and Havana cycles. * Core Horizon developer since Essex, and Keystone Core since Folsom. * Author of the "C

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Joshua Harlow
A scenario that I've seen: Take 'nova-compute' down for software upgrade, API still accessible since you want to provide API uptime (aka not taking the whole cluster offline). User Y deletes VM on that hypervisor where nova-compute is currently down, DB locally deletes, at this point VM 'A' is st

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Vishvananda Ishaya
On Oct 7, 2013, at 3:49 PM, Joshua Harlow wrote: > This brings up another question, do people actually like/use the > 'local_delete' feature in nova? > > In general it seems to free resources that are not actually capable of > being freed and has been problematic for y! usage. > > Deleting fro

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Russell Bryant
On 10/07/2013 06:34 PM, Vishvananda Ishaya wrote: > There is a configuration option stating what to do with instances that are > still in the hypervisor but have been deleted from the database. I think you > want: > > running_deleted_instance_action=reap > > You probably also want > > resume_g

Re: [openstack-dev] Blueprint for IPAM and Policy extensions in Neutron

2013-10-07 Thread Rudra Rugge
Hi Nachi, I have split the spec for policy and VPN wiki served as a good reference point. Please review and provide comments: https://wiki.openstack.org/wiki/Blueprint-policy-extensions-for-neutron Thanks, Rudra On Oct 4, 2013, at 4:56 PM, Nachi Ueno wrote: > 2013/10/4 Rudra Rugge : >> Hi Nac

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Russell Bryant
On 10/07/2013 06:34 PM, Vishvananda Ishaya wrote: > There is a configuration option stating what to do with instances that are > still in the hypervisor but have been deleted from the database. I think you > want: > > running_deleted_instance_action=reap > > You probably also want > > resume_g

[openstack-dev] [savanna] using keystone client

2013-10-07 Thread Jon Maron
Hi, I'm trying to use the keystone client code in savanna/utils/openstack but my attempt to sue it yield: 'Api v2.0 endpoint not found in service identity' An code sample: from savanna.utils.openstack import keystone . . . service_id = next((service.id for service in

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Joshua Harlow
This brings up another question, do people actually like/use the 'local_delete' feature in nova? In general it seems to free resources that are not actually capable of being freed and has been problematic for y! usage. Deleting from the DB allows another request to actually take those resources o

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Vishvananda Ishaya
There is a configuration option stating what to do with instances that are still in the hypervisor but have been deleted from the database. I think you want: running_deleted_instance_action=reap You probably also want resume_guests_state_on_host_boot=true to bring back the instances that were

[openstack-dev] [Doc] Doc Team meeting on IRC 10/8/13 13:00 UTC

2013-10-07 Thread Anne Gentle
Hi all, The OpenStack Doc team meeting will take place tomorrow in #openstack-meeting on IRC at 13:00 UTC. The Agenda is here: https://wiki.openstack.org/wiki/Meetings/DocTeamMeeting#Agenda_for_next_meeting Please add items of interest to you and join us. Thanks, Anne

Re: [openstack-dev] [Ceilometer] Looking for input on optional sample pipelines branch

2013-10-07 Thread Doug Hellmann
On Mon, Oct 7, 2013 at 4:23 PM, Thomas Maddox wrote: > On 10/7/13 1:55 PM, "Doug Hellmann" wrote: > > > > > On Mon, Oct 7, 2013 at 1:44 PM, Thomas Maddox > wrote: > >> On 10/3/13 4:09 PM, "Thomas Maddox" wrote: >> >> >On 10/3/13 8:53 AM, "Julien Danjou" wrote: >> > >> >>On Thu, Oct 03 2013,

[openstack-dev] [Ceilometer] A question about metrics

2013-10-07 Thread Stephen Gran
Hi, I'm doing some work on heat at the moment, and on my list is implementation of the HealthCheckType parameter for autoscaling groups, as well as the automatic 'replace unhealthy or missing instances' behavior that you get with AWS autoscaling groups. Once I started looking at it, I realiz

Re: [openstack-dev] [OpenStack-Dev] TC candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 03:45 PM, John Griffith wrote: Hi, I'd like to propose my candidacy for a seat on the OpenStack Technical Committee. I've been an ATC working full time on OpenStack for about a year and a half now. I was currently re-elected as PTL for the Cinder project which I s

Re: [openstack-dev] [Ceilometer] Looking for input on optional sample pipelines branch

2013-10-07 Thread Thomas Maddox
On 10/7/13 1:55 PM, "Doug Hellmann" mailto:doug.hellm...@dreamhost.com>> wrote: On Mon, Oct 7, 2013 at 1:44 PM, Thomas Maddox mailto:thomas.mad...@rackspace.com>> wrote: On 10/3/13 4:09 PM, "Thomas Maddox" mailto:thomas.mad...@rackspace.com>> wrote: >On 10/3/13 8:53 AM, "Julien Danjou" >ma

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Chris Friesen
On 10/07/2013 12:44 PM, Russell Bryant wrote: On 10/07/2013 02:28 PM, Chris Friesen wrote: I've been doing a lot of instance creation/deletion/evacuate and I've noticed that if I 1)create an instance 2) power off the compute node it was running on 3) delete the instance 4) boot up the compute

[openstack-dev] [OpenStack-Dev] TC candidacy

2013-10-07 Thread John Griffith
Hi, I'd like to propose my candidacy for a seat on the OpenStack Technical Committee. I've been an ATC working full time on OpenStack for about a year and a half now. I was currently re-elected as PTL for the Cinder project which I started back in the Folsom release. I've also had the privilege

[openstack-dev] Oslo meeting this week

2013-10-07 Thread Doug Hellmann
The Oslo team will be meeting this week to discuss delayed message translation. Please refer to https://wiki.openstack.org/wiki/Meetings/Oslo for a few links relevant to the conversation. Date: 11 Oct 2013 Time: 1400 UTC Location: #openstack-meeting on freenode See you there! Doug __

[openstack-dev] [TRIPLEO] tripleo-core update october

2013-10-07 Thread Robert Collins
Hi, like most OpenStack projects we need to keep the core team up to date: folk who are not regularly reviewing will lose context over time, and new folk who have been reviewing regularly should be trusted with -core responsibilities. Please see Russell's excellent stats: http://russellbryant.net/

Re: [openstack-dev] [Ceilometer] Looking for input on optional sample pipelines branch

2013-10-07 Thread Doug Hellmann
On Mon, Oct 7, 2013 at 1:44 PM, Thomas Maddox wrote: > On 10/3/13 4:09 PM, "Thomas Maddox" wrote: > > >On 10/3/13 8:53 AM, "Julien Danjou" wrote: > > > >>On Thu, Oct 03 2013, Thomas Maddox wrote: > >> > >>> Interesting point, Doug and Julien. I'm thinking out loud, but if we > >>>wanted > >>> to

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 02:07 PM, Russell Bryant wrote: Greetings, I would like to run for a seat on the OpenStack Technical Committee. I have been on the TC for the last year. I was first on the TC as an elected member, and then as the Nova PTL. I am also about to begin my second term as t

Re: [openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Russell Bryant
On 10/07/2013 02:28 PM, Chris Friesen wrote: > > I've been doing a lot of instance creation/deletion/evacuate and I've > noticed that if I > > 1)create an instance > 2) power off the compute node it was running on > 3) delete the instance > 4) boot up the compute node > > then the instance rootf

[openstack-dev] [nova] BUG? nova-compute should delete unused instance files on boot

2013-10-07 Thread Chris Friesen
I've been doing a lot of instance creation/deletion/evacuate and I've noticed that if I 1)create an instance 2) power off the compute node it was running on 3) delete the instance 4) boot up the compute node then the instance rootfs stays around in /var/lib/nova/instances/. Eventually this c

[openstack-dev] TC Candidacy

2013-10-07 Thread Russell Bryant
Greetings, I would like to run for a seat on the OpenStack Technical Committee. I have been on the TC for the last year. I was first on the TC as an elected member, and then as the Nova PTL. I am also about to begin my second term as the Nova PTL. You can find my PTL candidacy message here [1]

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread stever
+1 for Brad -Original Message- From: Brad Topol Date: Mon, 7 Oct 2013 13:23:30 To: OpenStack Development Mailing List Reply-To: OpenStack Development Mailing List Subject: [openstack-dev] TC Candidacy ___ OpenStack-dev mailing list OpenStack

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 01:23 PM, Brad Topol wrote: Hi Everyone, I would like propose my candidacy for the OpenStack Technical Committee. A bit about me I have been an Active Technical Contributor to Keystone and DevStack since the Grizzly release. I have also co-authored artic

Re: [openstack-dev] [Ceilometer] Looking for input on optional sample pipelines branch

2013-10-07 Thread Thomas Maddox
On 10/3/13 4:09 PM, "Thomas Maddox" wrote: >On 10/3/13 8:53 AM, "Julien Danjou" wrote: > >>On Thu, Oct 03 2013, Thomas Maddox wrote: >> >>> Interesting point, Doug and Julien. I'm thinking out loud, but if we >>>wanted >>> to use pipeline.yaml, we could have an 'enabled' attribute for each >>> p

[openstack-dev] TC Candidacy

2013-10-07 Thread Brad Topol
Hi Everyone, I would like propose my candidacy for the OpenStack Technical Committee. A bit about me I have been an Active Technical Contributor to Keystone and DevStack since the Grizzly release. I have also co-authored articles on OpenStack [1] and more information about me can

[openstack-dev] [marconi] API finalized, graduation progress, and other notes from today's team meeting

2013-10-07 Thread Kurt Griffiths
Hi folks, Today we finalized the v1 API, and voted to freeze it. This day has been a LONG time coming, and I want to personally thank the many people who have provided feedback and suggestions over the past 10 months on the many drafts the API has gone through. I understand that several client

Re: [openstack-dev] [horizon]Template for mobile browsers

2013-10-07 Thread Jaromir Coufal
Hi Max, I think it looks that it was some student, who started to have a look on that as a project, there appeared some wireframes, but then it disappeared. So if you want to jump into it, feel free! There was already some discussion in WB, but I believe you've read this one. The things whic

[openstack-dev] AUTO: Dani Katz is prepared for DELETION (FREEZE) (returning 02/01/2013)

2013-10-07 Thread Dani Katz
I am out of the office until 02/01/2013. Dani Katz is prepared for DELETION (FREEZE) Note: This is an automated response to your message "OpenStack-dev Digest, Vol 18, Issue 11" sent on 07/10/2013 15:00:02. This is the only notification you will receive while this person is away. __

[openstack-dev] [infra] Meeting Tuesday October 8th at 19:00 UTC

2013-10-07 Thread Elizabeth Krumbach Joseph
The OpenStack Infrastructure (Infra) team is hosting our weekly meeting tomorrow, Tuesday October 8th, at 19:00 UTC in #openstack-meeting Meeting agenda available here: https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting (anyone is welcome to to add agenda items) Everyone interested in infr

Re: [openstack-dev] [Neutron][Client] How do I list interfaces on a router?

2013-10-07 Thread Edgar Magana
Jay, You need to find out if the router has ports active, for instance take a look to this code: def delete(self, request, obj_id): try: router_id = self.table.kwargs['router_id'] port = api.neutron.port_get(request, obj_id) if port['device_

Re: [openstack-dev] [Neutron][Client] How do I list interfaces on a router?

2013-10-07 Thread Jay Pipes
On 10/07/2013 12:00 PM, Jay Pipes wrote: Hi all, I've got code that is checking to see if a particular router has a public gateway set up, and if not, it wires up the gateway: print "Checking %s router setup ... " % zone.upper(), try: router = qc.list_routers(name="demorouter")['routers']

[openstack-dev] [Neutron][Client] How do I list interfaces on a router?

2013-10-07 Thread Jay Pipes
Hi all, I've got code that is checking to see if a particular router has a public gateway set up, and if not, it wires up the gateway: print "Checking %s router setup ... " % zone.upper(), try: router = qc.list_routers(name="demorouter")['routers'] router = router[0] print "OK" exce

[openstack-dev] [marconi] API Finalization starting in 10 minutes

2013-10-07 Thread Kurt Griffiths
Hi folks, Sorry for the late notice. During today's regular team meeting we will be reviewing and freezing the v1 API. I hope to see you there! 1600 UTC @ #openstack-meeting-alt Cheers, Kurt G. (kgriffs) ___ OpenStack-dev mailing list OpenStack-dev@li

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 10:57 AM, Anne Gentle wrote: Hi, I'd like to propose myself to serve on the Technical Committee for the upcoming election term. == Who Am I? == I volunteer my best for OpenStack every day, and will continue to do so in the coming term. I currently serve as Documentat

Re: [openstack-dev] TC candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 10:58 AM, Mark McLoughlin wrote: Hi I'd like to offer my self as a candidate for the Technical Committee election. About me I've been working on OpenStack for over two years now and have particularly focused my contributions on Nova and Oslo, but have also contribute

[openstack-dev] TC Candidacy

2013-10-07 Thread Anne Gentle
Hi, I'd like to propose myself to serve on the Technical Committee for the upcoming election term. == Who Am I? == I volunteer my best for OpenStack every day, and will continue to do so in the coming term. I currently serve as Documentation Program Lead and have been working on OpenStack at Rack

[openstack-dev] TC candidacy

2013-10-07 Thread Mark McLoughlin
Hi I'd like to offer my self as a candidate for the Technical Committee election. About me I've been working on OpenStack for over two years now and have particularly focused my contributions on Nova and Oslo, but have also contributed in smaller ways to most other OpenStack projects. For the

[openstack-dev] Reporting framework in OpenStack ...

2013-10-07 Thread Sandy Walsh
Hey y'all, I've been looking at the reporting framework being put together in oslo [1] and was wondering about using this for other purposes than guru meditation [2]. In StackTach we generate a number of critical reports around usage, billing, performance and errors. Currently we store these r

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 06:19 AM, Sean Dague wrote: I'd like to announce my candidacy for the TC. About me I've been involved in OpenStack since early 2012. I'm currently the PTL for the OpenStack QA program, and a core reviewer on Tempest, Devstack, Nova, Grenade, and a myriad of s

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 05:18 AM, Julien Danjou wrote: Hi there, I'd like to announce my candidacy for the TC. About me I've been working on OpenStack for 2 years now. I'm one of the early contributors to the Ceilometer project, and worked towards its incubation and integration. Now,

Re: [openstack-dev] TC Candidacy

2013-10-07 Thread Anita Kuno
Confirmed. On 10/07/2013 04:30 AM, Flavio Percoco wrote: I would like to propose my candidacy for the OpenStack Technical Committee. == What I've done == I've been involved with OpenStack for almost a year now and although it may not seem a very long time, I've been able to contribute to most

Re: [openstack-dev] [horizon]Template for mobile browsers

2013-10-07 Thread Liz Blanchard
On Oct 4, 2013, at 8:48 AM, Maxime Vidori wrote: > Hi, > > I have to work on this blueprint > https://blueprints.launchpad.net/horizon/+spec/horizon-mobile-ui, and I am > wondering if something has be ever done on it? There is no activity on it > since mid august. I will soon upload some spe

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-07 Thread Matt Riedemann
Akihiro and Gary - thanks for working on this! I've rechecked several stable/grizzly nova patches and everything is passing now. 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.c

Re: [openstack-dev] [Neutron] Tenant isolation gate failures?

2013-10-07 Thread Matt Riedemann
These tempest patches were directly related to tenant isolation also: https://review.openstack.org/#/c/49431/ https://review.openstack.org/#/c/49447/ Thanks, MATT RIEDEMANN Advisory Software Engineer Cloud Solutions and OpenStack Development Phone: 1-507-253-7622 | Mobile: 1-507-990-1889 E

Re: [openstack-dev] Gate issues - what you can do to help

2013-10-07 Thread Alan Pevec
2013/10/7 Akihiro Motoki : > The blocking issue of Neutron in stable/grizzly gate has been fixed. > The workaround patch of neutronclient from Gary was merged about > a couple of hours ago and I confirmed stable/grizzly gate recovered. > You can see Jenkins check in some stable/grizzly patches beco

Re: [openstack-dev] [Climate] Questions and comments

2013-10-07 Thread Mike Spreitzer
Do not worry about what I want, right now I am just trying to understand the Climate proposal, wrt virtual resources (Patrick helped a lot on the physical side). Can you please walk through a scenario involving Climate reservations on virtual resources? I mean from start to finish, outlining

[openstack-dev] Nominating Fei Long Wang for glance core

2013-10-07 Thread stuart . mclaren
+1 Hey, I would like to nominate Fei Long Wang(flwang) for glance core. I think Fei has been an active reviewer/contributor to the glance community [1] and has always been on top of reviews. Thanks for the good work Fei! Iccha [1] http://russellbryant.net/openstack-stats/glance-reviewers-30.

[openstack-dev] Nominating Zhi Yan Liu for glance-core

2013-10-07 Thread stuart . mclaren
+1 Hey, I would like to nominate Zhi Yan Liu(lzydev) for glance core. I think Zhi has been an active reviewer/contributor to the glance community [1] and has always been on top of reviews. Thanks for the good work Zhi! Iccha [1] http://russellbryant.net/openstack-stats/glance-reviewers-30.t

Re: [openstack-dev] [Climate] Questions and comments

2013-10-07 Thread Patrick Petit
Hi Mike, There are actually more facets to this. Sorry if it's a little confusing :-( Climate's original blueprint https://wiki.openstack.org/wiki/Blueprint-nova-planned-resource-reservation-api was about physical host reservation only. The typical use case being: "I want to reserve x number

[openstack-dev] [Savanna] Documentation for the upcoming release 0.3

2013-10-07 Thread Ruslan Kamaldinov
Folks, I've created a blueprint and added several work items: https://blueprints.launchpad.net/savanna/+spec/docs-03 Feel free to add more items to this blueprint. -- Ruslan ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.

Re: [openstack-dev] [Tuskar] [TripleO] API Improvements, concepts

2013-10-07 Thread Jaromir Coufal
That's good to know, I was asking and didn't get clear answer back then. Thanks for letting me know - I added that into this reply and will use [TripleO] in future instead of [Tuskar]. Cheers -- Jarda On 2013/07/10 09:43, Robert Collins wrote: With the merge of Tuskar into TripleO, you might

Re: [openstack-dev] [Tuskar] Resource Classes and Racks (Wireframes + Concept Discussion)

2013-10-07 Thread Jaromir Coufal
Hey Ju, thanks for your feedback, I don't think there is anything to hide and I would love to have everything discussed in open way. I hope you don't mind me cc-ing the answer to upstream list. Furthermore what I need to stress is: * Purpose of these wireframes was to start discussion around

[openstack-dev] TC Candidacy

2013-10-07 Thread Sean Dague
I'd like to announce my candidacy for the TC. About me I've been involved in OpenStack since early 2012. I'm currently the PTL for the OpenStack QA program, and a core reviewer on Tempest, Devstack, Nova, Grenade, and a myriad of smaller pieces of OpenStack infrastructure (including h

Re: [openstack-dev] [Neutron] Tenant isolation gate failures?

2013-10-07 Thread Gary Kotton
https://review.openstack.org/#/c/46900/ On 10/7/13 10:36 AM, "Maru Newby" wrote: >The tenant isolation gates that have been failing so frequently seem to >be passing all of a sudden. I didn't see any merges that claimed to fix >the issue, so maybe this is just a lull due to a lower volume of g

[openstack-dev] TC Candidacy

2013-10-07 Thread Julien Danjou
Hi there, I'd like to announce my candidacy for the TC. About me I've been working on OpenStack for 2 years now. I'm one of the early contributors to the Ceilometer project, and worked towards its incubation and integration. Now, I am the PTL for Ceilometer since the Havana cycle. Nowad

Re: [openstack-dev] [Climate] Questions and comments

2013-10-07 Thread Sylvain Bauza
Hi Mike, Dina and you outlined some differences in terms of seeing what is dependent on what. As Dina explained, Climate plans to be integrated into Nova and Heat logics, where Heat and Nova would request Climate API by asking for a lease and would tag on their own the resources as 'RESERVED'.

Re: [openstack-dev] [TripleO] Undercloud Ceilometer

2013-10-07 Thread Ladislav Smola
Hello Chris, That would be much appreciated, thank you. :-) Kind Regards, Ladislav On 10/05/2013 12:12 AM, Chris Jones wrote: Hi On 4 October 2013 16:28, Ladislav Smola > wrote: test it. Anybody volunteers for this task? There will be a hard part: doing the

Re: [openstack-dev] [TripleO] Undercloud Ceilometer

2013-10-07 Thread Ladislav Smola
Hello Clint, thank you for your feedback. On 10/04/2013 06:08 PM, Clint Byrum wrote: Excerpts from Ladislav Smola's message of 2013-10-04 08:28:22 -0700: Hello, just a few words about role of Ceilometer in the Undercloud and the work in progress. Why we need Ceilometer in Undercloud: ---

[openstack-dev] [TripleO] reminder - register summit design sessions

2013-10-07 Thread Robert Collins
There are no tuskar sessions proposed at the moment, for instance. While we only have 5 slots, I would like to ensure we get as much as possible out of them. Cheers, Rob -- Robert Collins Distinguished Technologist HP Converged Cloud ___ OpenStack-d

Re: [openstack-dev] [Tuskar] Resource Classes and Racks (Wireframes + Concept Discussion)

2013-10-07 Thread Jaromir Coufal
Hi Liz, thanks a lot for your feedback, I'll add some inline notes: On 2013/02/10 20:04, Liz Blanchard wrote: [snip] Hi Jarda, I just wanted to send along my feedback on the current state of the Rack and Resource Class creation wireframes… *Rack Creation* 1) Even though it looks like wit

[openstack-dev] TC Candidacy

2013-10-07 Thread Flavio Percoco
I would like to propose my candidacy for the OpenStack Technical Committee. == What I've done == I've been involved with OpenStack for almost a year now and although it may not seem a very long time, I've been able to contribute to most of OpenStack areas. My contributions to OpenStack started

Re: [openstack-dev] [Tuskar] API Improvements, concepts

2013-10-07 Thread Robert Collins
With the merge of Tuskar into TripleO, you might want to use [TripleO] rather than [Tuskar]. (In that everyone in TripleO should be interested in your notes :)). Cheers, Rob On 7 October 2013 20:30, Jaromir Coufal wrote: > Hey, > > based on Friday's call, I put down some notes, added few other i

[openstack-dev] [Neutron] Tenant isolation gate failures?

2013-10-07 Thread Maru Newby
The tenant isolation gates that have been failing so frequently seem to be passing all of a sudden. I didn't see any merges that claimed to fix the issue, so maybe this is just a lull due to a lower volume of gate jobs. If it was intentional, though, I would appreciate knowing which patch or p

[openstack-dev] [Tuskar] API Improvements, concepts

2013-10-07 Thread Jaromir Coufal
Hey, based on Friday's call, I put down some notes, added few other ideas and I am sending a draft here. Let's start on top of that, get to details, figure out the scope and we are half finished (just implementation part, but that's minority) :). https://etherpad.openstack.org/tuskar-concept