[openstack-dev] [Tacker] Ocata design summit topics

2016-10-17 Thread Sripriya Seetharam
Hi Tackers, We have the Ocata design summit topics and initial agenda items captured in the below etherpad link: https://etherpad.openstack.org/p/tacker-ocata-summit The OpenStack design summit schedule page has also been updated to reflect these topics in the fishbowl and working sessions.

Re: [openstack-dev] [osc] bug/design flaw: Clients not cached per region

2016-10-17 Thread Adrian Turjak
On 18/10/16 15:52, Jamie Lennox wrote: > > A comment from the cheap seats, almost all clients are using a > keystoneauth1 session at this point and that's where your > authentication information is being cached. There is essentially no > cost to creating a client with an existing session as auth

Re: [openstack-dev] [all] indoor climbing break at summit?

2016-10-17 Thread Joshua Harlow
Adam Young wrote: On 10/17/2016 09:53 AM, Chris Dent wrote: It turns out that summit this year will be just down the road from Chris Sharma's relatively new indoor climbing gym in Barcelona: http://www.sharmaclimbingbcn.com/ If the fun, frisson and frustration of summit sessions leaves you

Re: [openstack-dev] [oslo] Propose support generate IPv4 and IPv6 random address( or network) for documentation(test?)

2016-10-17 Thread Joshua Harlow
I think doug (he can correct me if I am wrong) was more wondering the question of 'why would you want to use random data' in a test vs using known fixed data. When a test fails it can be quite hard to identify the reason if certain data that the test uses is randomized for each run.

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Takashi Yamamoto
+1 On Sat, Oct 15, 2016 at 3:30 AM, Miguel Lavalle wrote: > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. After > doing some Google research, I am proposing Raco de la Vila, which is located > in Poblenou:

Re: [openstack-dev] [osc] bug/design flaw: Clients not cached per region

2016-10-17 Thread Jamie Lennox
On 18 October 2016 at 12:09, Dean Troyer wrote: > On Mon, Oct 17, 2016 at 5:29 PM, Adrian Turjak > wrote: > > What I'm wondering is can the current client cache be changed to be keyed > > off the client_manager.region_name? That way the change is only

Re: [openstack-dev] [oslo] Propose support generate IPv4 and IPv6 random address( or network) for documentation(test?)

2016-10-17 Thread TommyLike Hu
Ha,thanks for your link, it's absolutely much clearer and more correct here, and how do you think of this util function itself? Kiall Mac Innes 于2016年10月18日周二 上午12:03写道: > We tend to try stick with the various TEST-NET CIDRs etc as well in > Designate, and document them here:

Re: [openstack-dev] [oslo] Propose support generate IPv4 and IPv6 random address( or network) for documentation(test?)

2016-10-17 Thread TommyLike Hu
Hmm,it's used to generate the ip address for validation or rule checking, Meanwhile add some randomness. Of course it's unreasonable the case you mentioned, please check the existed cases [1] and [2] [1] https://github.com/openstack/manila/blob/master/manila_tempest_tests/tests/api/base.py#L828

Re: [openstack-dev] [osc] bug/design flaw: Clients not cached per region

2016-10-17 Thread Adrian Turjak
On 18/10/16 15:15, Adrian Turjak wrote: > Although option would be to leave the cache in osc-lib untouched as a > pure singleton and just make a new one for openstackclient that does > support regions. odd typo. "Although another option would be"

Re: [openstack-dev] [osc] bug/design flaw: Clients not cached per region

2016-10-17 Thread Adrian Turjak
On 18/10/16 14:09, Dean Troyer wrote: > On Mon, Oct 17, 2016 at 5:29 PM, Adrian Turjak > wrote: >> What I'm wondering is can the current client cache be changed to be keyed >> off the client_manager.region_name? That way the change is only in how the >> clients are

Re: [openstack-dev] [requirements][lbaas] gunicorn to g-r

2016-10-17 Thread Doug Wiegley
On Oct 17, 2016, at 6:44 PM, Morgan Fainberg wrote: > > > On Oct 17, 2016 17:32, "Thomas Goirand" > wrote: > > > > On 10/17/2016 08:43 PM, Adam Harwell wrote: > > > Jim, that is exactly my thought -- the main focus of g-r as

Re: [openstack-dev] [nova][scheduler] ResourceProvider design issues

2016-10-17 Thread Jay Pipes
On 10/17/2016 11:14 PM, Ed Leafe wrote: Now that we’re starting to model some more complex resources, it seems that some of the original design decisions may have been mistaken. One approach to work around this is to create multiple levels of resource providers. While that works, it is

[openstack-dev] [Infra] Meeting Tuesday October 18th at 19:00 UTC

2016-10-17 Thread Elizabeth K. Joseph
Hi everyone, The OpenStack Infrastructure (Infra) team is having our next weekly meeting on Tuesday October 18th, 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

Re: [openstack-dev] [ironic] When should a project be under Ironic's governance?

2016-10-17 Thread Dean Troyer
On Mon, Oct 17, 2016 at 7:02 PM, Jay Faulkner wrote: > However, I get the impression some folks attach additional connotations to > this; such as the Ironic core team gaining an implied responsibility to the > code or it being seen as a “seal of approval” from Ironic. This means

Re: [openstack-dev] [osc] bug/design flaw: Clients not cached per region

2016-10-17 Thread Dean Troyer
On Mon, Oct 17, 2016 at 5:29 PM, Adrian Turjak wrote: > What I'm wondering is can the current client cache be changed to be keyed > off the client_manager.region_name? That way the change is only in how the > clients are built and the code elsewhere doesn't change unless

Re: [openstack-dev] [requirements][lbaas] gunicorn to g-r

2016-10-17 Thread Morgan Fainberg
On Oct 17, 2016 17:32, "Thomas Goirand" wrote: > > On 10/17/2016 08:43 PM, Adam Harwell wrote: > > Jim, that is exactly my thought -- the main focus of g-r as far as I was > > aware is to maintain interoperability between project dependencies for > > openstack deploys, and since

[openstack-dev] Early access: User Survey results & DIY analysis tool

2016-10-17 Thread Heidi Joy Tretheway
Hello Developers, I wanted to alert you that tomorrow we’ll issue a news release on our key findings from the eighth User Survey. This cycle, we focused on a deployments-only update of the charts most often cited by our community. On openstack.org/user-survey

Re: [openstack-dev] [requirements][lbaas] gunicorn to g-r

2016-10-17 Thread Ian Cordasco
On Oct 17, 2016 7:27 PM, "Thomas Goirand" wrote: > > On 10/17/2016 08:43 PM, Adam Harwell wrote: > > Jim, that is exactly my thought -- the main focus of g-r as far as I was > > aware is to maintain interoperability between project dependencies for > > openstack deploys, and

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread IWAMOTO Toshihiro
+1 Thanks for organizing. At Fri, 14 Oct 2016 13:30:57 -0500, Miguel Lavalle wrote: > > [1 ] > [1.1 ] > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. > After doing some Google research, I am proposing Raco de la Vila, which is > located in

Re: [openstack-dev] [requirements][lbaas] gunicorn to g-r

2016-10-17 Thread Thomas Goirand
On 10/17/2016 08:43 PM, Adam Harwell wrote: > Jim, that is exactly my thought -- the main focus of g-r as far as I was > aware is to maintain interoperability between project dependencies for > openstack deploys, and since our amphora image is totally separate, it > should not be restricted to g-r

Re: [openstack-dev] PTG from the Ops Perspective - a few short notes

2016-10-17 Thread Morgan Fainberg
On Oct 17, 2016 12:15, "Clint Byrum" wrote: > > Excerpts from Chris Dent's message of 2016-10-17 10:38:25 +0100: > > On Mon, 17 Oct 2016, Renat Akhmerov wrote: > > > > > If you are a developer, of course, PTG is an important event to > > > attend. But… Being a developer, I would

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Russell Bryant
On Friday, October 14, 2016, Miguel Lavalle wrote: > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. > After doing some Google research, I am proposing Raco de la Vila, which is > located in Poblenou:

Re: [openstack-dev] [ironic] When should a project be under Ironic's governance?

2016-10-17 Thread Jay Faulkner
> On Oct 17, 2016, at 1:27 PM, Michael Turek wrote: > > Hello ironic! > > At today's IRC meeting, the questions "what should and should not be a > project be under Ironic's governance" and "what does it mean to be under > Ironic's governance" were raised. Log

Re: [openstack-dev] [neutron] next upgrades meeting is Nov 7th

2016-10-17 Thread Edgar Magana
Unfortunately, it is unavoidable! One of the greatest countries with the worse candidates! Edgar From: "Armando M." Reply-To: "OpenStack Development Mailing List (not for usage questions)" Date: Monday, October 17, 2016 at 3:32 PM To:

Re: [openstack-dev] [neutron] next upgrades meeting is Nov 7th

2016-10-17 Thread Armando M.
On 17 October 2016 at 12:29, Ihar Hrachyshka wrote: > Hi all, > > due to the summit we cancel the next two upgrades subteam meetings. > > We will get back Nov 7th, just in time to close any remaining gaps before > the world as we know it is destroyed by US elections the next

Re: [openstack-dev] [osc] bug/design flaw: Clients not cached per region

2016-10-17 Thread Adrian Turjak
On 18/10/16 03:36, Dean Troyer wrote: > On Sun, Oct 16, 2016 at 9:11 PM, Adrian Turjak > > wrote: > > The problem I'm running into is for some of our custom plugins we > require the commands to run in all regions. We do this by

[openstack-dev] [ironic] PTG attendance

2016-10-17 Thread Jim Rollenhagen
Hey folks, Thought I sent this to the list, but apparently not, maybe just the organizers. The ironic team *does* plan to be at the PTG in February. Hope to see everyone there. :) // jim __ OpenStack Development Mailing

[openstack-dev] [ironic] Core team updates

2016-10-17 Thread Jim Rollenhagen
Hey friends, The ironic-core team has done some great things over the last year. We've landed a ton of code, grown some new members (and continually growing more), and generally stayed pretty well connected. However, some folks are clearly reviewing far more than others. While I realize that

Re: [openstack-dev] [openstack][nova] Port unbound from active VM

2016-10-17 Thread Ajay Kalambur (akalambu)
Hi I logged the following bug https://bugs.launchpad.net/nova/+bug/1634269 I sent out review below please let me know if I am on right track https://review.openstack.org/#/c/387687/ Ajay From: Kevin Benton > Reply-To: "OpenStack Development Mailing

[openstack-dev] [nova][scheduler] ResourceProvider design issues

2016-10-17 Thread Ed Leafe
Now that we’re starting to model some more complex resources, it seems that some of the original design decisions may have been mistaken. One approach to work around this is to create multiple levels of resource providers. While that works, it is unnecessarily complicated IMO. I think we need

[openstack-dev] [tripleo][ironic] introspection and CI

2016-10-17 Thread Wesley Hayutin
Greetings, The RDO CI team is considering adding retries to our calls to introspection again [1]. This is very handy for bare metal environments where retries may be needed due to random chaos in the environment itself. We're trying to balance two things here.. 1. reduce the number of false

Re: [openstack-dev] [all] indoor climbing break at summit?

2016-10-17 Thread Adam Young
On 10/17/2016 09:53 AM, Chris Dent wrote: It turns out that summit this year will be just down the road from Chris Sharma's relatively new indoor climbing gym in Barcelona: http://www.sharmaclimbingbcn.com/ If the fun, frisson and frustration of summit sessions leaves you with the energy

Re: [openstack-dev] [tripleo] Scaling-up the team with Squads

2016-10-17 Thread Emilien Macchi
So we had a lot of interesting feedback in the spec, I addressed all comments, let me know if I missed something. I'm also interested to have feedback from other team members. Thanks, On Tue, Oct 11, 2016 at 7:46 PM, Emilien Macchi wrote: > It has been some weeks I have been

[openstack-dev] [ironic] When should a project be under Ironic's governance?

2016-10-17 Thread Michael Turek
Hello ironic! At today's IRC meeting, the questions "what should and should not be a project be under Ironic's governance" and "what does it mean to be under Ironic's governance" were raised. Log here: http://eavesdrop.openstack.org/meetings/ironic/2016/ironic.2016-10-17-17.00.log.html#l-176

[openstack-dev] [neutron] next upgrades meeting is Nov 7th

2016-10-17 Thread Ihar Hrachyshka
Hi all, due to the summit we cancel the next two upgrades subteam meetings. We will get back Nov 7th, just in time to close any remaining gaps before the world as we know it is destroyed by US elections the next day. See you there, Ihar

[openstack-dev] [Neutron] Next neutron-lib meeting is November 9

2016-10-17 Thread Henry Gessau
Due to the summit. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] PTG from the Ops Perspective - a few short notes

2016-10-17 Thread Clint Byrum
Excerpts from Chris Dent's message of 2016-10-17 10:38:25 +0100: > On Mon, 17 Oct 2016, Renat Akhmerov wrote: > > > If you are a developer, of course, PTG is an important event to > > attend. But… Being a developer, I would also love to attend summits > > also. For a bunch of reasons like

Re: [openstack-dev] [ironic] weekly subteam report

2016-10-17 Thread Rajini.Ram
Dell - Internal Use - Confidential There is a related patch to the neutron subnet pool fix, This allows you to use FIXED_RANGE without using subnet pool https://review.openstack.org/#/c/378063/ -Original Message- From: Loo, Ruby [mailto:ruby@intel.com] Sent: Monday, October 17, 2016

Re: [openstack-dev] [Neutron] Team meeting this Monday at 2100 UTC + forthcoming schedule

2016-10-17 Thread Armando M.
On 17 October 2016 at 11:45, Dariusz Śmigiel wrote: > It means that next Team Meeting will have a place on November 8, Tuesday. > > Any cancellations for other Neutron Meetings? > I think those should be advertised in emails with their respective subjects. > >

Re: [openstack-dev] [nova]Question about unit tests for shelve/unshleve

2016-10-17 Thread Andrew Laski
On Sun, Oct 16, 2016, at 07:11 AM, Rikimaru Honjo wrote: > Hi all, > > I have a question about unit tests of nova. > (I found this question when I fixed a bug about shelve.[1]) > > "nova.tests.unit.compute.test_shelve.ShelveComputeAPITestCase" has > test cases for

Re: [openstack-dev] [Neutron] Team meeting this Monday at 2100 UTC + forthcoming schedule

2016-10-17 Thread Dariusz Śmigiel
It means that next Team Meeting will have a place on November 8, Tuesday. Any cancellations for other Neutron Meetings? 2016-10-17 13:28 GMT-05:00 Armando M. : > Hi neutrinos, > > A kind reminder for this week's meeting. More on the agenda [1]. Also, due > to the summit, the

[openstack-dev] [Ironic] OpenStack Summit Barcelona: Ironic Meetup (evening)

2016-10-17 Thread Lucas Alvares Gomes
Hi everyone, We are planning to have an evening Ironic contributors meetup at some point in the Barcelona Summit and we need to decide which day of that week would be most suited for all/most of us. So, if you are willing to attend please put your name and possible days at

Re: [openstack-dev] [requirements][lbaas] gunicorn to g-r

2016-10-17 Thread Adam Harwell
Jim, that is exactly my thought -- the main focus of g-r as far as I was aware is to maintain interoperability between project dependencies for openstack deploys, and since our amphora image is totally separate, it should not be restricted to g-r requirements. I brought this up, but others thought

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Ben Pfaff
On Fri, Oct 14, 2016 at 01:30:57PM -0500, Miguel Lavalle wrote: > It is easy to get there by subway from the Summit venue: > https://goo.gl/maps/HjaTEcBbDUR2. I made a reservation for 25 people under > 'Neutron' or "Miguel Lavalle". Please confirm your attendance so we can get > a final count.

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Adam Harwell
+1 On Tue, Oct 18, 2016 at 3:05 AM Michael Johnson wrote: > +1 > > On Fri, Oct 14, 2016 at 11:30 AM, Miguel Lavalle > wrote: > > Dear Neutrinos, > > > > I am organizing a social event for the team on Thursday 27th at 19:30. > After > > doing some

[openstack-dev] [ironic] weekly subteam report

2016-10-17 Thread Loo, Ruby
Hi, Here is this week's subteam report for Ironic. As usual, this is pulled directly from the Ironic whiteboard[0] and formatted. Bugs (dtantsur) === - Stats (diff between 10 Oct 2016 and 17 Oct 2016) - Ironic: 224 (+8) bugs + 209 wishlist items (-3). 23 new (+8), 171 in progress

[openstack-dev] [Neutron] Team meeting this Monday at 2100 UTC + forthcoming schedule

2016-10-17 Thread Armando M.
Hi neutrinos, A kind reminder for this week's meeting. More on the agenda [1]. Also, due to the summit, the next occurrences will be cancelled. - Oct 25, Tuesday - Oct 31, Monday Cheers, Armando [1] https://wiki.openstack.org/wiki/Network/Meetings

[openstack-dev] [kolla] Last bug before tagging 3.0.0

2016-10-17 Thread Steven Dake (stdake)
Folks, We are in dire need of any help core reviewers can provide fixing the following bug: https://etherpad.openstack.org/p/kolla-bug-1631503 For everyone that submits a patch, please take responsibility to back port it to stable/newton. This is a one click operation. Make sure not to back

Re: [openstack-dev] [requirements][lbaas] gunicorn to g-r

2016-10-17 Thread Doug Wiegley
On Oct 17, 2016, at 12:02 PM, Jim Rollenhagen wrote: > > On Mon, Oct 17, 2016 at 1:33 PM, Doug Wiegley > wrote: >> Hi, >> >> On a review to add gunicorn to global requirements[1], we were asked to send >> a notice to the ML. In this

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Michael Johnson
+1 On Fri, Oct 14, 2016 at 11:30 AM, Miguel Lavalle wrote: > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. After > doing some Google research, I am proposing Raco de la Vila, which is located > in Poblenou:

Re: [openstack-dev] [requirements][lbaas] gunicorn to g-r

2016-10-17 Thread Jim Rollenhagen
On Mon, Oct 17, 2016 at 1:33 PM, Doug Wiegley wrote: > Hi, > > On a review to add gunicorn to global requirements[1], we were asked to send > a notice to the ML. In this particular application, it’s for use inside a > service VM for Octavia.

Re: [openstack-dev] [all] indoor climbing break at summit?

2016-10-17 Thread Chris Dent
On Mon, 17 Oct 2016, gordon chung wrote: you forgot to add disclaimer how you broke every bone in your body a while back. \o/ Thanks for paying attention, you get a gold star. But actually it was only three. And it was outside. Maybe what you're really looking for here is: Climbing is

[openstack-dev] [requirements][lbaas] gunicorn to g-r

2016-10-17 Thread Doug Wiegley
Hi, On a review to add gunicorn to global requirements[1], we were asked to send a notice to the ML. In this particular application, it’s for use inside a service VM for Octavia. Objections/comments/other? Thanks, doug [1] https://review.openstack.org/#/c/386790/

Re: [openstack-dev] [all] indoor climbing break at summit?

2016-10-17 Thread gordon chung
On 17/10/16 09:53 AM, Chris Dent wrote: > > It turns out that summit this year will be just down the road from > Chris Sharma's relatively new indoor climbing gym in Barcelona: > > http://www.sharmaclimbingbcn.com/ > > If the fun, frisson and frustration of summit sessions leaves you with >

Re: [openstack-dev] [all] indoor climbing break at summit?

2016-10-17 Thread Mathieu, Pierre-Arthur
Great idea :-) - Pierre From: Joshua Harlow Sent: Monday, October 17, 2016 4:45 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [all] indoor climbing break at summit?   Chris Dent wrote: > > It turns out

Re: [openstack-dev] [oslo] Propose support generate IPv4 and IPv6 random address( or network) for documentation(test?)

2016-10-17 Thread Kiall Mac Innes
We tend to try stick with the various TEST-NET CIDRs etc as well in Designate, and document them here: http://docs.openstack.org/developer/designate/developer-guidelines.html#example-dns-names-and-ip-space Thanks, Kiall On 17/10/16 10:56, TommyLike Hu wrote: When I handle some stuff related

[openstack-dev] [tosca-parser] [heat-translator] cross-project design session with [Tacker] at summit

2016-10-17 Thread Sahdev P Zala
Hi team, The TOSCA-Parser/Heat-Translator and Tacker will be having a cross-project design session at the Barcelona summit. Sripriya has started etherpad doc to collect discussion items. If you have any, please add it there. Friday, Nov 18th, 11:00am - 11:40am - Workroom Session Location:

Re: [openstack-dev] [oslo] Propose support generate IPv4 and IPv6 random address( or network) for documentation(test?)

2016-10-17 Thread Doug Hellmann
Excerpts from TommyLike Hu's message of 2016-10-17 14:46:36 +: > It's used in testcase already, and basic codes is from here: > https://github.com/openstack/manila/blob/master/manila_tempest_tests/utils.py#L93 OK, I guess the real question I had is why use *random* addresses. Because that

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread John Davidge
+1 Thanks Miguel! From: Miguel Lavalle > Reply-To: "OpenStack Development Mailing List (not for usage questions)" > Date: Friday, October 14, 2016 at 7:30 PM To: OpenStack

[openstack-dev] [ptl][release] Ocata release liasons

2016-10-17 Thread Doug Hellmann
It's time to update the release liaison list for the Ocata release. By default, the release liaison is the PTL and we can continue with that assumption for this cycle again. If you would like to hand those duties off to someone else, please update the wiki page appropriately [1]. Please also

Re: [openstack-dev] [all] indoor climbing break at summit?

2016-10-17 Thread Joshua Harlow
Chris Dent wrote: It turns out that summit this year will be just down the road from Chris Sharma's relatively new indoor climbing gym in Barcelona: http://www.sharmaclimbingbcn.com/ If the fun, frisson and frustration of summit sessions leaves you with the energy or need to pull down, maybe

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Carl Baldwin
+2 Carl On Fri, Oct 14, 2016 at 12:30 PM, Miguel Lavalle wrote: > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. > After doing some Google research, I am proposing Raco de la Vila, which is > located in Poblenou:

[openstack-dev] [trove] no more commits to trove-integration please

2016-10-17 Thread Amrith Kumar
As we work our way through the project to eliminate the trove-integration repository, there must come a point when we stop adding any more commits to the trove-integration repository. As described in the spec[1] for this project, everything in trove-integration repository (as of the current

Re: [openstack-dev] [Neutron] Database field sizes and attribute "MAX_LEN" constants

2016-10-17 Thread Morales, Victor
I just want to add my two cents on this. Several months ago I asked to nova community about a bug that they decided to don’t implement, this bug was suggesting to add a validation to String OVO field[1] to check if the length of the columns has been changed, the answer was that they considered

[openstack-dev] [Craton] Meeting Cancelled for 2016-10-24

2016-10-17 Thread Ian Cordasco
Hi all, With the majority of the Craton team at the Summit next week, we will be cancelling the weekly IRC meeting. We'll see you all on the 31st! Cheers, -- Ian Cordasco __ OpenStack Development Mailing List (not for usage

Re: [openstack-dev] [oslo] Propose support generate IPv4 and IPv6 random address( or network) for documentation(test?)

2016-10-17 Thread TommyLike Hu
It's used in testcase already, and basic codes is from here: https://github.com/openstack/manila/blob/master/manila_tempest_tests/utils.py#L93 Doug Hellmann 于2016年10月17日周一 下午10:13写道: > Excerpts from TommyLike Hu's message of 2016-10-17 09:56:15 +: > > When I handle

Re: [openstack-dev] [osc] bug/design flaw: Clients not cached per region

2016-10-17 Thread Dean Troyer
On Sun, Oct 16, 2016 at 9:11 PM, Adrian Turjak wrote: > The problem I'm running into is for some of our custom plugins we > require the commands to run in all regions. We do this by getting the > region list from keystone, and then doing the command in each region. > ...

Re: [openstack-dev] [Neutron] Database field sizes and attribute "MAX_LEN" constants

2016-10-17 Thread Anna Taraday
Ihar, we all adults here, but this does not save us from making silly mistakes sometimes :( I think that if we can protect from possible mistakes - lets do this, as messing up with size of fields is a common issue. On Mon, Oct 17, 2016 at 2:16 PM Ihar Hrachyshka wrote: >

[openstack-dev] [all] indoor climbing break at summit?

2016-10-17 Thread Chris Dent
It turns out that summit this year will be just down the road from Chris Sharma's relatively new indoor climbing gym in Barcelona: http://www.sharmaclimbingbcn.com/ If the fun, frisson and frustration of summit sessions leaves you with the energy or need to pull down, maybe we should

Re: [openstack-dev] [oslo] Propose support generate IPv4 and IPv6 random address( or network) for documentation(test?)

2016-10-17 Thread Doug Hellmann
Excerpts from TommyLike Hu's message of 2016-10-17 09:56:15 +: > When I handle some stuff related to Manila recently, I found a case which > may be suitable for Oslo, Anyhow I put it in the maillist so it can be > discussed before I put it in action. > In testcase, we need a function(maybe 2)

[openstack-dev] [ptl][oslo][goals] cross-project workshop on Ocata goal

2016-10-17 Thread Doug Hellmann
As part of our community goal process [1], we will have a workshop at the summit next week to discuss implementation details for the "Remove Incubated Oslo Code" goal [2] and to connect folks who plan to do the work with guides for migrating to the relevant Oslo libraries. Please ensure that your

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

2016-10-17 Thread Iury Gregory
Hello Puppeteers! We'll have our weekly meeting tomorrow at 3pm UTC on #openstack-meeting-4 Here is the agenda: https://etherpad.openstack.org/p/puppet-openstack-weekly-meeting-20161018 Feel free to add topics, and any outstanding bug and patch. See you tomorrow! Thanks --

Re: [openstack-dev] [tripleo] [tripleo-ci] tripleo-quickstart-extras and tripleo third party ci

2016-10-17 Thread John Trowbridge
Added tripleo tag as this missed my email filter, and therefore may have missed others as well. On 10/14/2016 02:01 PM, Wesley Hayutin wrote: > Greetings, > > Hey everyone, I wanted to post a link to a blueprint I'm interested in > discussing at summit with everyone. Please share your thoughts

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Miguel Angel Ajo Pelayo
I probably won't be able to go, but if you plan to hangout in any other place around after/before dinner, may be I'll join. Cheers & Enjoy! :) On Mon, Oct 17, 2016 at 12:56 PM, Nate Johnston wrote: > I responded to Miguel privately, but I'll be there as well! > > --N.

Re: [openstack-dev] [api] [searchlight] Duplicate parameter names

2016-10-17 Thread Chris Dent
On Wed, 12 Oct 2016, McLellan, Steven wrote: This issue came up during our meeting last week and it was suggested to ask the API working group for its opinion, so any comments welcome. If for whatever reason you don't get enough joy from the mailing list, feel free to stick this topic on the

Re: [openstack-dev] [Neutron] Database field sizes and attribute "MAX_LEN" constants

2016-10-17 Thread Ihar Hrachyshka
Henry Gessau wrote: Anna Taraday wrote: Henry, thanks for taking care of this! In my opinion, it is just safe to use raw values in migration, because migration is a strict point in time. I remember how many patches I send in havana in Neutron

Re: [openstack-dev] [Neutron] Database field sizes and attribute "MAX_LEN" constants

2016-10-17 Thread Henry Gessau
Anna Taraday wrote: > Henry, thanks for taking care of this! > > In my opinion, it is just safe to use raw values in migration, because > migration is a strict point in time. > > I remember how many patches I send in havana in Neutron for fixing > synchronization

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Nate Johnston
I responded to Miguel privately, but I'll be there as well! --N. On Fri, Oct 14, 2016 at 01:30:57PM -0500, Miguel Lavalle wrote: > set=UTF-8 > > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. > After doing some Google research, I am proposing Raco

Re: [openstack-dev] [Neutron] Database field sizes and attribute "MAX_LEN" constants

2016-10-17 Thread Henry Gessau
Ihar Hrachyshka wrote: > Henry Gessau wrote: > >> Hi neutrinos, >> >> In Neutron many attributes are stored in database fields. The size of these >> fields therefore determines the maximum length of the attribute values. >> >> I would like to get some

[openstack-dev] [zaqar] Design Summit Schedule

2016-10-17 Thread feilong
Hi All, As we discussed, I've pushed the final design summit schedule[1][2] for Zaqar. Please take a look and let me know if there is anything we need to change to avoid conflicts. [1] https://www.openstack.org/summit/barcelona-2016/summit-schedule/global-search?t=Zaqar [2]

Re: [openstack-dev] [ironic][devstack][devstack-gate][openstack-infra][networking-generic-switch] Ironic multinode job

2016-10-17 Thread Vasyl Saienko
Hello openstack-infra, community, Ironic team got stable multinode job and want to move on and add it to check/gate pipelines. At the moment we are blocked by devstack-gate changes (3 patches in the list below). We are kindly asking to help review/merge

[openstack-dev] [zaqar] Design Summit Schedule

2016-10-17 Thread Fei Long Wang
Hi All, As we discussed, I've pushed the final design summit schedule[1][2] for Zaqar. Please take a look and let me know if there is anything we need to change to avoid conflicts. [1] https://www.openstack.org/summit/barcelona-2016/summit-schedule/global-search?t=Zaqar [2]

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Elena Ezhova
+1 On Fri, Oct 14, 2016 at 9:30 PM, Miguel Lavalle wrote: > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. > After doing some Google research, I am proposing Raco de la Vila, which is > located in Poblenou:

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Neil Jerram
+1, looks lovely! On Fri, Oct 14, 2016 at 7:31 PM Miguel Lavalle wrote: > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. > After doing some Google research, I am proposing Raco de la Vila, which is > located in Poblenou:

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Bernard Cafarelli
+1 (and we are getting quite close to the 25 people headcount) On 17 October 2016 at 11:37, Daniel Alvarez Sanchez wrote: > Hi, > > +1 here > > On Mon, Oct 17, 2016 at 10:01 AM, Korzeniewski, Artur > wrote: >> >> +1 >> >> >> >> From: Oleg

[openstack-dev] [neutron][calico] Disappearance of neutron-lib deprecation warnings?

2016-10-17 Thread Neil Jerram
Back in August, HenryG committed a useful change [1] to networking-calico (and I assume to other neutron projects) to show deprecation warnings for imports from neutron that should now be from neutron-lib. But then in late August / early September, those deprecation warnings disappeared again -

[openstack-dev] [oslo] Propose support generate IPv4 and IPv6 random address( or network) for documentation(test?)

2016-10-17 Thread TommyLike Hu
When I handle some stuff related to Manila recently, I found a case which may be suitable for Oslo, Anyhow I put it in the maillist so it can be discussed before I put it in action. In testcase, we need a function(maybe 2) to generate random ip address (or network), also they should in the range

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Daniel Alvarez Sanchez
Hi, +1 here On Mon, Oct 17, 2016 at 10:01 AM, Korzeniewski, Artur < artur.korzeniew...@intel.com> wrote: > +1 > > > > *From:* Oleg Bondarev [mailto:obonda...@mirantis.com] > *Sent:* Monday, October 17, 2016 9:52 AM > *To:* OpenStack Development Mailing List (not for usage questions) < >

Re: [openstack-dev] PTG from the Ops Perspective - a few short notes

2016-10-17 Thread Chris Dent
On Mon, 17 Oct 2016, Renat Akhmerov wrote: If you are a developer, of course, PTG is an important event to attend. But… Being a developer, I would also love to attend summits also. For a bunch of reasons like catching up with the activities wider than my current focus of development,

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Luis Tomas Bolivar
+1 On 10/14/2016 08:30 PM, Miguel Lavalle wrote: > Dear Neutrinos, > > I am organizing a social event for the team on Thursday 27th at 19:30. > After doing some Google research, I am proposing Raco de la Vila, which is > located in Poblenou: http://www.racodelavila.com/en/index.htm. The menu is

[openstack-dev] [mistral] Cancelling team meeting - 10/17/2016

2016-10-17 Thread Renat Akhmerov
Hi, just one week left before the summit and there’s a lot of preparations going on so we’re cancelling team meeting today. Looking forward to seeing you in Barcelona to discuss our topics in person. Renat Akhmerov @Nokia

Re: [openstack-dev] PTG from the Ops Perspective - a few short notes

2016-10-17 Thread Renat Akhmerov
Just my small addition into the collection of opinions. It seems to me that at the core of all disagreements around this new format is the difference in our roles. I've heard from some high-level managers several times that this new format is really great because so far we’ve always had a

[openstack-dev] [zaqar] Meeting cancelled at 17th Oct

2016-10-17 Thread Fei Long Wang
Hi Team, Since most of us maybe in travel to summit, so the meeting will be cancelled and let's meet at Barcelona. -- Cheers & Best regards, Fei Long Wang (王飞龙) -- Senior Cloud Software Engineer Tel: +64-48032246 Email:

Re: [openstack-dev] [Neutron] Database field sizes and attribute "MAX_LEN" constants

2016-10-17 Thread Anna Taraday
Henry, thanks for taking care of this! In my opinion, it is just safe to use raw values in migration, because migration is a strict point in time. I remember how many patches I send in havana in Neutron for fixing synchronization issues. Usage constants everywhere can be good in this case, but

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Anna Taraday
Very nice place, I'd love to come :) +1 On Mon, Oct 17, 2016 at 11:18 AM wrote: > Hello, > > +1 > > -- > Sławek Kapłoński > sla...@kaplonski.pl > > > W dniu 14.10.2016 20:30, Miguel Lavalle napisał(a): > > > Dear Neutrinos, > > > > I am organizing a social event for the

Re: [openstack-dev] [Neutron] Database field sizes and attribute "MAX_LEN" constants

2016-10-17 Thread Ihar Hrachyshka
Henry Gessau wrote: Hi neutrinos, In Neutron many attributes are stored in database fields. The size of these fields therefore determines the maximum length of the attribute values. I would like to get some consistency in place around how we define the constants and where

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread slawek
Hello, +1 -- Sławek Kapłoński sla...@kaplonski.pl W dniu 14.10.2016 20:30, Miguel Lavalle napisał(a): Dear Neutrinos, I am organizing a social event for the team on Thursday 27th at 19:30. After doing some Google research, I am proposing Raco de la Vila, which is located in Poblenou:

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Korzeniewski, Artur
+1 From: Oleg Bondarev [mailto:obonda...@mirantis.com] Sent: Monday, October 17, 2016 9:52 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona +1 On Mon, Oct 17,

Re: [openstack-dev] [Neutron] Neutron team social event in Barcelona

2016-10-17 Thread Oleg Bondarev
+1 On Mon, Oct 17, 2016 at 10:23 AM, Jakub Libosvar wrote: > +1 > > > On 14/10/2016 20:30, Miguel Lavalle wrote: > >> Dear Neutrinos, >> >> I am organizing a social event for the team on Thursday 27th at 19:30. >> After doing some Google research, I am proposing Raco de la

Re: [openstack-dev] [mistral][ocata][summit] Etherpad for work sessions

2016-10-17 Thread Renat Akhmerov
Sorry, this is the right link: https://etherpad.openstack.org/p/mistral-barcelona-summit-topics-2016 Renat Akhmerov @Nokia > On 17 Oct 2016, at 14:18, Renat Akhmerov wrote: > > Hi, > > An

  1   2   >