[openstack-dev] Problems with new Neutron service plugin

2014-07-29 Thread Maciej Nabożny
Hello! This is my first mail on this mailing list, so - hello everybody :) I'm trying to write extension and service plugin for Neutron, which adds support for something like floating port. This should be dnat/snat service for virtual machines. I was following this tutorial:

Re: [openstack-dev] [Fuel] Parallel deployment of secondary controllers

2014-07-29 Thread Sergii Golovatiuk
Hi, That's awesome! Thanks everyone who made this happen! This is a huge improvement! -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser On Tue, Jul 29, 2014 at 2:04 AM, Vladimir Kuklin vkuk...@mirantis.com wrote: Fuelers I am glad to announce that we have finally merged all

Re: [openstack-dev] [Fuel] Parallel deployment of secondary controllers

2014-07-29 Thread Mike Scherbakov
+1, this is great. We do have a few issues with HA though which block us from further testing. There is no evidence that this final patch enabling the feature caused those, but let's focus on investigation. Please no code merges if it's not related to basic BuildVerificationTests (BVT) we have.

Re: [openstack-dev] [Fuel] Authentication is turned on - Fuel API and UI

2014-07-29 Thread Lukasz Oles
In latest version of python-keystoneclient using admin_token in auth_token middleware was depracted. So in future we need to create configuration similar to openstack with nailgun_service user. In that configuration there should be no problem with upgrades. We can do it after 5.1. On Mon, Jul

Re: [openstack-dev] Problems with new Neutron service plugin

2014-07-29 Thread Jaume Devesa
Hello Maciej, can I see your code somewhere? I have written an extension recently and I might can help you. The blog post is quite similar of what I've done, so you should be close to get it work. Regards, jaume On 29 July 2014 08:28, Maciej Nabożny m...@mnabozny.pl wrote: Hello! This is

[openstack-dev] [neutron] spec template to use

2014-07-29 Thread Andreas Scheuring
Hi together, I found two blueprint templates for neutron The .rst file on github http://git.openstack.org/cgit/openstack/neutron-specs/tree/specs/template.rst and the one on the openstack wiki page https://wiki.openstack.org/wiki/Neutron/BlueprintTemplate Are both templates still valid or is

Re: [openstack-dev] [PKG-Openstack-devel] Bug#755315: [Trove] Should we stop using wsgi-intercept, now that it imports from mechanize? this is really bad!

2014-07-29 Thread Thomas Goirand
On 07/28/2014 04:04 AM, Chris Dent wrote: On Mon, 28 Jul 2014, Thomas Goirand wrote: That's exactly the version which I've been looking at. The thing is, when I run the unit test with that version, it just bombs on me because mechanize isn't there. How would you feel about it being

[openstack-dev] [Neutron] [IPv6] Hide ipv6 subnet API attributes

2014-07-29 Thread Nir Yechiel
Now with the Juno efforts to provide IPv6 support and some features (provider networks SLAAC, RADVD) already merged, is there any plan/patch to revert this Icehouse change [1] and make the 'ra_mode' and 'ipv6_address_mode' consumable? Thanks, Nir [1] https://review.openstack.org/#/c/85869/

[openstack-dev] [NFV][CI] The plan to bring up Snabb NFV CI for Juno-3

2014-07-29 Thread Luke Gorrie
Greetings fellow NFV'stas! I would like to explain and solicit feedback on our plan to support a new open source NFV system in Juno. This work is approved as low-priority/best-effort for Juno-3. (Yes, we do understand that we are fighting the odds in terms of the Juno schedule.) We are

Re: [openstack-dev] [Nova][Spec freeze exception] Controlled shutdown of GuestOS

2014-07-29 Thread Alessandro Pilotti
Glad to see that the Bp is hypervisor independent. We'll provide the Hyper-V implementation, based on this TODO comment: https://review.openstack.org/#/c/99916/3/nova/virt/hyperv/driver.py Thanks, Alessandro On 25.07.2014, at 03:08, Michael Still mi...@stillhq.com wrote: Yep, I think

Re: [openstack-dev] [Nova] Boot from ISO feature status

2014-07-29 Thread Daniel P. Berrange
On Mon, Jul 28, 2014 at 09:30:24AM -0700, Vishvananda Ishaya wrote: I think we should discuss adding/changing this functionality. I have had many new users assume that booting from an iso image would give them a root drive which they could snapshot. I was hoping that the new block device

[openstack-dev] [Ceilometer] Generate Event or Notification in Ceilometer

2014-07-29 Thread Duan, Li-Gong (Gary@HPServers-Core-OE-PSC)
Hi Folks, Are there any guide or examples to show how to produce a new event or notification add add a handler for this event in ceilometer? I am asked to implement OpenStack service monitoring which will send an event and trigger the handler once a service, say nova-compute, crashes, in a

Re: [openstack-dev] Problems with new Neutron service plugin

2014-07-29 Thread Maciej Nabożny
Yes, here is extension code: http://pastebin.com/btYQjwnr service plugin code: http://pastebin.com/ikKf80Fr and script, which makes requests to neutron: from neutronclient.neutron import client c = client.Client('2.0', tenant_name='admin', username='admin',

[openstack-dev] [nova] Questions on instance_system_metadata rows not being deleted

2014-07-29 Thread Chen CH Ji
Hi I am working on this bug [1] and [2] was submitted to try to fix it, unfortunately seems both way I can image failed to pass Jenkins test Do anyone have any idea on how to handle this problem or any mail has conclusion about it? Thanks for support ~ [1]

Re: [openstack-dev] Problems with new Neutron service plugin

2014-07-29 Thread Kashyap Chamarthy
On Tue, Jul 29, 2014 at 11:15:45AM +0200, Maciej Nabożny wrote: [Just a generic comment, not related to the extension code in question.] Yes, here is extension code: http://pastebin.com/btYQjwnr service plugin code: http://pastebin.com/ikKf80Fr Pastebins expire, it's useful to provide URLs

Re: [openstack-dev] [Neutron][policy] Group-based Policy code sprint

2014-07-29 Thread Sumit Naiksatam
The code sprint was pretty productive and attended by current and new members: https://wiki.openstack.org/wiki/Neutron/GroupPolicy/JunoCodeSprint We were able to fix some of our DB migration issues, and also make significant progress with the API intercept discussion. The following is a status

Re: [openstack-dev] Problems with new Neutron service plugin

2014-07-29 Thread Jaume Devesa
Maciej: have you loaded the service plugin in the neutron.conf? service_plugins = neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,neutron.services.loadbalancer.plugin.LoadBalancerPlugin,neutron.services.floatingports.FloatingPort Neutron needs to know what plugins to load at start up

Re: [openstack-dev] [PKG-Openstack-devel] Bug#755315: [Trove] Should we stop using wsgi-intercept, now that it imports from mechanize? this is really bad!

2014-07-29 Thread Chris Dent
On Tue, 29 Jul 2014, Thomas Goirand wrote: Sorry, I couldn't reply earlier. No problem. However, from *your* perspective, I wouldn't advise that you keep using such a dangerous, badly maintained Python module. Saying that it's optional may look like you think mechanize is ok and you are

[openstack-dev] [nova] stable branches failure to handle review backlog

2014-07-29 Thread Daniel P. Berrange
Looking at the current review backlog I think that we have to seriously question whether our stable branch review process in Nova is working to an acceptable level On Havana - 43 patches pending - 19 patches with a single +2 - 1 patch with a -1 - 0 patches wit a -2 - Stalest waiting

[openstack-dev] tempest api volume test failed

2014-07-29 Thread Nikesh Kumar Mahalka
I deployed a single node devstack on Ubuntu 14.04. This devstack belongs to Juno. 1) git clone https://github.com/openstack-dev/devstack.git 2)cd devstack 3)vi local.conf [[local|localrc]] ADMIN_PASSWORD=some_password DATABASE_PASSWORD=$ADMIN_PASSWORD RABBIT_PASSWORD=$ADMIN_PASSWORD

Re: [openstack-dev] [neutron] [not-only-neutron] How to Contribute upstream in OpenStack Neutron

2014-07-29 Thread Luke Gorrie
On 28 July 2014 11:37, Salvatore Orlando sorla...@nicira.com wrote: Therefore the likeness of your patch merging depends on the specific nature of the -1 you received. This is really a key point. Here is a pattern that's worth recognising: If your code is in reasonable shape but there is no

Re: [openstack-dev] [nova] stable branches failure to handle review backlog

2014-07-29 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 29/07/14 12:15, Daniel P. Berrange wrote: Looking at the current review backlog I think that we have to seriously question whether our stable branch review process in Nova is working to an acceptable level On Havana - 43 patches

Re: [openstack-dev] tempest api volume test failed

2014-07-29 Thread Duncan Thomas
You should be able to trace the failed request in the cinder-api and cinder-volume logs to find out what caused the error. Grepping for ERROR in both those logs is usually a good starting point. On 29 July 2014 11:10, Nikesh Kumar Mahalka nikeshmaha...@vedams.com wrote: I deployed a single node

Re: [openstack-dev] [Neutron] [IPv6] Hide ipv6 subnet API attributes

2014-07-29 Thread Henry Gessau
Nir Yechiel nyech...@redhat.com wrote: Now with the Juno efforts to provide IPv6 support and some features (provider networks SLAAC, RADVD) already merged, is there any plan/patch to revert this Icehouse change [1] and make the 'ra_mode' and 'ipv6_address_mode' consumable? Thanks, Nir

Re: [openstack-dev] [Manila] Incubation request

2014-07-29 Thread Thierry Carrez
Swartzlander, Ben a écrit : Manila has come a long way since we proposed it for incubation last autumn. Below are the formal requests. https://wiki.openstack.org/wiki/Manila/Incubation_Application https://wiki.openstack.org/wiki/Manila/Program_Application Anyone have anything to add

Re: [openstack-dev] Problems with new Neutron service plugin

2014-07-29 Thread Maciej Nabożny
Thank you very much! The constants list was the problem. I've also added empty list as result for get_floatingports and it works perfectly :) Maciek W dniu 29.07.2014, 12:09, Jaume Devesa pisze: Maciej: have you loaded the service plugin in the neutron.conf? service_plugins =

Re: [openstack-dev] [nova] stable branches failure to handle review backlog

2014-07-29 Thread Thierry Carrez
Ihar Hrachyshka a écrit : On 29/07/14 12:15, Daniel P. Berrange wrote: Looking at the current review backlog I think that we have to seriously question whether our stable branch review process in Nova is working to an acceptable level On Havana - 43 patches pending - 19 patches with

Re: [openstack-dev] tempest api volume test failed

2014-07-29 Thread Giulio Fidente
On 07/29/2014 12:43 PM, Duncan Thomas wrote: You should be able to trace the failed request in the cinder-api and cinder-volume logs to find out what caused the error. Grepping for ERROR in both those logs is usually a good starting point. Also, from the log lines you posted it seems a

Re: [openstack-dev] [neutron] requesting python-neutronclient release for MacAddressInUseClient exception

2014-07-29 Thread Kyle Mestery
On Mon, Jul 28, 2014 at 6:45 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: Nove needs a python-neutronclient release to use the new MacAddressInUseClient exception type defined here [1]. I'll spin a new client release today Matt, and reply back on this thread once that's complete.

Re: [openstack-dev] [neutron] [third-party] Update on third party CI in Neutron

2014-07-29 Thread Kyle Mestery
On Mon, Jul 28, 2014 at 1:42 PM, Hemanth Ravi hemanthrav...@gmail.com wrote: Kyle, One Convergence CI has been fixed (setup issue) and is running without the failures for ~10 days now. Updated the etherpad. Thanks for the update Hemanth, much appreciated! Kyle Thanks, -hemanth On Fri,

Re: [openstack-dev] [Neutron][LBaaS] Status and Expectations for Juno

2014-07-29 Thread Kyle Mestery
This all looks good to me. My only concern is that we need to land a driver in Juno as well. The HA-proxy based, agent-less driver which runs on the API node is the only choice here, right? Otherwise, the scalable work is being done in Octavia. Is that correct? On Mon, Jul 28, 2014 at 2:46 PM,

Re: [openstack-dev] [neutron] spec template to use

2014-07-29 Thread Kyle Mestery
On Tue, Jul 29, 2014 at 3:12 AM, Andreas Scheuring andreas.scheur...@de.ibm.com wrote: Hi together, I found two blueprint templates for neutron The .rst file on github http://git.openstack.org/cgit/openstack/neutron-specs/tree/specs/template.rst and the one on the openstack wiki page

[openstack-dev] [Neutron] Managing change in gerrit which depends on multiple other changes in review

2014-07-29 Thread Evgeny Fedoruk
Hi folks, I'm working on a change for neutron LBaaS service. Since there is a massive work done for LBaaS these days, my change depends on other changes being reviewed in parallel in gerrit. I don't have a big git knowledge and I'm failing in figuring out the right procedure that should be

Re: [openstack-dev] [nova] stable branches failure to handle review backlog

2014-07-29 Thread Daniel P. Berrange
On Tue, Jul 29, 2014 at 02:04:42PM +0200, Thierry Carrez wrote: Ihar Hrachyshka a écrit : At the dawn of time there were no OpenStack stable branches, each distribution was maintaining its own stable branches, duplicating the backporting work. At some point it was suggested (mostly by RedHat

Re: [openstack-dev] [nova] stable branches failure to handle review backlog

2014-07-29 Thread Thierry Carrez
Daniel P. Berrange wrote: The situation I'm seeing is that the broader community believe that the Nova core team is responsible for the nova stable branches. When stuff sits in review for ages it is the core team that is getting pinged about it and on the receiving end of the complaints the

Re: [openstack-dev] [Neutron] [IPv6] Hide ipv6 subnet API attributes

2014-07-29 Thread Collins, Sean
On Tue, Jul 29, 2014 at 04:40:33AM EDT, Nir Yechiel wrote: Now with the Juno efforts to provide IPv6 support and some features (provider networks SLAAC, RADVD) already merged, is there any plan/patch to revert this Icehouse change [1] and make the 'ra_mode' and 'ipv6_address_mode' consumable?

Re: [openstack-dev] [all] Tracking unapproved specs in milestone plans

2014-07-29 Thread Sergey Lukjanov
+1, it sounds like the best approach for such situation. On Sat, Jul 19, 2014 at 1:18 AM, Russell Bryant rbry...@redhat.com wrote: On 07/18/2014 11:38 AM, Thierry Carrez wrote: Hi everyone, At the last cross-project/release meeting we discussed the need to track yet-unapproved specs in

[openstack-dev] Hyper-V meeting this week.

2014-07-29 Thread Peter Pouliot
Hi All, Due to key members of our team travelling this week we will have to postpone the meeting. We'll reconvene next week at the usual time. Peter J. Pouliot CISSP Sr. SDET OpenStack Microsoft New England Research Development Center 1 Memorial Drive Cambridge, MA 02142 P: 1.(857).4536436 E:

[openstack-dev] [NFV] Ready to change the meeting time?

2014-07-29 Thread Steve Gordon
Hi all, I have recently had a few people express concern to me that the current meeting time is preventing their attendance at the meeting. As we're still using the original meeting time we discussed using for a trial period immediately after summit it is probably time we reassess anyway. I

Re: [openstack-dev] [Nova] Boot from ISO feature status

2014-07-29 Thread Maksym Lobur
Hi Daniel, Thanks for the feedback. I have two questions: 1. Is it available in Havana? 2. Is it possible to to say that the glance image should be fetched to a CDROM device (and disk file named 'iso'), and the root disk should be created blank according to the flavor settings (disk file named

Re: [openstack-dev] [Ceilometer] Generate Event or Notification in Ceilometer

2014-07-29 Thread Jay Pipes
On 07/29/2014 02:05 AM, Duan, Li-Gong (Gary@HPServers-Core-OE-PSC) wrote: Hi Folks, Are there any guide or examples to show how to produce a new event or notification add add a handler for this event in ceilometer? I am asked to implement OpenStack service monitoring which will send an event

[openstack-dev] [Neutron] nova-network as ML2 mechanism?

2014-07-29 Thread Jonathan Proulx
Hi All, Would making an nova-network mechanism driver for the ml2 plugin be possible? I'm an operator not a developer so apologies if this has been discussed and is either planned or impossible, but a quick web search didn't hit anything. As an operator I would envision this a a transition

Re: [openstack-dev] [Nova] Boot from ISO feature status

2014-07-29 Thread Nikola Đipanov
On 07/29/2014 11:03 AM, Daniel P. Berrange wrote: On Mon, Jul 28, 2014 at 09:30:24AM -0700, Vishvananda Ishaya wrote: I think we should discuss adding/changing this functionality. I have had many new users assume that booting from an iso image would give them a root drive which they could

Re: [openstack-dev] [NFV][CI][third-party] The plan to bring up Snabb NFV CI for Juno-3

2014-07-29 Thread Steve Gordon
- Original Message - From: Luke Gorrie l...@snabb.co To: OpenStack Development Mailing List openstack-dev@lists.openstack.org Greetings fellow NFV'stas! I would like to explain and solicit feedback on our plan to support a new open source NFV system in Juno. This work is approved

Re: [openstack-dev] [nova] stable branches failure to handle review backlog

2014-07-29 Thread Jay Pipes
On 07/29/2014 06:13 AM, Daniel P. Berrange wrote: On Tue, Jul 29, 2014 at 02:04:42PM +0200, Thierry Carrez wrote: Ihar Hrachyshka a écrit : At the dawn of time there were no OpenStack stable branches, each distribution was maintaining its own stable branches, duplicating the backporting work.

[openstack-dev] [nova] bug discussion at mid cycle meet up

2014-07-29 Thread Tracy Jones
At the mid-cycle meet-up yesterday we spent some time looking at our bug dashboard (http://54.201.139.117/nova-bugs.html) and talking about things we can do to help focus on bugs. We came up with the following ideas. I’d like folks to weigh in on these i if you have some ideas or concerns.

Re: [openstack-dev] [nova] stable branches failure to handle review backlog

2014-07-29 Thread Daniel P. Berrange
On Tue, Jul 29, 2014 at 08:30:09AM -0700, Jay Pipes wrote: On 07/29/2014 06:13 AM, Daniel P. Berrange wrote: On Tue, Jul 29, 2014 at 02:04:42PM +0200, Thierry Carrez wrote: Ihar Hrachyshka a écrit : At the dawn of time there were no OpenStack stable branches, each distribution was maintaining

Re: [openstack-dev] [neutron] requesting python-neutronclient release for MacAddressInUseClient exception

2014-07-29 Thread Kyle Mestery
On Tue, Jul 29, 2014 at 7:46 AM, Kyle Mestery mest...@mestery.com wrote: On Mon, Jul 28, 2014 at 6:45 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: Nove needs a python-neutronclient release to use the new MacAddressInUseClient exception type defined here [1]. I'll spin a new client

[openstack-dev] New python-neutronclient release: 2.3.6

2014-07-29 Thread Kyle Mestery
Hi all: I've just pushed a new release of python-neutronclient out. This was mainly to address the issue of Nova being able to use the new MacAddressInUseClient exception [1]. In addition, the following, changes are also a part of this release: b21cafa Remove strict checking of encryption type

Re: [openstack-dev] [Neutron] Managing change in gerrit which depends on multiple other changes in review

2014-07-29 Thread Doug Wiegley
Hi Evgeny, I’m not sure I’m doing it in the most efficient way, so I’d love to hear pointers, but what I’ve been doing: First, to setup the dependent commit, the command is “git review –d”. I’ve been using this guide: http://www.mediawiki.org/wiki/Gerrit/Advanced_usage#Create_a_dependency

Re: [openstack-dev] [Neutron][LBaaS] Status and Expectations for Juno

2014-07-29 Thread Doug Wiegley
Yes. There is an outside chance that someone can re-add the agent after we get the agent-less driver in, for Juno, but if v2 is not going to be the default extension, I’m not sure it’s worth the effort, since some version of Octavia should land in Kilo, during which I would also expect v2 to

Re: [openstack-dev] [neutron] requesting python-neutronclient release for MacAddressInUseClient exception

2014-07-29 Thread Matt Riedemann
On 7/29/2014 9:15 AM, Kyle Mestery wrote: On Tue, Jul 29, 2014 at 7:46 AM, Kyle Mestery mest...@mestery.com wrote: On Mon, Jul 28, 2014 at 6:45 PM, Matt Riedemann mrie...@linux.vnet.ibm.com wrote: Nove needs a python-neutronclient release to use the new MacAddressInUseClient exception type

Re: [openstack-dev] [NFV][CI][third-party] The plan to bring up Snabb NFV CI for Juno-3

2014-07-29 Thread Luke Gorrie
Hi Steve, On 29 July 2014 17:21, Steve Gordon sgor...@redhat.com wrote: I've added the [third-party] tag as well to ensure this catches the broadest segment of relevant people. Thanks! are any modifications to upstream Open vSwitch required to support Snabb? Good question. No, this uses

[openstack-dev] [nova] objects notifications

2014-07-29 Thread Gary Kotton
Hi, When reviewing https://review.openstack.org/#/c/107954/ it occurred to me that maybe we should consider having some kind of generic object wrapper that could do notifications for objects. Any thoughts on this? Thanks Gary ___ OpenStack-dev mailing

[openstack-dev] [all] oslo.utils 0.1.1 released

2014-07-29 Thread Davanum Srinivas
The Oslo team is pleased to announce the first release of oslo.utils, the library that replaces several utils modules from oslo-incubator: https://github.com/openstack/oslo.utils/tree/master/oslo/utils The new library has been uploaded to PyPI, and there is a changeset in the queue update the

Re: [openstack-dev] [Glance] Anyone using owner_is_tenant = False with image members?

2014-07-29 Thread Mark Washenberger
On Thu, Jul 24, 2014 at 9:48 AM, Scott Devoid dev...@anl.gov wrote: So it turns out that fixing this issue is not very simple. It turns out that there are stubbed out openstack.common.policy checks in the glance-api code, which are pretty much useless because they do not use the image as a

Re: [openstack-dev] [glance] Use Launcher/ProcessLauncher in glance

2014-07-29 Thread Mark Washenberger
On Mon, Jul 28, 2014 at 8:12 AM, Tailor, Rajesh rajesh.tai...@nttdata.com wrote: Hi All, I have submitted the patch Made provision for glance service to use Launcher to the community gerrit. Pl refer: https://review.openstack.org/#/c/110012/ I have also set the workflow to 'work in

Re: [openstack-dev] [nova] objects notifications

2014-07-29 Thread Lance Bragstad
Keystone has a notifications module that is based on this idea. When implementing notification in Keystone, we wanted it to be easy to deliver notifications on new resources and extensions [1], which is where the idea of the wrapper came from. With that framework in place, we wrap our CRUD methods

Re: [openstack-dev] [NFV][CI] The plan to bring up Snabb NFV CI for Juno-3

2014-07-29 Thread Luke Gorrie
On 29 July 2014 10:48, Luke Gorrie l...@snabb.co wrote: We are developing a practical open source NFV implementation for OpenStack. This is for people who want to run tens of millions of packets per second through Virtio-net on each compute node. Incidentally, we do currently achieve ~ line

Re: [openstack-dev] [NFV][CI][third-party] The plan to bring up Snabb NFV CI for Juno-3

2014-07-29 Thread Steve Gordon
- Original Message - From: Luke Gorrie l...@snabb.co To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Cc: Nikolay Nikolaev n.nikol...@virtualopensystems.com Sent: Tuesday, July 29, 2014 12:28:55 PM Subject: Re: [openstack-dev]

Re: [openstack-dev] [nova] bug discussion at mid cycle meet up

2014-07-29 Thread Russell Bryant
On 07/29/2014 11:43 AM, Tracy Jones wrote: 3. We have bugs that are really not bugs but features, or performance issues. They really should be a BP not a bug, but we don’t want these things to fall off the radar so they are bugs… But we don’t really know what to do with them. Should they be

Re: [openstack-dev] [nova] objects notifications

2014-07-29 Thread Mike Spreitzer
Gary Kotton gkot...@vmware.com wrote on 07/29/2014 12:43:08 PM: Hi, When reviewing https://review.openstack.org/#/c/107954/ it occurred to me that maybe we should consider having some kind of generic object wrapper that could do notifications for objects. Any thoughts on this? I am not

Re: [openstack-dev] [Neutron][LBaaS] Status and Expectations for Juno

2014-07-29 Thread Stephen Balukoff
Just to put my $0.02 in: While it's a little disappointing that we won't get everything into Juno that we'd like, I think the effort this team has put into getting us to where we are is laudable. Although I would really like to see L7 land as well, I have no problem with the prioritization as

Re: [openstack-dev] [nova] bug discussion at mid cycle meet up

2014-07-29 Thread Jay Pipes
On 07/29/2014 11:48 AM, Russell Bryant wrote: On 07/29/2014 11:43 AM, Tracy Jones wrote: 3. We have bugs that are really not bugs but features, or performance issues. They really should be a BP not a bug, but we don’t want these things to fall off the radar so they are bugs… But we don’t

Re: [openstack-dev] [nova] stable branches failure to handle review backlog

2014-07-29 Thread Russell Bryant
On 07/29/2014 12:12 PM, Daniel P. Berrange wrote: Sure there was some debate about what criteria were desired acceptance when stable trees were started. Once the criteria are defined I don't think it is credible to say that people are incapable of following the rules. In the unlikely event

[openstack-dev] [neutron] python-neutronclient, launchpad, and milestones

2014-07-29 Thread Kyle Mestery
All: I spent some time today cleaning up python-neutronclient in LP. I created a 2.3 series, and created milestones for the 2.3.5 (June 26) and 2.3.6 (today) releases. I also targeted bugs which were released in those milestones to the appropriate places. My next step is to remove the 3.0 series,

Re: [openstack-dev] [cinder][qa] cinder client versions and tempest

2014-07-29 Thread Mike Perez
On 16:19 Thu 24 Jul , David Kranz wrote: I noticed that the cinder list-extensions url suffix is underneath the v1/v2 in the GET url but the returned result is the same either way. Some of the returned items have v1 in the namespace, and others v2. For XML, the namespace is different.

Re: [openstack-dev] [Neutron][CI] VMware mine sweeper for Neutron temporarily disabled

2014-07-29 Thread Salvatore Orlando
Minesweeper for Neutron is now running again. We updated the image for our compute nodes to ensure it is compliant with commit [1]. We are still observing occasional infrastructure-related issues manifesting as request timeout failures. We will soon whitelist those failures so that mine sweeper

Re: [openstack-dev] [neutron] python-neutronclient, launchpad, and milestones

2014-07-29 Thread Nader Lahouti
Hi Kyle, I have a BP listed in https://blueprints.launchpad.net/python-neutronclient and looks like it is targeted for 3.0 (it is needed fro juno-3) The code is ready and in the review. Can it be a included for 2.3.7 release? Thanks, Nader. On Tue, Jul 29, 2014 at 12:28 PM, Kyle Mestery

[openstack-dev] [QA] Meeting Thursday July 31 at 17:00UTC

2014-07-29 Thread David Kranz
Just a quick reminder that the weekly OpenStack QA team IRC meeting will be this Thursday, July 31st at 17:00 UTC in the #openstack-meeting channel. The agenda for Thursday's meeting can be found here: https://wiki.openstack.org/wiki/Meetings/QATeamMeeting Anyone is welcome to add an item to the

[openstack-dev] [heat] Saving the original raw template in the DB

2014-07-29 Thread Ton Ngo
Hi everyone, The raw template saved in the DB used to be the original template that a user submits. With the recent fix for stack update, it now reflects the template that is actually deployed, so it may be different from the original template because some resources may fail to deploy. I

[openstack-dev] [TripleO] Spec process

2014-07-29 Thread James Slagle
Last week at the TripleO midcycle we discussed the spec process that we've adopted. Overall, I think most folks are liking the specs themselves. I heard general agreement that we're helping to tease out issues and potential implementation disagreements earlier in the process, and that's a good

[openstack-dev] [nova] bp/pxe boot

2014-07-29 Thread Angelo Matarazzo
Hi folks, I would add the pxe boot capability to Nova/libvirt and Horizon too. Currently, compute instances must be booted from images (or snapshots) stored in Glance or volumes stored in Cinder. Our idea (as you can find below) is already described there [1] [2] and aims to provide a design for

Re: [openstack-dev] [neutron] python-neutronclient, launchpad, and milestones

2014-07-29 Thread Kyle Mestery
On Tue, Jul 29, 2014 at 3:50 PM, Nader Lahouti nader.laho...@gmail.com wrote: Hi Kyle, I have a BP listed in https://blueprints.launchpad.net/python-neutronclient and looks like it is targeted for 3.0 (it is needed fro juno-3) The code is ready and in the review. Can it be a included for

Re: [openstack-dev] [nova] vhost-scsi support in Nova

2014-07-29 Thread Mike Perez
On 11:08 Fri 25 Jul , Stefan Hajnoczi wrote: On Fri, Jul 25, 2014 at 10:47 AM, Nicholas A. Bellinger n...@linux-iscsi.org wrote: As mentioned, we'd like the Nova folks to consider vhost-scsi support as a experimental feature for the Juno release of Openstack, given the known caveats.

Re: [openstack-dev] [heat] Saving the original raw template in the DB

2014-07-29 Thread Clint Byrum
Excerpts from Ton Ngo's message of 2014-07-29 13:53:12 -0700: Hi everyone, The raw template saved in the DB used to be the original template that a user submits. With the recent fix for stack update, it now reflects the template that is actually deployed, so it may be different from

[openstack-dev] [Congress] data-source renovation

2014-07-29 Thread Tim Hinrichs
Hi all, As I mentioned in a previous IRC, when writing our first few policies I had trouble using the tables we currently use to represent external data sources like Nova/Neutron. The main problem is that wide tables (those with many columns) are hard to use. (a) it is hard to remember

[openstack-dev] [neutron][policy] Bridging the 2-group gap in group policy

2014-07-29 Thread Ryan Moats
As promised in Monday's Neutron IRC minutes [1], this mail is a trip down memory lane looking at the history of the Neutron GP project.. The original GP google doc [2] included specifying policy via both a produce/consume 1-group approach and as a link between two groups. There was an email

Re: [openstack-dev] ova support in glance

2014-07-29 Thread Bhandaru, Malini K
Hello Everyone! We were discussing the following blueprint in Glance: Enhanced-Platform-Awareness-OVF-Meta-Data-Import :https://review.openstack.org/#/c/104904/ The OVA format is very rich and the proposal here in its first incarnation is to essentially Untar the ova package, andimport the

[openstack-dev] [nova][qa] turbo-hipster seems very unhappy

2014-07-29 Thread Matt Riedemann
I've seen t-h failing on many patches today, most that aren't touching the database migrations, but it's primarily catching my attention because of the failure on this change: https://review.openstack.org/#/c/109660/ It looks like a pretty simple issue of the decorator package not being in

Re: [openstack-dev] [Neutron] Managing change in gerrit which depends on multiple other changes in review

2014-07-29 Thread Brandon Logan
Hi Evgeny and Doug, So the thing to keep in mind is that Gerrit determines a new review by the change-id in the commit message. It then determines patch sets by the commit hashes. This is my understanding of it at least. A commit's hash gets changed on many actions such as cherry-picks,

[openstack-dev] [Neutron] Not support dnsmasq 2.63?

2014-07-29 Thread Xuhan Peng
We bumped the minimum version of dnsmasq to 2.63 a while ago by this code change: https://review.openstack.org/#/c/105378/ However, currently we still kind of support earlier version of dnsmasq because we only give a warning and don't exit the program when we find dnsmasq version is less than

Re: [openstack-dev] [Neutron] Not support dnsmasq 2.63?

2014-07-29 Thread Kyle Mestery
On Tue, Jul 29, 2014 at 8:51 PM, Xuhan Peng pengxu...@gmail.com wrote: We bumped the minimum version of dnsmasq to 2.63 a while ago by this code change: https://review.openstack.org/#/c/105378/ However, currently we still kind of support earlier version of dnsmasq because we only give a

Re: [openstack-dev] [nova] objects notifications

2014-07-29 Thread Jay Lau
Its a good idea to have a generic way to handle object notifications. Considering that different objects might have different payload and different logic for handling payload, we may need some clear design for this. Seems a bp is needed for this. Thanks. 2014-07-30 2:49 GMT+08:00 Mike Spreitzer

[openstack-dev] [Keystone] Survey on Token Provider Usage

2014-07-29 Thread Morgan Fainberg
Hi! The Keystone team is looking for feedback from the community on what type of Keystone Token is being used in your OpenStack deployments. This is to help us understand the use of the different providers and get information on the reasoning (if possible) that that token provider is being

Re: [openstack-dev] [Manila] Incubation request

2014-07-29 Thread Swartzlander, Ben
On Tue, 2014-07-29 at 13:38 +0200, Thierry Carrez wrote: Swartzlander, Ben a écrit : Manila has come a long way since we proposed it for incubation last autumn. Below are the formal requests. https://wiki.openstack.org/wiki/Manila/Incubation_Application

Re: [openstack-dev] [nova] objects notifications

2014-07-29 Thread Dan Smith
When reviewing https://review.openstack.org/#/c/107954/ it occurred to me that maybe we should consider having some kind of generic object wrapper that could do notifications for objects. Any thoughts on this? I think it might be good to do this in a repeatable, but perhaps not totally

Re: [openstack-dev] [NFV] Ready to change the meeting time?

2014-07-29 Thread Isaku Yamahata
Hi Steve. The timeslot of 5:00AM UTC(Tuesday) 30min clashes with it. https://wiki.openstack.org/wiki/Meetings/ServiceVM Please disable this time slot. thanks, On Tue, Jul 29, 2014 at 10:53:21AM -0400, Steve Gordon sgor...@redhat.com wrote: Hi all, I have recently had a few people express

Re: [openstack-dev] [ALL] Removing the tox==1.6.1 pin

2014-07-29 Thread Matt Riedemann
On 7/25/2014 2:38 PM, Clark Boylan wrote: Hello, The recent release of tox 1.7.2 has fixed the {posargs} interpolation issues we had with newer tox which forced us to be pinned to tox==1.6.1. Before we can remove the pin and start telling people to use latest tox we need to address a new