[openstack-dev] [neutron][taas] : Return VLAN ID for tap-service

2016-08-11 Thread Varsha Jayaraj
When we create a tap-service, a VLAN ID will be associated with that tap-service. In case we want to identify the flows associated with that VLAN ID, so that we can add additional filters, the response returned after creating a tap-service must include the VLAN ID information as well. Can this be i

Re: [openstack-dev] [Kuryr] Need help in jenkins failure

2016-08-11 Thread Vikas Choudhary
On Fri, Aug 12, 2016 at 11:13 AM, Liping Mao (limao) wrote: > Just guess, Maybe you install "kuryr-lib” by manually from offical repo? > :-) > > Nope, i was not installing manually andwas just doing 'tox -e py27'. I uncommented that and 'recheck' on patch. Lets see :) > Regards, > Liping Mao >

Re: [openstack-dev] [Kuryr] Need help in jenkins failure

2016-08-11 Thread Liping Mao (limao)
Just guess, Maybe you install "kuryr-lib” by manually from offical repo? :-) Regards, Liping Mao From: Vikas Choudhary mailto:choudharyvika...@gmail.com>> Date: 2016年8月12日 星期五 下午1:33 To: Liping Mao mailto:li...@cisco.com>> Cc: OpenStack List mailto:openstack-dev@lists.openstack.org>>, Irena Be

Re: [openstack-dev] [Kuryr] Need help in jenkins failure

2016-08-11 Thread Vikas Choudhary
Thanks Liping, this seems to be the reason for sure. Still wondering how come it works on local system. Let me check again. -Vikas On Fri, Aug 12, 2016 at 10:58 AM, Liping Mao (limao) wrote: > Hi Vikas, > > Not sure , but is it because this line? > https://github.com/vikaschoudhary16/kury

[openstack-dev] [fuel] mcollective configuration on slaves

2016-08-11 Thread Georgy Kibardin
Guys, Currently, at the time of the first boot Mcollective on slaves is configured by Cloud-init (host, port etc.) and by Nailgun agent when node identity is written. This happens in any order and already caused several problem which were fixed in bounds of https://bugs.launchpad.net/fuel/+bug/145

Re: [openstack-dev] [Kuryr] Need help in jenkins failure

2016-08-11 Thread Liping Mao (limao)
Hi Vikas, Not sure , but is it because this line? https://github.com/vikaschoudhary16/kuryr/blob/drop_libnet_specific_code/ku ryr/lib/config.py#L105 Thanks. Regards, Liping Mao From: Vikas Choudhary Date: 2016年8月12日 星期五 下午12:32 To: OpenStack List , Irena Berezovsky , Antoni Segura Puime

Re: [openstack-dev] [Cinder] [stable] [all] Changing stable policy for drivers

2016-08-11 Thread Andreas Jaeger
On 08/12/2016 04:25 AM, Robert Collins wrote: > On 11 Aug 2016 3:13 PM, "Ben Swartzlander" > wrote: >> >> ... >> >> I still don't agree with this stance. Code doesn't just magically stop > working. Code breaks when things change which aren't version controlled > prope

[openstack-dev] What's Up, Doc? 12 August

2016-08-11 Thread Lana Brindley
Hi everyone, I have been struck down with flu yet again this week, so a quiet one from me (I'll be glad when winter is over, let me tell you!). Anne, however, has been kicking it out of the park with her work on the API docs; I suggest you take a look at the update she sent to the mailing lists

[openstack-dev] [Kuryr] Need help in jenkins failure

2016-08-11 Thread Vikas Choudhary
Hello Everybody, I am not able to reproduce jenkins failure (tox -e py27) on this,[1] , patch when trying locally. I have tried "recheck" also. There is something wrong which i am not able to catch. I have spent a good effort on analysing this but no clue. Will appreciate if anybody try this patc

Re: [openstack-dev] [Zun][Higgins] Proposing Sudipta Biswas and Wenzhi Yu for Zun core reviewer team

2016-08-11 Thread Yanyan Hu
+1 for both, welcome, Sudipta and Wenzhi :) 2016-08-11 13:55 GMT+08:00 Kumari, Madhuri : > +1 from me for both. > > > > *From:* Hongbin Lu [mailto:hongbin...@gmail.com] > *Sent:* Wednesday, August 10, 2016 8:40 PM > *To:* OpenStack Development Mailing List (not for usage questions) < > openstack-

Re: [openstack-dev] [Cinder] [stable] [all] Changing stable policy for drivers

2016-08-11 Thread Robert Collins
On 11 Aug 2016 3:13 PM, "Ben Swartzlander" wrote: > > ... > > I still don't agree with this stance. Code doesn't just magically stop working. Code breaks when things change which aren't version controlled properly or when you have undeclared dependencies. Well this is why the constraints work was

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Jay Pipes
On 08/11/2016 05:50 PM, John Dickinson wrote: On 3 Aug 2016, at 16:47, Jay Pipes wrote: Hi Novas and anyone interested in how to represent capabilities in a consistent fashion. I spent an hour creating a new os-capabilities Python library this evening: http://github.com/jaypipes/os-capabilitie

Re: [openstack-dev] [requirements] near term gate optimization opportunity

2016-08-11 Thread Tony Breeds
On Thu, Aug 11, 2016 at 08:59:04PM -0400, Sean Dague wrote: > That seems like a further optimization. Honestly, I would rarely expect > these to be in merge conflict, and at worse, they would be so until the next > requirements push. Cool, we'll try to make it so. Yours Tony. signature.asc Desc

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Jay Pipes
On 08/11/2016 05:25 PM, Ed Leafe wrote: On Aug 3, 2016, at 6:47 PM, Jay Pipes wrote: Please see the README for examples of how the library works and how I'm thinking of structuring these capability strings and symbols. I intend os-capabilities to be the place where the OpenStack community ca

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Jay Pipes
On 08/11/2016 05:46 PM, Clay Gerrard wrote: On Thu, Aug 11, 2016 at 2:25 PM, Ed Leafe mailto:e...@leafe.com>> wrote: Overall this looks good, although it seems a bit odd to have ALL_CAPS_STRINGS to represent all:caps:strings throughout. The example you gave: >>> print os_caps.H

Re: [openstack-dev] [requirements] near term gate optimization opportunity

2016-08-11 Thread Sean Dague
On 08/11/2016 07:56 PM, Tony Breeds wrote: On Thu, Aug 11, 2016 at 09:13:12AM +0200, Andreas Jaeger wrote: On 2016-08-10 23:06, Sean Dague wrote: Based on reading some logs, it looks like requirements updates are getting regenerated on every requirements land for all open patches, even if they

Re: [openstack-dev] [requirements][elections] Requirements PTL Results

2016-08-11 Thread Tony Breeds
On Thu, Aug 11, 2016 at 09:33:29AM -0400, Anita Kuno wrote: > We'd like to thank all those folks who came out to participate in this > election on very brief notice. Thank you. The participation rate is > impressive. > > Thank you to all candidates who put themselves forward, showing their > enthu

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Tripp, Travis S
Excerpts from Jay Pipes's message of 2016-08-03 19:47:37 -0400: >> Hi Novas and anyone interested in how to represent capabilities in a >> consistent fashion. >> >> I spent an hour creating a new os-capabilities Python library this evening: > >> http://github.com

Re: [openstack-dev] [requirements] near term gate optimization opportunity

2016-08-11 Thread Tony Breeds
On Thu, Aug 11, 2016 at 09:13:12AM +0200, Andreas Jaeger wrote: > On 2016-08-10 23:06, Sean Dague wrote: > > Based on reading some logs, it looks like requirements updates are > > getting regenerated on every requirements land for all open patches, > > even if they aren't impacted by it - > > https

Re: [openstack-dev] [nova] Possible REST API design change for get-me-a-network (2.37)

2016-08-11 Thread Andrew Laski
On Thu, Aug 11, 2016, at 06:54 PM, Chris Friesen wrote: > On 08/11/2016 03:53 PM, Matt Riedemann wrote: > > I wanted to bring this up for awareness since we're getting close to feature > > freeze and want consensus before it gets too late. > > > > Ken'ichi brought up a good question on my REST AP

Re: [openstack-dev] [magnum] ssh and http connection lost

2016-08-11 Thread Ton Ngo
Hi Yasemin, It sounds like your environment has some special networking customization. The docker0 bridge is used to connect the containers and should have no effect on your network connectivity. In the Swarm bay, it shows up on all the VM's. On your devstack, it should not be there unless y

Re: [openstack-dev] [nova] Possible REST API design change for get-me-a-network (2.37)

2016-08-11 Thread Chris Friesen
On 08/11/2016 03:53 PM, Matt Riedemann wrote: I wanted to bring this up for awareness since we're getting close to feature freeze and want consensus before it gets too late. Ken'ichi brought up a good question on my REST API change for the 2.37 microversion: https://review.openstack.org/#/c/316

Re: [openstack-dev] [Cinder] [stable] [all] Changing stable policy for drivers

2016-08-11 Thread Chris Friesen
On 08/11/2016 04:13 PM, Ben Swartzlander wrote: On 08/10/2016 01:57 PM, Matthew Treinish wrote: On Wed, Aug 10, 2016 at 09:52:55AM -0700, Clay Gerrard wrote: On Wed, Aug 10, 2016 at 7:42 AM, Ben Swartzlander wrote: A big source of problems IMO is that tempest doesn't have stable branches. W

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Ed Leafe
On Aug 11, 2016, at 5:29 PM, John Dickinson wrote: >> I will let Jay speak for himself (as if I could somehow prevent that!), but >> the intent here is that this won’t be for Nova specifically; it is targeted >> primarily for the forthcoming placement service (you might know it as the >> sched

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread John Dickinson
On 11 Aug 2016, at 15:14, Ed Leafe wrote: > On Aug 11, 2016, at 4:50 PM, John Dickinson wrote: > >> Is this intended to be a cross-project thing? The message is tagged >> "[nova]", so I'm kinda surprised I saw it, but the library seems to be >> called openstack capabilities. So if this is goi

Re: [openstack-dev] [Cinder] [stable] [all] Changing stable policy for drivers

2016-08-11 Thread Ben Swartzlander
On 08/10/2016 01:57 PM, Matthew Treinish wrote: On Wed, Aug 10, 2016 at 09:52:55AM -0700, Clay Gerrard wrote: On Wed, Aug 10, 2016 at 7:42 AM, Ben Swartzlander wrote: A big source of problems IMO is that tempest doesn't have stable branches. We use the master branch of tempest to test stable

Re: [openstack-dev] [nova] Possible REST API design change for get-me-a-network (2.37)

2016-08-11 Thread Ken'ichi Ohmichi
2016-08-11 14:53 GMT-07:00 Matt Riedemann : > I wanted to bring this up for awareness since we're getting close to feature > freeze and want consensus before it gets too late. > > Ken'ichi brought up a good question on my REST API change for the 2.37 > microversion: > > https://review.openstack.org

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Ed Leafe
On Aug 11, 2016, at 4:50 PM, John Dickinson wrote: > Is this intended to be a cross-project thing? The message is tagged "[nova]", > so I'm kinda surprised I saw it, but the library seems to be called openstack > capabilities. So if this is going to be a big thing for everyone, please > update

Re: [openstack-dev] [all] versioning the api-ref?

2016-08-11 Thread John Dickinson
On 11 Aug 2016, at 15:02, Brian Rosmaita wrote: > I have a question about the api-ref. Right now, for example, the new > images v1/v2 api-refs are accurate for Mitaka. But DocImpact bugs are > being generated as we speak for changes in master that won't be > available to consumers until Newton

[openstack-dev] [all] versioning the api-ref?

2016-08-11 Thread Brian Rosmaita
I have a question about the api-ref. Right now, for example, the new images v1/v2 api-refs are accurate for Mitaka. But DocImpact bugs are being generated as we speak for changes in master that won't be available to consumers until Newton is released (unless they build from source). If those bug f

Re: [openstack-dev] [all][tc][ptl] establishing project-wide goals

2016-08-11 Thread John Dickinson
On 10 Aug 2016, at 8:29, Doug Hellmann wrote: > Excerpts from Doug Hellmann's message of 2016-07-29 16:55:22 -0400: >> One of the outcomes of the discussion at the leadership training >> session earlier this year was the idea that the TC should set some >> community-wide goals for accomplishing

[openstack-dev] [nova] Possible REST API design change for get-me-a-network (2.37)

2016-08-11 Thread Matt Riedemann
I wanted to bring this up for awareness since we're getting close to feature freeze and want consensus before it gets too late. Ken'ichi brought up a good question on my REST API change for the 2.37 microversion: https://review.openstack.org/#/c/316398/ The way I had written this was to just

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Clint Byrum
Excerpts from Jay Pipes's message of 2016-08-03 19:47:37 -0400: > Hi Novas and anyone interested in how to represent capabilities in a > consistent fashion. > > I spent an hour creating a new os-capabilities Python library this evening: > > http://github.com/jaypipes/os-capabilities > > Please

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread John Dickinson
On 3 Aug 2016, at 16:47, Jay Pipes wrote: > Hi Novas and anyone interested in how to represent capabilities in a > consistent fashion. > > I spent an hour creating a new os-capabilities Python library this evening: > > http://github.com/jaypipes/os-capabilities > > Please see the README for exa

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Clay Gerrard
On Thu, Aug 11, 2016 at 2:25 PM, Ed Leafe wrote: > > Overall this looks good, although it seems a bit odd to have > ALL_CAPS_STRINGS to represent all:caps:strings throughout. The example you > gave: > > >>> print os_caps.HW_CPU_X86_SSE42 > hw:cpu:x86:sse42 > > Just to be clear, this project doesn

Re: [openstack-dev] [nova] os-capabilities library created

2016-08-11 Thread Ed Leafe
On Aug 3, 2016, at 6:47 PM, Jay Pipes wrote: > Please see the README for examples of how the library works and how I'm > thinking of structuring these capability strings and symbols. I intend > os-capabilities to be the place where the OpenStack community catalogs and > collates standardized f

Re: [openstack-dev] [Neutron] Team and Driver meetings for the week of Aug 15th

2016-08-11 Thread Carl Baldwin
The Neutron L3 meeting will be canceled. We will still hold the routed networks meeting on Tuesday. Carl On Thu, Aug 11, 2016 at 12:19 PM, Henry Gessau wrote: > Armando M. wrote: > > Hi Neutrinos, > > > > The meetings will be cancelled due to the mid-cycle. > > The neutron-lib meeting will als

Re: [openstack-dev] [puppet] proposal: start gating on puppet4

2016-08-11 Thread Emilien Macchi
On Tue, Aug 9, 2016 at 1:39 PM, Emilien Macchi wrote: > Hi, > > Today Puppet OpenStack CI is running unit and functional test jobs > against puppet 3 and puppet 4. > Unit jobs for puppet 4 are currently voting and pretty stable. > Functional jobs for puppet 4 are not voting but also stable. > > Ev

[openstack-dev] [release] Release countdown for week R-7, 15-19 Aug

2016-08-11 Thread Doug Hellmann
Focus - Major feature work should be well under way as we approach the third milestone. General Notes - Prepare for the non-client library freeze coming up on 25 Aug. by finishing any feature work that requires library changes. We freeze releases of all libraries between the thi

Re: [openstack-dev] [all][infra] Constraints are ready to be used for tox.ini

2016-08-11 Thread Amrith Kumar
> -Original Message- > From: John Dickinson [mailto:m...@not.mn] > Sent: Thursday, August 11, 2016 2:09 PM > To: OpenStack Development Mailing List > Subject: Re: [openstack-dev] [all][infra] Constraints are ready to be used > for tox.ini > > > > On 11 Aug 2016, at 10:03, Andreas Jaege

Re: [openstack-dev] [all][infra] Constraints are ready to be used for tox.ini

2016-08-11 Thread Jeremy Stanley
On 2016-08-11 20:19:51 +0200 (+0200), Ihar Hrachyshka wrote: > Do I read it right that we can now use constraints for post queue too > (releasenotes, cover, venv targets)? Yes, that was the hardest part to get working, but thanks to tireless efforts on the part of a number of people that has now b

Re: [openstack-dev] [Tripleo] Tripleo HA Federation Proof-of-Concept

2016-08-11 Thread Emilien Macchi
Nice work Adam, as usual. I'm dropping some comments about how we could automate it in TripleO: # Identity Provider Registration and Metadata This script could be called by Puppet or Heat at the right time, but now I don't have the best answer. # Federation Operations We can achieve it with pupp

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Telles Nobrega
Thanks Vitaly and everyone else. On Thu, Aug 11, 2016 at 3:22 PM, Vitaly Gridnev wrote: > Since it's was discussed at meeting, and there is no objections, welcome! > > On Thu, Aug 11, 2016 at 9:15 PM, Trevor McKay wrote: > >> +2 >> >> On Fri, 2016-08-12 at 00:56 +0800, lu jander wrote: >> > +2

Re: [openstack-dev] [Neutron] Team and Driver meetings for the week of Aug 15th

2016-08-11 Thread Ihar Hrachyshka
Henry Gessau wrote: Armando M. wrote: Hi Neutrinos, The meetings will be cancelled due to the mid-cycle. The neutron-lib meeting will also skip next week. …and neutron upgrades meeting is NOT going to be skipped. Ihar ___

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Telles Nobrega
Thank you all!!! On Thu, Aug 11, 2016 at 3:15 PM, Trevor McKay wrote: > +2 > > On Fri, 2016-08-12 at 00:56 +0800, lu jander wrote: > > +2 from me thx Telles > > > > 2016-08-12 0:20 GMT+08:00 Sergey Reshetnyak > > : > > +2 from me > > > > 2016-08-11 19:15 GMT+03:00 Sergey Lukjanov

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Chad Roberts
Absolutely +2. Telles has been a proven contributor for quite some time now. Thanks for all the work, Telles! On Thu, Aug 11, 2016 at 2:15 PM, Trevor McKay wrote: > +2 > > On Fri, 2016-08-12 at 00:56 +0800, lu jander wrote: > > +2 from me thx Telles > > > > 2016-08-12 0:20 GMT+08:00 Sergey Res

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Vitaly Gridnev
Since it's was discussed at meeting, and there is no objections, welcome! On Thu, Aug 11, 2016 at 9:15 PM, Trevor McKay wrote: > +2 > > On Fri, 2016-08-12 at 00:56 +0800, lu jander wrote: > > +2 from me thx Telles > > > > 2016-08-12 0:20 GMT+08:00 Sergey Reshetnyak > > : > > +2 from me >

Re: [openstack-dev] [all][infra] Constraints are ready to be used for tox.ini

2016-08-11 Thread Ihar Hrachyshka
Do I read it right that we can now use constraints for post queue too (releasenotes, cover, venv targets)? Ihar Andreas Jaeger wrote: TL;DR: upper-constraints can be used now for all tox based jobs With any software package, you will need additional packages to run it. Often, there's a tig

Re: [openstack-dev] [Neutron] Team and Driver meetings for the week of Aug 15th

2016-08-11 Thread Henry Gessau
Armando M. wrote: > Hi Neutrinos, > > The meetings will be cancelled due to the mid-cycle. The neutron-lib meeting will also skip next week. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: open

[openstack-dev] [Tripleo] Tripleo HA Federation Proof-of-Concept

2016-08-11 Thread Adam Young
http://adam.younglogic.com/2016/08/ooo-ha-fed-poc/ It is painful, sloppy, Mitaka based. Have at it, and lets make Federation a reality for Newton based deployments. Feedback eagerly sought. Thanks for all the people that helped get me through this. Won't list you all, as it would start t

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Trevor McKay
+2 On Fri, 2016-08-12 at 00:56 +0800, lu jander wrote: > +2 from me thx Telles > > 2016-08-12 0:20 GMT+08:00 Sergey Reshetnyak > : > +2 from me > > 2016-08-11 19:15 GMT+03:00 Sergey Lukjanov > : > +2 > > On Thu, Au

Re: [openstack-dev] [all][infra] Constraints are ready to be used for tox.ini

2016-08-11 Thread John Dickinson
On 11 Aug 2016, at 10:03, Andreas Jaeger wrote: > TL;DR: upper-constraints can be used now for all tox based jobs > > With any software package, you will need additional packages to run it. > Often, there's a tight coupling: The software package will only run with > specific other package versio

Re: [openstack-dev] [magnum] ssh and http connection lost

2016-08-11 Thread yasemin
Hi I want to use docker swarm bay. i must be configure because of our network system configuration, docker bridge broken my ssh connection. > On Aug 11, 2016, at 4:53 PM, Ton Ngo wrote: > > Hi Yasemin, > How would you like to configure the networking? Which COE are you using? > You may want t

Re: [openstack-dev] [ironic] Driver composition defaults call

2016-08-11 Thread Julia Kreger
Yesterday as a group (jroll, rloo, dtantsur, matt128, devananda, vdrok, and myself) discussed defaults for driver composition. The options we discussed were: * The existing specification[0] - Global and hardware_type default_FOO_interface configuration, global enabled_FOO_interfaces in configs, s

Re: [openstack-dev] [cinder] [neutron] [ironic] [api] [doc] API status report

2016-08-11 Thread Sean McGinnis
> > Sorry, in reviewing further today I found another project that does not > have a publish job but has in-tree source files: > > cinder > > Team cinder: can you let me know where you are in your publishing comfort > level? Please add an api-ref-jobs: line with a target of block-storage > to je

[openstack-dev] [all][api] POST /api-wg/news

2016-08-11 Thread Everett Toews
Greetings OpenStack community, Our main new topic for today was making sure that we take a more active role in curating the bugs that are now being kept in launchpad [4] by including review of those bugs in the workshopping that we do in each meeting. If you find issues in the existing guidelin

[openstack-dev] [all][infra] Constraints are ready to be used for tox.ini

2016-08-11 Thread Andreas Jaeger
TL;DR: upper-constraints can be used now for all tox based jobs With any software package, you will need additional packages to run it. Often, there's a tight coupling: The software package will only run with specific other package versions. This dependency information is sometimes found in README

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread lu jander
+2 from me thx Telles 2016-08-12 0:20 GMT+08:00 Sergey Reshetnyak : > +2 from me > > 2016-08-11 19:15 GMT+03:00 Sergey Lukjanov : > >> +2 >> >> On Thu, Aug 11, 2016 at 8:48 AM, Elise Gafford >> wrote: >> >>> Hearty +2. Telles has been working on Sahara for years, and has been a >>> consistent an

[openstack-dev] [openstack-operators][Sahara] Deprecation notes for Newton cycle

2016-08-11 Thread Vitaly Gridnev
Hello team, The aim of this letter is to provide all needed information about features which were deprecated in Sahara in the Newton release cycle, and several important notes from the Mitaka release cycle. 1. In Mitaka, all old CLI commands were marked as deprecated. We are not removing them in

Re: [openstack-dev] [nova] The deprecation of proxy API related CLI

2016-08-11 Thread Matt Riedemann
On 8/10/2016 11:01 PM, Alex Xu wrote: Hi, guys, We have agreement on how to deprecate the CLI for the proxy APIs which were deprecated in 2.36 when mid-cycle. But I still feels that we have something isn't very clear. So I just want to summary the situation at here, and to be clear the final goa

[openstack-dev] [kolla] FW: [all][ptl][tc] extra ATCs for newton

2016-08-11 Thread Steven Dake (stdake)
Koalligans, I can't think of anyone off the top of my head that hasn't submitted a patch for Newton that would qualify for an ATC pass under the bylaws [1] and TC Charter [2], but would like to open up nominations from core reviewers since I am not omnipotent. The only candidates that even come t

[openstack-dev] [neutron][taas]

2016-08-11 Thread Varsha Jayaraj
Hi, When we create a tap-service, a VLAN ID will be associated with that tap-service. In case we want to identify the flows associated with that VLAN ID, so that we can add additional filters, the response returned after creating a tap-service must include the VLAN ID information as well. Can this

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Sergey Reshetnyak
+2 from me 2016-08-11 19:15 GMT+03:00 Sergey Lukjanov : > +2 > > On Thu, Aug 11, 2016 at 8:48 AM, Elise Gafford > wrote: > >> Hearty +2. Telles has been working on Sahara for years, and has been a >> consistent and incisive reviewer and code contributor. >> >> Congratulations Telles; very well d

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Sergey Lukjanov
+2 On Thu, Aug 11, 2016 at 8:48 AM, Elise Gafford wrote: > Hearty +2. Telles has been working on Sahara for years, and has been a > consistent and incisive reviewer and code contributor. > > Congratulations Telles; very well deserved! > > - Elise > > On Thu, Aug 11, 2016 at 11:37 AM, Vitaly Grid

[openstack-dev] [Neutron] Team and Driver meetings for the week of Aug 15th

2016-08-11 Thread Armando M.
Hi Neutrinos, The meetings will be cancelled due to the mid-cycle. Cheers, Armando __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe htt

Re: [openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Elise Gafford
Hearty +2. Telles has been working on Sahara for years, and has been a consistent and incisive reviewer and code contributor. Congratulations Telles; very well deserved! - Elise On Thu, Aug 11, 2016 at 11:37 AM, Vitaly Gridnev wrote: > Hello core team, > > I'd like to nominate Telles Mota Vida

Re: [openstack-dev] [vitrage] scenario evaluator not enabled by default

2016-08-11 Thread Rosensweig, Elisha (Nokia - IL)
This is on purpose. When Vitrage is started, it first runs a "consistency" round where it gets all the resources from its datasources and inserts them into the entity graph. Once this initial phase is over, the evaluator is run over all the entity graph to check for meaningful patterns based o

[openstack-dev] [sahara] Nominate Telles Mota Vidal Nóbrega for core team

2016-08-11 Thread Vitaly Gridnev
Hello core team, I'd like to nominate Telles Mota Vidal Nóbrega for core reviewer team. Let's vote with +2/-2 for his candidacy. Review/Commits stats can be found at [0]. [0] http://stackalytics.com/?module=sahara-group&user_id=tellesmvn -- Best Regards, Vitaly Gridnev, Project Technical Lead o

Re: [openstack-dev] [neutron] Feature Classification

2016-08-11 Thread Darek Śmigiel
> On Aug 10, 2016, at 1:21 PM, Armando M. wrote: > > > > On 10 August 2016 at 10:20, Gupta, Ankur > wrote: > Hello Neutrinos, > > > > One of the things, that is required to have ease of use, is good > documentation. > > Similar to what's done for Nova [4],

Re: [openstack-dev] [nova] test strategy for the serial console feature

2016-08-11 Thread Daniel P. Berrange
On Thu, Aug 11, 2016 at 04:46:02PM +0200, Markus Zoeller wrote: > On 11.08.2016 13:31, Daniel P. Berrange wrote: > > On Thu, Aug 11, 2016 at 07:19:42AM -0400, Sean Dague wrote: > >> On 08/11/2016 05:45 AM, Markus Zoeller wrote: > >>> On 26.07.2016 12:16, Jordan Pittier wrote: > Hi Markus > >>>

Re: [openstack-dev] [infra] Project tailored VM image for Jenkins jobs

2016-08-11 Thread Jeremy Stanley
On 2016-08-11 02:30:07 -0500 (-0500), e...@itsonlyme.name wrote: [...] > So it seems the way to go is: > 1. Upload what we need to e.g.: > http://tarballs.openstack.org/storlet/images/docker/ubuntu_14.04.tar.gz Yep, generally you'd have a CI job build and upload that, not generate it by hand. If t

Re: [openstack-dev] [nova] test strategy for the serial console feature

2016-08-11 Thread Markus Zoeller
On 11.08.2016 16:46, Markus Zoeller wrote: > On 11.08.2016 13:31, Daniel P. Berrange wrote: >> On Thu, Aug 11, 2016 at 07:19:42AM -0400, Sean Dague wrote: >>> On 08/11/2016 05:45 AM, Markus Zoeller wrote: On 26.07.2016 12:16, Jordan Pittier wrote: > Hi Markus > You don"t really need a

[openstack-dev] [cinder] [neutron] [ironic] [api] [doc] API status report

2016-08-11 Thread Anne Gentle
On Wed, Aug 10, 2016 at 2:49 PM, Anne Gentle wrote: > Hi all, > I wanted to report on status and answer any questions you all have about > the API reference and guide publishing process. > > The expectation is that we provide all OpenStack API information on > developer.openstack.org. In order to

Re: [openstack-dev] [vitrage] scenario evaluator not enabled by default

2016-08-11 Thread Yujun Zhang
Sorry for having put a url from forked repo. It should be https://github.com/openstack/vitrage/commit/bdba10cb71b2fa3744e4178494fa860303ae0bbe#diff-6f1a277a2f6e9a567b38d646f19728bcL36 But the content is the same -- Yujun On Thu, Aug 11, 2016 at 10:43 PM Yujun Zhang wrote: > It seems the scenari

Re: [openstack-dev] [tc][cinder] tag:follows-standard-deprecation should be removed

2016-08-11 Thread Duncan Thomas
Given the options, I'd agree with Sean and John that removing the tag is a far lesser evil than changing our policy. If we leave broken drivers in the tree, the end user (operator) is no better off - the thing they evaluated won't work - but it will be harder to tell why. The storage vendor won't

Re: [openstack-dev] [nova] test strategy for the serial console feature

2016-08-11 Thread Markus Zoeller
On 11.08.2016 13:31, Daniel P. Berrange wrote: > On Thu, Aug 11, 2016 at 07:19:42AM -0400, Sean Dague wrote: >> On 08/11/2016 05:45 AM, Markus Zoeller wrote: >>> On 26.07.2016 12:16, Jordan Pittier wrote: Hi Markus You don"t really need a whole new job for this. Just turn that flag to Tru

Re: [openstack-dev] [tc][cinder] tag:follows-standard-deprecation should be removed

2016-08-11 Thread Hayes, Graham
On 11/08/2016 15:35, John Griffith wrote: > > > On Thu, Aug 11, 2016 at 7:14 AM, Erno Kuvaja > wrote: > > On Thu, Aug 11, 2016 at 2:47 PM, Sean McGinnis > mailto:sean.mcgin...@gmx.com>> wrote: > >> >> > >> >> As follow up on the mailing list discussion [0

[openstack-dev] [vitrage] scenario evaluator not enabled by default

2016-08-11 Thread Yujun Zhang
It seems the scenario evaluator is not enabled when vitrage is started in devstack installer. I dig a bit in the history, it seems the default value for the evaluator is changed from True to False in a history commit [1]. Is it breaking the starting of evaluator or I have missed some steps to ena

Re: [openstack-dev] [tc][cinder] tag:follows-standard-deprecation should be removed

2016-08-11 Thread John Griffith
On Thu, Aug 11, 2016 at 7:14 AM, Erno Kuvaja wrote: > On Thu, Aug 11, 2016 at 2:47 PM, Sean McGinnis > wrote: > >> >> > >> >> As follow up on the mailing list discussion [0], gerrit activity > >> >> [1][2] and cinder 3rd party CI policy [3] I'd like to initiate > >> >> discussion how Cinder foll

Re: [openstack-dev] [octavia] Multi-node controller testing

2016-08-11 Thread Roman Vasilets
Hi, "need to have something (tempest-plugin) to make sure that integration works with nova & neutron" - Its easy to write scenarios that will test that octavia works with nova and neutron "I guess rally is more suited to make sure that things work at scale, to uncover any sort of race condition

Re: [openstack-dev] [nova] Nova mascot - nominations and voting

2016-08-11 Thread Sean Dague
On 08/10/2016 11:46 AM, Sean Dague wrote: > On 08/10/2016 11:36 AM, Sean Dague wrote: >> On 08/09/2016 07:30 PM, Heidi Joy Tretheway wrote: >>> TL;DR: If you don’t want a mascot, you don’t have to. But Nova, you’ll >>> be missed. :-) >>> >>> A few notes following up on Matt Riedemann, Clint Byrum,

Re: [openstack-dev] [tc][cinder] tag:follows-standard-deprecation should be removed

2016-08-11 Thread Erno Kuvaja
On Thu, Aug 11, 2016 at 2:47 PM, Sean McGinnis wrote: >> >> >> >> As follow up on the mailing list discussion [0], gerrit activity >> >> [1][2] and cinder 3rd party CI policy [3] I'd like to initiate >> >> discussion how Cinder follows, or rather does not follow, the standard >> >> deprecation pol

Re: [openstack-dev] [ironic] About third-party CI

2016-08-11 Thread Mathieu Mitchell
Noticed something had slipped :) On 2016-08-10 9:21 AM, Jim Rollenhagen wrote: 4) The drivers that use pyghmi (pxe_ipminative and agent_pyghmi) currently are not tested in ironic's CI. We have multiple jobs for each of the ipmitool drivers. Instead of making new jobs, we could just move on

Re: [openstack-dev] [puppet] Why do we have two providers for openstack_config ?

2016-08-11 Thread Emilien Macchi
On Thu, Aug 11, 2016 at 9:26 AM, Sofer Athlan-Guyot wrote: > Hi, > > I stumbled on the fact that there are two providers for the > openstack_config type: ruby[1]; ini_setting.rb[2]. > > The ruby's one has a fork of the inifile ruby's provider is there[3]. > > It is currently used by those 6 types:

Re: [openstack-dev] [puppet] Why do we have two providers for openstack_config ?

2016-08-11 Thread Sofer Athlan-Guyot
Hi, I kinda answered all my question myself. Here a sum up of what I have understood https://review.openstack.org/#/c/354094/ Feel free to review. Regards, Sofer Athlan-Guyot writes: > Hi, > > I stumbled on the fact that there are two providers for the > openstack_config type: ruby[1]; ini_s

Re: [openstack-dev] [nova] The deprecation of proxy API related CLI

2016-08-11 Thread Matt Riedemann
On 8/10/2016 11:01 PM, Alex Xu wrote: Hi, guys, We have agreement on how to deprecate the CLI for the proxy APIs which were deprecated in 2.36 when mid-cycle. But I still feels that we have something isn't very clear. So I just want to summary the situation at here, and to be clear the final goa

Re: [openstack-dev] [vitrage] aodh datasource properties

2016-08-11 Thread Yujun Zhang
OK, I have assigned myself for this issue and hope to resolve it soon. -- Yujun On Thu, Aug 11, 2016 at 6:30 PM Afek, Ifat (Nokia - IL) wrote: > Hi Yujun, > > There are few ways to create Aodh alarms. You are referring to > event-alarms, and I believe you are right about the bug. > > Note, howev

Re: [openstack-dev] [magnum] ssh and http connection lost

2016-08-11 Thread Ton Ngo
Hi Yasemin, How would you like to configure the networking? Which COE are you using? You may want to consult the Networking section in the user guide: https://github.com/openstack/magnum/blob/master/doc/source/userguide.rst#networking Ton Ngo, From: Yasemin DEMİRAL (BİLGEM BTE) To: "

Re: [openstack-dev] [tc][cinder][stable] tag:follows-standard-deprecation should be removed

2016-08-11 Thread Doug Hellmann
Excerpts from Erno Kuvaja's message of 2016-08-11 13:59:54 +0100: > On Thu, Aug 11, 2016 at 1:32 PM, Doug Hellmann wrote: > > Excerpts from Erno Kuvaja's message of 2016-08-11 12:26:59 +0100: > >> Hi all, > >> > >> As follow up on the mailing list discussion [0], gerrit activity > >> [1][2] and ci

Re: [openstack-dev] [tc][cinder] tag:follows-standard-deprecation should be removed

2016-08-11 Thread Sean McGinnis
> >> > >> As follow up on the mailing list discussion [0], gerrit activity > >> [1][2] and cinder 3rd party CI policy [3] I'd like to initiate > >> discussion how Cinder follows, or rather does not follow, the standard > >> deprecation policy [4] as the project has been tagged on the assert > >> pa

Re: [openstack-dev] [tc][cinder][stable] tag:follows-standard-deprecation should be removed

2016-08-11 Thread Anita Kuno
On 16-08-11 09:36 AM, Doug Hellmann wrote: Excerpts from Erno Kuvaja's message of 2016-08-11 13:59:54 +0100: On Thu, Aug 11, 2016 at 1:32 PM, Doug Hellmann wrote: Excerpts from Erno Kuvaja's message of 2016-08-11 12:26:59 +0100: Hi all, As follow up on the mailing list discussion [0], gerrit

[openstack-dev] [requirements][elections] Requirements PTL Results

2016-08-11 Thread Anita Kuno
We'd like to thank all those folks who came out to participate in this election on very brief notice. Thank you. The participation rate is impressive. Thank you to all candidates who put themselves forward, showing their enthusiasm for the role. It is plain to see this new team has a lot of l

[openstack-dev] [puppet] Why do we have two providers for openstack_config ?

2016-08-11 Thread Sofer Athlan-Guyot
Hi, I stumbled on the fact that there are two providers for the openstack_config type: ruby[1]; ini_setting.rb[2]. The ruby's one has a fork of the inifile ruby's provider is there[3]. It is currently used by those 6 types: - neutron_lbaas_service_config - nova_config - neutron_vpnaas_servic

Re: [openstack-dev] [puppet] proposal: start gating on puppet4

2016-08-11 Thread Iury Gregory
+1, Awesome idea Emilien. 2016-08-11 9:45 GMT-03:00 Sofer Athlan-Guyot : > +1 for me also. We have to push forward to have puppet 4 as a first > class citizen. > > Matt Fischer writes: > > > +1 from me also. This will help everyone who is trying to transition > > to it. > > > > On Wed, Aug 10,

Re: [openstack-dev] I want to consult ironic problems

2016-08-11 Thread Mathieu Mitchell
Hi Paul, It seems you are having issues running Ironic and as Jeremy pointed out in a previous reply, the proper mailing list for this is openst...@lists.openstack.org. On the technical side, keep in mind the kernel and ramdisks are part of a complete solution and should be used by Ironic fo

Re: [openstack-dev] [tc][cinder] tag:follows-standard-deprecation should be removed

2016-08-11 Thread Erno Kuvaja
On Thu, Aug 11, 2016 at 1:32 PM, Doug Hellmann wrote: > Excerpts from Erno Kuvaja's message of 2016-08-11 12:26:59 +0100: >> Hi all, >> >> As follow up on the mailing list discussion [0], gerrit activity >> [1][2] and cinder 3rd party CI policy [3] I'd like to initiate >> discussion how Cinder fol

Re: [openstack-dev] [puppet] proposal: start gating on puppet4

2016-08-11 Thread Sofer Athlan-Guyot
+1 for me also. We have to push forward to have puppet 4 as a first class citizen. Matt Fischer writes: > +1 from me also. This will help everyone who is trying to transition > to it. > > On Wed, Aug 10, 2016 at 1:46 AM, Javier Pena > wrote: > > > > > - Original Message

Re: [openstack-dev] [tc][cinder] tag:follows-standard-deprecation should be removed

2016-08-11 Thread Doug Hellmann
Excerpts from Erno Kuvaja's message of 2016-08-11 12:26:59 +0100: > Hi all, > > As follow up on the mailing list discussion [0], gerrit activity > [1][2] and cinder 3rd party CI policy [3] I'd like to initiate > discussion how Cinder follows, or rather does not follow, the standard > deprecation p

[openstack-dev] [new][oslo] osprofiler 1.4.0 release (newton)

2016-08-11 Thread no-reply
We are happy to announce the release of: osprofiler 1.4.0: OpenStack Profiler Library This release is part of the newton release series. With source available at: http://git.openstack.org/cgit/openstack/osprofiler With package available at: https://pypi.python.org/pypi/osprofiler Ple

Re: [openstack-dev] [TripleO] additional git repo(s) for tripleo-quickstart

2016-08-11 Thread Wesley Hayutin
On Wed, Aug 10, 2016 at 9:45 PM, Lars Kellogg-Stedman wrote: > On Wed, Aug 10, 2016 at 03:26:18PM -0400, Wesley Hayutin wrote: > > I'm proposing the creation of a repo called tripleo-quickstart-extras > that > > would contain some or all of the current third party roles used with > > TripleO-Quic

  1   2   >