Thursday, 2014-11-27

etoewsi'm just making a quick edit of the meeting wiki page00:00
cyeohcool :-)00:00
*** baoli has quit IRC00:00
etoews#startmeeting api wg00:01
openstackMeeting started Thu Nov 27 00:01:36 2014 UTC and is due to finish in 60 minutes.  The chair is etoews. Information about MeetBot at http://wiki.debian.org/MeetBot.00:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:01
*** openstack changes topic to " (Meeting topic: api wg)"00:01
openstackThe meeting name has been set to 'api_wg'00:01
etoewsi just updated the agenda00:01
etoews#link https://wiki.openstack.org/wiki/Meetings/API-WG#Agenda00:02
*** stevelle has joined #openstack-meeting-300:03
etoews#topic voting00:03
*** openstack changes topic to "voting (Meeting topic: api wg)"00:03
etoews#link https://review.openstack.org/#/c/131358/00:03
cyeohI guess I should really update that one00:03
etoewsi haven't had a chance to fully review that00:03
*** alexpilotti has quit IRC00:04
*** banix has joined #openstack-meeting-300:04
elmikoi was kinda curious to see the next revision00:04
etoewscan you tl;dr?00:04
cyeohyea I'll get to that today my time and merge in the comments00:04
*** alexpilotti has joined #openstack-meeting-300:04
etoewswhat's the consensus?00:04
cyeohI guess the only thing I'd like to really retain is that the voting %'s are based on who turns up to vote, not who is eligible to vote00:04
cyeohI think that would make it easier to get things through at this stage (we can tighten things up later if we want to)00:05
elmikoetoews: not sure i can tldr it well, there's a bunch of detail about how the process should work out.00:05
etoewscyeoh: that seems reasonable to me.00:05
elmikocyeoh: that makes sense, do we need some sort of minimum number for a quorum?00:05
cyeohelmiko: i suggested 5 in the comments00:06
elmikocool, missed that one00:06
cyeohif things look like they're going crazy with that being too small then we can always revisit...00:06
elmikoi can envision it being an issue, but i feel like with the time frames involved for voting it won't be a huge deal.00:07
etoewsdoes that minimum of 5 need to have a particular role? e.g. wg member, ptl, tc, etc.00:07
*** banix has quit IRC00:07
cyeohetoews: honestly I think we should just go for speed for now, so no. those who are interested.00:08
etoews+100:08
cyeohit is all still marked as draft (I did merge that)00:08
cyeohand the TC still has the final say on the document overall before we can get out of draft - so there is sanity checking00:08
elmikoit seemed to me that the idea of creating a hierarchy would definitely need to be discussed00:08
cyeohelmiko: I'm ok with the there being more processes once we have more of a document (say a 1.0)00:09
elmikocyeoh: agreed, i just noticed that even talking about "wg members" proved to be contentious00:10
*** SumitNaiksatam has quit IRC00:10
cyeohelmiko: in the current document we have two gates to the document coming out of draft. The TC and the PTL rep vote - but that's just on the document overall, not on a per patch basis which I thikn would be too small00:10
etoewsso what happens in the case that the tc disagrees with some small detail of the guidelines? they veto publication and we fix small detail?00:10
*** mugsie has joined #openstack-meeting-300:10
cyeohetoews: yea, I'd hope it would not go to a vote, that they'd just give us feedback ahead of time so we could fix00:10
elmikocyeoh: yea, after thinking about it more, i think the gate measures in place are good enough for what we are proposing, even if membership is wide open.00:10
etoewsokay00:11
etoewsso an action item for cyeoh to update it?00:12
cyeohsure!00:12
elmiko+100:12
etoews#action cyeoh to update https://review.openstack.org/#/c/131358/ based on feedback00:12
cyeohso for the record I am going to be pretty much out and uncontactable after 4th december until january. So after that point anyway should feel to update the patch if its not yet merged00:13
etoewss/anyway/anyone/ ???00:13
elmikocyeoh: good to know00:14
cyeohwell anyone who is really interested (sorry, unfortunately unavoidable but I have to go in for some surgery and not sure of recovery time yet00:14
elmikono worries, and good luck =)00:14
cyeohthx!00:14
etoewscyeoh: youch. all the best.00:15
etoews#topic APIImpact flag00:15
*** openstack changes topic to "APIImpact flag (Meeting topic: api wg)"00:15
etoews#link https://review.openstack.org/#/q/status:open+AND+(message:ApiImpact+OR+message:APIImpact),n,z00:15
*** SumitNaiksatam has joined #openstack-meeting-300:15
etoewslooks like people are starting to use the APIImpact flag :)00:15
cyeohyes :-)00:16
elmikoyea, was gonna say it's a nice list00:16
etoewsis there anything we should look at right now?00:17
cyeohI think this one is worth a look: https://review.openstack.org/#/c/136487/00:17
*** banix has joined #openstack-meeting-300:17
cyeohits proposing another use of resource/action on a resource00:18
cyeohwe do this a bit already in Nova especially in /servers/ but my understanding is that its not really well liked (bit of a hack)00:18
*** banix has quit IRC00:18
cyeohso I'm interested in what people think00:18
miguelgrinbergyeah, actions are not good to have in URLs00:19
cyeohbit of background - this is for remove a server from a server group00:19
miguelgrinbergis the server a standalone resource?00:19
elmikomiguelgrinberg: i thought actions were acceptable if they are accessing an api function?00:19
cyeohI suggested DELETE /v2/fake/os-server-groups/<server_group_id>/<server_id> instead00:19
miguelgrinbergelmiko: acceptable by who? According to REST guidelines this is always bad.00:20
etoewsDELETE seems more natural to me too00:20
*** banix has joined #openstack-meeting-300:21
miguelgrinbergif the individual server has a URI, then send a DELETE to that guy, yes00:21
cyeohmiguelgrinberg: yes, we generally access server stuff through /servers00:21
cyeohmiguelgrinberg: in this case we're not deleting the server, just removing it from the server group00:21
miguelgrinbergthen send a PUT to the group00:21
miguelgrinbergand include all the servers in the group minus the one you are removing00:22
cyeohwhat is currently proposed in the spec is /v2/fake/os-server-groups/<server_group_id>/action00:22
cyeohmiguelgrinberg: a bit racey though isn't it?00:22
miguelgrinbergI see that the URI ends with /action, that cannot be a URI of a group resource00:22
stevelleis there additional metadata associated with the server's membership in the group?  that would make it a proper resource.00:22
cyeohstevelle: no a server is simply in the group or not00:23
miguelgrinbergwhat stevelle suggests is always a viable option. Have a resource that maintains the membership of a server to a group, then DELETE that resource00:23
stevellecyeoh: that would generally support miguelgrinberg's suggestion it seems00:24
cyeohmiguelgrinberg: is that what a server_group_id is?00:24
cyeohi mean isn't that what a server group id is?00:24
cyeohyou create through os-server-groups resource a server group which contains a list of server_ids00:24
miguelgrinbergI need to look up the API docs, I can't find that in this patch00:25
stevelleDELETE /v2/fake/os-server-groups/<server_group_id>/<server_id> seems legitimate as well to me00:25
etoewsthe api docs for the rest of the ops would be a big help here00:25
stevelleits a very specific statement about how to patch the server - group membership00:25
cyeohmiguelgrinberg: yea this is just a proposal to be able to remove a server from a group since that was not supported in the original impl00:25
*** david-lyle is now known as david-lyle_afk00:26
cyeohhttp://docs.openstack.org/api/openstack-compute/2/content/ext-os-server-groups.html00:26
etoewsstevelle: maybe DELETE /v2/fake/os-server-groups/<server_group_id>/servers/<server_id>00:26
stevelleetoews: also acceptable to me00:26
miguelgrinbergcyeoh: what's in the "members" attribute in the response when you ask for a server group?00:26
stevelledon't believe we have come to any convention on the topic of naming resources before identifying them in paths00:26
miguelgrinbergis it URIs or IDs?00:26
cyeohmiguelgrinberg: id's  - we only very very rarely have uris in nova00:27
miguelgrinbergI think we need to separate our discussions into the practical and the forward looking.00:27
miguelgrinbergIf we talk about the best solution, then I would put URIs to group-membership resources in that list00:28
miguelgrinbergthen you can DELETE any of those00:28
miguelgrinbergof course we'll have to figure out something else for the short term00:28
miguelgrinbergmore in line with current practices00:28
cyeohnote that ids refer to the servers ids (so we don't want to delete them)00:28
miguelgrinbergcyeoh: yes, I understand that00:29
etoewsi expect that currently you can't even refer to individual servers in a server group00:29
etoewsi would expect to get a list of servers in a group at /v2/fake/os-server-groups/<server_group_id>/servers/00:29
cyeohetoews: yea, can't do that, only can get it through the members list00:30
etoewsnuts00:30
cyeohbut I think I understand what you're saying now00:30
cyeohso anyone I think it'd be nice if we can comment what the least-worst solution is for what we have now00:31
cyeoh(on the proposed spec)00:31
miguelgrinbergthe problem with /servers is that it doesn't give you the membership, we are still missing the concept of a group membership, which is what you may want to remove00:31
etoewsright00:31
miguelgrinbergyes, that makes sense00:31
cyeohI think /action is the worst solution ;-)00:31
miguelgrinbergbut it is consistent with other things currently in place, correct?00:32
cyeohwe do use actions a lot on /servers00:32
miguelgrinbergah, I see, there is no /actions on server-groups yet00:32
*** banix has quit IRC00:32
cyeohbut I've heard a few people complain about it. Yea, nothing on server-groups yet so we can avoid it00:32
stevellethe reboot action does not have a clear HTTP verb00:32
miguelgrinbergso what do you think if the members list is sent in a PUT request without the server that needs to be removed?00:33
cyeohmiguelgrinberg: my first thought is potentially racey?00:33
miguelgrinbergis this async?00:33
cyeohsomeone adds one while someone deletes one?00:33
etoewsit's also kind of painful for a client to code to00:33
miguelgrinberghow bit are these groups normally?00:34
miguelgrinberg*big00:34
etoewsyou can never just remove a server membership00:34
etoewsyou always need to know all the members00:34
cyeohmiguelgrinberg: I don't really know, I guess they could get pretty big. mostly just used for affinity at the moment I think, but either way I think only being able to set the group is awkward. and we won't support adding a server for a whiel00:35
*** banix has joined #openstack-meeting-300:36
miguelgrinbergwell, given the current state of things, editing the members list is the most restful option, without having to go into exposing URIs for memberships00:37
miguelgrinbergand it leaves the door open to additions when they are implemented00:37
miguelgrinbergis this members list paginated?00:38
miguelgrinbergor is there ever a situation where you would get a partial list00:38
cyeohdon't know for sure, I doubt it00:38
miguelgrinbergwhat do you think about having a /server-groups/<group-id>/servers/<server-id> resource?00:40
miguelgrinbergthat would be a membership resource, you can delete it to remove the membership00:40
miguelgrinbergand if you query the /servers you get the list00:41
cyeohmiguelgrinberg, etoews: if you could put your suggestings on the spec I think that would help (otherwise its likely to get just approved as-is)00:41
cyeohmiguelgrinberg: I'd be ok with that. I think it heads in the right direction00:41
elmikomiguelgrinberg: that option makes a lot of sense for me00:41
miguelgrinbergcyeoh: okay, I'll comment on the spec00:41
etoews+100:41
miguelgrinbergmy only (minor) concern is that it may look like you are deleting the server, not the membership00:42
etoews#action miguelgrinberg to comment on https://review.openstack.org/#/c/136487/ regarding restfully removing a server from a group00:42
elmikomiguelgrinberg: what about your suggestion earlier of having a membership id that could be deleted?00:42
etoewsi need to leave in a few minutes. can someone else end the meeting?00:42
cyeohetoews: only you have the power to end the meeting :-(00:43
miguelgrinbergthat would be this, I'm just saying that having a URL in form /groups/<group-id>/servers/<server-id> may seem like it points to a server, while it points to a membership00:43
elmikook, yea i could see that00:43
*** sigmavirus24_awa is now known as sigmavirus2400:43
miguelgrinbergstill better than what's proposed00:43
cyeoh+100:44
etoewsinstead of /servers/ it could be /server-memberships/ ?00:44
miguelgrinbergah, that would help00:44
elmikothat at least makes it clearer00:44
stevelle+100:44
sigmavirus24+1 for good naming00:45
*** alexpilotti_ has joined #openstack-meeting-300:45
etoewsor maybe its /group-memberships/ ?00:45
sigmavirus24(sorry for arriving late)00:45
etoewsdepends on the perspective...00:45
stevelleadding /members/ is shorter and coincides with a glance v2 api00:45
stevellebut I like the long form00:46
elmikoat that point do you even need the "group-" part?00:46
etoewsi'll stick around until 7 to end the meeting and just be late for my next thing. :P00:46
cyeohyea the only thing that could be a member is a server anyway00:46
*** lhcheng has quit IRC00:46
*** marun has joined #openstack-meeting-300:47
elmikoseems clearly spelled out in the uri /groups/<group-id>/memberships/<server-id>00:47
*** lhcheng has joined #openstack-meeting-300:47
*** alexpilotti has quit IRC00:47
*** alexpilotti_ is now known as alexpilotti00:47
etoewsi'd prefer consistency with glance and use /members/00:48
miguelgrinbergthese memberships are given when the group is created, correct?00:48
cyeohmiguelgrinberg: yes currently that is the only way00:48
elmikoetoews: agreed00:48
etoewsmembers is also consistent with what's in the json body00:48
cyeohetoews: +100:48
miguelgrinberg+100:49
etoewsdo we want to try another APIImpact or move on to api-wg proposals?00:49
elmikoprobably should move on, only 10mins left00:50
stevelleother agenda items (if any) then circle back?00:50
sigmavirus24== stevelle00:50
etoews#topic Reviews00:50
*** openstack changes topic to "Reviews (Meeting topic: api wg)"00:50
etoews#link https://review.openstack.org/#/q/status:open+project:openstack/api-wg,n,z00:50
etoews#link https://review.openstack.org/#/c/133087/00:51
etoewsi just updated my proposal.00:51
miguelgrinbergLGTM00:51
etoewsinitial feedback is positive00:51
etoewsanyone care to bring up another one?00:51
*** lhcheng has quit IRC00:52
miguelgrinbergI added the async counterpart, if anyone cares to review: https://review.openstack.org/#/c/137490/00:52
cyeohmiguelgrinberg: looks good to me00:53
*** clu_ has quit IRC00:53
etoewsme too00:53
elmikomiguelgrinberg: lgtm, one piece of whitespace aside00:54
miguelgrinbergI think we should concetrate on simple statements, and get them merged asap. There's always going to be time to fine tune.00:54
etoewsthere's a bit of psuedo code in the paragraph00:54
etoewsdo we want to call it out with a slightly different format?00:54
etoewsthe only reason i ask is because in the first sentence it ends with the if statement but the next sentence starts with an if statement.00:55
etoewsit's just a bit harder for me to parse00:56
miguelgrinbergokay, I'll see if I can condense that, I tend to be wordy sometimes, to leave any possible ambiguity00:56
cyeohetoews: yea I think things like pseudo code/ rationale should be formatted differently00:56
elmikomiguelgrinberg: +100:57
miguelgrinbergokay, I'll reword, remove the whitespace and resubmit later today00:57
etoews#action miguelgrinberg to reword, remove the whitespace and resubmit https://review.openstack.org/#/c/137490/00:58
etoewsthanks everyone!01:00
miguelgrinbergthank you, see you next time01:00
elmikoetoews: thanks for chairing =)01:00
etoewshave a good holiday weekend if it's a holiday weekend where you are.01:00
elmikolikewise!01:00
sigmavirus24cheers01:00
cyeohetoews: thanks!01:00
etoewshave a good surgery if you're having surgery in the next couple of weeks.01:00
elmiko+2!01:01
etoewsseriously though cyeoh. all the best.01:01
etoews#endmeeting01:01
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"01:01
openstackMeeting ended Thu Nov 27 01:01:22 2014 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)01:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/api_wg/2014/api_wg.2014-11-27-00.01.html01:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/api_wg/2014/api_wg.2014-11-27-00.01.txt01:01
openstackLog:            http://eavesdrop.openstack.org/meetings/api_wg/2014/api_wg.2014-11-27-00.01.log.html01:01
cyeohetoews: thanks. lots of movie watching for me over the next weeks :-)01:01
etoews:)01:01
etoewsbye for now.01:02
*** elmiko has left #openstack-meeting-301:03
*** etoews has quit IRC01:06
*** SridharRamaswamy has quit IRC01:08
*** stanzgy has joined #openstack-meeting-301:09
*** ekarlso- has quit IRC01:12
*** banix has quit IRC01:13
*** ekarlso- has joined #openstack-meeting-301:15
*** reed has quit IRC01:19
*** sdoyle has joined #openstack-meeting-301:31
*** MarkAtwood has joined #openstack-meeting-301:34
*** seizadi has joined #openstack-meeting-301:45
*** ivar-laz_ has joined #openstack-meeting-301:47
*** seizadi has quit IRC01:49
*** ivar-lazzaro has quit IRC01:49
*** ivar-laz_ has quit IRC01:50
*** banix has joined #openstack-meeting-301:55
*** salv-orlando has quit IRC01:56
*** banix has quit IRC01:59
*** baoli has joined #openstack-meeting-302:01
*** banix has joined #openstack-meeting-302:01
*** yamahata has joined #openstack-meeting-302:02
*** banix has quit IRC02:05
*** banix has joined #openstack-meeting-302:12
*** MarkAtwood has quit IRC02:16
*** jaypipes has quit IRC02:18
*** wuhg has joined #openstack-meeting-302:28
*** s3wong has quit IRC02:31
*** badveli has quit IRC02:39
*** sdoyle has quit IRC02:43
*** yamamoto_ has joined #openstack-meeting-302:46
*** yamahata has quit IRC02:47
*** flwang1 has quit IRC02:49
*** banix has quit IRC02:51
*** flwang1 has joined #openstack-meeting-302:53
*** pballand has joined #openstack-meeting-303:09
*** jacalcat has joined #openstack-meeting-303:23
*** jacalcat has left #openstack-meeting-303:23
*** marun has quit IRC03:27
*** flwang1 has quit IRC03:35
*** marun has joined #openstack-meeting-303:36
*** marun has quit IRC03:41
*** baoli has quit IRC03:42
*** pballand has quit IRC03:46
*** pballand_ has joined #openstack-meeting-303:46
*** emagana has quit IRC03:47
*** pballand_ has quit IRC03:48
*** baoli has joined #openstack-meeting-303:48
*** flwang1 has joined #openstack-meeting-303:55
*** alexpilotti has quit IRC03:56
*** shwetaap has joined #openstack-meeting-303:57
*** gduan has joined #openstack-meeting-304:04
*** sdoyle has joined #openstack-meeting-304:09
*** sdoyle has quit IRC04:09
*** garyduan has quit IRC04:09
*** MarkAtwood has joined #openstack-meeting-304:09
*** Longgeek has joined #openstack-meeting-304:11
*** pballand has joined #openstack-meeting-304:16
*** Longgeek has quit IRC04:16
*** yamahata has joined #openstack-meeting-304:17
*** baoli has quit IRC04:18
*** wuhg has quit IRC04:20
*** wuhg_ has joined #openstack-meeting-304:20
*** seizadi has joined #openstack-meeting-304:22
*** pballand has quit IRC04:25
*** flwang1 has quit IRC04:26
*** bobmel has quit IRC04:28
*** emagana has joined #openstack-meeting-304:35
*** sigmavirus24 is now known as sigmavirus24_awa04:36
*** yamahata has quit IRC04:58
*** emagana has quit IRC04:59
*** pballand has joined #openstack-meeting-304:59
*** emagana has joined #openstack-meeting-304:59
*** pballand has quit IRC05:03
*** emagana has quit IRC05:04
*** MarkAtwood has quit IRC05:05
*** hareeshp has joined #openstack-meeting-305:05
*** hareeshpc has joined #openstack-meeting-305:08
*** hareeshp has quit IRC05:10
*** pballand has joined #openstack-meeting-305:12
*** pballand has quit IRC05:13
*** shwetaap1 has joined #openstack-meeting-305:17
*** amotoki has joined #openstack-meeting-305:18
*** shwetaap has quit IRC05:20
*** MarkAtwood has joined #openstack-meeting-305:29
*** vkmc has quit IRC05:41
*** Longgeek has joined #openstack-meeting-305:42
*** Longgeek has quit IRC05:47
*** SridharRamaswamy has joined #openstack-meeting-306:04
*** yamamoto_ has quit IRC06:06
*** emagana has joined #openstack-meeting-306:06
*** seizadi has quit IRC06:10
*** sarob has joined #openstack-meeting-306:16
*** MarkAtwood has quit IRC06:20
*** seizadi has joined #openstack-meeting-306:20
*** SridharRamaswamy has quit IRC06:21
*** sarob has quit IRC06:21
*** k4n0 has joined #openstack-meeting-306:26
*** emagana has quit IRC06:34
*** emagana has joined #openstack-meeting-306:34
*** emagana has quit IRC06:39
*** simon-AS559 has joined #openstack-meeting-306:52
*** ekarlso- has quit IRC06:54
*** ekarlso- has joined #openstack-meeting-306:54
*** yamahata has joined #openstack-meeting-307:01
*** amitpp has joined #openstack-meeting-307:02
*** zz_ttrifonov is now known as ttrifonov07:05
*** wuhg_ is now known as wuhg07:09
*** hareeshpc has quit IRC07:10
*** simon-AS559 has left #openstack-meeting-307:19
*** yamamoto_ has joined #openstack-meeting-307:24
*** Longgeek has joined #openstack-meeting-307:31
*** Longgeek has quit IRC07:36
*** evgenyf has joined #openstack-meeting-307:46
*** Longgeek has joined #openstack-meeting-308:01
*** sergef has joined #openstack-meeting-308:02
*** sarob has joined #openstack-meeting-308:05
*** salv-orlando has joined #openstack-meeting-308:05
*** belmoreira has joined #openstack-meeting-308:07
*** gilliard has quit IRC08:08
*** matrohon has joined #openstack-meeting-308:09
*** sarob has quit IRC08:10
*** hareeshp has joined #openstack-meeting-308:11
*** iovadia has joined #openstack-meeting-308:13
*** jtomasek has quit IRC08:16
*** hareeshp has quit IRC08:20
*** armax has quit IRC08:24
*** lintan has joined #openstack-meeting-308:27
*** amitpp has quit IRC08:29
*** amuller has joined #openstack-meeting-308:33
*** MaxV has joined #openstack-meeting-308:38
*** yamahata has quit IRC08:43
*** Longgeek has quit IRC08:45
*** Longgeek has joined #openstack-meeting-308:46
*** Longgeek_ has joined #openstack-meeting-308:49
*** Longgeek has quit IRC08:53
*** yamamoto_ has quit IRC08:53
*** jcoufal has joined #openstack-meeting-309:00
*** MaxV has quit IRC09:02
*** yamamoto_ has joined #openstack-meeting-309:19
*** yamamoto_ has quit IRC09:20
*** yamamoto_ has joined #openstack-meeting-309:24
*** yamamoto_ has quit IRC09:26
*** MaxV has joined #openstack-meeting-309:30
*** yamamoto_ has joined #openstack-meeting-309:30
*** yamamoto_ has quit IRC09:38
*** salv-orlando has quit IRC09:48
*** yamahata has joined #openstack-meeting-310:12
*** yamamoto_ has joined #openstack-meeting-310:38
*** yamamoto_ has quit IRC10:44
*** stanzgy has quit IRC10:57
*** mrunge has joined #openstack-meeting-311:00
*** jtomasek has joined #openstack-meeting-311:01
*** dansmith has quit IRC11:06
*** dansmith has joined #openstack-meeting-311:06
*** igordcard has joined #openstack-meeting-311:06
*** dansmith is now known as Guest8965611:07
*** shwetaap1 has quit IRC11:28
*** Longgeek_ has quit IRC11:46
*** Longgeek has joined #openstack-meeting-311:56
*** vkmc has joined #openstack-meeting-312:01
*** vkmc has joined #openstack-meeting-312:01
*** alexpilotti has joined #openstack-meeting-312:01
*** hareeshp has joined #openstack-meeting-312:07
*** baoli has joined #openstack-meeting-312:22
*** xuhanp has joined #openstack-meeting-312:23
*** k4n0 has quit IRC12:26
*** baoli has quit IRC12:26
*** yamamoto has joined #openstack-meeting-312:27
*** baoli has joined #openstack-meeting-312:36
*** amuller_ has joined #openstack-meeting-312:48
*** yamahata has quit IRC12:48
*** amuller has quit IRC12:48
*** bradjones has quit IRC13:10
*** bradjones has joined #openstack-meeting-313:10
*** bradjones has quit IRC13:10
*** bradjones has joined #openstack-meeting-313:10
*** hareeshp has quit IRC13:14
*** jaypipes has joined #openstack-meeting-313:15
*** salv-orlando has joined #openstack-meeting-313:28
*** xuhanp has quit IRC14:04
*** mrunge has quit IRC14:12
*** peristeri has joined #openstack-meeting-314:22
*** amuller__ has joined #openstack-meeting-314:26
*** amuller_ has quit IRC14:30
*** sergef has quit IRC14:34
*** amuller__ is now known as amuller14:39
*** jtomasek has quit IRC14:40
*** Gampel has joined #openstack-meeting-314:45
*** salv-orlando has quit IRC14:53
*** salv-orlando has joined #openstack-meeting-314:54
*** baoli has quit IRC14:57
*** jschwarz has joined #openstack-meeting-314:58
*** baoli has joined #openstack-meeting-314:58
*** ihrachyshka has joined #openstack-meeting-314:58
*** devvesa has joined #openstack-meeting-314:59
*** yamahata has joined #openstack-meeting-315:00
yamamotoyawn15:04
yamamotono l3 meeting today?15:04
jschwarzno l3 meeting?15:04
jschwarz:P15:04
yamahatadue to thanksgiving?15:04
jschwarzahh right15:05
Gampelok15:05
amullergood, less meetings :)15:06
amullerThanksgiving, giving us one more thing to thank for15:06
jschwarzI don't need to be thankful for anything ;p15:07
jschwarzhey - i have a free hour! thanks guys!15:07
*** jschwarz has quit IRC15:07
*** mugsie has left #openstack-meeting-315:08
yamamotoapparently usa is the whole world15:08
yamamotogood night15:09
*** vishwanathj has quit IRC15:09
*** sergef has joined #openstack-meeting-315:15
*** sarob has joined #openstack-meeting-315:20
*** sarob has quit IRC15:25
*** seizadi has joined #openstack-meeting-315:58
*** banix has joined #openstack-meeting-316:11
*** hareeshp has joined #openstack-meeting-316:20
*** iovadia has quit IRC16:21
*** banix has quit IRC16:24
*** banix has joined #openstack-meeting-316:25
*** banix has quit IRC16:25
*** sarob has joined #openstack-meeting-316:36
*** sarob has quit IRC16:41
*** seizadi has quit IRC16:43
*** MaxV has quit IRC16:46
*** ihrachyshka has quit IRC16:50
*** jcoufal has quit IRC16:52
*** evgenyf has quit IRC16:54
*** markmcclain has quit IRC16:58
*** Gampel has quit IRC16:58
*** yamahata has quit IRC16:58
*** banix has joined #openstack-meeting-317:14
*** yamamoto has quit IRC17:16
*** Longgeek has quit IRC17:16
*** jtomasek has joined #openstack-meeting-317:21
*** salv-orlando has quit IRC17:28
*** marun has joined #openstack-meeting-317:31
*** armax has joined #openstack-meeting-317:35
*** matrohon has quit IRC17:45
*** emagana has joined #openstack-meeting-317:46
*** devvesa has quit IRC17:47
*** banix has quit IRC17:50
*** sergef has quit IRC17:51
*** banix has joined #openstack-meeting-317:54
*** banix has quit IRC18:01
*** sigmavirus24_awa is now known as sigmavirus2418:02
*** wuhg has quit IRC18:03
*** emagana_ has joined #openstack-meeting-318:08
*** emagana has quit IRC18:10
*** belmoreira has quit IRC18:11
*** ivar-lazzaro has joined #openstack-meeting-318:18
*** amuller has quit IRC18:33
*** pballand has joined #openstack-meeting-318:41
*** vkmc has quit IRC18:53
*** seizadi has joined #openstack-meeting-319:10
*** emagana_ has quit IRC19:21
*** emagana has joined #openstack-meeting-319:21
*** emagana has quit IRC19:26
*** mrmartin has joined #openstack-meeting-319:26
*** ivar-lazzaro has quit IRC19:27
*** ivar-lazzaro has joined #openstack-meeting-319:28
*** pballand has quit IRC19:34
*** flwang1 has joined #openstack-meeting-319:43
*** seizadi has quit IRC19:43
*** emagana has joined #openstack-meeting-320:10
*** igordcard has quit IRC20:12
*** ivar-lazzaro has quit IRC20:14
*** ivar-lazzaro has joined #openstack-meeting-320:14
*** mrmartin has quit IRC20:33
*** emagana has quit IRC20:44
*** emagana has joined #openstack-meeting-320:44
*** emagana_ has joined #openstack-meeting-320:46
*** emagana has quit IRC20:49
*** emagana_ has quit IRC20:51
*** MaxV has joined #openstack-meeting-320:51
*** jtomasek has quit IRC20:52
*** salv-orlando has joined #openstack-meeting-320:56
*** igordcard has joined #openstack-meeting-321:00
*** matrohon has joined #openstack-meeting-321:09
*** emagana has joined #openstack-meeting-321:15
*** emagana has quit IRC21:19
*** igordcard has quit IRC21:20
*** hareeshp has quit IRC21:25
*** flwang1 has quit IRC21:31
*** igordcard has joined #openstack-meeting-321:34
*** flwang1 has joined #openstack-meeting-321:44
*** sergef has joined #openstack-meeting-321:46
*** lpetrut has joined #openstack-meeting-321:54
*** lpetrut has quit IRC21:54
*** hareeshp has joined #openstack-meeting-321:56
*** hareeshp has quit IRC22:04
*** pballand has joined #openstack-meeting-322:06
*** emagana has joined #openstack-meeting-322:09
*** emagana has quit IRC22:13
*** sergef has quit IRC22:27
*** peristeri has quit IRC22:28
*** lhcheng has joined #openstack-meeting-322:40
*** ttrifonov is now known as zz_ttrifonov22:49
*** emagana has joined #openstack-meeting-323:03
*** emagana has quit IRC23:08
*** armax has quit IRC23:32
*** MaxV has quit IRC23:33
*** seizadi has joined #openstack-meeting-323:40
*** armax has joined #openstack-meeting-323:45
*** ivar-lazzaro has quit IRC23:51
*** matrohon has quit IRC23:52
*** ivar-lazzaro has joined #openstack-meeting-323:52
*** armax has quit IRC23:56

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!