Re: [openstack-dev] [neutron][ovo] NeutronDbObject concurrency issues

2016-05-23 Thread Gary Kotton
Hi, We have used tooz to enable concurrency. Zookeeper and Redis worked well. I think that it is certainly something that we need to consider. The challenge becomes a deployment. Thanks Gary From: Damon Wang Reply-To: OpenStack List

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Geoff O'Callaghan
> On 24 May 2016, at 3:13 PM, Clint Byrum wrote: > > [snip] > those other needs. Grab a python developer, land some code, and your > feature is there. s/python/whateverlanguage/ > >> I also never said, ship the source code and say ‘good luck’. What I did >> imply was,

[openstack-dev] [tacker] Cancelling Tacker weekly IRC meeting on Tuesday 05/24

2016-05-23 Thread Sridhar Ramaswamy
Please continue to get the spec reviews going and reach out in #tacker channel to flag any issues. - Sridhar On Mon, May 23, 2016 at 2:01 PM, Sridhar Ramaswamy wrote: > Tackers - > > Does anyone have a specific agenda item for tomorrow's IRC weekly meeting? > I know many

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Clint Byrum
Excerpts from Geoff O'Callaghan's message of 2016-05-24 14:34:46 +1000: > > > On 24 May 2016, at 2:04 PM, Clint Byrum wrote: > > > > Excerpts from Geoff O'Callaghan's message of 2016-05-24 10:59:13 +1000: > >> Surely openstack is defined by it’s capabilities and interfaces

[openstack-dev] [Swift3] improve multi-delete performance

2016-05-23 Thread Kirubakaran Kaliannan
Hi, The multi_delete in swift3, perform sequential DELETE. In my 3 storage-node configuration to delete a 1000 objects, it took 30 second. Following code change to create 100 thread pool to delete 1000 object took only 12 second. (This may even reduce if more storage nodes in picture).

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Geoff O'Callaghan
> On 24 May 2016, at 2:04 PM, Clint Byrum wrote: > > Excerpts from Geoff O'Callaghan's message of 2016-05-24 10:59:13 +1000: >> Surely openstack is defined by it’s capabilities and interfaces rather than >> it’s internals. Given the simplistic view that openstack is a

Re: [openstack-dev] [OVN] [networking-ovn] [networking-sfc] SFC and OVN

2016-05-23 Thread Ryan Moats
John McDowall wrote on 05/18/2016 03:55:14 PM: > From: John McDowall > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: "disc...@openvswitch.org" , "OpenStack > Development Mailing List"

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Clint Byrum
Excerpts from Geoff O'Callaghan's message of 2016-05-24 10:59:13 +1000: > Surely openstack is defined by it’s capabilities and interfaces rather than > it’s internals. Given the simplistic view that openstack is a collection of > micro services connected by well defined api’s does it really

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Morgan Fainberg
On Mon, May 23, 2016 at 4:28 PM, Gregory Haynes wrote: > On Mon, May 23, 2016, at 05:24 PM, Morgan Fainberg wrote: > > > > On Mon, May 23, 2016 at 2:57 PM, Gregory Haynes > wrote: > > On Fri, May 20, 2016, at 07:48 AM, Thierry Carrez wrote: > > John

Re: [openstack-dev] [glance] [defcore] [interop] Proposal for a virtual sync dedicated to Import Refactor May 26th

2016-05-23 Thread Mike Perez
On 18:00 May 20, Nikhil Komawar wrote: > Hello all, > > > I want to propose having a dedicated virtual sync next week Thursday May > 26th at 1500UTC for one hour on the Import Refactor work [1] ongoing in > Glance. We are making a few updates to the spec; so it would be good to > have everyone

Re: [openstack-dev] [javascript] Seeking contributors, js-generator-openstack

2016-05-23 Thread Zhang Yujun
Hi, all I'm happy to join the js-generator-openstack project. We have listed the todos in story board on https://storyboard.openstack.org/#!/project/842 Please feel free to take them and make contribution. -- Yujun Zhang On Mon, May 23, 2016 at 11:46 PM Michael Krotscheck

Re: [openstack-dev] [neutron][ovo] NeutronDbObject concurrency issues

2016-05-23 Thread Damon Wang
Hi, I want to add an option which handle by another project Tooz. https://github.com/openstack/tooz with redis or some other drivers, it seems pretty a good choice. Any comments? Wei Wang 2016-05-17 6:53 GMT+08:00 Ilya Chukhnakov : > > On 16 May 2016, at 20:01,

Re: [openstack-dev] [OVN] [networking-ovn] [networking-sfc] SFC and OVN

2016-05-23 Thread Ryan Moats
John-   My apologies for not answering this sooner - I was giving a two day training on Tues/Wed last week and came back to my son graduating from HS the next day, so thiings have been a bit of a whirlwind here.   Looking at the github repos, I like the idea of passing a dictionary from

Re: [openstack-dev] [Magnum][Octavia] Need help for LBaaS v2

2016-05-23 Thread 王华
Hi Michael, Thank you for your help. Do you need any other logs to debug this problem? Regards, Wanghua On Tue, May 24, 2016 at 12:31 AM, Michael Johnson wrote: > Hi Wanghua, > > From the o-cw log, it looks like the amphora service VM did not boot > properly or the

Re: [openstack-dev] [openstack-operators][cinder] max_concurrent_builds in Cinder

2016-05-23 Thread John Griffith
On Mon, May 23, 2016 at 8:32 AM, Ivan Kolodyazhny wrote: > Hi developers and operators, > I would like to get any feedback from you about my idea before I'll start > work on spec. > > In Nova, we've got max_concurrent_builds option [1] to set 'Maximum number > of instance builds

[openstack-dev] [nova] Suggest to not deprecate os-migrations API

2016-05-23 Thread Zhenyu Zheng
Hi All, According to https://github.com/openstack/nova/blob/master/releasenotes/notes/os-migrations-ef225e5b309d5497.yaml , we are going to deprecate the old os-migrations API, and two new APIs: /servers/{server uuid}/migrations and /servers/{server uuid}/migrations/{migration id} is added. As

Re: [openstack-dev] [tricircle] Launch work group for cross-pod L2 networking feature

2016-05-23 Thread Yipei Niu
Hi, all, Since I have to attend the dissertation defense of my master degree on Wednesday morning, I cannot attend the group meeting. Sorry about that. If it is inconvenient to reschedule the meeting, I will keep online in #openstack-tricircle so as to receive the meeting log. Best regards,

Re: [openstack-dev] [PTLs][all][mentoring] Mentors needed in specific technical areas

2016-05-23 Thread Sean McGinnis
Hi Emily, You have a couple spots in your message that look like they were supposed to be hyperlinks. Do you have those links to the guidelines and sign up form? Great program - glad to see it's taking off! Thanks, Sean On Mon, May 23, 2016 at 10:24:57AM -0400, Emily K Hugenbruch wrote: > >

Re: [openstack-dev] [openstack-operators][cinder] max_concurrent_builds in Cinder

2016-05-23 Thread Sean McGinnis
On Mon, May 23, 2016 at 05:32:45PM +0300, Ivan Kolodyazhny wrote: > Hi developers and operators, > I would like to get any feedback from you about my idea before I'll start > work on spec. > > In Nova, we've got max_concurrent_builds option [1] to set 'Maximum number > of instance builds to run

Re: [openstack-dev] [neutron] DHCP Agent Scheduling for Segments

2016-05-23 Thread Carl Baldwin
It would be worth looking at the code that adds AZ awareness to DHCP scheduling. There might be something to learn. However, by design, segments and AZs are orthogonal concepts that don't force any kind of correlation. There are segments that span AZs and AZs that span segments. I really want

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Geoff O'Callaghan
Surely openstack is defined by it’s capabilities and interfaces rather than it’s internals. Given the simplistic view that openstack is a collection of micro services connected by well defined api’s does it really matter what code is used inside that micro service (or macro service )? If

Re: [openstack-dev] [all] when are your mid-cycle meetups?

2016-05-23 Thread Nikhil Komawar
On 5/23/16 5:57 PM, Anita Kuno wrote: > On 05/23/2016 05:36 PM, Nikhil Komawar wrote: >> FYI, >> >> Glance one was cancelled (so can't put on the wiki), as we are >> preferring the virtual one for more participation. >> >> http://lists.openstack.org/pipermail/openstack-dev/2016-May/095591.html >

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Erno Kuvaja
On Tue, May 24, 2016 at 12:28 AM, Gregory Haynes wrote: > On Mon, May 23, 2016, at 05:24 PM, Morgan Fainberg wrote: > > > > On Mon, May 23, 2016 at 2:57 PM, Gregory Haynes > wrote: > > On Fri, May 20, 2016, at 07:48 AM, Thierry Carrez wrote: > > John

Re: [openstack-dev] [oslo.service] Lifecycle Hooks

2016-05-23 Thread Joshua Harlow
Doug Hellmann wrote: Excerpts from Kanagaraj Manickam's message of 2016-05-18 19:48:13 +0530: DIms, Use case could be anything, which would needed by either operator/community, who wants to perform an required task before and after service is started. This requirement is very generic by

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Gregory Haynes
On Mon, May 23, 2016, at 05:24 PM, Morgan Fainberg wrote: > > > On Mon, May 23, 2016 at 2:57 PM, Gregory Haynes > wrote: >> On Fri, May 20, 2016, at 07:48 AM, Thierry Carrez wrote: >> > John Dickinson wrote: >> > > [...] >> > >> So the real question we need to answer is...

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Morgan Fainberg
On Mon, May 23, 2016 at 2:57 PM, Gregory Haynes wrote: > On Fri, May 20, 2016, at 07:48 AM, Thierry Carrez wrote: > > John Dickinson wrote: > > > [...] > > >> So the real question we need to answer is... where does OpenStack > > >> stop, and where does the wider open source

Re: [openstack-dev] [all] when are your mid-cycle meetups?

2016-05-23 Thread Anita Kuno
On 05/23/2016 05:36 PM, Nikhil Komawar wrote: > FYI, > > Glance one was cancelled (so can't put on the wiki), as we are > preferring the virtual one for more participation. > > http://lists.openstack.org/pipermail/openstack-dev/2016-May/095591.html Did you add it to the wiki page for virtual

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Gregory Haynes
On Fri, May 20, 2016, at 07:48 AM, Thierry Carrez wrote: > John Dickinson wrote: > > [...] > >> So the real question we need to answer is... where does OpenStack > >> stop, and where does the wider open source community start ? If > >> OpenStack is purely an "integration engine", glue code for

Re: [openstack-dev] [all] when are your mid-cycle meetups?

2016-05-23 Thread Nikhil Komawar
FYI, Glance one was cancelled (so can't put on the wiki), as we are preferring the virtual one for more participation. http://lists.openstack.org/pipermail/openstack-dev/2016-May/095591.html On 5/23/16 5:18 PM, Doug Hellmann wrote: > We are trying to help the organizers of the community bug

[openstack-dev] [all] when are your mid-cycle meetups?

2016-05-23 Thread Doug Hellmann
We are trying to help the organizers of the community bug squash event choose good dates for their Newton event. We would like to avoid any sprints or mid-cycles, but there aren't very many listed in the wiki [1]. If your team is planning an event, please list it so we can do our best to avoid

Re: [openstack-dev] profiling - eg neutron-vpn-agent

2016-05-23 Thread Rick Jones
On 05/23/2016 01:33 PM, Kevin Benton wrote: I've found that the issue is that if you interrupt with ctrl-C it won't write the profile. However, sending it a SIGTERM with the 'kill' command did the trick when I was using cprofile. I think oslo service calls os.exit right on SIGINT so the profiler

[openstack-dev] [tacker] any agenda item for tomorrow's IRC meeting ?

2016-05-23 Thread Sridhar Ramaswamy
Tackers - Does anyone have a specific agenda item for tomorrow's IRC weekly meeting? I know many specs are in flight and reviews are happening in gerrit. If I don't hear any specific topics to discuss by 10:00 UTC I'll cancel the meeting and give an hour back. - Sridhar

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Gregory Haynes
On Mon, May 23, 2016, at 02:57 PM, Sean Dague wrote: > On 05/23/2016 03:34 PM, Gregory Haynes wrote: > > > > On Mon, May 23, 2016, at 11:48 AM, Doug Hellmann wrote: > >> Excerpts from Chris Dent's message of 2016-05-23 17:07:36 +0100: > >>> On Mon, 23 May 2016, Doug Hellmann wrote: >

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Chris Dent
On Mon, 23 May 2016, Gregory Haynes wrote: Excerpts from Chris Dent's message of 2016-05-20 14:16:15 +0100: I don't think language does (or should) have anything to do with it. The question is whether or not the tool (whether service or dependent library) is useful to and usable outside the

Re: [openstack-dev] profiling - eg neutron-vpn-agent

2016-05-23 Thread Kevin Benton
I've found that the issue is that if you interrupt with ctrl-C it won't write the profile. However, sending it a SIGTERM with the 'kill' command did the trick when I was using cprofile. I think oslo service calls os.exit right on SIGINT so the profiler doesn't get a chance to write out. On May 23,

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Joshua Harlow
Sean Dague wrote: On 05/23/2016 03:34 PM, Gregory Haynes wrote: On Mon, May 23, 2016, at 11:48 AM, Doug Hellmann wrote: Excerpts from Chris Dent's message of 2016-05-23 17:07:36 +0100: On Mon, 23 May 2016, Doug Hellmann wrote: Excerpts from Chris Dent's message of 2016-05-20 14:16:15 +0100:

[openstack-dev] profiling - eg neutron-vpn-agent

2016-05-23 Thread Rick Jones
Folks - I'm looking for suggestions on how to go about profiling the likes of neutron-vpn-agent from Liberty. I have a simple little test - nothing stressful - just create 1000 ports with floating IPs on a single private network with a CVR router :) This seems to put the Liberty

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Sean Dague
On 05/23/2016 03:34 PM, Gregory Haynes wrote: > > On Mon, May 23, 2016, at 11:48 AM, Doug Hellmann wrote: >> Excerpts from Chris Dent's message of 2016-05-23 17:07:36 +0100: >>> On Mon, 23 May 2016, Doug Hellmann wrote: Excerpts from Chris Dent's message of 2016-05-20 14:16:15 +0100: > I

[openstack-dev] [new][oslo] pbr 1.10.0 release

2016-05-23 Thread no-reply
We are psyched to announce the release of: pbr 1.10.0: Python Build Reasonableness With source available at: http://git.openstack.org/cgit/openstack-dev/pbr With package available at: https://pypi.python.org/pypi/pbr Please report issues through launchpad:

[openstack-dev] [ironic] No meeting next monday, May 30

2016-05-23 Thread Jim Rollenhagen
Hi team, There's a US holiday next Monday (May 30) and as such I'm cancelling the corresponding weekly ironic meeting. See you all the following week. // jim __ OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Gregory Haynes
On Mon, May 23, 2016, at 11:48 AM, Doug Hellmann wrote: > Excerpts from Chris Dent's message of 2016-05-23 17:07:36 +0100: > > On Mon, 23 May 2016, Doug Hellmann wrote: > > > Excerpts from Chris Dent's message of 2016-05-20 14:16:15 +0100: > > >> I don't think language does (or should) have

Re: [openstack-dev] [Keystone] Welcome Keystone to the World of Python 3

2016-05-23 Thread Morgan Fainberg
On Mon, May 23, 2016 at 12:03 PM, Doug Hellmann wrote: > Excerpts from Morgan Fainberg's message of 2016-05-23 11:55:48 -0700: > > On Mon, May 23, 2016 at 7:54 AM, Doug Hellmann > > wrote: > > > > > Excerpts from Morgan Fainberg's message of

Re: [openstack-dev] [Keystone] Welcome Keystone to the World of Python 3

2016-05-23 Thread Doug Hellmann
Excerpts from Morgan Fainberg's message of 2016-05-23 11:55:48 -0700: > On Mon, May 23, 2016 at 7:54 AM, Doug Hellmann > wrote: > > > Excerpts from Morgan Fainberg's message of 2016-05-20 20:58:00 -0700: > > > We've gone through all of our test cases and all of our code

Re: [openstack-dev] [openstack-operators][cinder] max_concurrent_builds in Cinder

2016-05-23 Thread Alex Meade
This sounds like a good idea to me. The queue doesn't handle this since we just read everything off immediately anyways. I have seen issues where customers have to write scripts that build 5 volumes, sleep, then build more until they get >100 volumes. Just because a Cinder volume service will

Re: [openstack-dev] [Keystone] Welcome Keystone to the World of Python 3

2016-05-23 Thread Morgan Fainberg
On Mon, May 23, 2016 at 7:54 AM, Doug Hellmann wrote: > Excerpts from Morgan Fainberg's message of 2016-05-20 20:58:00 -0700: > > We've gone through all of our test cases and all of our code base. At > this > > point Keystone is no longer skipping any of the tests (which

Re: [openstack-dev] [craton] meeting notes

2016-05-23 Thread sean roberts
Hello project team members. We have one week until M1. We need to discuss some details of what should be in the Newton release of Craton. Since no one has commented on the project name, I am going to assume we all agree to the name Craton. I will push the meeting patch to get it published. On

Re: [openstack-dev] [craton] meeting notes

2016-05-23 Thread sean roberts
yes it is. On Mon, May 16, 2016 at 9:36 AM, Tim Bell wrote: > Thanks for the notes. > > > > Is the agreement to work using Craton as a base for the fleet management ? > > > > Tim > > > > *From: *sean roberts > *Reply-To: *"OpenStack Development

[openstack-dev] [new][ironic] ironic-python-agent 1.2.1 release (mitaka)

2016-05-23 Thread no-reply
We are jazzed to announce the release of: ironic-python-agent 1.2.1: Ironic Python Agent Ramdisk This release is part of the mitaka stable release series. For more details, please see below. 1.2.1 ^ New Features * The "has_carrier" flag was added to the network interface

[openstack-dev] [new][keystone] keystonemiddleware 4.4.1 release (mitaka)

2016-05-23 Thread no-reply
We are pleased to announce the release of: keystonemiddleware 4.4.1: Middleware for OpenStack Identity This release is part of the mitaka stable release series. With source available at: http://git.openstack.org/cgit/openstack/keystonemiddleware With package available at:

[openstack-dev] [new][keystone] keystoneauth1 2.4.1 release (mitaka)

2016-05-23 Thread no-reply
We are jazzed to announce the release of: keystoneauth1 2.4.1: Authentication Library for OpenStack Identity This release is part of the mitaka stable release series. With source available at: http://git.openstack.org/cgit/openstack/keystoneauth With package available at:

[openstack-dev] Gerrit downtime on Friday 2016-06-03 at 20:00 UTC

2016-05-23 Thread Elizabeth K. Joseph
Hi everyone, On Friday, June 3, from approximately 20:00 through 24:00 UTC Gerrit will be unavailable while we rename some projects. Currently, we plan on renaming the following projects: openstack/openstack-ansible-ironic -> openstack/openstack-ansible-os_ironic openstack-infra/ansible-puppet

[openstack-dev] [Infra] Meeting Tuesday May 24th at 19:00 UTC

2016-05-23 Thread Elizabeth K. Joseph
Hi everyone, The OpenStack Infrastructure (Infra) team is having our next weekly meeting on Tuesday May 24th, at 19:00 UTC in #openstack-meeting Meeting agenda available here: https://wiki.openstack.org/wiki/Meetings/InfraTeamMeeting#Agenda_for_next_meeting Anyone is welcome to to add agenda

[openstack-dev] [new][neutron] neutron-lib 0.2.0 release (newton)

2016-05-23 Thread no-reply
We are delighted to announce the release of: neutron-lib 0.2.0: Neutron shared routines and utilities This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/neutron-lib With package available at:

[openstack-dev] [puppet] weekly meeting #82

2016-05-23 Thread Emilien Macchi
Hi Puppeteers! We'll have our weekly meeting tomorrow at 3pm UTC on #openstack-meeting-4. Here's a first agenda: https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20160524 Feel free to add more topics, and any outstanding bug and patch. See you tomorrow! Thanks, -- Emilien

Re: [openstack-dev] [neutron] [networking-sfc] Adding use case to wiki?

2016-05-23 Thread Duarte Cardoso, Igor
Thanks Louis, Best regards, Igor. From: Henry Fourie [mailto:louis.fou...@huawei.com] Sent: Monday, May 23, 2016 5:59 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [neutron] [networking-sfc] Adding use case

[openstack-dev] [mistral] Team meeting minues/log - 05/23/2016

2016-05-23 Thread Renat Akhmerov
Thanks for joining today’s meeting! Meeting minutes and log: http://eavesdrop.openstack.org/meetings/mistral/2016/mistral.2016-05-23-16.01.html

Re: [openstack-dev] [neutron] [networking-sfc] Adding use case to wiki?

2016-05-23 Thread Henry Fourie
Igor, Add them here https://wiki.openstack.org/wiki/Neutron/ServiceChainUseCases -Louis From: Duarte Cardoso, Igor [mailto:igor.duarte.card...@intel.com] Sent: Monday, May 23, 2016 9:14 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev]

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Doug Hellmann
Excerpts from Chris Dent's message of 2016-05-23 17:07:36 +0100: > On Mon, 23 May 2016, Doug Hellmann wrote: > > Excerpts from Chris Dent's message of 2016-05-20 14:16:15 +0100: > >> I don't think language does (or should) have anything to do with it. > >> > >> The question is whether or not the

Re: [openstack-dev] [Magnum][Octavia] Need help for LBaaS v2

2016-05-23 Thread Michael Johnson
Hi Wanghua, From the o-cw log, it looks like the amphora service VM did not boot properly or the network is not configured correctly. We can see that Nova said the VM went active, but the amphora-agent inside the image never became reachable. I would check the nova instance console log to make

Re: [openstack-dev] [Freezer] Replace Gnu Tar with DAR

2016-05-23 Thread Fausto Marzi
If that would work, the only difference would probably be that when restoring, the deleted files between levels are restore too. No difference for incremental backups as --listed-incremental is still used. So when the restore of that level fails, it is restarted without --incremental related

[openstack-dev] [neutron] [networking-sfc] Adding use case to wiki?

2016-05-23 Thread Duarte Cardoso, Igor
Hi networking-sfc, As discussed at the last meeting I was to add the SFC Encapsulation use case to the networking-sfc wiki: #action paul, john igor to add use-cases to wiki Where exactly is the place to insert use cases in the wiki? Is there one already? None of these seem to have any section

[openstack-dev] [new][keystone] keystonemiddleware 4.5.1 release (newton)

2016-05-23 Thread no-reply
We are eager to announce the release of: keystonemiddleware 4.5.1: Middleware for OpenStack Identity This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/keystonemiddleware With package available at:

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Chris Dent
On Mon, 23 May 2016, Doug Hellmann wrote: Excerpts from Chris Dent's message of 2016-05-20 14:16:15 +0100: I don't think language does (or should) have anything to do with it. The question is whether or not the tool (whether service or dependent library) is useful to and usable outside the

Re: [openstack-dev] [Freezer] Replace Gnu Tar with DAR

2016-05-23 Thread Dieterly, Deklan
Then it would not be an incremental backup/restore. This problem arises when doing incremental backup and restores. -- Deklan Dieterly Senior Systems Software Engineer HPE From: Fausto Marzi Reply-To: "OpenStack Development Mailing List (not for usage questions)"

[openstack-dev] [magnum][kuryr] Nested containers networking

2016-05-23 Thread Hongbin Lu
Hi Kuryr team, I want to start this ML to sync up the latest status of the nested container networking implementation. Could I know who is implementing this feature in Kuryr side and how Magnum team could help in this efforts? In addition, I wonder if it makes sense to establish cross-project

Re: [openstack-dev] [javascript] Seeking contributors, js-generator-openstack

2016-05-23 Thread Michael Krotscheck
Good idea. Since we've already got a storyboard project, let's start there. Michael On Fri, May 20, 2016 at 4:02 PM Zhang Yujun wrote: > Hi, Michael > > As you are no longer alone now, we'd better to put things in your head > onto documents so that everybody who wish

[openstack-dev] [magnum] FW: Mentors needed in specific technical areas

2016-05-23 Thread Hongbin Lu
FYI, If you interest to be a mentor for containers or other areas, check below... Best regards, Hongbin From: Emily K Hugenbruch [mailto:ekhugenbr...@us.ibm.com] Sent: May-23-16 10:25 AM To: openstack-dev@lists.openstack.org Subject: [openstack-dev] [PTLs][all][mentoring] Mentors needed in

Re: [openstack-dev] [all][tc] Languages vs. Scope of "OpenStack"

2016-05-23 Thread Doug Hellmann
Excerpts from Chris Dent's message of 2016-05-20 14:16:15 +0100: > On Fri, 20 May 2016, Thierry Carrez wrote: > > > The other approach is product-centric: "lower-level pieces are OpenStack > > dependencies, rather than OpenStack itself". If we are missing a > > lower-level > > piece to achieve

Re: [openstack-dev] [kubernetes]

2016-05-23 Thread Fox, Kevin M
+1 for using k8s to do work where possible. -1 for trying to shoehorn a feature in so that k8s can deal with stuff its not ready to handle. We need to ensure Operators have everything they need in order to successfully operate their cloud. The current upgrade stuff in k8s is focused around

[openstack-dev] [all][glare][api] How's going to use Glare?

2016-05-23 Thread Mikhail Fedosin
Hello! Some time ago we created new service called Glare that brings support of artifacts in OpenStack. It is based on Glance v2 API and adapts it to the possibility of using different artifact types, like containers, various templates, application packages, but not just VM images only. You can

Re: [openstack-dev] [horizon] [antiddos] New project antiddos

2016-05-23 Thread Doug Hellmann
Excerpts from adriano fialho araujo's message of 2016-05-20 11:45:09 -0300: > Hello, fellow developers! > > i need to create a new project to sell antiDDoS the horizon . what do you > recommend me as the first start of the project? > Does anyone know any documentation to start a project in django

[openstack-dev] [nova] next notification subteam meeting

2016-05-23 Thread Balázs Gibizer
Hi, The next notification subteam meeting will be held on 2016.05.24 17:00 UTC [1] on #openstack-meeting-4. Cheers, Gibi [1] https://www.timeanddate.com/worldclock/fixedtime.html?iso=20160524T17 __ OpenStack

Re: [openstack-dev] [Keystone] Welcome Keystone to the World of Python 3

2016-05-23 Thread Doug Hellmann
Excerpts from Morgan Fainberg's message of 2016-05-20 20:58:00 -0700: > We've gone through all of our test cases and all of our code base. At this > point Keystone is no longer skipping any of the tests (which do tend to > test the entire request stack) and we are properly gating on being >

[openstack-dev] [openstack-operators][cinder] max_concurrent_builds in Cinder

2016-05-23 Thread Ivan Kolodyazhny
Hi developers and operators, I would like to get any feedback from you about my idea before I'll start work on spec. In Nova, we've got max_concurrent_builds option [1] to set 'Maximum number of instance builds to run concurrently' per each compute. There is no equivalent Cinder. Why do we need

[openstack-dev] [PTLs][all][mentoring] Mentors needed in specific technical areas

2016-05-23 Thread Emily K Hugenbruch
Hi, The lightweight mentoring program sponsored by the Women of OpenStack has really taken off, and we have about 35 mentees looking for technical help that we don't have mentors for. We're asking for help from the PTLs to announce the mentoring program in team meetings then direct people to

Re: [openstack-dev] [glance] [defcore] [interop] Proposal for a virtual sync dedicated to Import Refactor May 26th

2016-05-23 Thread Doug Hellmann
Excerpts from Nikhil Komawar's message of 2016-05-20 18:00:12 -0400: > Hello all, > > > I want to propose having a dedicated virtual sync next week Thursday May > 26th at 1500UTC for one hour on the Import Refactor work [1] ongoing in > Glance. We are making a few updates to the spec; so it

Re: [openstack-dev] [kolla][kolla-kubernetes][kubernetes]

2016-05-23 Thread Ryan Hallisey
Right, I wouldn't either. The problem has to do with being able to clearly define the difference between bootstrapping and upgrading in Kubernetes. Bootstrapping has a series of steps it needs to run. Upgrades have a different series of steps. How can kolla-kubernetes be able to perform one

Re: [openstack-dev] [glance] [defcore] [interop] Proposal for a virtual sync dedicated to Import Refactor May 26th

2016-05-23 Thread Erno Kuvaja
On Mon, May 23, 2016 at 2:00 PM, Ian Cordasco wrote: > +1 > On May 22, 2016 11:50 PM, "Kairat Kushaev" wrote: > >> +1 >> >> Best regards, >> Kairat Kushaev >> >> On Sat, May 21, 2016 at 1:00 AM, Nikhil Komawar >> wrote: >>

Re: [openstack-dev] [tripleo] Zaqar messages standardization

2016-05-23 Thread Jason Rist
On 05/20/2016 11:39 AM, Dan Prince wrote: > On Fri, 2016-05-20 at 17:52 +0200, Jiri Tomasek wrote: >> Hey all, >> >> I've been recently working on getting the TripleO UI integrated with >> Zaqar, so it can receive a messages from Mistral workflows and act >> upon them without having to do various

Re: [openstack-dev] [OpenStack-Infra] [infra] [tracking] Renames and verification; was Re: ceilometer-specs submodule path is invalid

2016-05-23 Thread Jeremy Stanley
On 2016-05-23 14:54:03 +0800 (+0800), Gerard Braad wrote: > I meant the updates to the whole repo. Jenkins updates the references > for a gitmodule and commits this when a successful build was > performed. Correct? [...] Gerrit's submodule support is what's actually responsible for updating the

Re: [openstack-dev] [nova] I'm going to expire open bug reports older than 18 months.

2016-05-23 Thread Sean McGinnis
On Mon, May 23, 2016 at 01:02:29PM +0200, Markus Zoeller wrote: > TL;DR: Automatic closing of 185 bug reports which are older than 18 > months in the week R-13. Skipping specific bug reports is possible. A > bug report comment explains the reasons. FWIW, I did the same thing in Cinder a while

Re: [openstack-dev] [glance] [defcore] [interop] Proposal for a virtual sync dedicated to Import Refactor May 26th

2016-05-23 Thread Ian Cordasco
+1 On May 22, 2016 11:50 PM, "Kairat Kushaev" wrote: > +1 > > Best regards, > Kairat Kushaev > > On Sat, May 21, 2016 at 1:00 AM, Nikhil Komawar > wrote: > >> Hello all, >> >> >> I want to propose having a dedicated virtual sync next week Thursday

Re: [openstack-dev] [kolla][kolla-kubernetes][kubernetes]

2016-05-23 Thread Britt Houser (bhouser)
I wouldn't expect new users to be created on upgrade, so is the problem with bootstrap and upgrade that we do the database migration during bootstrap too? Thx, britt On 5/22/16, 3:50 PM, "Ryan Hallisey" wrote: >Hi all, > >At the Kolla meeting last week, I brought up

Re: [openstack-dev] [tripleo] Zaqar messages standardization

2016-05-23 Thread Jiri Tomasek
On 05/23/2016 11:51 AM, Dougal Matthews wrote: On 20 May 2016 at 18:39, Dan Prince > wrote: On Fri, 2016-05-20 at 17:52 +0200, Jiri Tomasek wrote: > Hey all, > > I've been recently working on getting the TripleO UI integrated

[openstack-dev] [mistral] Team meeting reminder - 05/23/2016

2016-05-23 Thread Renat Akhmerov
Hi team, We’ll have a team meeting today at 16.00 UTC at #openstack-mistral (sorry, I still have a debt to reschedule it). Agenda: Review action items Current status (progress, issues, roadblocks, further plans) Discusse what should be finalized in Newton-1 Discuss Newton-2 scope Open

Re: [openstack-dev] [oslo.service] Lifecycle Hooks

2016-05-23 Thread Kanagaraj Manickam
>Excerpts from Kanagaraj Manickam's message of 2016-05-18 19:48:13 +0530: >> > DIms, >> >> >> >> Use case could be anything, which would needed by either >> >> operator/community, who wants to perform an required task before and >> after >> >> service is started. This requirement is very generic

[openstack-dev] [tricircle] Launch work group for cross-pod L2 networking feature

2016-05-23 Thread Vega Cai
Hi members, Sorry that it's a bit late to launch our cross-pod L2 networking work group since I was attending OSCON last week. What about having our first work group meeting on Wednesday 10am(Beijing time UTC+8), in #openstack-tricircle channel? Topics I think we can discuss: (1) feature

[openstack-dev] [nova] I'm going to expire open bug reports older than 18 months.

2016-05-23 Thread Markus Zoeller
TL;DR: Automatic closing of 185 bug reports which are older than 18 months in the week R-13. Skipping specific bug reports is possible. A bug report comment explains the reasons. I'd like to get rid of more clutter in our bug list to make it more comprehensible by a human being. For this, I'm

Re: [openstack-dev] [ironic] Dropping legacy bash ramdisk support

2016-05-23 Thread Dmitry Tantsur
On 05/11/2016 02:54 PM, Jim Rollenhagen wrote: Hi all! As you probably know, the old bash-based ramdisks for ironic [1] and ironic-inspector [2] are deprecated for some long time. The time has come: we are removing their support from our code base in the near future. Here is the draft plan:

Re: [openstack-dev] [tripleo] Zaqar messages standardization

2016-05-23 Thread Dougal Matthews
On 20 May 2016 at 18:39, Dan Prince wrote: > On Fri, 2016-05-20 at 17:52 +0200, Jiri Tomasek wrote: > > Hey all, > > > > I've been recently working on getting the TripleO UI integrated with > > Zaqar, so it can receive a messages from Mistral workflows and act > > upon them

Re: [openstack-dev] [tripleo] Nodes management in our shiny new TripleO API

2016-05-23 Thread Dmitry Tantsur
On 05/21/2016 08:35 PM, Dan Prince wrote: On Fri, 2016-05-20 at 14:06 +0200, Dmitry Tantsur wrote: On 05/20/2016 01:44 PM, Dan Prince wrote: On Thu, 2016-05-19 at 15:31 +0200, Dmitry Tantsur wrote: Hi all! We started some discussions on https://review.openstack.org/#/c/3 0020 0/ about the

Re: [openstack-dev] [ironic] Newton priorities and primary contacts

2016-05-23 Thread Lucas Alvares Gomes
Hi, > I see in the priority list that "redfish support" is still highly wanted (4 > +1). > And we are still very interested to provide that. It took much more time > than expected, as we first decided that we wanted a good low level library > to help us dialog following the Redfish standard to

Re: [openstack-dev] [osops-tools-monitoring][monitoring-for-openstack] Code duplication

2016-05-23 Thread Martin Magr
On Fri, May 20, 2016 at 4:21 PM, Jeremy Stanley wrote: > On 2016-05-20 15:28:48 +0200 (+0200), Martin Magr wrote: > [...] > > so from "This import will probably lead to the end of > > monitoring-for-openstack project" it seems that project deletion > > just was not performed

Re: [openstack-dev] [nova-lxd]Nova-lxd with Linuxbridge

2016-05-23 Thread Neil Jerram
FWIW, the networking-calico team plans soon to make nova-lxd work with Calico networking, i.e. where data from/to the veth is routed on the compute host. That should land in July or August. Neil On Fri, May 20, 2016 at 3:30 PM Chuck Short wrote: > Hi, > >

[openstack-dev] [Nova][libvirt] Can be specless bps?

2016-05-23 Thread Eli Qiao
Hello team I wonder if the following bps [1][2] can be specless bps since they touch very code base of Nova libvirt driver. I would like to get your feedback. [1]https://blueprints.launchpad.net/nova/+spec/support-perf-event

Re: [openstack-dev] [neutron] work on Common Flow Classifier and OVS Agent extension for Newton cycle

2016-05-23 Thread Vikram Choudhary
+1 for the bi-weekly proposal @17:00 UTC Tuesday. IMO, let's start with this and then we can check on the feasibility of having the meeting on a weekly basis. On May 23, 2016 1:10 PM, "Takashi Yamamoto" wrote: > On Wed, May 18, 2016 at 4:57 PM, Miguel Angel Ajo Pelayo >

[openstack-dev] [gnocchi] [keystone] Gnocchi gate broken by bug #1584289

2016-05-23 Thread Julien Danjou
Hi fellows, Keystonemiddleware 4.5.0 released last Thursday broke the Gnocchi gate with bug #1584289. The fix has been merged in keystonemiddleware, but I've no clue when a new version fixing that is going to be released (that's why I've added [keystone] in the subject), but the sooner would be

Re: [openstack-dev] [neutron] work on Common Flow Classifier and OVS Agent extension for Newton cycle

2016-05-23 Thread Takashi Yamamoto
On Wed, May 18, 2016 at 4:57 PM, Miguel Angel Ajo Pelayo wrote: > Hey, > >Finally we took over the channel for 1h. mostly because the time was > already agreed between many people on opposed timezones and it was a bit > late to cancel it. > >The first point was

Re: [openstack-dev] [Neutron][TC] support of NSH in networking-SFC

2016-05-23 Thread Vikram Choudhary
Yes, the effort is on-going for ODL [1] and ONOS [2] [3] has successfully integrated the same.. [1] networking-odl spec https://github.com/openstack/networking-odl/blob/master/doc/source/sfc-driver.rst [2] ONOS Implementation

Re: [openstack-dev] [nova-lxd]Nova-lxd with Linuxbridge

2016-05-23 Thread Gyorgy Szombathelyi
Hi Chuck! Is it https://github.com/lxc/nova-lxd/pull/89 ? Because lxd has changed a lot since that pull request. Or is there a newer one lying around? Thanks, György > -Original Message- > From: Chuck Short [mailto:chuck.sh...@canonical.com] > Sent: 2016 május 20, péntek 16:30 > To:

  1   2   >