Re: [openstack-dev] [Nova][Ceilometer] blueprint utilization-aware-scheduling

2013-07-31 Thread Gary Kotton
Thanks. Sorry that I did not attend the scheduler meeting yesterday. I'll attend next week. Thanks Gary From: Dugger, Donald D [mailto:donald.d.dug...@intel.com] Sent: Tuesday, July 30, 2013 5:56 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Nova][Ceilometer] blueprint

Re: [openstack-dev] [Neutron][LBaaS][VPNaaS][FWaaS] Dealing with logical logical configurations

2013-07-31 Thread Eugene Nikanorov
My comments inline On Wed, Jul 31, 2013 at 1:53 AM, Salvatore Orlando wrote: > > > On 30 July 2013 23:24, Eugene Nikanorov wrote: > >> 2) Resources allocated by the provider must be cleaned up - that is done >> before neutron server is restarted with new configuration. >> I think it's a valid w

[openstack-dev] [Openstack-dev] how to make a lxc image?

2013-07-31 Thread hzguanqiang
Hey Guys, I want to make a lxc image for openstack applying, What should I do? Is there any documents about this? Thanks -- Best regards! GuanQiang 2013-07-31 ___ OpenStack-dev mailing list OpenStack-dev@

Re: [openstack-dev] [Neutron][LBaaS][VPNaaS][FWaaS] Dealing with logical logical configurations

2013-07-31 Thread Salvatore Orlando
More comments on top of your comments! And one more question: what are we going to do with 'orphaned' logical instances? Can they be associated with another provider? Salvatore On 31 July 2013 09:23, Eugene Nikanorov wrote: > My comments inline > > > On Wed, Jul 31, 2013 at 1:53 AM, Salvatore

Re: [openstack-dev] Fwd: Blueprint information

2013-07-31 Thread Salvatore Orlando
Hi Ofer, Basically this operation consists in ensuring that an instance, when it's booted, is also associated with a floating IP address, and therefore publicly accessible. I discussed this topic a couple months ago with another developer, but I am now unable to find the chat in the openstack-dev

Re: [openstack-dev] Fwd: detail design of configurable-ip-allocation

2013-07-31 Thread Salvatore Orlando
Ofer, I think there are at least two people working on this blueprint. The current owner will probably provide an update of its status - at this stage I do not know if we're going to resurrect the abandoned patch or push a new one. Salvatore On 29 July 2013 14:59, Ofer Blaut wrote: > Hi > > I

Re: [openstack-dev] [Neutron][LBaaS][VPNaaS][FWaaS] Dealing with logical logical configurations

2013-07-31 Thread Eugene Nikanorov
*> I don't think this is the right time to get into performance and scale discussions; on the implementation side, it would be good for me to understand how neutron will be able to undeploy resources - for which it should use a driver which unfortunately has been removed. Are we caching drivers som

Re: [openstack-dev] [Ceilometer] Ceilometer and nova compute cells

2013-07-31 Thread Julien Danjou
On Wed, Jul 31 2013, Sam Morrison wrote: Hi Sam, > Does everything that gets stored in the datastore go through the > ceilometer.collector.metering queue? If you only use the RPC publisher (which is the default), yes. > If so maybe the collector could instead of storing the message forward thes

[openstack-dev] [Ceilometer] Nomination for Mehdi Abaakouk

2013-07-31 Thread Julien Danjou
Hi, I'd like to propose to add Mehdi Abaakouk (sileht) to ceilometer-core. He has been a valuable contributor for the last months, doing a lot of work in the alarming blueprints, and useful code reviews. -- Julien Danjou -- Free Software hacker - freelance consultant -- http://julien.danjou.info

Re: [openstack-dev] [Neutron][LBaaS][VPNaaS][FWaaS] Dealing with logical logical configurations

2013-07-31 Thread Salvatore Orlando
More stuff from me. Salvatore On 31 July 2013 10:36, Eugene Nikanorov wrote: > *> I don't think this is the right time to get into performance and scale > discussions; on the implementation side, it would be good for me to > understand how neutron will be able to undeploy resources - for which

[openstack-dev] Separate Migration Repos

2013-07-31 Thread Henry Nash
Hi Adam, Wanted to just give you more detail on the issue I keep pressing on for your change (https://review.openstack.org/#/c/36731/). For extensions which create their own "private" tables, I totally get it. I'd like, however, to understand what happens for a more complex extension. Let's

Re: [openstack-dev] [Ceilometer] Nomination for Mehdi Abaakouk

2013-07-31 Thread Angus Salkeld
On 31/07/13 10:56 +0200, Julien Danjou wrote: Hi, I'd like to propose to add Mehdi Abaakouk (sileht) to ceilometer-core. He has been a valuable contributor for the last months, doing a lot of work in the alarming blueprints, and useful code reviews. +1 -- Julien Danjou -- Free Software hack

Re: [openstack-dev] [Neutron][LBaaS][VPNaaS][FWaaS] Dealing with logical logical configurations

2013-07-31 Thread Eugene Nikanorov
After this discussion I'm thinking about not adding comprehensive handling for provider removing case at all. Probably we'll need to document desired workflow and postpone cleanup feature until use cases are more clear. I like the idea of leaving resource in ERROR state. However, If we're not impl

Re: [openstack-dev] A simple way to improve nova scheduler

2013-07-31 Thread Boris Pavlovic
Hi Shane, Thanks for implementing this one new approach. Yes, I agree that it solves problems with "JOIN". But now I am worry about new problem db.compute_node_update() that changes every time field with "TEXT" type which means that this should work really slow. So I have some question about tes

Re: [openstack-dev] A simple way to improve nova scheduler

2013-07-31 Thread Wang, Shane
Thank you for your comments and questions, Boris. We will test it asap and get back to you. Thanks. -- Shane From: Boris Pavlovic [mailto:bo...@pavlovic.me] Sent: Wednesday, July 31, 2013 7:00 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] A simple way to improve nova sched

[openstack-dev] [ceilometer] IRC logging poll

2013-07-31 Thread Doug Hellmann
As agreed during our last meeting, I have created an online poll for the ceilometer core team to decide whether to enable logging in our IRC channel. The voting system sent email with the ballot information a few minutes ago to each of the email addresses for the core team members in gerrit. If you

Re: [openstack-dev] [Heat] Unique vs. non-unique stack names

2013-07-31 Thread Steven Hardy
On Tue, Jul 30, 2013 at 02:34:31PM -0500, Jason Dunsmore wrote: > Hello Heat devs, > > I've started doing some testing to find multi-engine bugs, and I > discovered that it's possible to create two stacks with the same name > when only a single heat-engine is running. > > Here are the results of

Re: [openstack-dev] [Heat] Unique vs. non-unique stack names

2013-07-31 Thread Zane Bitter
On 30/07/13 21:34, Jason Dunsmore wrote: Hello Heat devs, I've started doing some testing to find multi-engine bugs, and I discovered that it's possible to create two stacks with the same name when only a single heat-engine is running. Here are the results of my tests: http://dunsmor.com/heat/m

[openstack-dev] [Nova] RPC versionsing and backports

2013-07-31 Thread Gary Kotton
Hi, I have a question regarding the RPC versioning and backports. More specifically a patch was added upstream to fix a bug. This required a new RPC version. If this patch is to be backported to stable/grizzly, what is required treatment for the RPC versions. Please see https://review.openstack.

Re: [openstack-dev] Separate Migration Repos

2013-07-31 Thread Monty Taylor
On 07/31/2013 06:00 AM, Henry Nash wrote: > Hi Adam, > > Wanted to just give you more detail on the issue I keep pressing on > for your change (https://review.openstack.org/#/c/36731/). > > For extensions which create their own "private" tables, I totally get > it. I'd like, however, to unders

Re: [openstack-dev] [Openstack-dev] how to make a lxc image?

2013-07-31 Thread Monty Taylor
On 07/31/2013 03:36 AM, hzguanqiang wrote: > Hey Guys, > > I want to make a lxc image for openstack applying, What should I do? Is there > any documents about this? Have you looked at the TripleO program's diskimage-builder? It's right here: https://github.com/stackforge/diskimage-builder Alth

[openstack-dev] [Neutron]Connecting a VM from one tenant to a non-shared network in another tenant

2013-07-31 Thread Samuel Bercovici
Hi All, We are providing load balancing services via virtual machines running under an admin tenant that needs to be connected to VMs attached to a non-shared/private tenant network. The virtual machine fails to be provisioned connected to the private tenant network event if it is provisioned u

[openstack-dev] [Ceilometer] Meeting agenda for Wed Jul 31st at 2100 UTC

2013-07-31 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 31st 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] [Neutron]Connecting a VM from one tenant to a non-shared network in another tenant

2013-07-31 Thread Salvatore Orlando
Hi Sam, is what you're trying to do tantamount to creating a port on a network whose tenant_id is different from the network's tenant_id? We have at the moment a fairly strict ownership check - which does not allow even admin users to do this operation. I do not have a strong opinion against rela

Re: [openstack-dev] Auditing Openstack

2013-07-31 Thread Jacob Bushman
That is an excellent point I do think that catching this in the functional testing at the gate would be a great idea. On 07/30/2013 08:55 PM, Sean Dague wrote: I would definitely encourage you to think about how we could apply at tool like this in the OpenStack gate itself as you go through the

[openstack-dev] [Ironic] Nomination to add Chris Krelle to ironic core

2013-07-31 Thread Devananda van der Veen
Hi, I'd like to propose to add Chris (NobodyCam) to ironic-core. He has been doing a lot of good reviews and running the weekly meetings when I've been unavailable due to travel. Cheers, Devananda ** http://russellbryant.net/openstack-stats/ironic-reviewers-90.txt +---+---

[openstack-dev] Program Description for OpenStack Bare Metal Provisioning

2013-07-31 Thread Devananda van der Veen
Following suit with other new programs, here is a proposed description for bare metal provisioning: Official Title: OpenStack Bare Metal Provisioning PTL: Devananda van der Veen Mission Statement: To produce an OpenStack service and associated python libraries capable of managing and provisioni

Re: [openstack-dev] [Ironic] Nomination to add Chris Krelle to ironic core

2013-07-31 Thread Ghe Rivero
+1 On Wed, Jul 31, 2013 at 6:10 PM, Devananda van der Veen < devananda@gmail.com> wrote: > Hi, > > I'd like to propose to add Chris (NobodyCam) to ironic-core. He has been > doing a lot of good reviews and running the weekly meetings when I've been > unavailable due to travel. > > > Cheers,

Re: [openstack-dev] [Ironic] Nomination to add Chris Krelle to ironic core

2013-07-31 Thread Roman Prykhodchenko
+1 Chris is doing great job for Ironic. On Jul 31, 2013, at 19:20 , Ghe Rivero wrote: > +1 > > > On Wed, Jul 31, 2013 at 6:10 PM, Devananda van der Veen > wrote: > Hi, > > I'd like to propose to add Chris (NobodyCam) to ironic-core. He has been > doing a lot of good reviews and running the

Re: [openstack-dev] [Neutron]Connecting a VM from one tenant to a non-shared network in another tenant

2013-07-31 Thread Samuel Bercovici
Hi Slavatore, I thought that creating a qport would be enough but it looks like I still missing something else. I have commented in /opt/stack/quantum/neutron/api/v2/base.py in the create function the ._validate_network_tenant_ownership call. I can now as an Admin user, can create a qport from

Re: [openstack-dev] [Heat] Multi region support for Heat

2013-07-31 Thread Bartosz Górski
On 07/29/2013 03:54 PM, Jay Pipes wrote: On 07/28/2013 08:04 PM, Angus Salkeld wrote: On 26/07/13 09:43 -0700, Clint Byrum wrote: Excerpts from Zane Bitter's message of 2013-07-26 06:37:09 -0700: On 25/07/13 19:07, Bartosz Górski wrote: > We want to start from something simple. At the beginnin

Re: [openstack-dev] [Ironic] Nomination to add Chris Krelle to ironic core

2013-07-31 Thread Anita Kuno
I agree too. On 13-07-31 12:20 PM, Ghe Rivero wrote: +1 On Wed, Jul 31, 2013 at 6:10 PM, Devananda van der Veen mailto:devananda@gmail.com>> wrote: Hi, I'd like to propose to add Chris (NobodyCam) to ironic-core. He has been doing a lot of good reviews and running the weekl

Re: [openstack-dev] [Ironic] Nomination to add Chris Krelle to ironic core

2013-07-31 Thread Lucas Alvares Gomes
+1 On Wed, Jul 31, 2013 at 5:29 PM, Anita Kuno wrote: > I agree too. > > > On 13-07-31 12:20 PM, Ghe Rivero wrote: > > +1 > > > On Wed, Jul 31, 2013 at 6:10 PM, Devananda van der Veen > wrote: >> >> Hi, >> >> I'd like to propose to add Chris (NobodyCam) to ironic-core. He has been >> doing a lot

[openstack-dev] [savanna] #savanna channel logging enabled

2013-07-31 Thread Sergey Lukjanov
Hi everyone, There are a lot of discussions of new features and new architecture in the #savanna channel. Teams that are working on the project are from different time zones, so, it's very helpful for us to have logs of this channel. Today the eavesdrop bot has been added to our channel to store

Re: [openstack-dev] Fwd: Blueprint information

2013-07-31 Thread Ravi Chunduru
The blueprint proposed to assign auto floating IP during port creation. Since auto floating IP is supported in nova-network, +1 to implement the same in Neutron. Salvatore, Can you share with us the concerns in implementing in Neutron? Thanks, -Ravi. On Wed, Jul 31, 2013 at 12:57 AM, Salv

Re: [openstack-dev] [savanna] scalable architecture

2013-07-31 Thread Sergey Lukjanov
Hi Joe, thanks for your comments. We are considering to use Heat as infrastructure provisioning for future iterations. You are right, now we have basic working version of Savanna, but it’s only the provisioning part that is the base for the main goal - implement Elastic Data Processing that i

Re: [openstack-dev] [Heat] Multi region support for Heat

2013-07-31 Thread Zane Bitter
On 31/07/13 18:37, Bartosz Górski wrote: Right now I have a problem with the way how the template is passed to the nested stack. From what I see the only way right now is providing url to it and it is really annoying. Is there any other way to do that? Yes, that is the only way right now and

[openstack-dev] [savanna] Team meeting reminder August 1 18:00 UTC

2013-07-31 Thread Sergey Lukjanov
Hi folks, We'll be have the Savanna team meeting tomorrow as usual in #openstack-meeting-alt channel. Agenda: https://wiki.openstack.org/wiki/Meetings/SavannaAgenda#Agenda_for_August.2C_1 (feel free to add topics to discuss) http://www.timeanddate.com/worldclock/fixedtime.html?msg=Savanna+Meet

Re: [openstack-dev] Openstack Service requirement

2013-07-31 Thread Ravi Chunduru
Hi, Could any one respond on this? This helps us in designing services written on top of openstack. Thanks, -Ravi. On Tue, Jul 30, 2013 at 7:38 PM, Ravi Chunduru wrote: > Hi, > I was designing a Openstack service that listens on notifications > generated from Nova, Neutron etc., for our custo

Re: [openstack-dev] [Nova] RPC versionsing and backports

2013-07-31 Thread Vishvananda Ishaya
We try to avoid bumping rpc versions in stable. In the past we have done alternative versions of the fix that don't require bumping the rpc version. Would it be possible to replicate the functionality using something like compute.stop compute.start so we don't need a new rpc call? Vish On Jul

Re: [openstack-dev] Fwd: Blueprint information

2013-07-31 Thread Salvatore Orlando
Providing this capability in Neutron won't be hard. As discussed previously in this thread this operation can be achieved using a sequence of Neutron API calls. The sequence would be pretty much the following: 1) verify network is associated with router, and router has external gateway configured 2

[openstack-dev] [Heat] Meeting agenda for Wed July 31st at 2000 UTC

2013-07-31 Thread Steven Hardy
The Heat team holds a weekly meeting in #openstack-meeting, see https://wiki.openstack.org/wiki/Meetings/HeatAgenda for more details The next meeting is on Wed July 31st at 2000 UTC Current topics for discussion: * Review last week's actions * h3 blueprint prioritization * Removal/moving of heat

Re: [openstack-dev] Fwd: Blueprint information

2013-07-31 Thread Ravi Chunduru
Hi Salvatore, Thanks for the reply. Currently in our deployments, we do have an Orchestrated implementation using neutron API calls in nova to assign Floating IP to the VM port. As you rightly said, there are numerous API calls to Neutron involved. Hence wanted to move to Neutron. One use case wh

Re: [openstack-dev] [Nova] RPC versionsing and backports

2013-07-31 Thread Gary Kotton
Hi, Thanks. In retrospect I think that the patch set can be abandoned. Thanks Gary From: Vishvananda Ishaya [mailto:vishvana...@gmail.com] Sent: Wednesday, July 31, 2013 9:02 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Nova] RPC versionsing and backports We try to avoi

[openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core

2013-07-31 Thread Russell Bryant
Greetings, I propose that we add Nikola Đipanov to the nova-core team [1]. Nikola has been actively contributing to nova for a while now, both in code and reviews. He provides high quality reviews. so I think he would make a good addition to the review team. https://review.openstack.org/#/q

[openstack-dev] [Nova] No meeting this week

2013-07-31 Thread Russell Bryant
Greetings, I won't be available for our normal meeting time this week, so let's just skip it this week. The big thing to be looking at this week is havana-3 [1] status. See my recent email about it [2]. Please make sure that the status of your blueprints is up to date and be aware of the approa

Re: [openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core

2013-07-31 Thread Matt Riedemann
+1 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 Rochester, MN 55901-1407 United States From: Russell Bryant To: OpenStack Development Mailing List

[openstack-dev] [devstack] [neutron] [ml2] ML2 is now fully supported in devstack, please go forth with trying it out!

2013-07-31 Thread Kyle Mestery (kmestery)
It is with great news I'm happy to report the Modular Layer 2 Neutron plugin [1] is now fully supported in devstack. Instructions for configuring devstack with ML2 are located here [2]. The ML2 team would greatly appreciate people trying out ML2 with Neutron and devstack and reporting any issues

Re: [openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core

2013-07-31 Thread Joe Gordon
+1 On Wed, Jul 31, 2013 at 12:56 PM, Matt Riedemann wrote: > +1 > > > > 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*

Re: [openstack-dev] [Ironic] Nomination to add Chris Krelle to ironic core

2013-07-31 Thread Joe Gordon
+1 On Wed, Jul 31, 2013 at 9:41 AM, Lucas Alvares Gomes wrote: > +1 > > On Wed, Jul 31, 2013 at 5:29 PM, Anita Kuno wrote: > > I agree too. > > > > > > On 13-07-31 12:20 PM, Ghe Rivero wrote: > > > > +1 > > > > > > On Wed, Jul 31, 2013 at 6:10 PM, Devananda van der Veen > > wrote: > >> > >> Hi

[openstack-dev] [Glance] Reminder: This Week's Meeting

2013-07-31 Thread Mark Washenberger
Hi folks, We will be having a team meeting for Glance in #openstack-meeting-alt at 14:00 UTC Thursday August 1st--that's our early time slot. All are welcome to attend. markwash ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lis

[openstack-dev] [Ceilometer] Wanted to Introduce Myself

2013-07-31 Thread Thomas Maddox
Hey everyone! I recently got freed up to work on Ceilometer, so I thought I'd send out a quick note to introduce myself. I'm a developer at RAX and I'll be working with Andrew Melton and Sandy Walsh on Ceilometer going forward. I started at RAX 3 months ago to work on StackTach and other monit

Re: [openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core

2013-07-31 Thread Mark McLoughlin
On Wed, 2013-07-31 at 15:10 -0400, Russell Bryant wrote: > Greetings, > > I propose that we add Nikola Đipanov to the nova-core team [1]. > > Nikola has been actively contributing to nova for a while now, both in > code and reviews. He provides high quality reviews. so I think he would > make a

[openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-07-31 Thread Paul Michali
Hi! I'm writing API doc pages for VPNaaS and was wondering if there are any tools/scripts to make it easy to generate the needed JSON result output for various operations? It looks like I can do the neutron command with --verbose to get unformatted JSON output. Should I do that and then reform

Re: [openstack-dev] [Heat] Unique vs. non-unique stack names

2013-07-31 Thread Angus Salkeld
On 31/07/13 14:36 +0200, Zane Bitter wrote: On 30/07/13 21:34, Jason Dunsmore wrote: Hello Heat devs, I've started doing some testing to find multi-engine bugs, and I discovered that it's possible to create two stacks with the same name when only a single heat-engine is running. Here are the r

Re: [openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-07-31 Thread Mellquist, Peter
Paul, There are a few ways of doing this but I have used curl then pipe the results through a python JSON pretty print tool. This formats the JSON for easily dropping into API docs. curl ( some Openstack request with JSON output )| python -mjson.tool Hope this helps, Peter. From: Paul Mi

Re: [openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-07-31 Thread Vishvananda Ishaya
If you need to do anything more interesting with json from the command line I have found the jq tool to be especially useful: http://stedolan.github.io/jq/ For, example, here is how one might use it to interact with the nova keypairs api: https://github.com/vishvananda/openstack-examples/blob/

Re: [openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-07-31 Thread Paul Michali
Yeah I was playing with that, however I'm having an issue with authentication… If I do a request to keystone to get the auth ID, I get a huge key, which I have to try to paste into a subsequent request to neutron. Is there a way to force this to use the old style (small) auth ID, no auth, or us

Re: [openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core

2013-07-31 Thread Devananda van der Veen
On Wed, Jul 31, 2013 at 12:10 PM, Russell Bryant wrote: > Greetings, > > I propose that we add Nikola Đipanov to the nova-core team [1]. > > Nikola has been actively contributing to nova for a while now, both in > code and reviews. He provides high quality reviews. so I think he would > make a g

Re: [openstack-dev] [Ceilometer] Nomination for Mehdi Abaakouk

2013-07-31 Thread Lu, Lianhao
+1 -Lianhao Angus Salkeld wrote on 2013-07-31: > On 31/07/13 10:56 +0200, Julien Danjou wrote: >> Hi, >> >> I'd like to propose to add Mehdi Abaakouk (sileht) to ceilometer-core. >> He has been a valuable contributor for the last months, doing a lot of >> work in the alarming blueprints, and use

Re: [openstack-dev] Separate Migration Repos

2013-07-31 Thread Adam Young
On 07/31/2013 06:00 AM, Henry Nash wrote: Hi Adam, Wanted to just give you more detail on the issue I keep pressing on for your change (https://review.openstack.org/#/c/36731/). For extensions which create their own "private" tables, I totally get it. I'd like, however, to understand what ha

Re: [openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core

2013-07-31 Thread Pádraig Brady
+1 ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Ironic] Nomination to add Chris Krelle to ironic core

2013-07-31 Thread Wentian Jiang
Chris +1 On Thu, Aug 1, 2013 at 4:17 AM, Joe Gordon wrote: > +1 > > > On Wed, Jul 31, 2013 at 9:41 AM, Lucas Alvares Gomes < > lucasago...@gmail.com> wrote: > >> +1 >> >> On Wed, Jul 31, 2013 at 5:29 PM, Anita Kuno wrote: >> > I agree too. >> > >> > >> > On 13-07-31 12:20 PM, Ghe Rivero wrote:

Re: [openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core

2013-07-31 Thread Christopher Yeoh
On Thu, Aug 1, 2013 at 4:40 AM, Russell Bryant wrote: > Greetings, > > I propose that we add Nikola Đipanov to the nova-core team [1]. > > Nikola has been actively contributing to nova for a while now, both in > code and reviews. He provides high quality reviews. so I think he would > make a goo

Re: [openstack-dev] how to make a lxc image?

2013-07-31 Thread hzguanqiang
On 2013-07-31 21:18, Monty Taylor wrote: > >>On 07/31/2013 03:36 AM, hzguanqiang wrote: >> Hey Guys, >> >> I want to make a lxc image for openstack applying, What should I do? Is >> there any documents about this? > >Have you looked at the TripleO program's diskimage-builder? It's right here: >

[openstack-dev] [CI] Now gating on Python 3.3

2013-07-31 Thread Jeremy Stanley
A quick announcement... thanks to the invaluable assistance of Chuck Short, Dan Prince, Julien Danjou and others, some projects are now being successfully tested against and gated on Python 3.3 (with even more projects very close to ready for the same). As discussed previously in summit sessions a

Re: [openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core

2013-07-31 Thread Dan Smith
> I propose that we add Nikola Đipanov to the nova-core team [1]. > > Please respond with +1/-1. +1 --Dan ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] Openstack Service requirement

2013-07-31 Thread Addepalli Srini-B22160
RPC will send the notifications to the queues that have joined the exchanges. Any notifications that were published before your service registers are not seen by your service. Your service needs to get hold of the data using Nova and Neutron API. In summary, when your service comes up, in ad

[openstack-dev] [Horizon] how to add unmerged dependency to test-requirements

2013-07-31 Thread Kuang-Ching Wang
Hi, I am working on fwaas Horizon support, which requires fwaas CLI to work. Since fwaas CLI has not been merged (though it is functional), is there anyway I can specify the dependency in horizon/test-requirements file, such that Jenkins would be able to run for my horizon patch. Thanks! KC _

Re: [openstack-dev] [Horizon] how to add unmerged dependency to test-requirements

2013-07-31 Thread Monty Taylor
Hi! Not really. We don't support OpenStack projects having dependencies on unreleased software. What does fwaas come from? Is this part of neutron? On 08/01/2013 01:24 AM, Kuang-Ching Wang wrote: > Hi, I am working on fwaas Horizon support, which requires fwaas CLI to work. > Since fwaas CLI ha

Re: [openstack-dev] Openstack Service requirement

2013-07-31 Thread Monty Taylor
Also, if you're wanting to buld services on top of OpenStack that want to respond to events - you probably want to look in to ceilometer, which has an interface to export such events to you. On 08/01/2013 01:02 AM, Addepalli Srini-B22160 wrote: > RPC will send the notifications to the queues that

[openstack-dev] Keystone auth_token middleware and the auth_host/auth_port configuration options

2013-07-31 Thread Jay Pipes
I have a question for the auth_token middleware developers. The default auth_port is set to 35357, which is the admin API port for Keystone: https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/middleware/auth_token.py#L201 However, the token validation API call (POST

Re: [openstack-dev] Python overhead for rootwrap

2013-07-31 Thread Joe Gordon
On Tue, Jul 30, 2013 at 8:55 AM, Thierry Carrez wrote: > Joe Gordon wrote: > > Going forward I think we should support two approaches: > > > > 1) some faster mostly python based (because we are a python project) > > rootwrap solution, there are many good ideas proposed above. Although > > Robert

[openstack-dev] [Neutron][API Doc] Easy way to generate JSON output for doc?

2013-07-31 Thread Morgan Fainberg
Paul, Depending on what version of keystone you are utilizing there are a couple options to use the UUID token format (instead of PKI). Very recent (current master) of keystone uses a pluggable provider system. To set the provider to uuid, in the [token] section set the option: provider=keystone.