Re: [openstack-dev] Python overhead for rootwrap

2013-08-01 Thread Joe Gordon
On Tue, Jul 30, 2013 at 8:55 AM, Thierry Carrez thie...@openstack.orgwrote: 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.

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

2013-08-01 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:

[openstack-dev] Weight normalization in scheduler

2013-08-01 Thread Álvaro López García
Hi all. TL;DR: I've created a blueprint [1] regarding weight normalization. I would be very glad if somebody could examine and comment it. Recently I've been developing some weighers to be used within nova and I found that the weight system was using raw values. This makes difficult for an

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

2013-08-01 Thread Samuel Bercovici
There was another patch needed: In: /opt/stack/nova/nova/network/neutronv2/api.py In the def _get_available_networks function, the developer has added a specific line of code filtering networks by the tenant_id. In general as far as I understand, this might be unneeded as quantum will already

[openstack-dev] Is there any document about how to make a lxc image using diskimage-builder?

2013-08-01 Thread hzguanqiang
Hi Steve, I found it's hard to understand how to make a image from README on github address https://github.com/stackforge/diskimage-builder . Is there any other document about how to make a lxc image using diskimage-builder step by step? Thanks -- Best regards!

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Julien Danjou
On Thu, Aug 01 2013, Sam Morrison wrote: OK so is it that ceilometer just leaves the message on the queue or only consumes certain messages? Ceilometer uses its own queue. There might be other processes consuming this notifications, so removing them may be not a good idea. The problem may be

Re: [openstack-dev] Python overhead for rootwrap

2013-08-01 Thread Thierry Carrez
Joe Gordon wrote: I tried swapping out rootwrap for sudo and that made the issue go away.So I think we should go back to supporting just using sudo instead of rootwrap, and make sure any future solutions support a sudo only option as well. But I am open to other ideas, I just think we

Re: [openstack-dev] Program Proposal: Release cycle management

2013-08-01 Thread Mark McLoughlin
On Thu, 2013-08-01 at 11:39 +0200, Thierry Carrez wrote: Following past discussions[1] on the TC, here is my proposal to cover for release management, stable branch management and VMT efforts within OpenStack. Feel free to suggest title or wording changes :) Official Title: Release

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Mark McLoughlin
On Thu, 2013-08-01 at 10:36 +0200, Julien Danjou wrote: On Thu, Aug 01 2013, Sam Morrison wrote: OK so is it that ceilometer just leaves the message on the queue or only consumes certain messages? Ceilometer uses its own queue. There might be other processes consuming this

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

2013-08-01 Thread Sean Dague
On 07/31/2013 03: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 good addition to the

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

2013-08-01 Thread Boris Pavlovic
+1 On Thu, Aug 1, 2013 at 2:51 PM, Sean Dague s...@dague.net wrote: On 07/31/2013 03: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

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

2013-08-01 Thread Roman Prykhodchenko
Jeremy, thank you for this announce. It would be very helpful to mention those projects. - Roman Prykhodchenko On Aug 1, 2013, at 06:18 , Jeremy Stanley fu...@yuggoth.org wrote: A quick announcement... thanks to the invaluable assistance of Chuck Short, Dan Prince, Julien Danjou and others,

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

2013-08-01 Thread Sean Dague
On 07/31/2013 11:18 PM, Jeremy Stanley wrote: 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

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Sandy Walsh
On 08/01/2013 07:02 AM, Mark McLoughlin wrote: On Thu, 2013-08-01 at 10:36 +0200, Julien Danjou wrote: On Thu, Aug 01 2013, Sam Morrison wrote: OK so is it that ceilometer just leaves the message on the queue or only consumes certain messages? Ceilometer uses its own queue. There might be

Re: [openstack-dev] Weight normalization in scheduler

2013-08-01 Thread Sandy Walsh
On 08/01/2013 04:24 AM, Álvaro López García wrote: Hi all. TL;DR: I've created a blueprint [1] regarding weight normalization. I would be very glad if somebody could examine and comment it. Something must have changed. It's been a while since I've done anything with the scheduler, but

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Julien Danjou
On Thu, Aug 01 2013, Sandy Walsh wrote: Hmm, if notifications are turned on, it should fill up. For billing purposes we don't want to lose events simply because there is no consumer. Operations would alert on it and someone would need to put out the fire. So currently, are we're possibly

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

2013-08-01 Thread Paul Michali
Yes that will! Copying and pasting the public key is difficult. Will try this out. Regards. PCM (Paul Michali) MAIL p...@cisco.com IRC pcm_ (irc.freenode.net) TW @pmichali On Aug 1, 2013, at 2:43 AM, Morgan Fainberg m...@metacloud.com wrote: Paul, Depending on what version of

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Sandy Walsh
On 08/01/2013 09:19 AM, Julien Danjou wrote: On Thu, Aug 01 2013, Sandy Walsh wrote: Hmm, if notifications are turned on, it should fill up. For billing purposes we don't want to lose events simply because there is no consumer. Operations would alert on it and someone would need to put out

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

2013-08-01 Thread Gary Kotton
+1 -Original Message- From: Sean Dague [mailto:s...@dague.net] Sent: Thursday, August 01, 2013 1:51 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Nova] Proposal to add Nikola Đipanov to nova-core On 07/31/2013 03:10 PM, Russell Bryant wrote: Greetings, I

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Julien Danjou
On Thu, Aug 01 2013, Sandy Walsh wrote: Right, that is a concern. Within RAX we have two downstream services that consume notifications (StackTach and Yagi) and we've configured nova to write to two queues. --notifications_topics can take a list. Fair enough. So IIUC that means we should

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Sandy Walsh
On 08/01/2013 10:25 AM, Julien Danjou wrote: On Thu, Aug 01 2013, Sandy Walsh wrote: Right, that is a concern. Within RAX we have two downstream services that consume notifications (StackTach and Yagi) and we've configured nova to write to two queues. --notifications_topics can take a

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

2013-08-01 Thread Andrew Laski
+1 On 07/31/13 at 03:10pm, 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 good addition to

[openstack-dev] [Glance] async worker design meeting

2013-08-01 Thread Brian Rosmaita
asynchronous worker meeting 2 Aug 2013 14:00 UTC in #openstack-glance please look at https://etherpad.openstack.org/havana-glance-requirements before the meeting cheers, brian ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Rosa, Andrea (HP Cloud Services)
HI AFAIK, amqp only uses the exchange as a dispatcher and all storage is done in the queue ... but I could be wrong. I vaguely recall there being a durable exchange setting as well as durable queue. AFAIK if a message can't be routed there are three options: - the message is discarded (I think

Re: [openstack-dev] Openstack Service requirement

2013-08-01 Thread Ravi Chunduru
Thanks. This will be expected behavior then. -Ravi. On Wed, Jul 31, 2013 at 10:02 PM, Addepalli Srini-B22160 b22...@freescale.com wrote: RPC will send the notifications to the queues that have joined the exchanges. ** ** Any notifications that were published before your service

Re: [openstack-dev] [Glance] images tasks API -- final call for comments

2013-08-01 Thread Paul Bourke
Hi Brian, I had a read over the summary wiki page and the individual docs. My main thought was that although the asynchronous nature seems attractive, the problems the new API is setting out to solve could be adapted to the existing images API. This view seems to be shared and well highlighted

Re: [openstack-dev] Openstack Service requirement

2013-08-01 Thread Ravi Chunduru
Monty, I had a quick look on ceilometer, it looks one place to get all notifications. I will deploy and try it out. Thanks, -Ravi. On Wed, Jul 31, 2013 at 10:34 PM, Monty Taylor mord...@inaugust.com wrote: Also, if you're wanting to buld services on top of OpenStack that want to respond to

Re: [openstack-dev] Separate Migration Repos

2013-08-01 Thread Dolph Mathews
On Wed, Jul 31, 2013 at 5:00 AM, Henry Nash hen...@linux.vnet.ibm.comwrote: 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

Re: [openstack-dev] [Openstack] devstack with neutron/quantum

2013-08-01 Thread Kyle Mestery (kmestery)
On Jul 31, 2013, at 2:28 PM, Remo Mattei r...@mattei.org wrote: Hi everyone, I wonder if anyone has seen this error where neutron does not start. here is the error I get with devstack. Any suggestions are welcomed. Remo remo@openstack-ub:~/devstack$ cd /opt/stack/neutron python =

Re: [openstack-dev] Python overhead for rootwrap

2013-08-01 Thread Joe Gordon
On Aug 1, 2013 2:06 AM, Thierry Carrez thie...@openstack.org wrote: Joe Gordon wrote: I tried swapping out rootwrap for sudo and that made the issue go away.So I think we should go back to supporting just using sudo instead of rootwrap, and make sure any future solutions support a

[openstack-dev] [Neutron] devstack + neutron fails on firewall_driver

2013-08-01 Thread James Kyle
Morning, I'm having some issues getting devstack + neutron going. If I don't use Q_USE_DEBUG_COMMAND, it completes and notes that the l3 agent has failed to start. Here's a paste of the stack.sh error and the stack trace from q-l3 = https://gist.github.com/jameskyle/6133049 If I do use the

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

2013-08-01 Thread Jeremy Stanley
On 2013-08-01 14:43:48 +0300 (+0300), Roman Prykhodchenko wrote: [...] It would be very helpful to mention those projects. Sure! For the past day or so, openstack/oslo.config and openstack-dev/pbr have been gating their unit tests on Python 3.3 (I've been told this even caught a potential py3k

Re: [openstack-dev] Separate Migration Repos

2013-08-01 Thread Adam Young
On 08/01/2013 11:40 AM, Dolph Mathews wrote: On Wed, Jul 31, 2013 at 5:00 AM, Henry Nash hen...@linux.vnet.ibm.com mailto:hen...@linux.vnet.ibm.com wrote: Hi Adam, Wanted to just give you more detail on the issue I keep pressing on for your change

Re: [openstack-dev] [Openstack] devstack with neutron/quantum

2013-08-01 Thread Sean Dague
On 08/01/2013 01:03 PM, Kyle Mestery (kmestery) wrote: On Aug 1, 2013, at 11:56 AM, Eleouet Francois f.eleo...@gmail.com wrote: Hi, The issue is tracked here: https://bugs.launchpad.net/neutron/+bug/1206013 s/cfg.NoSuchOptError/AttributeError/ in neutron/agent/linux/ip_lib.py worked well

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

2013-08-01 Thread Gabriel Hurley
The short answer is: you can test and develop it locally but you cannot push it upstream until you get the dependencies released. As much as that may be frustrating, it prevents an enormous amount of pain which OpenStack has gone through in the past when things fail to be released as expected.

Re: [openstack-dev] Separate Migration Repos

2013-08-01 Thread Dolph Mathews
On Thu, Aug 1, 2013 at 12:28 PM, Adam Young ayo...@redhat.com wrote: On 08/01/2013 11:40 AM, Dolph Mathews wrote: On Wed, Jul 31, 2013 at 5:00 AM, Henry Nash hen...@linux.vnet.ibm.comwrote: Hi Adam, Wanted to just give you more detail on the issue I keep pressing on for your change

[openstack-dev] [savanna] team meeting minutes August 1

2013-08-01 Thread Sergey Lukjanov
Thanks everyone who have joined today's Savanna meeting. Here are the logs from the meeting: Minutes: http://eavesdrop.openstack.org/meetings/savanna/2013/savanna.2013-08-01-18.06.html Minutes (text): http://eavesdrop.openstack.org/meetings/savanna/2013/savanna.2013-08-01-18.06.txt Log:

Re: [openstack-dev] [Openstack] devstack with neutron/quantum

2013-08-01 Thread James Kyle
Did the trick, thanks! I was in the process of catching the unhanded exception in legacy.py to see what was going. Definitely saved me some time. cheers, -james On Aug 1, 2013, at 10:03 AM, Kyle Mestery (kmestery) kmest...@cisco.com wrote: On Aug 1, 2013, at 11:56 AM, Eleouet Francois

[openstack-dev] [Marconi] Agenda for tomorrow's meeting at 16:00 UTC

2013-08-01 Thread Flavio Percoco
The Marconi project team holds a weekly meeting in #openstack-meeting-alt on Thursdays, 16:00 UTC. The next meeting is tomorrow, August 02. Everyone is welcome. However, please take a minute to review the wiki before attending for the first time: http://wiki.openstack.org/marconi ## Agenda

[openstack-dev] OpenStack Cinder List Snapshots Support

2013-08-01 Thread Mikhail Khodos
The Cinder Support Matrix https://wiki.openstack.org/wiki/CinderSupportMatrix, states that snapshot listing is implemented in drivers by: LVM, EMC, NetApp, IBM, etc. However, I could not find any methods or interfaces in the cinder volume api that implement snapshot listing. Could anybody clarify

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

2013-08-01 Thread Doug Hellmann
+1 On Wed, Jul 31, 2013 at 8:55 PM, Lu, Lianhao lianhao...@intel.com wrote: +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

Re: [openstack-dev] [Openstack] Ceilometer and notifications

2013-08-01 Thread Doug Hellmann
On Thu, Aug 1, 2013 at 9:25 AM, Julien Danjou jul...@danjou.info wrote: On Thu, Aug 01 2013, Sandy Walsh wrote: Right, that is a concern. Within RAX we have two downstream services that consume notifications (StackTach and Yagi) and we've configured nova to write to two queues.

Re: [openstack-dev] [Neutron] devstack + neutron fails on firewall_driver

2013-08-01 Thread James Kyle
Sorry, I cleaned them out after resolving. Kyle helped me with the bug: This fixed it for me: cd /usr/local/lib/python2.7/dist-packages sudo rm -rf oslo* sudo pip install --upgrade http://tarballs.openstack.org/oslo.config/oslo.config-1.2.0a3.tar.gz#egg=oslo.config-1.2.0a3 It's tracked

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

2013-08-01 Thread Doug Hellmann
Excellent, thank you all! On Wed, Jul 31, 2013 at 11:18 PM, Jeremy Stanley fu...@yuggoth.org wrote: 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

[openstack-dev] [Grizzly] Retrieving a flavors extra-specs in horizon

2013-08-01 Thread Dale, StewartX T
Hi List, I'm trying to port some UI(horizon) customization I did in Folsom so that it works in Grizzly and I could use everyone's help. Must of the process has gone smoothly, just one piece that isn't working. It's the code that gets the extra-specs of a flavor. My old Folsom based code looks

[openstack-dev] Savanna deployement

2013-08-01 Thread Linus Nova
Hi, I have some troubles when I want connect savanna UI (august version) in Horizon. This what I have in apache file error : [Fri Aug 02 01:26:33 2013] [notice] caught SIGTERM, shutting down [Fri Aug 02 01:26:34 2013] [warn] mod_wsgi: Compiled for Python/2.7.2+. [Fri Aug 02 01:26:34 2013] [warn]

[openstack-dev] Oslo.config raises AttributeError instead of NoSuchOptError

2013-08-01 Thread Nachi Ueno
Hi Mark When I use latest oslo, Oslo.config raises AttributeError instead of NoSuchOptError. (now devstack is using latest oslo, and this is also breaking neutron gating) Neutron agents handles NoSuchOptError, so this change brokes most of neutron agents. (see

[openstack-dev] [taskflow] Taskflow Video Tutorial

2013-08-01 Thread Jessica Lucci
Hello all, Provided here is a link to a quick overview and tutorial of the task flow library. The video focuses on a distributed backend approach, but still includes useful insight into the project as a whole. If you'd rather just read the wiki and see examples, go ahead and skip to around

Re: [openstack-dev] [Ceilometer] Alarming should be outside of Ceilometer as a separate package.

2013-08-01 Thread Sandy Walsh
On 08/01/2013 07:22 PM, Doug Hellmann wrote: On Thu, Aug 1, 2013 at 10:31 AM, Sandy Walsh sandy.wa...@rackspace.com mailto:sandy.wa...@rackspace.com wrote: Hey y'all, I've had a little thorn in my claw on this topic for a while and thought I'd ask the larger group.

Re: [openstack-dev] [taskflow] Taskflow Video Tutorial

2013-08-01 Thread Joshua Harlow
Awesome work jessica! From: Jessica Lucci jessica.lu...@rackspace.commailto:jessica.lu...@rackspace.com Reply-To: OpenStack Development Mailing List openstack-dev@lists.openstack.orgmailto:openstack-dev@lists.openstack.org Date: Thursday, August 1, 2013 5:51 PM To:

Re: [openstack-dev] [Nova] Review request: Blurprint of API validation

2013-08-01 Thread Ken'ichi Ohmichi
Hi Russell, I have assigned you as the approver of bp nova-api-validation-fw, please approve it or give some comments. https://blueprints.launchpad.net/nova/+spec/nova-api-validation-fw The implementation of core part is almost complete. now waiting for blueprint approval.

Re: [openstack-dev] [Grizzly] Retrieving a flavors extra-specs in horizon

2013-08-01 Thread Dale, StewartX T
Switching to your mentioned function fixed my issues. Thanks! -Original Message- From: Kieran Spear [mailto:kisp...@gmail.com] Sent: Thursday, August 01, 2013 5:30 PM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Grizzly] Retrieving a flavors extra-specs in horizon

Re: [openstack-dev] Oslo.config raises AttributeError instead of NoSuchOptError

2013-08-01 Thread Davanum Srinivas
Nachi, I've submitted a review for oslo.config - https://review.openstack.org/#/c/39850/ - please see if that helps in your environment as well. -- dims On Thu, Aug 1, 2013 at 8:22 PM, Nachi Ueno na...@ntti3.com wrote: Hi Mark When I use latest oslo, Oslo.config raises AttributeError

Re: [openstack-dev] [Grizzly] Retrieving a flavors extra-specs in horizon

2013-08-01 Thread Tom Fifield
Can you update https://ask.openstack.org/question/3674/get-a-flavors-extra-specs-in-horizon/ too :) Regards, Tom On 02/08/13 11:50, Dale, StewartX T wrote: Switching to your mentioned function fixed my issues. Thanks! -Original Message- From: Kieran Spear [mailto:kisp...@gmail.com]