Re: [openstack-dev] DevStack hacks requirements.txt et al

2014-06-18 Thread Clark Boylan
On Tue, Jun 17, 2014 at 10:33 PM, Mike Spreitzer mspre...@us.ibm.com wrote: I have noticed that lately DevStack has been hacking requirements.txt in most projects and test-requirements.txt in many. Why is this being done? Thanks, Mike ___

Re: [openstack-dev] [glance] Unifying configuration file

2014-06-18 Thread Mark McLoughlin
Hey On Tue, 2014-06-17 at 17:43 +0200, Julien Danjou wrote: On Tue, Jun 17 2014, Arnaud Legendre wrote: @ZhiYan: I don't like the idea of removing the sample configuration file(s) from the git repository. Many people do not want to have to checkout the entire codebase and tox every time

Re: [openstack-dev] [Mistral] Refine engine - executor protocol

2014-06-18 Thread Renat Akhmerov
On 13 Jun 2014, at 07:03, W Chan m4d.co...@gmail.com wrote: Design proposal for blueprint https://blueprints.launchpad.net/mistral/+spec/mistral-engine-executor-protocol Rename Executor to Worker. I’d be ok with Worker but would prefer ActionRunner since it reflects the purpose a little

Re: [openstack-dev] [Mistral] Integration tests discussion

2014-06-18 Thread Renat Akhmerov
Thanks Timur, that’s a good doc. Anastasia and Sergey were supposed to start working on a proposal devoted to our approaches to integration testing. I hope we’ll see them soon. Renat Akhmerov @ Mirantis Inc. On 11 Jun 2014, at 13:55, Timur Nurlygayanov tnurlygaya...@mirantis.com wrote: Hi

[openstack-dev] [Fuel] Support for plugins in fuel client

2014-06-18 Thread Dmitriy Shulyak
Hi folks, I am wondering what our story/vision for plugins in fuel client [1]? We can benefit from using cliff [2] as framework for fuel cli, apart from common code for building cli applications on top of argparse, it provides nice feature that allows to dynamicly add actions by means of entry

[openstack-dev] [tempest} virtual environment or not?

2014-06-18 Thread Mike Spreitzer
Suppose I have just used DevStack to install and startup OpenStack, and I want to use tempest to check that my shiny new OpenStack is copacetic. Should I use testr directly, or use tox or run_tempest.sh to wrap it in a virtual environment? I see that tempest's README.rst says that I *can*,

Re: [openstack-dev] [glance] Unifying configuration file

2014-06-18 Thread Kuvaja, Erno
-Original Message- From: Mark McLoughlin [mailto:mar...@redhat.com] Sent: 18 June 2014 06:58 To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [glance] Unifying configuration file Hey On Tue, 2014-06-17 at 17:43 +0200, Julien Danjou

Re: [openstack-dev] [Fuel] ML2 support in Fuel deployment risks

2014-06-18 Thread Mike Scherbakov
Ok. If don't have more or less working solution by the beginning of next week, let's start a second track to consume ML2 part only as a mitigation plan. On Tue, Jun 17, 2014 at 2:29 AM, Dmitry Borodaenko dborodae...@mirantis.com wrote: Correction/clarification: call tomorrow is about

[openstack-dev] Neutron ML2 plugin is failing to configure vif on the instances when two mechanism drivers for different hypervisors are configured in the ml2_conf.ini

2014-06-18 Thread Srivastava, Abhishek
Hi, I am trying out Icehouse on ubuntu 14.04. My controller has got two computes attached: one hyperv and other KVM. Hyperv runs hyperv_neutron agent as L2 and kvm runs OVS. ML2 plugin's conf.ini gives you the option to provide both hyperv and openvswitch separated by comma as the mechanism

Re: [openstack-dev] An alternative approach to enforcing expected election behaviour

2014-06-18 Thread Thierry Carrez
James E. Blair wrote: I think our recent experience has shown that the fundamental problem is that not all of the members of our community knew what kind of behavior we expected around elections. That's understandable -- we had hardly articulated it. I think the best solution to that is

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Matthew Booth
On 17/06/14 17:55, Russell Bryant wrote: On 06/17/2014 12:22 PM, Joe Gordon wrote: On Tue, Jun 17, 2014 at 3:56 AM, Duncan Thomas duncan.tho...@gmail.com mailto:duncan.tho...@gmail.com wrote: A far more effective way to reduce the load of trivial review issues on core reviewers is

[openstack-dev] [Nova][Oslo.cfg] Configuration string substitution

2014-06-18 Thread Gary Kotton
Hi, I have encountered a problem with string substitution with the nova configuration file. The motivation was to move all of the glance settings to their own section (https://review.openstack.org/#/c/100567/). The glance_api_servers had default setting that uses the current glance_host and

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Daniel P. Berrange
On Tue, Jun 17, 2014 at 12:55:26PM -0400, Russell Bryant wrote: On 06/17/2014 12:22 PM, Joe Gordon wrote: On Tue, Jun 17, 2014 at 3:56 AM, Duncan Thomas duncan.tho...@gmail.com mailto:duncan.tho...@gmail.com wrote: A far more effective way to reduce the load of trivial

[openstack-dev] [Horizon] Quick Survey: Horizon Mid-Cycle Meetup

2014-06-18 Thread Jaromir Coufal
Hello folks, there were few discussions about meeting during the cycle and discuss ongoing issues, progress and next steps of bigger topics. As long as it is pretty late announcement, I don't think (and I guess we agreed) that it doesn't worth to organize a special event just for Horizon.

Re: [openstack-dev] [Fuel] Bug squashing day on June, 17

2014-06-18 Thread Roman Podoliaka
Hi Fuelers, Not directly related to bug squashing day, but something to keep in mind. AFAIU, both MOS and Fuel bugs are currently tracked under https://bugs.launchpad.net/fuel/ Launchpad project page. Most bugs filed there are probably deployment-specific, but still I bet there is a lot of bugs

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Thierry Carrez
Russell Bryant wrote: On 06/17/2014 08:20 AM, Daniel P. Berrange wrote: On Tue, Jun 17, 2014 at 01:12:45PM +0100, Matthew Booth wrote: On 17/06/14 12:36, Sean Dague wrote: It could go in the commit message: TrivialFix Then could be queried with -

Re: [openstack-dev] [Neutron][Swift][third-party] Most Third Party CI's failing

2014-06-18 Thread Luke Gorrie
On 17 June 2014 09:55, Luke Gorrie l...@tail-f.com wrote: I have a problem that appeared at the same time and may be related? testr list-tests in the tempest directory is failing with an obscure error message. Seems to be exactly the situation described here:

Re: [openstack-dev] [TC] [Murano] Follow up on cross-project session

2014-06-18 Thread Thierry Carrez
Ruslan Kamaldinov wrote: [...] On top of those Murano provides the following features: - allow users to combine various packages from catalog by using capabilities and requirements of applications - provide easy-to-use rich UI for end users who don’t necessarily have understanding of the

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Steven Hardy
On Wed, Jun 18, 2014 at 11:04:15AM +0200, Thierry Carrez wrote: Russell Bryant wrote: On 06/17/2014 08:20 AM, Daniel P. Berrange wrote: On Tue, Jun 17, 2014 at 01:12:45PM +0100, Matthew Booth wrote: On 17/06/14 12:36, Sean Dague wrote: It could go in the commit message: TrivialFix

Re: [openstack-dev] [metrics] How to group activity in git/gerrit repositories

2014-06-18 Thread Thierry Carrez
Stefano Maffulli wrote: On 06/16/2014 12:25 PM, Ilya Shakhat wrote: Most of groups are created from the official programs http://programs.yaml.yaml. Every program turns into item in the module list (colored in violet), for example 'Nova Compute' is a group containing 'nova',

Re: [openstack-dev] [TripleO] pacemaker management tools

2014-06-18 Thread Howley, Tom
Jan/Adam, Is cibadmin available in the different distros? This can be used to update the CIB based on XML description of full pacemaker config. I have used this on ubuntu in the past and found it more reliable than using crm commands for automated deployment/configuration of pacemaker

Re: [openstack-dev] [Fuel] Support for plugins in fuel client

2014-06-18 Thread Igor Kalnitsky
Hi guys, Actually, I'm not a fun of cliff, but I think it's a good solution to use it in our fuel client. Here some pros: * pluggable design: we can encapsulate entire command logic in separate plugin file * builtin output formatters: we no need to implement various formatters to represent

Re: [openstack-dev] [Nova][neutron][NFV] Mid cycle sprints

2014-06-18 Thread Carlos Gonçalves
I’ve added Joao Soares (Portugal Telecom) and myself (Instituto de Telecomunicacoes) to https://wiki.openstack.org/wiki/Sprints/ParisJuno2014 for a Neutron and NFV meetup. Please add yourselves as well so that we can have a better idea of who’s showing interest in participating. Thanks, Carlos

Re: [openstack-dev] [Neutron][ML2] Modular L2 agent architecture

2014-06-18 Thread Isaku Yamahata
No. ovs_lib invokes both ovs-vsctl and ovs-ofctl. ovs-vsctl speaks OVSDB protocol, ovs-ofctl speaks OF-wire. thanks, On Tue, Jun 17, 2014 at 01:25:59PM -0500, Kyle Mestery mest...@noironetworks.com wrote: I don't think so. Once we implement the OVSDB support, we will deprecate using the CLI

Re: [openstack-dev] [Neutron][ML2] Modular L2 agent architecture

2014-06-18 Thread Isaku Yamahata
Hi. Ryu provides ovs_vsctl.py library which is python equivalent to ovs-vsctl command. It speaks OVSDB protocl. https://github.com/osrg/ryu/blob/master/ryu/lib/ovs/vsctl.py So with the library, it's mostly mechanical change to convert ovs_lib.py, I think. I'm not aware other similar library

Re: [openstack-dev] nova-compute vfsguestfs

2014-06-18 Thread abhishek jain
Hi RIch Thanks for the reply.The libguestfs is working fine here and there are no issues regarding that on the ubuntu compute node.From the nova-compute logs on the compute node,it appears that the tap interface is not coming up on the compute node. Also in the file driver.py at the path

[openstack-dev] [devstack] [zmq] [oslo.messaging] Running devstack with zeromq

2014-06-18 Thread Elena Ezhova
Hello! I have been exploring bugs connected with using devstack with zmq [1], [2], [3] and experimenting with various configurations in attempt to make zmq work with projects which have moved to oslo.messaging. It turned out that there is a number of things to fix. Firstly, even though nova

Re: [openstack-dev] [Nova] Nominating Ken'ichi Ohmichi for nova-core

2014-06-18 Thread Michael Still
Kenichi has now been added to the nova-core group in gerrit. Welcome aboard! Michael On Tue, Jun 17, 2014 at 6:18 PM, Michael Still mi...@stillhq.com wrote: Hi. I'm going to let this sit for another 24 hours, and then we'll declare it closed. Cheers, Michael On Tue, Jun 17, 2014 at 6:16

Re: [openstack-dev] [nova] Do any hyperviors allow disk reduction as part of resize ?

2014-06-18 Thread Day, Phil
-Original Message- From: Russell Bryant [mailto:rbry...@redhat.com] Sent: 17 June 2014 15:57 To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [nova] Do any hyperviors allow disk reduction as part of resize ? On 06/17/2014 10:43 AM,

Re: [openstack-dev] [Nova] Nominating Ken'ichi Ohmichi for nova-core

2014-06-18 Thread Kenichi Oomichi
-Original Message- From: Michael Still [mailto:mi...@stillhq.com] Sent: Wednesday, June 18, 2014 7:54 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Nova] Nominating Ken'ichi Ohmichi for nova-core Kenichi has now been added to the

[openstack-dev] [Fuel] Meeting notes on LSI (17.06)

2014-06-18 Thread Nikolay Markov
Hi colleagues, We had a meeting with LSI guys yesterday, discussing status of this feature as a possible Fuel/Nailgun plugin. There was no final decision, but there are two possible ways to simplify our integration: - LSI team can continue modifying Fuel itself, but with strong targeting on

Re: [openstack-dev] Neutron ML2 plugin is failing to configure vif on the instances when two mechanism drivers for different hypervisors are configured in the ml2_conf.ini

2014-06-18 Thread Srivastava, Abhishek
It was a configuration issue. I was able to resolve it. From: Srivastava, Abhishek Sent: Wednesday, June 18, 2014 1:39 PM To: openstack-dev@lists.openstack.org Subject: [openstack-dev] Neutron ML2 plugin is failing to configure vif on the instances when two mechanism drivers for different

Re: [openstack-dev] [nova] locked instances and snaphot

2014-06-18 Thread Day, Phil
-Original Message- From: Ahmed RAHAL [mailto:ara...@iweb.com] Sent: 18 June 2014 01:21 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] locked instances and snaphot Hi there, Le 2014-06-16 15:28, melanie witt a écrit : Hi all, [...] During the

[openstack-dev] [all] All Clear on the western front (i.e. gate)

2014-06-18 Thread Sean Dague
I realized that folks may have been waiting for an 'all clear' on the gate situation. It was a tiring couple of weeks, so took a little while to get there. Due to a huge amount of effort, but a bunch of different people, a ton of bugs were squashed to get the gate back to a high pass rate -

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Sean Dague
On 06/18/2014 04:46 AM, Daniel P. Berrange wrote: On Tue, Jun 17, 2014 at 12:55:26PM -0400, Russell Bryant wrote: On 06/17/2014 12:22 PM, Joe Gordon wrote: On Tue, Jun 17, 2014 at 3:56 AM, Duncan Thomas duncan.tho...@gmail.com mailto:duncan.tho...@gmail.com wrote: A far more effective

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Sean Dague
On 06/18/2014 05:24 AM, Steven Hardy wrote: On Wed, Jun 18, 2014 at 11:04:15AM +0200, Thierry Carrez wrote: Russell Bryant wrote: On 06/17/2014 08:20 AM, Daniel P. Berrange wrote: On Tue, Jun 17, 2014 at 01:12:45PM +0100, Matthew Booth wrote: On 17/06/14 12:36, Sean Dague wrote: It could go

Re: [openstack-dev] DevStack hacks requirements.txt et al

2014-06-18 Thread Sean Dague
On 06/18/2014 01:57 AM, Clark Boylan wrote: On Tue, Jun 17, 2014 at 10:33 PM, Mike Spreitzer mspre...@us.ibm.com wrote: I have noticed that lately DevStack has been hacking requirements.txt in most projects and test-requirements.txt in many. Why is this being done? Thanks, Mike

Re: [openstack-dev] [nova] Do any hyperviors allow disk reduction as part of resize ?

2014-06-18 Thread Richard W.M. Jones
On Wed, Jun 18, 2014 at 11:05:01AM +, Day, Phil wrote: -Original Message- From: Russell Bryant [mailto:rbry...@redhat.com] Sent: 17 June 2014 15:57 To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [nova] Do any hyperviors allow

Re: [openstack-dev] [nova] Do any hyperviors allow disk reduction as part of resize ?

2014-06-18 Thread Day, Phil
-Original Message- From: Richard W.M. Jones [mailto:rjo...@redhat.com] Sent: 18 June 2014 12:32 To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [nova] Do any hyperviors allow disk reduction as part of resize ? On Wed, Jun 18, 2014 at

[openstack-dev] [sahara] team meeting June 19 1800 UTC

2014-06-18 Thread Sergey Lukjanov
Hi folks, We'll be having the Sahara team meeting as usual in #openstack-meeting-alt channel. Agenda: https://wiki.openstack.org/wiki/Meetings/SaharaAgenda#Next_meetings http://www.timeanddate.com/worldclock/fixedtime.html?msg=Sahara+Meetingiso=20140619T18 P.S. I'll be in flight in this time,

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Duncan Thomas
On 18 June 2014 10:04, Thierry Carrez thie...@openstack.org wrote: As an aside, we don't really need two core reviewers to bless a trivial change: one could be considered sufficient. So a patch marked as trivial which has a number of +1s could be +2/APRVed directly by a core reviewer. That

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Sean Dague
On 06/18/2014 08:26 AM, Duncan Thomas wrote: On 18 June 2014 10:04, Thierry Carrez thie...@openstack.org wrote: As an aside, we don't really need two core reviewers to bless a trivial change: one could be considered sufficient. So a patch marked as trivial which has a number of +1s could be

[openstack-dev] [Nova] Xen docs haven't been updated in two years

2014-06-18 Thread Tom Fifield
Hi all, Almost a year ago a blueprint entitled Re-document Xen integration with OpenStack was created, because at that time, the Xen documentation hadn't been touched for more than a year. We also added a prominent warning on the lead page that the ...section is low quality, and contains

Re: [openstack-dev] [Nova][Oslo.cfg] Configuration string substitution

2014-06-18 Thread Doug Hellmann
On Wed, Jun 18, 2014 at 4:47 AM, Gary Kotton gkot...@vmware.com wrote: Hi, I have encountered a problem with string substitution with the nova configuration file. The motivation was to move all of the glance settings to their own section (https://review.openstack.org/#/c/100567/). The

[openstack-dev] [QA] Meeting Thursday June 19th at 17:00 UTC

2014-06-18 Thread Matthew Treinish
Hi Everyone, Just a quick reminder that the weekly OpenStack QA team IRC meeting will be this Thursday, June 19th at 17:00 UTC in the #openstack-meeting channel. The agenda for tomorrow's meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting Anyone is welcome to add

Re: [openstack-dev] [glance] Unifying configuration file

2014-06-18 Thread Doug Hellmann
On Wed, Jun 18, 2014 at 1:58 AM, Mark McLoughlin mar...@redhat.com wrote: Hey On Tue, 2014-06-17 at 17:43 +0200, Julien Danjou wrote: On Tue, Jun 17 2014, Arnaud Legendre wrote: @ZhiYan: I don't like the idea of removing the sample configuration file(s) from the git repository. Many

[openstack-dev] RESEND: OpenStack Designate DNSaaS

2014-06-18 Thread ESWARAN, PK
Dear OpenStack Dev Team: I am resending this OpenStack Designate DNSaaS e-mail once again after my registration. The original message is at the bottom of this thread and was sent on Tuesday, June 17, 2014 03:26 PM. Thanks in advance for your

Re: [openstack-dev] [qa] Clarification of policy for qa-specs around adding new tests

2014-06-18 Thread Matthew Treinish
On Tue, Jun 17, 2014 at 01:45:55AM +, Kenichi Oomichi wrote: -Original Message- From: Matthew Treinish [mailto:mtrein...@kortar.org] Sent: Monday, June 16, 2014 11:58 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [qa]

Re: [openstack-dev] [Neutron][Swift][third-party] Most Third Party CI's failing

2014-06-18 Thread Salvatore Orlando
Hi Luke, That kind of message usually shows up in unit tests job when there is some syntax error or circular import. But I think that it's not your case. Usually you see an import error message towards the end of the garbage. If you can point me to a failing log of your CI I can have a look at

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Matthew Booth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 18/06/14 13:31, Sean Dague wrote: On 06/18/2014 08:26 AM, Duncan Thomas wrote: On 18 June 2014 10:04, Thierry Carrez thie...@openstack.org wrote: As an aside, we don't really need two core reviewers to bless a trivial change: one could be

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Duncan Thomas
On 18 June 2014 15:28, Matthew Booth mbo...@redhat.com wrote: On 18/06/14 13:31, Sean Dague wrote: Even with 2 +2s you do the wrong thing. Yesterday we landed baremetal tests that broke ironic. It has a ton of +1s from people that have been working on those tests. This is slightly off topic,

Re: [openstack-dev] [all] All Clear on the western front (i.e. gate)

2014-06-18 Thread Davanum Srinivas
w00t! thanks for the hard work everyone. -- dims On Wed, Jun 18, 2014 at 7:17 AM, Sean Dague s...@dague.net wrote: I realized that folks may have been waiting for an 'all clear' on the gate situation. It was a tiring couple of weeks, so took a little while to get there. Due to a huge amount

Re: [openstack-dev] An alternative approach to enforcing expected election behaviour

2014-06-18 Thread Eoghan Glynn
James E. Blair wrote: I think our recent experience has shown that the fundamental problem is that not all of the members of our community knew what kind of behavior we expected around elections. That's understandable -- we had hardly articulated it. I think the best solution to that

Re: [openstack-dev] [Nova][Oslo.cfg] Configuration string substitution

2014-06-18 Thread Gary Kotton
On 6/18/14, 4:19 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: On Wed, Jun 18, 2014 at 4:47 AM, Gary Kotton gkot...@vmware.com wrote: Hi, I have encountered a problem with string substitution with the nova configuration file. The motivation was to move all of the glance settings to

Re: [openstack-dev] [Nova][Oslo.cfg] Configuration string substitution

2014-06-18 Thread Davanum Srinivas
Doug, For the record, yes this came up before in https://review.openstack.org/#/c/59994. Gary and I talked about $imagecache.image_cache_subdirectory_name when discussing about that review. -- dims On Wed, Jun 18, 2014 at 10:34 AM, Gary Kotton gkot...@vmware.com wrote: On 6/18/14, 4:19 PM,

Re: [openstack-dev] OpenStack Designate DNSaaS

2014-06-18 Thread Joe Mcbride
Brad, It seems to me you have a classic migration problem on your hands. Assuming your ideal end state is to completely migrate to Designate and minimize customizations (which is definitely preferable for the long term), your strategy is the real challenge. One approach is to deploy Designate and

Re: [openstack-dev] [Neutron][LBaaS] TLS support RST document on Gerrit

2014-06-18 Thread Evgeny Fedoruk
Hi Stephen, Regarding your comment related to SNI list management and behavior in the RST document: I understand the need to explicitly specify specific certificates for specific hostnames. However we need to deliver lowest common denominator for this feature which every vendor is able to

Re: [openstack-dev] [Nova][Oslo.cfg] Configuration string substitution

2014-06-18 Thread Doug Hellmann
On Wed, Jun 18, 2014 at 10:34 AM, Gary Kotton gkot...@vmware.com wrote: On 6/18/14, 4:19 PM, Doug Hellmann doug.hellm...@dreamhost.com wrote: On Wed, Jun 18, 2014 at 4:47 AM, Gary Kotton gkot...@vmware.com wrote: Hi, I have encountered a problem with string substitution with the nova

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Chris Friesen
On 06/18/2014 08:35 AM, Duncan Thomas wrote: On 18 June 2014 15:28, Matthew Booth mbo...@redhat.com wrote: The answer is not always more review: there are other tools in the box. Imagine we spent 50% of the time we spend on review writing tempest tests instead. Or we push the work off of core

Re: [openstack-dev] [Nova][Oslo.cfg] Configuration string substitution

2014-06-18 Thread Doug Hellmann
Thanks for the background. I think it has come up a couple of times recently, so if we're converging on a solution that's good. Doug On Wed, Jun 18, 2014 at 10:52 AM, Davanum Srinivas dava...@gmail.com wrote: Doug, For the record, yes this came up before in

Re: [openstack-dev] [glance] Unifying configuration file

2014-06-18 Thread Mark McLoughlin
On Wed, 2014-06-18 at 09:29 -0400, Doug Hellmann wrote: On Wed, Jun 18, 2014 at 1:58 AM, Mark McLoughlin mar...@redhat.com wrote: Hey On Tue, 2014-06-17 at 17:43 +0200, Julien Danjou wrote: On Tue, Jun 17 2014, Arnaud Legendre wrote: @Julien: I would be interested to understand the

Re: [openstack-dev] [Neutron][Swift][third-party] Most Third Party CI's failing

2014-06-18 Thread Luke Gorrie
On 18 June 2014 15:48, Salvatore Orlando sorla...@nicira.com wrote: Hi Luke, That kind of message usually shows up in unit tests job when there is some syntax error or circular import. But I think that it's not your case. Usually you see an import error message towards the end of the

Re: [openstack-dev] [TC] [Murano] Follow up on cross-project session

2014-06-18 Thread Ruslan Kamaldinov
Hi Thierry! On Wed, Jun 18, 2014 at 1:14 PM, Thierry Carrez thie...@openstack.org wrote: So to take a practical example, Murano lets you pick (using UI or CLI) a wordpress package (which requires a DB) and compose it with a mysql package (which provides a DB), and will deploy that composition

[openstack-dev] [Congress] Use Cases

2014-06-18 Thread Tim Hinrichs
Hi all, We’ve been working on developing a list of use cases for Congress, which we’ve also started voting on so as to prioritize our efforts. Please feel free take a look, leave feedback, add to the list, vote, whatever.

Re: [openstack-dev] [Neutron][Swift][third-party] Most Third Party CI's failing

2014-06-18 Thread Salvatore Orlando
Hi Luke, it seems something is not quite right with your tempest environment - you have import errors at startup [1] This might be happening because of missing dependencies, or, if you have applied some custom patches to tempest trunk, possibly those are causing some problems. Salvatore [1]

Re: [openstack-dev] [nova] Reducing quota below utilisation

2014-06-18 Thread Vishvananda Ishaya
On Jun 17, 2014, at 12:53 PM, Jan van Eldik jan.van.el...@cern.ch wrote: Just On 06/17/2014 08:18 PM, Tim Bell wrote: We have some projects which are dynamically creating VMs up to their quota. Under some circumstances, as cloud administrators, we would like these projects to shrink and

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Martin Geisler
Chris Friesen chris.frie...@windriver.com writes: On 06/18/2014 08:35 AM, Duncan Thomas wrote: On 18 June 2014 15:28, Matthew Booth mbo...@redhat.com wrote: The answer is not always more review: there are other tools in the box. Imagine we spent 50% of the time we spend on review writing

Re: [openstack-dev] [Neutron][Swift][third-party] Most Third Party CI's failing

2014-06-18 Thread Luke Gorrie
On 18 June 2014 18:24, Salvatore Orlando sorla...@nicira.com wrote: it seems something is not quite right with your tempest environment - you have import errors at startup [1] This might be happening because of missing dependencies, or, if you have applied some custom patches to tempest

Re: [openstack-dev] [Neutron][Swift][third-party] Most Third Party CI's failing

2014-06-18 Thread Salvatore Orlando
When I get these errors I try to import the modules for which I get an import error in a python shell. This sometimes give a fairly explicative error message. That will hopefully help. Also - consider submitting your question to ask.openstack.org, where a lot more experienced operators and

[openstack-dev] [nova] Set compute_node:hypervisor_nodename as unique and not null

2014-06-18 Thread Manickam, Kanagaraj
Hi, This mail is regarding the required model change in nova. Please fine more details below: As we knew, Nova db has the table compute_nodes for modelling the hypervisors and its using the hypervisor_hostname field to represent the hypervisor name. This value is having significant value in

Re: [openstack-dev] OpenStack Designate DNSaaS

2014-06-18 Thread Joe Mcbride
On 6/18/14, 12:51 PM, O'CONNELL, MATT mo1...@att.com wrote: I think the thinking was the ATT DNS backend was more desirable (hardened, load balanced, global, configurable, non-prototype, 30 second updates), so the idea was to go around the Designate DNS function and call the ATT DNS API and use

Re: [openstack-dev] OpenStack Designate DNSaaS

2014-06-18 Thread ESWARAN, PK
-Original Message- From: SCOLLARD, JAMES Sent: Wednesday, June 18, 2014 02:25 PM To: O'CONNELL, MATT; Joe Mcbride; OpenStack Development Mailing List (not for usage questions); MIDGLEY, BRAD Cc: 'raymond.h...@accenture.com' (raymond.h...@accenture.com); BOEHMER, JEFF; MICHALEK, KEN;

Re: [openstack-dev] [Neutron][Swift][third-party] Most Third Party CI's failing

2014-06-18 Thread Kashyap Chamarthy
On Sat, Jun 14, 2014 at 09:39:50PM -0700, Sukhdev Kapur wrote: Oppss...sorry wrong link... please use this http://paste.openstack.org/show/84073/. Just a friendly note -- pastebins usually expire, and if someone looks at the archives years later, there'll be nothing to look at. It's more

Re: [openstack-dev] [OpenStack-Dev][Cinder] Review days? (open to ANYBODY and EVERYBODY)

2014-06-18 Thread Erlon Cruz
Great John, I'll push fellows here to help. Couldn't join today but I'll put in my schedule for the next weeks. Do you plan to do this review force every Wednesday? Erlon On Mon, Jun 16, 2014 at 9:31 AM, Kerr, Andrew andrew.k...@netapp.com wrote: +1 Andrew Kerr On 6/13/14, 10:30 AM,

[openstack-dev] [Neutron][L3] Team Meeting Thursday at 1500 UTC

2014-06-18 Thread Brian Haley
The Neutron L3 Subteam will meet tomorrow at the regular time in #openstack-meeting-3. The agenda [1] is posted, please update as needed. I'll be standing in for Carl as he's on vacation this week. Brian Haley [1] https://wiki.openstack.org/wiki/Meetings/Neutron-L3-Subteam#Agenda

Re: [openstack-dev] [nova] locked instances and snaphot

2014-06-18 Thread Jay Pipes
On 06/18/2014 01:15 PM, Day, Phil wrote: -Original Message- From: Ahmed RAHAL [mailto:ara...@iweb.com] Sent: 18 June 2014 01:21 To: openstack-dev@lists.openstack.org Subject: Re: [openstack-dev] [nova] locked instances and snaphot Hi there, Le 2014-06-16 15:28, melanie witt a écrit :

Re: [openstack-dev] [nova] Do any hyperviors allow disk reduction as part of resize ?

2014-06-18 Thread Jay Pipes
On 06/17/2014 05:42 PM, Daniel P. Berrange wrote: On Tue, Jun 17, 2014 at 04:32:36PM +0100, Pádraig Brady wrote: On 06/13/2014 02:22 PM, Day, Phil wrote: I guess the question I’m really asking here is: “Since we know resize down won’t work in all cases, and the failure if it does occur will

Re: [openstack-dev] [heat] agenda for OpenStack Heat meeting 2014-06-18 20:00 UTC

2014-06-18 Thread Mike Spreitzer
A good time was had by all. http://eavesdrop.openstack.org/meetings/heat/2014/heat.2014-06-18-20.00.html ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Neutron][LBaaS] TLS support RST document on Gerrit

2014-06-18 Thread Stephen Balukoff
Hi Evg, I do not think stunnel supports an ordered list without hostnames. Since we're talking about making the reference implementation use stunnel for TLS termination, then this seems like it's important to support its behavioral model. It is possible to extract hostnames from the CN and

Re: [openstack-dev] [Neutron][LBaaS] TLS support RST document on Gerrit

2014-06-18 Thread Samuel Bercovici
Hi Stephen, Radware Alteon extract the hostname information and the alt subjectAltName from the certificate information. It then do: 1. Find if there is exact match with the name in the https handshake and the ones extracted from the certificate, if there are more than a single match,

Re: [openstack-dev] [all] All Clear on the western front (i.e. gate)

2014-06-18 Thread Jay Pipes
On 06/18/2014 04:38 PM, Davanum Srinivas wrote: w00t! thanks for the hard work everyone. Indeed, thank you to all involved. Much appreciated. I hope in the future I can better help with gate fixing. Best, -jay -- dims On Wed, Jun 18, 2014 at 7:17 AM, Sean Dague s...@dague.net wrote: I

Re: [openstack-dev] [Fuel] Bug squashing day on June, 17

2014-06-18 Thread Dmitry Borodaenko
Roman, What do you think about adding OS projects into the bug as also affects? That allows to track upstream and downstream state of the bug separately while maintaing visibility of both on the same page. The only downside is spamming the bug with comments related to different projects, but I

Re: [openstack-dev] [all] All Clear on the western front (i.e. gate)

2014-06-18 Thread Anita Kuno
On 06/18/2014 05:16 PM, Jay Pipes wrote: On 06/18/2014 04:38 PM, Davanum Srinivas wrote: w00t! thanks for the hard work everyone. Indeed, thank you to all involved. Much appreciated. I hope in the future I can better help with gate fixing. Best, -jay We need to get working on that

[openstack-dev] [nova] should we have a stale data indication in nova list/show?

2014-06-18 Thread Chris Friesen
The output of nova list and nova show reflects the current status in the database, not the actual state on the compute node. If the instances in question are on a compute node that is currently down, then the information is stale and possibly incorrect. Would there be any benefit in adding

Re: [openstack-dev] [devstack] [zmq] [oslo.messaging] Running devstack with zeromq

2014-06-18 Thread Ben Nemec
On 06/18/2014 05:45 AM, Elena Ezhova wrote: Hello! I have been exploring bugs connected with using devstack with zmq [1], [2], [3] and experimenting with various configurations in attempt to make zmq work with projects which have moved to oslo.messaging. It turned out that there is a number

Re: [openstack-dev] [Neutron][LBaaS] TLS support RST document on Gerrit

2014-06-18 Thread Stephen Balukoff
So... what I'm hearing here is that we might want to support both a 'hostname' and 'order' attribute. Though exact behavior from vendor to vendor when there is name overlap is not likely to be consistent. Note that while we have seen that corner case, it is unusual... so I'm not against having

Re: [openstack-dev] [Cinder][Driver] Delete snapshot

2014-06-18 Thread Mike Perez
On 10:20 Wed 18 Jun , Amit Das wrote: Implementation issues - If Cinder driver throws an Exception the snapshot will have error_deleting status will not be usable. If Cinder driver logs the error silently then Openstack will probably mark the snapshot as deleted. What is the

Re: [openstack-dev] PyCon AU OpenStack Miniconf – Call for proposals now open!

2014-06-18 Thread Joshua Hesketh
Hello everybody, Just a quick reminder that the call for proposals closes at the end of Friday for the openstack miniconf in Brisbane, Australia http://openstack.pycon-au.org Cheers, Josh On 5/27/14 5:33 PM, Joshua Hesketh wrote: The OpenStack miniconf organisers for PyCon AU are pleased

Re: [openstack-dev] [nova][all] Tracking bug and patch statuses

2014-06-18 Thread Joe Gordon
On Sat, Jun 7, 2014 at 11:39 AM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: On 6/6/2014 1:40 AM, Joe Gordon wrote: Hi All, In the nova meeting this week, we discussed some of the shortcomings of our recent bug day, one of the ideas that was brought up was to do a better job of

Re: [openstack-dev] [nova] A modest proposal to reduce reviewer load

2014-06-18 Thread Joe Gordon
On Wed, Jun 18, 2014 at 5:19 PM, Clint Byrum cl...@fewbar.com wrote: Excerpts from Duncan Thomas's message of 2014-06-17 03:56:10 -0700: A far more effective way to reduce the load of trivial review issues on core reviewers is for none-core reviewers to get in there first, spot the

Re: [openstack-dev] [Nova] Nominating Ken'ichi Ohmichi for nova-core

2014-06-18 Thread wu jiang
Congratulation! On Wed, Jun 18, 2014 at 7:07 PM, Kenichi Oomichi oomi...@mxs.nes.nec.co.jp wrote: -Original Message- From: Michael Still [mailto:mi...@stillhq.com] Sent: Wednesday, June 18, 2014 7:54 PM To: OpenStack Development Mailing List (not for usage questions) Subject:

Re: [openstack-dev] [Neutron][ML2] Modular L2 agent architecture

2014-06-18 Thread Isaku Yamahata
What's the progress by Terry Wilson? If not much, I'm willing to file blueprint/spec and drive it. thanks, On Wed, Jun 18, 2014 at 07:00:59PM +0900, Isaku Yamahata isaku.yamah...@gmail.com wrote: Hi. Ryu provides ovs_vsctl.py library which is python equivalent to ovs-vsctl command. It speaks

Re: [openstack-dev] [Fuel] Bug squashing day on June, 17

2014-06-18 Thread Mike Scherbakov
+1 to this approach. Actually we've just created separate LP project for MOS: https://launchpad.net/mos, and all bugs related to openstack / linux code (not Fuel), should be tracked there. I still think that we should also adding other OpenStack projects by clicking on also affects where possible.

Re: [openstack-dev] [Fuel] Bug squashing day on June, 17

2014-06-18 Thread Mike Scherbakov
Actually I agree on tagging bugs as Roman suggests. If no one against, we can create official tags for every project (nova, neutron, etc.) - as long as it simplifies life and easy to use, I'm all for it. On Thu, Jun 19, 2014 at 6:26 AM, Mike Scherbakov mscherba...@mirantis.com wrote: +1 to

[openstack-dev] [neutron]Performance of security group

2014-06-18 Thread shihanzhang
Hello all, Now in neutron, it use iptable implementing security group, but the performance of this implementation is very poor, there is a bug:https://bugs.launchpad.net/neutron/+bug/1302272 to reflect this problem. In his test, with default security groups(which has remote security group),

Re: [openstack-dev] [neutron]Performance of security group

2014-06-18 Thread Kevin Benton
This sounds like a good idea to handle some of the performance issues until the ovs firewall can be implemented down the the line. Do you have any performance comparisons? On Jun 18, 2014 7:46 PM, shihanzhang ayshihanzh...@126.com wrote: Hello all, Now in neutron, it use iptable implementing

[openstack-dev] [horizon] UI for cinder volume type extra specs

2014-06-18 Thread Gary Smith
During our weekly horizon meeting this Tuesday, I requested that you review the horizon change https://review.openstack.org/#/c/64103/, which added support for volume type extra specs into horizon. This functionality is desired by the cinder team, and it will also be a model for the upcoming

Re: [openstack-dev] [neutron]Performance of security group

2014-06-18 Thread shihanzhang
Now I have not get accurate test data, but I can confirm the following points: 1. In compute node, the iptable's chain of a VM is liner, iptable filter it one by one, if a VM in default security group and this default security group have many members, but ipset chain is set, the time ipset