cyeoh | #startmeeting api wg | 00:00 |
---|---|---|
openstack | Meeting started Thu Oct 30 00:00:35 2014 UTC and is due to finish in 60 minutes. The chair is cyeoh. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:00 |
*** openstack changes topic to " (Meeting topic: api wg)" | 00:00 | |
openstack | The meeting name has been set to 'api_wg' | 00:00 |
*** SumitNaiksatam has quit IRC | 00:00 | |
cyeoh | Hi is anyone here for the API Workgroup meeting? | 00:00 |
elmiko | o/ | 00:00 |
*** ycombinator has joined #openstack-meeting-3 | 00:01 | |
*** MaxV has quit IRC | 00:01 | |
eliqiao | hi gm cyeoh. | 00:01 |
miguelgrinberg | yes, hi | 00:01 |
*** SumitNaiksatam has joined #openstack-meeting-3 | 00:01 | |
*** stevemar2 has quit IRC | 00:01 | |
*** stevemar2 has joined #openstack-meeting-3 | 00:01 | |
cyeoh | cool - ok wasn't sure who would be able to attend given summit is next week. | 00:02 |
cyeoh | I don't think I've ever met anyone here in person before so maybe we could start with some intros? | 00:02 |
cyeoh | eg. why you're intested in the API WG (user of API, operator, developer) and what you'd like to contribute. | 00:03 |
*** stevemar has joined #openstack-meeting-3 | 00:03 | |
stevemar | o/ | 00:03 |
stevemar | cyeoh, i'm late! | 00:03 |
cyeoh | I'm happy to start off - I work on the Nova API and I'd like to see a lot more consistency both within the Nova API and across the openstack APIs | 00:03 |
cyeoh | stevemar: hi :-) Just started going around doing some intros | 00:04 |
*** alex_xu has joined #openstack-meeting-3 | 00:04 | |
elmiko | hi, michael mccune here, i'm a developer with red hat and i've been working on the sahara project for the last 7 months or so. recently i've been doing some research into implementing a swagger/wadl generator for our project. | 00:04 |
ycombinator | hi, this is shaunak kashyap. I'm a developer advocate at rackspace | 00:05 |
*** emagana_ has quit IRC | 00:05 | |
miguelgrinberg | I'm Miguel Grinberg. I'm a dev with Rackspace. Interested in REST APIs, have been working with Heat and also would like more uniform and more RESTful APIs all around. | 00:05 |
eliqiao | hi, Eli Qiao , work for nova-api , and join openstack from Juno, a fresh man :) | 00:06 |
*** emagana has joined #openstack-meeting-3 | 00:06 | |
stevemar | i mostly work with keystone, and just looking for make things a bit more consistent across the APIs :) | 00:06 |
*** stevemar2 has quit IRC | 00:06 | |
alex_xu | hi, I'm Alex Xu, work on nova API | 00:06 |
*** EmilyW has quit IRC | 00:07 | |
cyeoh | cool - I think that's everyone? | 00:07 |
sigmavirus24 | I'm Ian. I'm working on openstack sdk right now as I ease into OpenStack | 00:07 |
cyeoh | ok. I don't really have an agenda, so I'm going to wing it a bit | 00:08 |
cyeoh | #topic reviews | 00:09 |
*** openstack changes topic to "reviews (Meeting topic: api wg)" | 00:09 | |
cyeoh | #link https://review.openstack.org/#/q/status:open+project:openstack/api-wg,n,z | 00:09 |
elmiko | sounds good =) | 00:09 |
cyeoh | we have a few in the queue atm | 00:09 |
cyeoh | only one has a -1/-2 at the moment: | 00:09 |
cyeoh | #link https://review.openstack.org/#/c/130690/ | 00:10 |
cyeoh | It's the use of 207 multistatus as a response | 00:10 |
*** emagana has quit IRC | 00:10 | |
cyeoh | Background is that its actually a webdav response originally which we normally avoid, but from what I've seen is more widely used than webdav these days for calls that require multiple status returns | 00:11 |
cyeoh | We currently use it in Nova for registering for external events and had planned on using it for multiple server creation where some can succeed and some can fail | 00:11 |
cyeoh | But given it was originally a webdav response there has been some opposition to standardising on it. | 00:12 |
cyeoh | Does anyone have any opinions on this? | 00:12 |
cyeoh | any suggestions for better alternatives? | 00:12 |
sigmavirus24 | So I've been looking for examples of other popular APIs that return a 207 and I can't find any that return a 207 | 00:12 |
sigmavirus24 | Granted, none of them also allow for batch operations either, so I don't think my search is in anyway conclusive | 00:13 |
elmiko | is 207 specifically used when there is partial completion of the operation? | 00:13 |
cyeoh | sigmavirus24: ok I can go back and have another search again (we first looked at it for nova a couple of years ago and we found a few, but they weren't the big APIs) | 00:14 |
miguelgrinberg | which is the endpoint that returns 207? Can't find it | 00:14 |
cyeoh | elmiko: we only use it when there is at least one failure | 00:14 |
cyeoh | miguelgrinberg: I'll just go look for the nova ref | 00:14 |
elmiko | cyeoh: i haven't read this rfc associated(4918), i'm curious what it has to say | 00:15 |
elmiko | because it seems "multi-status" would be appropriate | 00:16 |
*** annegentle has joined #openstack-meeting-3 | 00:16 | |
cyeoh | #link http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/contrib/server_external_events.py#n68 | 00:16 |
elmiko | is it _only_ supposed to be used for webdav? | 00:16 |
cyeoh | elmiko: its in the webdav rfc | 00:16 |
annegentle | better late than never I always say o/ | 00:16 |
sigmavirus24 | elmiko: it's a status code defined for webdav which is an extension of http | 00:16 |
cyeoh | annegentle: hi ;-) | 00:16 |
elmiko | got it | 00:16 |
sigmavirus24 | as such it should really only be used then but that doesn't prevent people from doing something else | 00:17 |
cyeoh | elmiko: I haven't however managed to find an alternative | 00:17 |
elmiko | right, and this does seem like a situation where a binary pass/fail might not be specific enough | 00:17 |
sigmavirus24 | technically teh rfcs allow us to return 227 with a custom reason if we want, but that's still going to be wildly unexpected to anyone who is more familiar with other apis | 00:17 |
elmiko | sigmavirus24: agreed | 00:17 |
cyeoh | yep | 00:18 |
*** alex_xu has quit IRC | 00:18 | |
*** alex_xu has joined #openstack-meeting-3 | 00:18 | |
cyeoh | so unless someone points out something better, I think Nova is continue its use of 207 and will use it for server creation as well. I don't know if other projects have a similar need for multi-status? | 00:19 |
elmiko | cyeoh: man... really starting with a tough cookie ;) | 00:19 |
cyeoh | heh :-) | 00:19 |
elmiko | i imagine sahara will have need to multi-status | 00:19 |
elmiko | we don't use it now, but it seems like something we could use | 00:20 |
cyeoh | ok. does anyone here really hate the thought of using 207 across openstack? | 00:21 |
sigmavirus24 | would sahara survive without it? | 00:21 |
elmiko | definitely | 00:21 |
elmiko | i meant that to sigmavirus24's question | 00:21 |
annegentle | what does multi-status mean with batch operations? | 00:21 |
cyeoh | annegentle: for async type calls? | 00:22 |
cyeoh | so we haven't used it in Nova for aync type calls, but server creation is an example of this. | 00:22 |
elmiko | cyeoh: i'm curious why not 206, if only part of the operation succeeded it could be returned. | 00:22 |
*** cjellick has quit IRC | 00:22 | |
*** reed has quit IRC | 00:22 | |
*** etoews has joined #openstack-meeting-3 | 00:23 | |
cyeoh | annegentle: because we do some prechecking in server create we can know for sure that some will fail, though we don't know what will succeed in the end (we plan to use tasks for this) | 00:23 |
sigmavirus24 | elmiko: that's typically when the server is delivering a file but doesn't want to transmit it all at once. the client is expected to use teh range headers to request the other parts of the file | 00:23 |
ycombinator | question re: using 207 - does that mean the response will /have/ to be XML? | 00:23 |
sigmavirus24 | elmiko: doesn't mean we *couldn't* apprioriate it, just that it seems odd | 00:23 |
annegentle | so you get a 207 until all operations are complete? (I can also ask these on the review, not here) | 00:24 |
cyeoh | ycombinator: no we don't support xml at all | 00:24 |
elmiko | sigmavirus24: yea, a little round hole/square peg, but i imagine if you requested X servers be created and the response was only X-2 were actually created, that's a little similar to a count | 00:24 |
sigmavirus24 | elmiko: yeah | 00:24 |
*** SridharRamaswamy has quit IRC | 00:25 | |
cyeoh | elmiko, sigmavirus24: we kind of could, but we still want to be able return an error code for the failures (they may differ for each failure case) | 00:25 |
miguelgrinberg | I apologize in advance if this doesn't make sense, but if you are sending a request that includes a list of operations in the body, shouldn't the status of said operations be reported in the body of the response, with the response being a 200, regardless of teh status of the individual operations? | 00:25 |
sigmavirus24 | If openstack as a whole *really* needs this, I would rather see it be 207 frankly. But if we're going to standardize it off of one project's behaviour (that is already a little odd) I don't know if we should be concerned with it so early | 00:25 |
cyeoh | annegentle: so if some fail/succeed straight away you get a 207. If its an async case and none have failed you get a 202 accept | 00:26 |
elmiko | cyeoh: i feel like we're kinda bumping against the idea from the mailing list of operation status objects. like if you knew some entities failed, why not query those entity's statuses for increased info, if you care to see it. | 00:27 |
cyeoh | sigmavirus24: so if only Nova is doing this I'm ok with it not being standardised, but as soon as another project wants to do a multi-status-type thing then I think we should do it all the same | 00:27 |
*** zz_ttrifonov is now known as ttrifonov | 00:28 | |
annegentle | ok thanks cyeoh... I'm looking for other apis needing this now... | 00:28 |
sigmavirus24 | cyeoh: yeah that's kind of what I'm thinking. That said, I agree with miguelgrinberg. I'm not sure I understand the need for a separate status code in this case | 00:28 |
miguelgrinberg | the status code of the response applies to the operation as a whole, not the individual sub-operations | 00:29 |
cyeoh | well a 207 is a success code right? | 00:29 |
stevemar | technically | 00:29 |
stevemar | i guess it means at least 1 operation was successful? | 00:29 |
cyeoh | not that we should really return a 200 in the server create case because its async | 00:29 |
sigmavirus24 | a 200 response with an array of successes and an array of failures is good too | 00:30 |
*** SridharRamaswamy has joined #openstack-meeting-3 | 00:30 | |
cyeoh | sigmavirus24: yep, though thats essentially doing a 207 type content, just returning 200 instead isn't it? | 00:30 |
elmiko | cyeoh: i would think you will check the return object anyways, so why not 200? | 00:31 |
cyeoh | so the way we've used it so far (only one case) is we return 200 if everything succeeds | 00:31 |
cyeoh | so you don't need to check any further | 00:31 |
cyeoh | if we have at least one failure then we return 207. | 00:32 |
etoews | no please | 00:32 |
cyeoh | with details about the individual fail/succeeds | 00:32 |
etoews | don't return different success codes based on some logic | 00:32 |
ycombinator | I think the response code should be same regardless of # of failures | 00:32 |
miguelgrinberg | can you return a more expected 4xx if at least one operation failed? | 00:33 |
etoews | same return code with same body interpreted the same way every time. | 00:33 |
elmiko | have to say, i'm seeing the 200 side of this as being a little clearer | 00:33 |
*** eliqiao has quit IRC | 00:33 | |
annegentle | there's a progress attribute returned now, right? | 00:33 |
cyeoh | annegentle: nope, we don't have tasks yet | 00:33 |
annegentle | cyeoh: ah. | 00:34 |
cyeoh | and before we have tasks we need to implement microversions.... | 00:34 |
etoews | cyeoh: are you aware of any examples of a 207 being used in the wild? | 00:34 |
cyeoh | (unfortunate long chain of dependencies) | 00:34 |
cyeoh | etoews: in openstack or outside of openstack? | 00:34 |
etoews | both | 00:35 |
cyeoh | etoews: so in openstack we use it for os-external-server-events | 00:35 |
annegentle | cyeoh: there's a progress: 0-100% returned in v2.0 now | 00:35 |
cyeoh | annegentle: is that the instance actions thing? | 00:36 |
annegentle | I see it in GET servers/detail | 00:36 |
annegentle | cyeoh: maybe it never goes up from 0? :) | 00:36 |
ycombinator | question: what does an "all operations successful/in-progress" response body look like? is that documented somewhere? maybe that will help steer toward a certain status code | 00:37 |
cyeoh | etoews: for outside I don't have any references handy but did at the time a couple of years ago (I can come back later with some probably) | 00:37 |
cyeoh | annegentle: i suspect it might not | 00:37 |
cyeoh | annegentle: instance actions was sort of an interim progress thing before someone came up with the tasks proposal | 00:38 |
*** SridharRamaswamy has quit IRC | 00:38 | |
etoews | cyeoh: k. it would just be interesting to see some other examples. (if you can't find any i wouldn't consider that a blocker though) | 00:39 |
*** stanzgy has quit IRC | 00:39 | |
cyeoh | etoews: ok there were a few at the time - basically I was looking for a way to do multi-status and didn't want to invent something. anyway I'll get back to the group | 00:40 |
etoews | ycombinator: is this sort of what you were looking for? https://wiki.openstack.org/wiki/Nova/ExternalEventAPI | 00:40 |
cyeoh | ycombinator: there might be some in the nova api samples for server-external-events | 00:40 |
*** SridharRamaswamy has joined #openstack-meeting-3 | 00:40 | |
ycombinator | yeah, thanks | 00:41 |
cyeoh | ok well I didn't intend for this topic to suck up so much time, maybe we should shelve it for a bit (I can come back with more info) | 00:41 |
sigmavirus24 | cyeoh: sounds like a good idea. Maybe put it on the agenda for next week or the week after | 00:41 |
elmiko | sigmavirus24: +1 | 00:42 |
cyeoh | sigmavirus24: ok, will do. I'm assuming no irc meeting next week because of summit | 00:42 |
cyeoh | I think this one should be a lot less controversial: | 00:42 |
cyeoh | #link https://review.openstack.org/#/c/131358/ | 00:42 |
annegentle | cyeoh: one question, have we determined the voting for "merge" | 00:43 |
cyeoh | just advertising it because its a proposal for the process of how we vote on changes etc. | 00:43 |
sigmavirus24 | cyeoh: I hope it's less controversial, for the meeting's sake ;) | 00:43 |
* annegentle reads more | 00:44 | |
cyeoh | heh. so I'm fine with the fairly short notice for changes to guidelines while we're still bootstrapping. | 00:44 |
stevemar | hopefully it is :) | 00:44 |
annegentle | yeah I think it's okay, but commenting in the review itself | 00:45 |
elmiko | cyeoh: looks solid to me, i might make the time a little longer for #3 bit i agree about the bootstrapping period. | 00:45 |
cyeoh | what is not yet defined is who can vote when it comes to contentious issues | 00:46 |
annegentle | cyeoh: you might consider exceptions around known busy times like milestones | 00:46 |
stevemar | cyeoh, PTLs seems like a good idea | 00:46 |
cyeoh | annegentle: oh good point - milestones and summit when people just get really busy | 00:46 |
annegentle | I definitely think we need +1 from any affected PTL for the process. | 00:47 |
cyeoh | annegentle: so for contentious issues or all of them? | 00:47 |
sigmavirus24 | annegentle: do we want to require PTL participation or should there be a cross project person that the project/ptl chooses? | 00:47 |
cyeoh | sigmavirus24: I think we assume the PTL can delegate? | 00:47 |
annegentle | So who gets to count as one of the four +1s? That's way too small a number in my mind. | 00:48 |
annegentle | I think we have to get PTL involvement, and with the cross-project and integration emphasis coming, it can just be the 2 affected PTLs. | 00:48 |
cyeoh | annegentle: at the moment anyone because we're trying to get some momentum. Maybe we need a PTL rep vote before the 1.0 release? | 00:48 |
annegentle | so it might vary | 00:48 |
annegentle | and I do think PTLs can designate a voter | 00:49 |
annegentle | this will all have to be encoded in the infra anyway so might as well say what we want/think will work. | 00:49 |
*** tomoe has joined #openstack-meeting-3 | 00:49 | |
annegentle | there are now 20 REST API definitions for integrated/incubated | 00:49 |
annegentle | I think we'll need 10-12 +1s | 00:50 |
stevemar | annegentle, whered you find that so quickly :) | 00:50 |
cyeoh | annegentle: do we need that many at this stage though? | 00:50 |
annegentle | stevemar: I live/breath/eat this stuff :) | 00:50 |
sigmavirus24 | annegentle: this early in the life of the working group though? | 00:50 |
cyeoh | annegentle: I suspect we're not going to have that much interest from projects until we have something substantial? | 00:50 |
annegentle | cyeoh: are you following much of the "layers" discussion? | 00:51 |
sigmavirus24 | I could see growing towards that, but not right now | 00:51 |
annegentle | cyeoh: we need to build interest | 00:51 |
etoews | ya. i'm concerned about making this too process heavy too early too and killing momentum. | 00:51 |
annegentle | etoews: not too heavy, just need votes and interest | 00:51 |
cyeoh | annegentle: re: layers, only a bit (read a few blog posts) | 00:51 |
annegentle | etoews: it's a balancing act - if guidances merges unexpectedly and people get grumpy they weren't "asked" they're less likely to comply | 00:52 |
cyeoh | annegentle: so we'll be clearly marked as draft for now | 00:52 |
annegentle | etoews: so we need to give people votes and voices. I'm for more votes mo' bettah | 00:52 |
annegentle | cyeoh: ah well that's one way to handle it, heh. | 00:52 |
*** yamahata has joined #openstack-meeting-3 | 00:52 | |
annegentle | cyeoh: merge all you want then! | 00:53 |
cyeoh | annegentle: heh. well we can do a clear PTL delegated vote before moving out of draft | 00:53 |
annegentle | still think we'll need vested PTLs -- TC is definitely interested | 00:53 |
annegentle | cyeoh: okay then that approach solves my concerns :) | 00:53 |
cyeoh | annegentle: and a reasonable long review time before draft goes to vote. | 00:53 |
annegentle | it might go to the TC for the final, is that okay with us? | 00:54 |
cyeoh | annegentle: cool :-) | 00:54 |
etoews | annegentle: true enough. to me that that still seems like a lot of time from a lot of people. | 00:54 |
sigmavirus24 | cyeoh: yeah I think that's very fair. that's kind of how I was imagining this would go as we moved towards making this a standards thing | 00:54 |
*** tomoe has quit IRC | 00:54 | |
cyeoh | annegentle: I think that would be good to get the TC to formally review it | 00:54 |
sigmavirus24 | Most groups, like IETF working groups will through together a draft in private and then ask for comments. We're doing it in public but it's also very different | 00:54 |
annegentle | we'll still have to be careful about chunks... not overwhelming people in reviews nor drafts | 00:54 |
etoews | so what we're discussing here is all very "top down". | 00:55 |
annegentle | I think we can move quickly as a small WG | 00:55 |
etoews | what about (initially anyway) a more "bottom up" approach where we draft guidelines and use those guidelines in reviews. | 00:55 |
*** MaxV has joined #openstack-meeting-3 | 00:56 | |
etoews | although i certainly agree having the TC and PTLs aligned with us is great. | 00:56 |
*** ChuckC has quit IRC | 00:56 | |
sigmavirus24 | etoews: for example, we come up with a draft and look for reviews that it might affect and offer feedback to see if we can influence the review? | 00:57 |
etoews | sigmavirus24: exactly | 00:57 |
cyeoh | etoews: so I think even in draft people will start following them if they seem reasonable (and have some reasoning as to why) | 00:57 |
sigmavirus24 | a more, go forth and see if we can convince others that it's a better idea to do X than Y using the draft as X? | 00:57 |
annegentle | etoews: that works until a PTL disagrees with you on a review, but it's a great approach for making the guidelines stick! | 00:58 |
ycombinator | don't want to go down a rabbit hole, but what incentive to projects have to follow these guidelines? | 00:58 |
sigmavirus24 | annegentle: and hopefully by that point, that draft hasn't been suggested for use and accepted in too many places because then it might need to be changed | 00:58 |
etoews | right. i'd just like to see us come at this both from the top down (TC and PTL) and bottom up (API WG members doing reviews). | 00:58 |
cyeoh | ycombinator: so the inconsistencies I've mostly seen within Nova have been due to people not knowing and so making stuff up. I think we just start with guidance first | 00:59 |
annegentle | etoews: definitely like "review guidance, pronto" then we also see where any areas lie that need more consensus building | 00:59 |
annegentle | cyeoh: heh good point | 00:59 |
cyeoh | ycombinator: if we need more stick then thats probably something the TC should be doing | 00:59 |
ycombinator | right, I'm thinking if there's a carrot instead | 01:00 |
cyeoh | ycombinator: we print stickers :-) | 01:00 |
elmiko | lol | 01:00 |
ycombinator | heh | 01:00 |
etoews | getting +1's from API WG members on your reviews is a pretty good carrot. | 01:00 |
etoews | and stickers. | 01:01 |
*** MaxV has quit IRC | 01:01 | |
*** stevemar has quit IRC | 01:01 | |
cyeoh | etoews: agreed ;-) | 01:01 |
cyeoh | anyway I think we're out of time. | 01:01 |
etoews | 1 more thing. | 01:01 |
cyeoh | meet again in 2 weeks or is that too soon after summit? | 01:01 |
*** stevemar has joined #openstack-meeting-3 | 01:01 | |
etoews | the APIImpact flag that didn't appear on the web page. | 01:01 |
annegentle | that'll help keep momentum | 01:01 |
elmiko | cyeoh: +1 for 2weeks | 01:02 |
cyeoh | etoews: yea I saw your comment I haven't had a chance to hunt that down yet. Odd since its been published once at least. | 01:02 |
*** alex_xu has quit IRC | 01:02 | |
etoews | okay. | 01:02 |
annegentle | cyeoh: I think it didn't get built it's because it's not part of index.rst any more | 01:02 |
*** yamahata has quit IRC | 01:02 | |
annegentle | too many it's | 01:02 |
etoews | it's okay | 01:03 |
cyeoh | annegentle: ok I'll try submitting a patch which adds the templates back in | 01:03 |
*** yamahata has joined #openstack-meeting-3 | 01:03 | |
*** david-lyle has joined #openstack-meeting-3 | 01:03 | |
annegentle | cyeoh: ok | 01:03 |
annegentle | thanks cyeoh for running this meeting! | 01:03 |
elmiko | yea, thanks! | 01:03 |
ycombinator | yes, thanks! | 01:03 |
etoews | anyway. i'd like to send the idea of APIImapct out to openstack-dev when it gets published to encourage other programs to do the same. | 01:03 |
etoews | thanks for everything cyeoh! | 01:03 |
*** HenryG has quit IRC | 01:04 | |
cyeoh | thanks everyone for attending! | 01:04 |
*** HenryG_ has joined #openstack-meeting-3 | 01:04 | |
cyeoh | #endmeeting | 01:04 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:04 | |
openstack | Meeting ended Thu Oct 30 01:04:06 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:04 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/api_wg/2014/api_wg.2014-10-30-00.00.html | 01:04 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/api_wg/2014/api_wg.2014-10-30-00.00.txt | 01:04 |
openstack | Log: http://eavesdrop.openstack.org/meetings/api_wg/2014/api_wg.2014-10-30-00.00.log.html | 01:04 |
*** ChuckC has joined #openstack-meeting-3 | 01:04 | |
*** HenryG_ is now known as HenryG | 01:04 | |
*** stevemar has quit IRC | 01:05 | |
*** stevemar has joined #openstack-meeting-3 | 01:05 | |
*** bpokorny has quit IRC | 01:05 | |
*** yamamoto_ has joined #openstack-meeting-3 | 01:07 | |
*** stanzgy has joined #openstack-meeting-3 | 01:08 | |
*** edleafe has quit IRC | 01:08 | |
*** flwang1 has quit IRC | 01:08 | |
*** sigmavirus24 has quit IRC | 01:08 | |
*** russellb has quit IRC | 01:09 | |
*** fungi has quit IRC | 01:09 | |
*** otherwiseguy has joined #openstack-meeting-3 | 01:11 | |
*** ycombinator has quit IRC | 01:11 | |
*** flwang1 has joined #openstack-meeting-3 | 01:12 | |
*** david-lyle has quit IRC | 01:13 | |
*** mestery has quit IRC | 01:13 | |
*** sigmavirus24_awa has joined #openstack-meeting-3 | 01:15 | |
*** russellb has joined #openstack-meeting-3 | 01:15 | |
*** edleafe has joined #openstack-meeting-3 | 01:16 | |
*** mestery has joined #openstack-meeting-3 | 01:17 | |
*** SridharRamaswamy has quit IRC | 01:17 | |
*** SridharRamaswamy has joined #openstack-meeting-3 | 01:18 | |
*** kinrui has joined #openstack-meeting-3 | 01:22 | |
*** alexsyip has quit IRC | 01:22 | |
*** jacalcat has joined #openstack-meeting-3 | 01:22 | |
*** s3wong has quit IRC | 01:27 | |
*** SridharRamaswamy has quit IRC | 01:27 | |
*** jacalcat has left #openstack-meeting-3 | 01:27 | |
*** kinrui is now known as fungi | 01:32 | |
*** wuhg has joined #openstack-meeting-3 | 01:42 | |
*** armax has quit IRC | 01:45 | |
*** jgrimm is now known as zz_jgrimm | 01:47 | |
*** tomoe has joined #openstack-meeting-3 | 01:48 | |
*** tomoe has quit IRC | 01:51 | |
*** marun has quit IRC | 01:52 | |
*** sankarshan is now known as sankarshan_away | 01:52 | |
*** badveli has quit IRC | 01:53 | |
*** ttrifonov is now known as zz_ttrifonov | 01:54 | |
*** jacalcat has joined #openstack-meeting-3 | 01:55 | |
*** zz_jgrimm is now known as jgrimm | 01:55 | |
*** MaxV has joined #openstack-meeting-3 | 01:57 | |
*** MaxV has quit IRC | 02:01 | |
*** jacalcat has left #openstack-meeting-3 | 02:03 | |
*** david-lyle has joined #openstack-meeting-3 | 02:14 | |
*** lhcheng has quit IRC | 02:18 | |
*** david-lyle has quit IRC | 02:19 | |
*** bpokorny has joined #openstack-meeting-3 | 02:20 | |
*** otherwiseguy has quit IRC | 02:25 | |
*** otherwiseguy has joined #openstack-meeting-3 | 02:26 | |
*** beyounn has quit IRC | 02:39 | |
*** david-lyle has joined #openstack-meeting-3 | 02:53 | |
*** MaxV has joined #openstack-meeting-3 | 02:58 | |
*** david-lyle has quit IRC | 02:58 | |
*** MaxV has quit IRC | 03:02 | |
*** david-lyle has joined #openstack-meeting-3 | 03:04 | |
*** david-lyle has quit IRC | 03:08 | |
*** tteggel has quit IRC | 03:22 | |
*** zz_ttrifonov is now known as ttrifonov | 03:26 | |
*** vkmc has quit IRC | 03:33 | |
*** etoews has quit IRC | 03:36 | |
*** anteaya has quit IRC | 03:37 | |
*** omnibus7 has joined #openstack-meeting-3 | 03:38 | |
*** davidlenwell has quit IRC | 03:40 | |
*** sankarshan_away is now known as sankarshan | 03:41 | |
*** mordred has quit IRC | 03:43 | |
*** anteaya has joined #openstack-meeting-3 | 03:44 | |
*** mordred has joined #openstack-meeting-3 | 03:45 | |
*** ivar-laz_ has joined #openstack-meeting-3 | 03:46 | |
*** yamahata has quit IRC | 03:49 | |
*** ivar-lazzaro has quit IRC | 03:49 | |
*** ivar-laz_ has quit IRC | 03:50 | |
*** Sukhdev has joined #openstack-meeting-3 | 03:53 | |
*** flaper87 has quit IRC | 03:57 | |
*** MaxV has joined #openstack-meeting-3 | 03:58 | |
*** flaper87 has joined #openstack-meeting-3 | 04:00 | |
*** MaxV has quit IRC | 04:03 | |
*** david-lyle has joined #openstack-meeting-3 | 04:04 | |
*** dougwig is now known as nvm | 04:05 | |
*** nvm is now known as dougwig | 04:05 | |
*** bpokorny has quit IRC | 04:06 | |
*** david-lyle has quit IRC | 04:09 | |
*** jaypipes has quit IRC | 04:18 | |
*** carl_baldwin has joined #openstack-meeting-3 | 04:29 | |
*** etoews has joined #openstack-meeting-3 | 04:32 | |
*** jaypipes has joined #openstack-meeting-3 | 04:33 | |
*** pballand has quit IRC | 04:36 | |
*** etoews has quit IRC | 04:36 | |
*** carl_baldwin has quit IRC | 04:42 | |
*** otherwiseguy has quit IRC | 04:42 | |
*** otherwiseguy has joined #openstack-meeting-3 | 04:51 | |
*** kevinbenton has quit IRC | 04:57 | |
*** carl_baldwin has joined #openstack-meeting-3 | 04:57 | |
*** MaxV has joined #openstack-meeting-3 | 04:59 | |
*** otherwiseguy has quit IRC | 05:01 | |
*** MaxV has quit IRC | 05:03 | |
*** david-lyle has joined #openstack-meeting-3 | 05:05 | |
*** carl_baldwin has quit IRC | 05:08 | |
*** otherwiseguy has joined #openstack-meeting-3 | 05:09 | |
*** david-lyle has quit IRC | 05:09 | |
*** amotoki has joined #openstack-meeting-3 | 05:13 | |
*** asahlin has quit IRC | 05:15 | |
*** jpomero has quit IRC | 05:18 | |
*** lhcheng has joined #openstack-meeting-3 | 05:19 | |
*** lhcheng has quit IRC | 05:23 | |
*** armax has joined #openstack-meeting-3 | 05:40 | |
*** otherwiseguy has quit IRC | 05:41 | |
*** nelsnelson has quit IRC | 05:47 | |
*** SridharRamaswamy has joined #openstack-meeting-3 | 05:50 | |
*** stevemar has quit IRC | 05:50 | |
*** Sukhdev has quit IRC | 05:53 | |
*** lhcheng has joined #openstack-meeting-3 | 05:58 | |
*** SridharRamaswamy has quit IRC | 05:59 | |
*** MaxV has joined #openstack-meeting-3 | 06:00 | |
*** jcoufal has joined #openstack-meeting-3 | 06:02 | |
*** jcoufal has quit IRC | 06:03 | |
*** jcoufal has joined #openstack-meeting-3 | 06:03 | |
*** armax has left #openstack-meeting-3 | 06:04 | |
*** MaxV has quit IRC | 06:04 | |
*** david-lyle has joined #openstack-meeting-3 | 06:06 | |
*** david-lyle has quit IRC | 06:10 | |
*** kevinbenton has joined #openstack-meeting-3 | 06:11 | |
*** yisun has joined #openstack-meeting-3 | 06:12 | |
*** jkraj has joined #openstack-meeting-3 | 06:13 | |
*** yisun has quit IRC | 06:16 | |
*** yisun has joined #openstack-meeting-3 | 06:17 | |
*** etoews has joined #openstack-meeting-3 | 06:31 | |
*** etoews has quit IRC | 06:36 | |
*** k4n0 has joined #openstack-meeting-3 | 06:37 | |
*** ivar-lazzaro has joined #openstack-meeting-3 | 06:44 | |
*** ivar-lazzaro has quit IRC | 06:47 | |
*** jtomasek_ has joined #openstack-meeting-3 | 06:51 | |
*** MaxV has joined #openstack-meeting-3 | 07:01 | |
*** MaxV has quit IRC | 07:05 | |
*** david-lyle has joined #openstack-meeting-3 | 07:07 | |
*** tomoe has joined #openstack-meeting-3 | 07:09 | |
*** david-lyle has quit IRC | 07:11 | |
*** tomoe has quit IRC | 07:13 | |
*** simon-AS559 has joined #openstack-meeting-3 | 07:15 | |
*** tomoe has joined #openstack-meeting-3 | 07:20 | |
*** tomoe_ has joined #openstack-meeting-3 | 07:24 | |
*** tomoe has quit IRC | 07:24 | |
*** flaper87 has quit IRC | 07:29 | |
*** flaper87 has joined #openstack-meeting-3 | 07:29 | |
*** lhcheng has quit IRC | 07:35 | |
*** matrohon has joined #openstack-meeting-3 | 07:38 | |
*** ttrifonov is now known as zz_ttrifonov | 07:40 | |
*** matrohon has quit IRC | 07:46 | |
*** yamahata has joined #openstack-meeting-3 | 07:52 | |
*** MaxV has joined #openstack-meeting-3 | 08:01 | |
*** MaxV_ has joined #openstack-meeting-3 | 08:03 | |
*** MaxV has quit IRC | 08:03 | |
*** obondarev has quit IRC | 08:07 | |
*** ilyashakhat has quit IRC | 08:07 | |
*** david-lyle has joined #openstack-meeting-3 | 08:08 | |
*** david-lyle has quit IRC | 08:12 | |
*** etoews has joined #openstack-meeting-3 | 08:14 | |
*** mrunge has joined #openstack-meeting-3 | 08:18 | |
*** etoews has quit IRC | 08:19 | |
*** obondarev has joined #openstack-meeting-3 | 08:19 | |
*** ilyashakhat has joined #openstack-meeting-3 | 08:19 | |
*** iovadia has joined #openstack-meeting-3 | 08:19 | |
*** matrohon has joined #openstack-meeting-3 | 08:20 | |
*** yamahata has quit IRC | 08:21 | |
*** iovadia has quit IRC | 08:23 | |
*** yamamoto_ has quit IRC | 08:34 | |
*** tomoe_ has quit IRC | 08:34 | |
*** tomoe has joined #openstack-meeting-3 | 08:35 | |
*** tomoe has quit IRC | 08:38 | |
*** iovadia has joined #openstack-meeting-3 | 08:39 | |
*** safchain has joined #openstack-meeting-3 | 08:53 | |
*** zz_ttrifonov is now known as ttrifonov | 09:04 | |
*** sankarshan is now known as sankarshan_away | 09:08 | |
*** david-lyle has joined #openstack-meeting-3 | 09:08 | |
*** david-lyle has quit IRC | 09:13 | |
*** igordcard has joined #openstack-meeting-3 | 09:17 | |
*** asahlin has joined #openstack-meeting-3 | 09:21 | |
*** asahlin has quit IRC | 09:28 | |
*** amotoki has quit IRC | 09:32 | |
*** asahlin has joined #openstack-meeting-3 | 09:35 | |
*** salv-orlando_ has joined #openstack-meeting-3 | 09:40 | |
*** salv-orlando has quit IRC | 09:42 | |
*** salv-orlando_ is now known as salv-orlando | 09:42 | |
*** fayablazer has joined #openstack-meeting-3 | 09:44 | |
*** NikitaKonovalov has quit IRC | 09:51 | |
*** SergeyLukjanov has quit IRC | 09:51 | |
*** DinaBelova has quit IRC | 09:51 | |
*** DinaBelova has joined #openstack-meeting-3 | 09:52 | |
*** NikitaKonovalov has joined #openstack-meeting-3 | 09:53 | |
*** SergeyLukjanov has joined #openstack-meeting-3 | 09:53 | |
*** yamahata has joined #openstack-meeting-3 | 10:02 | |
*** bauzas_pto has left #openstack-meeting-3 | 10:06 | |
*** david-lyle has joined #openstack-meeting-3 | 10:09 | |
*** david-lyle has quit IRC | 10:14 | |
*** bauzas has joined #openstack-meeting-3 | 10:24 | |
*** jcoufal has quit IRC | 10:26 | |
*** jkraj has quit IRC | 10:39 | |
*** jkraj has joined #openstack-meeting-3 | 10:56 | |
*** stanzgy has quit IRC | 11:03 | |
*** jcoufal has joined #openstack-meeting-3 | 11:04 | |
*** salv-orlando_ has joined #openstack-meeting-3 | 11:28 | |
*** salv-orlando has quit IRC | 11:30 | |
*** salv-orlando_ is now known as salv-orlando | 11:30 | |
*** ttrifonov is now known as zz_ttrifonov | 11:50 | |
*** zz_ttrifonov is now known as ttrifonov | 11:53 | |
*** jkraj has quit IRC | 12:04 | |
*** iovadia has left #openstack-meeting-3 | 12:09 | |
*** peristeri has joined #openstack-meeting-3 | 12:14 | |
*** mwagner_lap has quit IRC | 12:25 | |
*** iovadia has joined #openstack-meeting-3 | 12:30 | |
*** jpomero has joined #openstack-meeting-3 | 12:34 | |
*** asahlin has quit IRC | 12:36 | |
*** jpomero_ has joined #openstack-meeting-3 | 12:38 | |
*** marun has joined #openstack-meeting-3 | 12:39 | |
*** jpomero_ has quit IRC | 12:41 | |
*** jpomero has quit IRC | 12:41 | |
*** ttrifonov is now known as zz_ttrifonov | 12:50 | |
*** zz_ttrifonov is now known as ttrifonov | 12:51 | |
*** asahlin has joined #openstack-meeting-3 | 12:56 | |
*** jacalcat has joined #openstack-meeting-3 | 12:58 | |
*** david-lyle has joined #openstack-meeting-3 | 13:11 | |
*** david-lyle has quit IRC | 13:11 | |
*** david-lyle has joined #openstack-meeting-3 | 13:11 | |
*** MaxV_ has quit IRC | 13:13 | |
*** david-lyle has quit IRC | 13:14 | |
*** jpomero has joined #openstack-meeting-3 | 13:14 | |
*** gholler has joined #openstack-meeting-3 | 13:17 | |
*** MaxV has joined #openstack-meeting-3 | 13:19 | |
*** mwagner_lap has joined #openstack-meeting-3 | 13:21 | |
*** MaxV has quit IRC | 13:22 | |
*** MaxV has joined #openstack-meeting-3 | 13:23 | |
*** dboik has joined #openstack-meeting-3 | 13:24 | |
*** boris-42 has joined #openstack-meeting-3 | 13:25 | |
*** dboik has quit IRC | 13:25 | |
*** dboik has joined #openstack-meeting-3 | 13:26 | |
*** MaxV has quit IRC | 13:28 | |
*** simon-AS5591 has joined #openstack-meeting-3 | 13:44 | |
*** iovadia has left #openstack-meeting-3 | 13:44 | |
*** sankarshan_away is now known as sankarshan | 13:46 | |
*** rohit404 has joined #openstack-meeting-3 | 13:47 | |
*** MaxV has joined #openstack-meeting-3 | 13:47 | |
*** simon-AS559 has quit IRC | 13:47 | |
*** stevemar has joined #openstack-meeting-3 | 13:48 | |
*** MaxV has quit IRC | 13:49 | |
*** sdoyle has joined #openstack-meeting-3 | 13:50 | |
*** thangp has joined #openstack-meeting-3 | 13:51 | |
*** julim has quit IRC | 13:54 | |
*** otherwiseguy has joined #openstack-meeting-3 | 13:56 | |
*** julim has joined #openstack-meeting-3 | 13:56 | |
*** sdoyle has quit IRC | 13:59 | |
*** xgerman has joined #openstack-meeting-3 | 14:00 | |
*** xgerman has left #openstack-meeting-3 | 14:00 | |
*** stevemar has quit IRC | 14:01 | |
*** coolsvap has quit IRC | 14:02 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:04 | |
*** nelsnelson has joined #openstack-meeting-3 | 14:06 | |
*** chuckC_ has quit IRC | 14:09 | |
*** david-lyle has joined #openstack-meeting-3 | 14:14 | |
*** ChuckC has quit IRC | 14:15 | |
*** seizadi has joined #openstack-meeting-3 | 14:15 | |
*** sdoyle has joined #openstack-meeting-3 | 14:18 | |
*** david-lyle has quit IRC | 14:19 | |
*** alexpilotti has joined #openstack-meeting-3 | 14:19 | |
*** seizadi has quit IRC | 14:20 | |
*** alexpilotti has quit IRC | 14:20 | |
*** alexpilotti has joined #openstack-meeting-3 | 14:21 | |
*** jaypipes is now known as jaypipes-afk | 14:22 | |
*** sdoyle has quit IRC | 14:26 | |
*** mrunge has quit IRC | 14:27 | |
*** sdoyle has joined #openstack-meeting-3 | 14:27 | |
*** jtomasek_ has quit IRC | 14:30 | |
*** mwagner_lap has quit IRC | 14:31 | |
*** jtomasek has joined #openstack-meeting-3 | 14:32 | |
*** k4n0 has quit IRC | 14:34 | |
*** stevemar has joined #openstack-meeting-3 | 14:36 | |
*** yamahata has quit IRC | 14:36 | |
*** yamahata has joined #openstack-meeting-3 | 14:37 | |
*** carl_baldwin has joined #openstack-meeting-3 | 14:38 | |
*** wuhg has quit IRC | 14:43 | |
*** yamamoto has joined #openstack-meeting-3 | 14:51 | |
*** yamamoto_ has joined #openstack-meeting-3 | 14:52 | |
*** yamamoto_ has quit IRC | 14:53 | |
*** yamamoto_ has joined #openstack-meeting-3 | 14:53 | |
*** yamamoto has quit IRC | 14:54 | |
*** chuckC_ has joined #openstack-meeting-3 | 14:54 | |
*** david-lyle has joined #openstack-meeting-3 | 14:55 | |
*** ryu25 has joined #openstack-meeting-3 | 14:57 | |
*** ChuckC has joined #openstack-meeting-3 | 14:57 | |
carl_baldwin | hi all | 14:58 |
yamamoto_ | hi | 14:58 |
ChuckC | o/ | 14:58 |
carl_baldwin | We’ll try to have a quick meeting this morning. I’ve got to get on the road this morning. | 14:59 |
carl_baldwin | Starting my travel today to the summit. | 14:59 |
yamahata | hi | 14:59 |
*** MaxV has joined #openstack-meeting-3 | 15:00 | |
carl_baldwin | yamamoto_: ChuckC: yamahata: hi | 15:00 |
carl_baldwin | #startmeeting neutron_l3 | 15:00 |
openstack | Meeting started Thu Oct 30 15:00:39 2014 UTC and is due to finish in 60 minutes. The chair is carl_baldwin. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
*** openstack changes topic to " (Meeting topic: neutron_l3)" | 15:00 | |
openstack | The meeting name has been set to 'neutron_l3' | 15:00 |
carl_baldwin | #Announcements | 15:00 |
carl_baldwin | #link https://wiki.openstack.org/wiki/Meetings/Neutron-L3-Subteam | 15:00 |
carl_baldwin | Summit is next week! | 15:01 |
carl_baldwin | We will not be having this meeting next week. Hopefully, many of us can meet face to face at summit. | 15:01 |
carl_baldwin | Any other announcements? | 15:02 |
carl_baldwin | #topic Bugs | 15:02 |
*** openstack changes topic to "Bugs (Meeting topic: neutron_l3)" | 15:02 | |
*** johnbelamaric has joined #openstack-meeting-3 | 15:02 | |
carl_baldwin | I don’t see any new l3-ipam-dhcp bugs. | 15:02 |
carl_baldwin | Does anyone have any bugs to bring up? | 15:03 |
carl_baldwin | #topic Agenda | 15:03 |
*** openstack changes topic to "Agenda (Meeting topic: neutron_l3)" | 15:03 | |
carl_baldwin | I’m short on time today. So, what agenda items do we need to hit today? | 15:04 |
*** MaxV has quit IRC | 15:04 | |
carl_baldwin | One topic I’d like to hit is what we would like to discuss face-to-face in Paris. | 15:04 |
yamahata | I'd like to suggest the topic of 3 agent/plug in refactoring and l3 routervm plugin. | 15:05 |
carl_baldwin | devvesa mention BGP on the mailing list. I don’t see him around today so we’ll take that discussion to the ML. | 15:05 |
matrohon | A dedicated pod to talk about BGP has been planned on wednesday by jaume | 15:05 |
*** mrsmith has joined #openstack-meeting-3 | 15:06 | |
carl_baldwin | matrohon: Thanks. Do you happen to know the time? | 15:06 |
matrohon | carl_baldwin : not yep. can we already book a POD? | 15:06 |
carl_baldwin | yamahata: I’d like some time to talk about the refactoring effort as well. What do you think a good time may be? | 15:06 |
carl_baldwin | matrohon: I don’t think we can book PODs but we should discuss some potential times. | 15:07 |
yamahata | morning or lunch time. Or non neutron session time. | 15:07 |
yamahata | I uploaded my specs. | 15:07 |
yamahata | https://review.openstack.org/#/c/131952/ | 15:07 |
*** david-lyle has quit IRC | 15:07 | |
yamahata | https://review.openstack.org/#/c/105078/ | 15:07 |
carl_baldwin | yamahata: Thanks for the links. I will download them for review as I travel. | 15:08 |
*** david-lyle has joined #openstack-meeting-3 | 15:08 | |
carl_baldwin | I encourage others to take a look as well. | 15:08 |
*** markmcclain has joined #openstack-meeting-3 | 15:09 | |
mrsmith | sounds good | 15:09 |
*** seizadi has joined #openstack-meeting-3 | 15:09 | |
matrohon | please put your name on etherpad to attend BGP POD : https://etherpad.openstack.org/p/bgp-vpn-dynamic-routing | 15:10 |
carl_baldwin | Here are a couple of summit links that I have found useful: | 15:10 |
carl_baldwin | #link http://kilodesignsummit.sched.org/ | 15:10 |
carl_baldwin | #link https://wiki.openstack.org/wiki/Summit/Kilo/Etherpads | 15:10 |
* carl_baldwin just put his name on the etherpad | 15:10 | |
carl_baldwin | I see the proposed time too. | 15:11 |
*** elmiko has left #openstack-meeting-3 | 15:11 | |
carl_baldwin | I just created this. Please help me propose times and locations and add your names…. | 15:12 |
carl_baldwin | #link https://etherpad.openstack.org/p/kilo-l3-refactoring | 15:12 |
seizadi | Hi, We have session for pluggable IPAM also: https://etherpad.openstack.org/p/neutron-ipam | 15:13 |
carl_baldwin | seizadi: Thanks, you beat me to that one. | 15:13 |
seizadi | http://kilodesignsummit.sched.org/event/a6cc78ce6248f351321feecbad6a5092#.VFJVT77P5Id | 15:13 |
carl_baldwin | IPAM will have a design session that I will moderate. | 15:13 |
carl_baldwin | I will be working on the etherpad for that today. I have a lot of ideas. | 15:14 |
seizadi | Great it is on Thu so may be we can meet before and discuss | 15:14 |
matrohon | concerning l3 agent refactoring, I see some overlaps with modular l2 agent -> is it a target to have one modular agent for all? | 15:15 |
carl_baldwin | seizadi: That would be good. | 15:15 |
seizadi | This week we will submit a patch with the proposed code as you asked. | 15:15 |
carl_baldwin | matrohon: I don’t think that has been a stated goal. | 15:15 |
carl_baldwin | matrohon: However, finding common functionality and abstracting that in to common software should be considered. | 15:16 |
matrohon | carl_baldwin : make sense | 15:16 |
carl_baldwin | Some common functions that have been suggested are state management and synchronization, namespace management, and others that I can’t remember at the moment. | 15:17 |
mrsmith | carl_baldwin - how will all the work get split up? | 15:18 |
carl_baldwin | mrsmith: Something that I would like very much to discuss face to face. | 15:18 |
*** jtomasek has quit IRC | 15:19 | |
carl_baldwin | mrsmith: I kind of think that a few things need to be done before things can be split up very effectively. | 15:19 |
mrsmith | just keep me on the list of devs willing to jump in and help | 15:20 |
carl_baldwin | mrsmith: We *really* need functional testing as discussed in the DVR meeting yesterday. | 15:20 |
mrsmith | agreed | 15:20 |
*** bm has joined #openstack-meeting-3 | 15:21 | |
carl_baldwin | Any kind of substantial refactoring will be held up if the functionality is not covered with functional tests. | 15:21 |
*** bm is now known as Guest95869 | 15:21 | |
carl_baldwin | mrsmith: Do you have any thoughts on how to get a good start on the testing? | 15:21 |
*** bpokorny has joined #openstack-meeting-3 | 15:22 | |
mrsmith | we have someone on our test who has started | 15:23 |
*** MaxV has joined #openstack-meeting-3 | 15:23 | |
mrsmith | I can check with him to see where he is at | 15:23 |
mrsmith | and what else needs to be done | 15:23 |
mrsmith | I am currently working on a couple backlog patches however | 15:23 |
carl_baldwin | mrsmith: Great to hear. I’d like to include marun and amuller in the process early. Otherwise, I think we’ll be surprised by their feedback in reviews. | 15:23 |
*** bpokorny has quit IRC | 15:23 | |
mrsmith | regardless, it is a good reminder that focus needs to be on func testing | 15:24 |
marun | +1 :) | 15:24 |
matrohon | FYI : multi-node tempest test should be writable soon : https://review.openstack.org/#/c/106043/ | 15:24 |
mrsmith | great! | 15:25 |
yamamoto_ | great | 15:25 |
*** EmilyW has joined #openstack-meeting-3 | 15:25 | |
*** ChuckC has quit IRC | 15:25 | |
carl_baldwin | +1 | 15:25 |
carl_baldwin | I’ve got about 5 minutes before I need to get on the road. I will have email most of the time but will not be on IRC. | 15:26 |
carl_baldwin | Any other topics to discuss? | 15:26 |
yamamoto_ | nothing from me | 15:27 |
*** jaypipes-afk is now known as jaypipes | 15:27 | |
carl_baldwin | I look forward to seeing many of you in Paris. | 15:27 |
chuckC_ | :) | 15:27 |
carl_baldwin | Thanks everyone. | 15:28 |
carl_baldwin | #endmeeting | 15:28 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 15:28 | |
openstack | Meeting ended Thu Oct 30 15:28:28 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:28 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/neutron_l3/2014/neutron_l3.2014-10-30-15.00.html | 15:28 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/neutron_l3/2014/neutron_l3.2014-10-30-15.00.txt | 15:28 |
openstack | Log: http://eavesdrop.openstack.org/meetings/neutron_l3/2014/neutron_l3.2014-10-30-15.00.log.html | 15:28 |
yamamoto_ | bye | 15:28 |
*** carl_baldwin has quit IRC | 15:29 | |
*** pc_m has joined #openstack-meeting-3 | 15:29 | |
*** EmilyW has quit IRC | 15:31 | |
*** Guest95869 has quit IRC | 15:31 | |
*** bpokorny has joined #openstack-meeting-3 | 15:32 | |
*** cjellick has joined #openstack-meeting-3 | 15:34 | |
*** alexpilotti_ has joined #openstack-meeting-3 | 15:35 | |
*** ChuckC has joined #openstack-meeting-3 | 15:35 | |
*** mwagner_lap has joined #openstack-meeting-3 | 15:37 | |
*** alexpilotti has quit IRC | 15:37 | |
*** alexpilotti_ is now known as alexpilotti | 15:37 | |
*** devvesa has joined #openstack-meeting-3 | 15:38 | |
*** Swami has joined #openstack-meeting-3 | 15:39 | |
*** EmilyW has joined #openstack-meeting-3 | 15:41 | |
*** seizadi has quit IRC | 15:42 | |
*** mrsmith has quit IRC | 15:42 | |
*** jschwarz has joined #openstack-meeting-3 | 15:42 | |
*** pc_m has left #openstack-meeting-3 | 15:43 | |
*** pballand has joined #openstack-meeting-3 | 15:45 | |
*** dboik has quit IRC | 15:46 | |
*** EmilyW has quit IRC | 15:47 | |
*** EmilyW has joined #openstack-meeting-3 | 15:47 | |
*** SridharRamaswamy has joined #openstack-meeting-3 | 15:50 | |
*** bpokorny has quit IRC | 15:58 | |
*** hinnant_ has joined #openstack-meeting-3 | 15:59 | |
*** r-mibu has joined #openstack-meeting-3 | 16:02 | |
*** pballand has quit IRC | 16:03 | |
jschwarz | no l3 meeting? | 16:03 |
*** mattfarina has joined #openstack-meeting-3 | 16:08 | |
devvesa | carl does not seem to be connected. not even in neutron channel | 16:11 |
*** otherwiseguy has quit IRC | 16:17 | |
*** yamamoto_ has quit IRC | 16:18 | |
*** r-mibu has left #openstack-meeting-3 | 16:19 | |
*** jschwarz has quit IRC | 16:20 | |
*** jschwarz has joined #openstack-meeting-3 | 16:20 | |
*** alexsyip has joined #openstack-meeting-3 | 16:26 | |
*** bpokorny has joined #openstack-meeting-3 | 16:30 | |
*** johnbelamaric has quit IRC | 16:30 | |
*** seizadi has joined #openstack-meeting-3 | 16:32 | |
*** ttrifonov is now known as zz_ttrifonov | 16:33 | |
*** lhcheng has joined #openstack-meeting-3 | 16:38 | |
*** lhcheng has left #openstack-meeting-3 | 16:42 | |
*** bauzas has quit IRC | 16:47 | |
*** SridharRamaswamy has quit IRC | 16:48 | |
*** s3wong has joined #openstack-meeting-3 | 16:49 | |
*** ChuckC has quit IRC | 16:52 | |
*** matrohon has quit IRC | 16:56 | |
*** bauzas has joined #openstack-meeting-3 | 17:00 | |
*** seizadi has quit IRC | 17:01 | |
*** glebo has joined #openstack-meeting-3 | 17:01 | |
*** bauzas has left #openstack-meeting-3 | 17:03 | |
*** otherwiseguy has joined #openstack-meeting-3 | 17:06 | |
*** bpokorny has quit IRC | 17:08 | |
*** fayablazer has quit IRC | 17:09 | |
*** ChuckC has joined #openstack-meeting-3 | 17:12 | |
*** MaxV has quit IRC | 17:13 | |
*** pino has joined #openstack-meeting-3 | 17:13 | |
*** pino has quit IRC | 17:14 | |
*** pino has joined #openstack-meeting-3 | 17:15 | |
*** bpokorny has joined #openstack-meeting-3 | 17:15 | |
*** julim has quit IRC | 17:17 | |
*** mikedillion has joined #openstack-meeting-3 | 17:18 | |
*** rms_13 has joined #openstack-meeting-3 | 17:18 | |
*** jcoufal has quit IRC | 17:24 | |
*** safchain has quit IRC | 17:24 | |
*** glebo has quit IRC | 17:26 | |
*** bauzas has joined #openstack-meeting-3 | 17:27 | |
*** hinnant_ has quit IRC | 17:31 | |
*** seizadi has joined #openstack-meeting-3 | 17:31 | |
*** ycombinator has joined #openstack-meeting-3 | 17:37 | |
*** glebo has joined #openstack-meeting-3 | 17:39 | |
*** hinnant has joined #openstack-meeting-3 | 17:46 | |
*** nelsnelson has quit IRC | 17:47 | |
*** hinnant has quit IRC | 17:48 | |
*** yamahata has quit IRC | 17:48 | |
*** emagana has joined #openstack-meeting-3 | 17:50 | |
*** emagana has quit IRC | 17:50 | |
*** hemanthravi has joined #openstack-meeting-3 | 17:50 | |
*** emagana has joined #openstack-meeting-3 | 17:51 | |
*** rkukura has joined #openstack-meeting-3 | 17:52 | |
*** simon-AS5591 has quit IRC | 17:52 | |
*** hinnant_ has joined #openstack-meeting-3 | 17:53 | |
*** thangp has quit IRC | 17:57 | |
*** pino has quit IRC | 17:57 | |
*** igordcard has quit IRC | 17:57 | |
*** LouisF has joined #openstack-meeting-3 | 17:58 | |
*** otherwiseguy has quit IRC | 17:59 | |
*** otherwiseguy has joined #openstack-meeting-3 | 18:00 | |
SumitNaiksatam | rkukura: s3wong hemanthravi LouisF rms_13: hi | 18:00 |
rkukura | hi | 18:01 |
SumitNaiksatam | lets get started | 18:01 |
SumitNaiksatam | #startmeeting networking_policy | 18:01 |
openstack | Meeting started Thu Oct 30 18:01:30 2014 UTC and is due to finish in 60 minutes. The chair is SumitNaiksatam. Information about MeetBot at http://wiki.debian.org/MeetBot. | 18:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 18:01 |
*** openstack changes topic to " (Meeting topic: networking_policy)" | 18:01 | |
openstack | The meeting name has been set to 'networking_policy' | 18:01 |
*** jschwarz has quit IRC | 18:01 | |
LouisF | SumitNaiksatam: hi | 18:02 |
*** tteggel has joined #openstack-meeting-3 | 18:02 | |
s3wong | hello | 18:02 |
SumitNaiksatam | any breaking news anyone would like to share? ;-) | 18:02 |
* SumitNaiksatam feeling happy about the giants victory! | 18:03 | |
LouisF | bumgarner for prez | 18:03 |
SumitNaiksatam | LouisF: lol! | 18:03 |
SumitNaiksatam | ok moving to the agenda then | 18:03 |
SumitNaiksatam | #topics Specs in review | 18:04 |
*** Swami has quit IRC | 18:04 | |
SumitNaiksatam | over the past couple of days we merged the pending spec related to network service policy (NSP) | 18:04 |
rms_13 | SumitNaiksatam: hi | 18:04 |
SumitNaiksatam | and the vendor driver specs | 18:04 |
SumitNaiksatam | fyi - #link http://git.openstack.org/cgit/stackforge/group-based-policy-specs/log/ | 18:05 |
* glebo dodgers fan, but still feeling happy for rest of NorCal about Giants big win. Soooo fun to watch that last night. | 18:05 | |
*** dboik has joined #openstack-meeting-3 | 18:05 | |
glebo | (bum's the one!) | 18:06 |
SumitNaiksatam | we will review and merge the other specs either during the next week or when we come back from Paris | 18:07 |
SumitNaiksatam | also these will serve as topics for the design summit session discussion | 18:07 |
*** ivar-lazzaro has joined #openstack-meeting-3 | 18:08 | |
SumitNaiksatam | these are the currently pending spec reviews #link #link https://review.openstack.org/#/q/status:open+project:stackforge/group-based-policy-specs+branch:master,n,z | 18:08 |
*** ivar-lazzaro has quit IRC | 18:08 | |
*** ivar-lazzaro has joined #openstack-meeting-3 | 18:09 | |
SumitNaiksatam | #topic Patches in review | 18:09 |
*** openstack changes topic to "Patches in review (Meeting topic: networking_policy)" | 18:09 | |
ivar-lazzaro | hi | 18:09 |
SumitNaiksatam | we had a focussed review meeting on Tuesday to zone in on the service redirect/chain related patches | 18:10 |
SumitNaiksatam | if you missed this IRC meeting, the logs are here: #link https://wiki.openstack.org/wiki/File:Gbp-sc-patch-reviews-10282014.pdf | 18:10 |
SumitNaiksatam | based on the discussion and presumably better understanding of these patches, we have reviewed and started merging some of them | 18:11 |
SumitNaiksatam | #link http://git.openstack.org/cgit/stackforge/group-based-policy/ | 18:11 |
SumitNaiksatam | some of the service chain model and redirect patches have been merged | 18:12 |
SumitNaiksatam | a few of them are still in review and close to merging | 18:12 |
SumitNaiksatam | #link https://review.openstack.org/#/q/status:open+project:stackforge/group-based-policy+branch:master,n,z | 18:12 |
SumitNaiksatam | the remaining patches also includes the patch on Network Service Policy resource that we added to the GBP model | 18:13 |
*** ryu25 has quit IRC | 18:13 | |
SumitNaiksatam | #link https://review.openstack.org/#/c/129545/ | 18:13 |
SumitNaiksatam | ivar-lazzaro: i responded to your comment on the above patch yesterday | 18:13 |
SumitNaiksatam | ivar-lazzaro: are you still -1 on this? | 18:14 |
ivar-lazzaro | *looking* | 18:14 |
*** simon-AS559 has joined #openstack-meeting-3 | 18:14 | |
ivar-lazzaro | SumitNaiksatam: ok I totally misunderstood the intention of that value parameter | 18:15 |
ivar-lazzaro | SumitNaiksatam: removing -1 | 18:15 |
SumitNaiksatam | ivar-lazzaro: okay, np | 18:15 |
SumitNaiksatam | is magesh here? | 18:15 |
SumitNaiksatam | hemanthravi: how are we doing on: #link https://review.openstack.org/#/c/130920/ | 18:16 |
*** simon-AS5591 has joined #openstack-meeting-3 | 18:16 | |
hemanthravi | SumitNaiksatam, working on resolving the patch conflicts and address the comments | 18:18 |
SumitNaiksatam | hemanthravi: okay great | 18:18 |
SumitNaiksatam | hemanthravi: any ETA? ;-P | 18:18 |
hemanthravi | SumitNaiksatam, magesh addressed most of the comments, expecting to be done in 1-2 hrs | 18:18 |
*** simon-AS559 has quit IRC | 18:19 | |
SumitNaiksatam | hemanthravi: sweet | 18:19 |
SumitNaiksatam | okay that leaves us with the vendor patches | 18:20 |
SumitNaiksatam | both sets of patches are failing UTs | 18:20 |
SumitNaiksatam | ivar-lazzaro: #link https://review.openstack.org/#/c/130418 | 18:20 |
hemanthravi | SumitNaiksatam, will fix the UTs for NVSD once the rebase is done | 18:20 |
SumitNaiksatam | hemanthravi: ok thanks | 18:21 |
ivar-lazzaro | SumitNaiksatam: investigating on this | 18:21 |
*** matrohon has joined #openstack-meeting-3 | 18:21 | |
SumitNaiksatam | ivar-lazzaro: okay | 18:21 |
SumitNaiksatam | #topic Paris summit next week | 18:21 |
*** openstack changes topic to "Paris summit next week (Meeting topic: networking_policy)" | 18:21 | |
SumitNaiksatam | we are collecting topics for the design session here: | 18:22 |
SumitNaiksatam | #link https://etherpad.openstack.org/p/kilo-gbp-design-summit-topics | 18:22 |
SumitNaiksatam | please add your input | 18:22 |
SumitNaiksatam | a lot of it will be driven by what we reviewed in the patches in the past couple of weeks | 18:22 |
SumitNaiksatam | i think that has generated a lot of open items (mostly being documented as bugs now) | 18:23 |
SumitNaiksatam | btw the design summit session is here: #link http://kilodesignsummit.sched.org/event/98dc4255384e340682137c8a7ee7e60d#.VFKCJYt4r4w | 18:23 |
SumitNaiksatam | please add to your schedule | 18:24 |
SumitNaiksatam | i know glebo can’t make it, hope everyone else is busy packing their bags and getting ready to go! ;-) | 18:24 |
LouisF | SumitNaiksatam: i will not be there but Cathy and Nicolas Bouthors will be | 18:25 |
SumitNaiksatam | also the GBP conference session is on monday, #link https://openstacksummitnovember2014paris.sched.org/event/3381db355f042c612c11960a588e31de#.VEfLxYt4r4w | 18:25 |
*** glebo has left #openstack-meeting-3 | 18:25 | |
SumitNaiksatam | LouisF: oh bummer! | 18:25 |
*** glebo has joined #openstack-meeting-3 | 18:25 | |
SumitNaiksatam | LouisF: yeah, cathy mentioned she was going | 18:25 |
* glebo sorry. Immovable personal event. Will b there next time. | 18:26 | |
SumitNaiksatam | LouisF: can you channelize your input on the etherpad? | 18:26 |
*** nelsnelson has joined #openstack-meeting-3 | 18:26 | |
LouisF | SumitNaiksatam: yes | 18:26 |
SumitNaiksatam | glebo: yeah, i understand! | 18:26 |
SumitNaiksatam | anything else we need to discuss in the context of the next week? | 18:27 |
SumitNaiksatam | #topic Open Discussion | 18:27 |
*** openstack changes topic to "Open Discussion (Meeting topic: networking_policy)" | 18:27 | |
SumitNaiksatam | rkukura: anything you wanted to share on the packaging front? | 18:27 |
rkukura | making some progress | 18:28 |
SumitNaiksatam | rkukura: sweet! | 18:28 |
rkukura | Don’t see any obstacles - just need time to work on it. | 18:28 |
SumitNaiksatam | rkukura: perhaps we can have a separate agenda item on this in the future | 18:28 |
glebo | I will be in attendance remotely, and Yi Sun and Gary Duan from our team will be in attendance physically (mentally, no promises ;-) | 18:28 |
SumitNaiksatam | rkukura: ok good to know | 18:28 |
rkukura | I’ve had to focus on ML2 and other neutron stuff lately. | 18:28 |
SumitNaiksatam | glebo: sure | 18:28 |
SumitNaiksatam | rkukura: ok | 18:28 |
SumitNaiksatam | rkukura: i have a few doubts about the client packaging since the client does not have a stable/juno branch | 18:29 |
rkukura | SumitNaiksatam: agenda item makes sense, particularly if we start packaging for multiple distros and various people are involved. | 18:29 |
*** bpokorny has quit IRC | 18:29 | |
SumitNaiksatam | rkukura: currently what we have tested is an in between version | 18:29 |
SumitNaiksatam | rkukura: true | 18:29 |
rkukura | SumitNaiksatam: Agreed lack of stable client complicates things a bit | 18:30 |
SumitNaiksatam | rkukura: anyway, we can take that offline and/or discuss f2f | 18:30 |
rkukura | We may need branches to track the versions that vendors use | 18:30 |
rkukura | sure | 18:30 |
SumitNaiksatam | rkukura: that would be great | 18:30 |
SumitNaiksatam | rkukura: accept i havent figured out how to administer branches in a stackforge project | 18:31 |
SumitNaiksatam | rkukura: you have any leads on this? | 18:31 |
rkukura | No, haven’t looked | 18:31 |
SumitNaiksatam | we also need to add a “jnuo-gbp-x” label | 18:31 |
glebo | times shown on agenda are paris local time, correct? | 18:31 |
SumitNaiksatam | *juno | 18:31 |
SumitNaiksatam | glebo: they are paris local times | 18:32 |
rkukura | right, and it would be nice for our labled versions to get “official” tarballs that the packages would use. | 18:32 |
glebo | SumitNaiksatam: thx | 18:32 |
SumitNaiksatam | rkukura: exactly | 18:32 |
SumitNaiksatam | oh btw, in the review section we missed that we have client and heat patches in review as well | 18:33 |
rkukura | SumitNaiksatam: question regarding the packaging | 18:33 |
*** bpokorny has joined #openstack-meeting-3 | 18:33 | |
*** emagana has quit IRC | 18:33 | |
SumitNaiksatam | client patches #link https://review.openstack.org/#/q/status:open+project:stackforge/python-group-based-policy-client+branch:master,n,z | 18:34 |
SumitNaiksatam | rkukura: go ahead | 18:34 |
SumitNaiksatam | heat pacthes: #link https://review.openstack.org/#/q/status:open+project:stackforge/group-based-policy-automation+branch:master,n,z | 18:34 |
rkukura | I’ll need to know which sets of in-review patches to include in each project so that everything has a chance to work together properly. | 18:34 |
SumitNaiksatam | horizon patches: #link https://review.openstack.org/#/q/status:open+project:stackforge/group-based-policy-ui+branch:master,n,z | 18:34 |
SumitNaiksatam | rkukura: absolutely | 18:35 |
SumitNaiksatam | rkukura: i would tend to think we would have everything merged what we need to package | 18:35 |
SumitNaiksatam | rkukura: latest by when do you need to know this? | 18:35 |
rkukura | Not really sure when I’ll get to the other projects, but would be helpful to know which server-side patches to include. | 18:36 |
rkukura | Would be helpful to know that now or tomorrow. | 18:36 |
SumitNaiksatam | rkukura: i think i will be able to let you know by EOD | 18:37 |
SumitNaiksatam | rkukura: latest by tomorrow morning | 18:37 |
rkukura | OK, thanks | 18:37 |
SumitNaiksatam | rkukura: our original deadline was today morning | 18:37 |
SumitNaiksatam | rkukura: but all schedules are meant to slip :-( | 18:37 |
rkukura | we’re a bit behind, but I’d like to have something at least ready to test before the summit | 18:37 |
SumitNaiksatam | rkukura: yes, i will let you know at the earliest | 18:38 |
rkukura | ok - It won’t block my work yet | 18:38 |
SumitNaiksatam | rkukura: ok good to know | 18:38 |
*** stevemar has quit IRC | 18:38 | |
rkukura | Is the stuff already merged sufficient for first cut? | 18:39 |
*** stevemar has joined #openstack-meeting-3 | 18:39 | |
SumitNaiksatam | rkukura: not yet | 18:39 |
rkukura | On the server? | 18:39 |
SumitNaiksatam | no | 18:39 |
SumitNaiksatam | rkukura: the service chain model in kind of in a transient state | 18:39 |
*** EmilyW has quit IRC | 18:39 | |
SumitNaiksatam | in -> is | 18:39 |
ivar-lazzaro | rkukura SumitNaiksatam: I would say let's try to pull in the vendor drivers as well | 18:40 |
SumitNaiksatam | ivar-lazzaro: yes we will, as long as they are ready by EOD :-) | 18:40 |
SumitNaiksatam | ivar-lazzaro: we acually by evening today | 18:40 |
SumitNaiksatam | we -> well | 18:40 |
SumitNaiksatam | rkukura: i wanted to avoid this last minute rush for you | 18:40 |
*** otherwiseguy has quit IRC | 18:41 | |
SumitNaiksatam | rkukura: hence we were trying to speed this up, unfortunately we are where we are | 18:41 |
*** cbader has joined #openstack-meeting-3 | 18:41 | |
SumitNaiksatam | everybody has worked pretty hard on this! | 18:41 |
rkukura | I just want to get server package building and working, then can update it. | 18:41 |
SumitNaiksatam | rkukura: sure, in that case you can give it a shot | 18:41 |
SumitNaiksatam | okay, anything else we want to discuss today? | 18:42 |
*** jacalcat has left #openstack-meeting-3 | 18:42 | |
SumitNaiksatam | alrighty, thanks folks for joining | 18:42 |
SumitNaiksatam | by next week you should be able to pull a devstack and see all of this running | 18:43 |
SumitNaiksatam | (in fact its mostly functional today as well) | 18:43 |
SumitNaiksatam | see you all in Paris (or at least most of you) | 18:43 |
SumitNaiksatam | bye till then! | 18:43 |
SumitNaiksatam | #endmeeeting | 18:43 |
rkukura | Our “yum install openstack-gbp-neutron” or something like that! | 18:43 |
ivar-lazzaro | Au revoir | 18:43 |
glebo | adios | 18:43 |
SumitNaiksatam | rkukura: sure | 18:44 |
SumitNaiksatam | #endmeeting | 18:44 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 18:44 | |
openstack | Meeting ended Thu Oct 30 18:44:13 2014 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 18:44 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/networking_policy/2014/networking_policy.2014-10-30-18.01.html | 18:44 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/networking_policy/2014/networking_policy.2014-10-30-18.01.txt | 18:44 |
openstack | Log: http://eavesdrop.openstack.org/meetings/networking_policy/2014/networking_policy.2014-10-30-18.01.log.html | 18:44 |
*** dboik has left #openstack-meeting-3 | 18:44 | |
*** hemanthravi has quit IRC | 18:44 | |
rkukura | bye | 18:45 |
*** rkukura has left #openstack-meeting-3 | 18:45 | |
*** bpokorny has quit IRC | 18:46 | |
*** hinnant_ has quit IRC | 18:47 | |
*** markmcclain has quit IRC | 18:47 | |
*** apmelton has left #openstack-meeting-3 | 18:47 | |
*** david-ly_ has joined #openstack-meeting-3 | 18:51 | |
*** jtomasek has joined #openstack-meeting-3 | 18:51 | |
*** sdoyle has quit IRC | 18:53 | |
*** david-lyle has quit IRC | 18:55 | |
*** markmcclain has joined #openstack-meeting-3 | 18:59 | |
*** bouthors has joined #openstack-meeting-3 | 19:06 | |
*** hinnant has joined #openstack-meeting-3 | 19:07 | |
bouthors | LouisF: Hi | 19:08 |
*** hinnant has quit IRC | 19:08 | |
bouthors | No GBP meeting today? | 19:10 |
SumitNaiksatam | bouthors: we had the meeting | 19:15 |
SumitNaiksatam | bouthors: i think you missed the time by an hour :-( | 19:15 |
*** EmilyW has joined #openstack-meeting-3 | 19:16 | |
bouthors | SumitNaiksatam: Thanks, True we moved to winter time in France, Forgot to adjust | 19:20 |
bouthors | SumitNaiksatam: See you in Paris next week. | 19:20 |
*** EmilyW has quit IRC | 19:22 | |
SumitNaiksatam | bouthors: ah | 19:22 |
*** EmilyW has joined #openstack-meeting-3 | 19:23 | |
*** cbader_ has joined #openstack-meeting-3 | 19:26 | |
*** mikedillion has quit IRC | 19:26 | |
*** cbader_ has quit IRC | 19:32 | |
*** julim has joined #openstack-meeting-3 | 19:32 | |
*** EmilyW has quit IRC | 19:35 | |
*** marun has quit IRC | 19:37 | |
*** ycombinator has quit IRC | 19:37 | |
*** cbader_ has joined #openstack-meeting-3 | 19:38 | |
*** cbader_ has left #openstack-meeting-3 | 19:38 | |
*** cbader_ has joined #openstack-meeting-3 | 19:39 | |
*** cbader_ has quit IRC | 19:39 | |
*** devvesa has quit IRC | 19:46 | |
*** glebo has quit IRC | 19:46 | |
*** seizadi has quit IRC | 19:46 | |
*** marun has joined #openstack-meeting-3 | 19:49 | |
*** ycombinator has joined #openstack-meeting-3 | 19:49 | |
*** otherwiseguy has joined #openstack-meeting-3 | 20:03 | |
*** marun has quit IRC | 20:05 | |
*** ycombinator has quit IRC | 20:10 | |
*** bpokorny has joined #openstack-meeting-3 | 20:18 | |
*** seizadi has joined #openstack-meeting-3 | 20:19 | |
*** julim has quit IRC | 20:24 | |
*** seizadi has quit IRC | 20:27 | |
*** david-ly_ is now known as david-lyle | 20:28 | |
*** otherwiseguy has quit IRC | 20:40 | |
*** otherwiseguy has joined #openstack-meeting-3 | 20:40 | |
*** mattfarina has quit IRC | 20:52 | |
*** bpokorny_ has joined #openstack-meeting-3 | 21:01 | |
*** SridharRamaswamy has joined #openstack-meeting-3 | 21:01 | |
*** bpokorny has quit IRC | 21:04 | |
*** glebo has joined #openstack-meeting-3 | 21:09 | |
*** mattfarina has joined #openstack-meeting-3 | 21:15 | |
*** chuckC_ has quit IRC | 21:17 | |
*** LouisF has quit IRC | 21:20 | |
*** cbader has quit IRC | 21:25 | |
*** ChuckC has quit IRC | 21:27 | |
*** simon-AS5591 has quit IRC | 21:31 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 21:36 | |
*** asahlin has quit IRC | 21:36 | |
*** mattfarina has quit IRC | 21:37 | |
*** bpokorny has joined #openstack-meeting-3 | 21:40 | |
*** otherwiseguy has quit IRC | 21:41 | |
*** otherwiseguy has joined #openstack-meeting-3 | 21:42 | |
*** ChuckC has joined #openstack-meeting-3 | 21:42 | |
*** gholler has quit IRC | 21:43 | |
*** bpokorny_ has quit IRC | 21:44 | |
*** Sukhdev has joined #openstack-meeting-3 | 21:44 | |
*** bpokorny has quit IRC | 21:46 | |
*** bpokorny has joined #openstack-meeting-3 | 21:50 | |
*** seizadi has joined #openstack-meeting-3 | 21:53 | |
*** otherwiseguy has quit IRC | 21:59 | |
*** terryw has joined #openstack-meeting-3 | 21:59 | |
*** stevemar2 has joined #openstack-meeting-3 | 22:02 | |
*** glebo has quit IRC | 22:03 | |
*** stevemar has quit IRC | 22:03 | |
*** ChuckC has quit IRC | 22:03 | |
*** ChuckC has joined #openstack-meeting-3 | 22:04 | |
*** matrohon has quit IRC | 22:07 | |
*** lhcheng has joined #openstack-meeting-3 | 22:07 | |
*** glebo has joined #openstack-meeting-3 | 22:13 | |
*** stevemar2 has quit IRC | 22:14 | |
*** SridharRamaswamy has quit IRC | 22:24 | |
*** bpokorny_ has joined #openstack-meeting-3 | 22:31 | |
*** bpokorny has quit IRC | 22:34 | |
*** lhcheng has quit IRC | 22:36 | |
*** matrohon has joined #openstack-meeting-3 | 22:38 | |
*** asahlin has joined #openstack-meeting-3 | 22:39 | |
*** coolsvap has joined #openstack-meeting-3 | 22:39 | |
*** jpomero has quit IRC | 22:43 | |
*** lhcheng has joined #openstack-meeting-3 | 22:44 | |
*** matrohon has quit IRC | 22:47 | |
*** pino has joined #openstack-meeting-3 | 22:48 | |
*** chuckC_ has joined #openstack-meeting-3 | 22:57 | |
*** bpokorny has joined #openstack-meeting-3 | 23:05 | |
*** bpokorny_ has quit IRC | 23:08 | |
*** alexsyip has quit IRC | 23:08 | |
*** pino has quit IRC | 23:29 | |
*** pino has joined #openstack-meeting-3 | 23:38 | |
*** nelsnelson has quit IRC | 23:40 | |
*** bpokorny_ has joined #openstack-meeting-3 | 23:40 | |
*** glebo has quit IRC | 23:41 | |
*** armax has joined #openstack-meeting-3 | 23:43 | |
*** armax has left #openstack-meeting-3 | 23:43 | |
*** bpokorny has quit IRC | 23:44 | |
*** Sukhdev has quit IRC | 23:44 | |
*** boris-42 has quit IRC | 23:45 | |
*** boris-42 has joined #openstack-meeting-3 | 23:51 | |
*** terryw has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!