Thursday, 2016-02-25

*** masahito has joined #openstack-meeting00:00
thinrichsHi all00:00
*** merooney has quit IRC00:00
thinrichsTime for the Congress meeting00:00
masahitohi00:00
*** haomaiwang has quit IRC00:01
thinrichs#startmeeting CongressTeamMeeting00:01
openstackMeeting started Thu Feb 25 00:01:01 2016 UTC and is due to finish in 60 minutes.  The chair is thinrichs. 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: CongressTeamMeeting)"00:01
openstackThe meeting name has been set to 'congressteammeeting'00:01
*** haomaiwang has joined #openstack-meeting00:01
thinrichsekcs, ramineni, pballand: courtesy ping00:01
*** IlyaG has joined #openstack-meeting00:01
*** bobh has quit IRC00:02
*** ramineni1 has joined #openstack-meeting00:02
thinrichsJust a reminder that next week we release the python-client.00:02
thinrichsQuick discussion about that and then status updates00:03
ramineni1hi00:03
thinrichsramineni1: hi00:03
thinrichsHas anyone tested our python client recently?00:03
*** Sukhdev has quit IRC00:03
*** harshs has joined #openstack-meeting00:04
ekcsI haven't.00:04
thinrichsramineni1: do our tempest tests run the python client?00:05
ramineni1thinrichs: it does i guess00:05
* ramineni1 checks qucikly00:06
*** tochi has quit IRC00:06
*** tochi has joined #openstack-meeting00:06
thinrichsIf not, I'd say we should do some manual testing before next week.00:06
masahitono. and I think I should update it for push driver.00:06
*** tochi has quit IRC00:06
*** sdake has joined #openstack-meeting00:07
*** yamahata has joined #openstack-meeting00:07
thinrichsmasahito: do you think the push driver is sufficiently well-tested to expose it through the client?00:08
thinrichsWe could always delay the inclusion of the push driver and release a new version of the client in the middle of the cycle00:08
masahitothinrichs: just question. Has python-congressclient a CLI only for well-tested API?00:09
ramineni1thinrichs: it does https://github.com/openstack/congress/blob/master/congress_tempest_tests/services/policy/policy_client.py00:09
*** cloudtrainme has quit IRC00:10
thinrichsmasahito: maybe not.00:10
thinrichsmasahito: I haven't done ANY manual testing recently, which makes me more nervous about expanding what we expose through the client.00:11
*** tochi has joined #openstack-meeting00:11
thinrichsramineni1: that's separate code from the python client (it's basically a copy)00:11
*** yonglihe has quit IRC00:12
masahitothinrichs: I understand your concern.00:12
thinrichsramineni1: we used to use the python client code directly, but that didn't work with the devstack/tempest plugin00:12
ramineni1oh, ya, it tests api basically00:12
thinrichsmasahito: if you wanted to add the push driver to the client and do some manual testing, that would work for me.00:12
thinrichsmasahito: maybe you could test the existing CLI functionality first to make sure there's nothing broken00:13
thinrichsIn fact, if we have confidence that the basic system is working, we could branch soon, release Mitaka, and get back to the distributed architecture.00:14
masahitothinrichs: yeah. I should existing CLI test first. and then I try to add it.00:15
*** sdague has quit IRC00:15
thinrichsmasahito: sounds good.00:15
thinrichsThe thing we want to do is make sure that once we do testing, we don't get a bunch of changes afterward that would make us retest.00:16
*** tochi has quit IRC00:16
thinrichsSo we want master to be fairly stable during testing.00:16
*** keedya has quit IRC00:16
thinrichsWhat we don't want is to do a bunch of testing, find a bug, and realize that we need to patch it completely differently on master and on mitaka because a bunch of changes went into master since the branch.00:17
*** yamamoto_ has joined #openstack-meeting00:17
thinrichsWe want to branch at a point where we don't expect a bunch of changes to come in immediately afterward.00:17
*** tochi has joined #openstack-meeting00:18
thinrichsSo let's branch once we expect there to be a lull in development on master.00:18
*** ljxiash has joined #openstack-meeting00:18
*** toddjohn_ has joined #openstack-meeting00:19
thinrichsAs long as the client is functioning as we expect, we release it next week.  Then we pick a slow period to branch master.00:19
thinrichsYes?  (Sorry for the rambling.)00:19
ekcsthis is for full mitaka release right?00:19
ekcsmakes sense.00:20
thinrichsYes the branch is for the mitaka release00:20
*** dfflanders has quit IRC00:20
*** josdotso has quit IRC00:20
ramineni1sounds good00:21
masahitoit makes sense.00:21
*** IlyaG has quit IRC00:21
*** cody-somerville has quit IRC00:21
thinrichs#action masahito will update the client to include push functionality and test basic functionality00:22
thinrichsmasahito: let us know if you need help with the testing or run into anything that needs fixing before next week's client release.00:22
*** egallen has quit IRC00:22
thinrichs#topic status00:23
*** openstack changes topic to "status (Meeting topic: CongressTeamMeeting)"00:23
*** ljxiash has quit IRC00:23
masahitothinrichs: I'll report a bug in launchpad if I find something strange.00:23
masahitothinrichs: to easy share.00:23
*** sdake has quit IRC00:23
thinrichsmasahito: great.  And then ping us if it needs to be fixed before next week.00:23
*** henrynash has quit IRC00:24
*** Sukhdev has joined #openstack-meeting00:24
thinrichsramineni1: want to give a status update?00:24
ramineni1thinrichs: worked on datasource api model on top of your change00:25
ramineni1thinrichs: migration test_congress is pending , i think i need your harness change for doing that00:25
thinrichsHow does it look?  Does the add/delete datasource functionality in the dse_node do what we need?00:25
thinrichsramineni1: yeah—I think the harness work and the test_congress work are tied together.00:26
thinrichsramineni1: Originally I thought the harness couldn't be tested at all until we did the datasource_model.00:26
ramineni1thinrichs: ya ,00:27
thinrichsbut then I realized we could test the harness by having the API talk to the policy engine (create policy, create rules, etc.)00:27
*** Sukhdev has quit IRC00:27
thinrichsramineni1: I haven't gotten back to it.  But if you want, you could take over that harness work00:27
ramineni1thinrichs: for add datasource policy related changes i included in the api itself , as suggested by you in TODO00:27
*** adiantum has joined #openstack-meeting00:28
thinrichsramineni1: could you describe more for ekcs and masahito?  I think that's something worth discussing.00:28
ramineni1thinrichs: ok your change seems to be in pretty good shape right00:28
*** bobh has joined #openstack-meeting00:28
thinrichsramineni1: I think my create/delete datasource patch is good.  The harness patch might be okay, but it's pretty much untested.00:29
thinrichs(The create/delete datasource will be merged today.)00:29
ramineni1thinrichs: ok00:29
thinrichsramineni1: could you describe for ekcs and masahito the logic that you put into the datasource API that ties the datasources and poicy engine together?00:30
ramineni1thinrichs: ya,ok00:30
thinrichs#link https://review.openstack.org/#/c/280509/00:30
*** ivar-lazzaro has joined #openstack-meeting00:32
ramineni1now, after adding datasource to db , we do couple of things like creating a policy and setting the schema for it. Now, we have moved the policy engine part seperately to API instead of adding it in dse_node00:33
ramineni1the change is part of above review, please do review and let me know any commnts00:34
*** timcline_ has joined #openstack-meeting00:34
*** ivar-lazzaro has quit IRC00:34
*** ivar-laz_ has joined #openstack-meeting00:34
*** toddjohn_ has quit IRC00:35
*** amitgandhinz has joined #openstack-meeting00:35
*** Sukhdev has joined #openstack-meeting00:35
thinrichsIt used to be that several things happened all at once: (i) create datasource on DSE, (ii) record datasource in DB, ...00:35
*** ivar-laz_ has quit IRC00:35
*** toddjohn_ has joined #openstack-meeting00:35
thinrichs(iii) create policy for that datasource in policy engine, (iv) set schema for that policy00:35
thinrichsSince everything was running in a single process, this was all fine.00:36
thinrichsThe tricky bit was making sure that if any of those failed that all of them failed.00:36
thinrichsThat tricky bit is now quite a bit harder since all the components are distributed.00:36
thinrichsI think the right first thing to do is in your change ramineni1: put all of that logic into the API.00:37
*** lblanchard has joined #openstack-meeting00:37
thinrichsLonger term we need to figure out if we can avoid all that synchronization between different distributed components in the system.00:38
*** toddjohn_ has quit IRC00:38
ekcsGot it.00:38
*** toddjohn_ has joined #openstack-meeting00:38
*** timcline_ has quit IRC00:38
thinrichsDefinitely post-Mitaka since for Mitaka we'll only support running in a single process.00:39
thinrichsramineni1: I'll try to review your code after the meeting00:39
thinrichsekcs: want to give us an update?00:40
ekcssure.00:40
masahitoramineni1: ok, I'll check it.00:40
*** vincent_hou has quit IRC00:40
ekcsOn this migrating subhandler, (https://bugs.launchpad.net/congress/+bug/1544126) This patch: https://review.openstack.org/#/c/281586/ uses heartbeat to give each node and service knowledge of which of its tables have subscribers.00:41
openstackLaunchpad bug 1544126 in congress "Migrate subhandler to DSE2" [High,In progress] - Assigned to Eric K (ekcs)00:41
ekcsLast step to finish the task is integrate with the (un)subhandler hooks for policy_engine. Should be done tmr or Friday.00:41
ekcsOnce that's in, migrating vm_placement should be straightforward. https://bugs.launchpad.net/congress/+bug/154166500:41
openstackLaunchpad bug 1541665 in congress "Migrate the vm_placement policy engine to DSE2" [High,New] - Assigned to Eric K (ekcs)00:41
ekcsOn the delta-update task (https://bugs.launchpad.net/congress/+bug/1544139), I'm not sure yet how best to proceed. It's related to the update-sequencing task (https://blueprints.launchpad.net/congress/+spec/dist-datasources-on-bus) and there are some subtle decisions which would take a few tries to get right in distributed mode.  Different ways to proceed: 1. First get the delta-update done, delay update sequencing until after00:42
openstackLaunchpad bug 1544139 in congress "Migrate prepush processor to dse2" [High,New] - Assigned to Eric K (ekcs)00:42
*** singhj has quit IRC00:42
ekcsDifferent ways to proceed:00:42
ekcs1. First get the delta-update done, delay update sequencing until after mitaka. In single process case, sequencing shouldn't be an issue. Drawback is that it's extra work compared to doing the two together. And I'm not positive that sequencing isn't needed for single process.00:42
ekcs2. Delay everything until after mitaka, but then the mitaka release would send only full tables all the time. Could affect deployability depending on use case.00:42
ekcs3. Get both delta-update and update-sequencing in before mitaka. Could affect testing and release effort.00:42
*** myoung has joined #openstack-meeting00:43
thinrichsIt's not clear to me at this point whether we'll switch over to the new DSE by Mitaka.00:43
*** Sukhdev has quit IRC00:44
thinrichsIf we don't switch over by Mitaka, all 3 are the same, right?00:44
*** ivar-lazzaro has joined #openstack-meeting00:45
ekcsI think so.00:45
*** zz_dimtruck is now known as dimtruck00:45
thinrichsNevermind.  Next week is Mitaka3.  We're not ready to switch over to DSE2.00:46
thinrichsSo for Mitaka, we'll ship with the original DSE.00:47
thinrichsThis week and early next let's get our existing changes merged so we can branch middle of next week.00:47
thinrichsWe'll do all our testing and release with distributed_arch=False00:47
thinrichsOnce we branch, we should all spend some time hammering to make sure we haven't introduced problems with all the code changes00:48
thinrichswe introduced recently.00:48
*** ildikov has quit IRC00:48
thinrichsBy hammering I mean testing00:48
*** amitgandhinz has quit IRC00:48
thinrichsspinning up a devstack, and trying to break us00:48
thinrichs(Earlier I was thinking that the client library release date was several weeks before the server release date.  That was for the other libraries.)00:49
ekcsGot it. and hold off on merging new dse2 changes during testing?00:49
thinrichsLet's get the couple of changes that are ready to go in merged by this week or maybe Mon/Tue of next week.00:50
ekcsgot it.00:51
thinrichsThen hold off on merging til we're pretty sure everything is mostly solid.00:51
*** prashantD has quit IRC00:51
thinrichsBefore we run out of time, we need to hear from masahito.00:51
thinrichsmasahito: status update?00:51
*** ildikov has joined #openstack-meeting00:52
*** pvaneck has quit IRC00:52
masahitoI don't have enough time to review codes, so I just push it for launch Congress with distributed_arch=True00:52
masahitohttps://review.openstack.org/#/c/280793/00:52
masahitoI did some minor fix.00:52
masahitoThat's from my side00:53
masahitosorry, I couldn't join last 2 meeting because I was out of town.00:53
thinrichsmasahito: Are you saying you think that patch is ready to merge?00:54
thinrichsmasahito: how risky do you think that change is?00:54
thinrichsmasahito: I ask only b/c it is touching a part of the codebase we don't have many tests for.00:54
masahitoI think it's not ready.00:54
*** kzaitsev_mb has quit IRC00:54
masahitonot ready for merge.00:55
thinrichsOk.  So hold off on that until after Mitaka?00:55
thinrichsmasahito: Shall we wait til after Mitaka to merge it?00:55
masahitobecause it depends on the patch about migrating harness.00:56
*** banix has joined #openstack-meeting00:56
masahitothinrichs: of course, no problem :)00:56
thinrichsMaybe we should wait on merging the new harness too.  Again, few tests there.00:56
*** prashantD has joined #openstack-meeting00:57
*** delatte has joined #openstack-meeting00:58
thinrichsAnything else in our remaining 2 minutes?00:58
thinrichsI think we're nearing an end-to-end migration to DSE2, which is really exciting.00:59
ekcsyup!01:00
*** dimtruck is now known as zz_dimtruck01:00
thinrichsI'm looking forward to getting the release done so we can finish it off!01:00
thinrichsThanks all!01:00
*** delattec has quit IRC01:00
thinrichs#endmeeting01:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"01:00
openstackMeeting ended Thu Feb 25 01:00:58 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)01:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-02-25-00.01.html01:01
*** haomaiwang has quit IRC01:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-02-25-00.01.txt01:01
*** thinrichs has left #openstack-meeting01:01
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-02-25-00.01.log.html01:01
*** Sukhdev has joined #openstack-meeting01:01
*** ekcs has quit IRC01:01
*** haomaiwang has joined #openstack-meeting01:01
*** ajmiller has quit IRC01:02
*** dingboopt has joined #openstack-meeting01:03
*** gyee has quit IRC01:04
*** masahito has quit IRC01:05
*** JRobinson__ is now known as JRobinson__afk01:07
*** harshs has quit IRC01:08
*** harshs has joined #openstack-meeting01:09
*** donghao has joined #openstack-meeting01:10
*** Sukhdev has quit IRC01:10
*** harshs has quit IRC01:10
*** cloudtrainme has joined #openstack-meeting01:10
*** harshs has joined #openstack-meeting01:11
*** toddjohn_ has quit IRC01:13
*** garthb has quit IRC01:14
*** garthb_ has quit IRC01:14
*** aeng_ has joined #openstack-meeting01:14
*** davechen has joined #openstack-meeting01:14
*** toddjohn_ has joined #openstack-meeting01:15
*** aeng has quit IRC01:15
*** harshs has quit IRC01:15
*** aorourke is now known as aorourke-afk01:17
*** donghao has quit IRC01:19
*** ramineni1 has quit IRC01:19
*** toddjohn_ has quit IRC01:19
*** _sarob has quit IRC01:21
*** mss-4 has joined #openstack-meeting01:22
*** haomaiwang has quit IRC01:22
*** jaypipes has quit IRC01:24
*** julim has joined #openstack-meeting01:26
*** baohua has joined #openstack-meeting01:26
*** donghao has joined #openstack-meeting01:27
donghao/join #openstack-meeting-301:27
*** sputnik13 has quit IRC01:28
*** thorst has joined #openstack-meeting01:28
*** mtanino has quit IRC01:32
bkerodat unicode /01:33
*** thorst has quit IRC01:34
*** thorst has joined #openstack-meeting01:34
*** donghao has quit IRC01:34
*** timcline_ has joined #openstack-meeting01:35
*** JRobinson__afk is now known as JRobinson__01:35
*** edtubill has joined #openstack-meeting01:36
*** cloudtrainme has quit IRC01:37
*** gongysh has joined #openstack-meeting01:38
*** ninag has quit IRC01:38
*** thorst has quit IRC01:39
*** leeantho has quit IRC01:39
*** timcline_ has quit IRC01:39
*** donghao has joined #openstack-meeting01:42
*** ljxiash has joined #openstack-meeting01:44
*** tfukushima has joined #openstack-meeting01:44
*** amitgandhinz has joined #openstack-meeting01:45
*** zhurong has joined #openstack-meeting01:45
*** cloudtrainme has joined #openstack-meeting01:49
*** zhimoupeng has joined #openstack-meeting01:50
*** tlaxkit has quit IRC01:51
*** Liuqing has joined #openstack-meeting01:51
*** cdub has quit IRC01:51
*** dims has quit IRC01:52
*** aeng_ is now known as aeng01:53
*** donghao has quit IRC01:53
*** dmorita has quit IRC01:56
*** vincent_hou has joined #openstack-meeting01:58
*** dmorita has joined #openstack-meeting01:58
*** amitgandhinz has quit IRC01:58
*** haomaiwang has joined #openstack-meeting01:59
*** ivar-laz_ has joined #openstack-meeting01:59
*** aeng has quit IRC02:00
*** zhimoupeng has quit IRC02:01
*** haomaiwang has quit IRC02:01
*** haomaiwang has joined #openstack-meeting02:01
*** ijw has quit IRC02:02
*** ivar-lazzaro has quit IRC02:02
*** rossella_s has quit IRC02:03
*** mss-4 has quit IRC02:04
*** Sukhdev has joined #openstack-meeting02:05
*** xingchao has joined #openstack-meeting02:08
*** Sukhdev has quit IRC02:09
*** epico has joined #openstack-meeting02:10
*** xingchao has quit IRC02:10
*** andreykurilin__ has quit IRC02:13
*** Leo_ has joined #openstack-meeting02:13
*** aeng has joined #openstack-meeting02:13
*** galstrom_zzz is now known as galstrom02:14
*** myoung has quit IRC02:15
*** zhimoupeng has joined #openstack-meeting02:15
*** toddjohn_ has joined #openstack-meeting02:16
*** erlon has quit IRC02:16
*** xingchao has joined #openstack-meeting02:16
*** gongysh has quit IRC02:18
*** penick has quit IRC02:19
*** jckasper has joined #openstack-meeting02:20
*** donghao has joined #openstack-meeting02:21
*** toddjohn_ has quit IRC02:22
*** IlyaG has joined #openstack-meeting02:24
*** jckasper has quit IRC02:24
*** hoangcx has joined #openstack-meeting02:25
*** Leo_ has quit IRC02:28
*** armax has joined #openstack-meeting02:28
*** amotoki has joined #openstack-meeting02:29
*** bobh has quit IRC02:29
*** ricolin has joined #openstack-meeting02:29
*** epico has quit IRC02:30
*** lblanchard has quit IRC02:31
*** zz_dimtruck is now known as dimtruck02:32
*** jckasper has joined #openstack-meeting02:34
*** timcline_ has joined #openstack-meeting02:35
*** fzdarsky has quit IRC02:38
*** bobh has joined #openstack-meeting02:39
*** xingchao has quit IRC02:39
*** JRobinson__ has quit IRC02:40
*** timcline_ has quit IRC02:40
*** banix has quit IRC02:41
*** fzdarsky has joined #openstack-meeting02:42
*** yamamoto_ has quit IRC02:43
*** bobh has quit IRC02:43
*** galstrom is now known as galstrom_zzz02:44
*** JRobinson__ has joined #openstack-meeting02:46
*** epico has joined #openstack-meeting02:46
*** yamahata has quit IRC02:46
*** iyamahat has quit IRC02:47
*** links has joined #openstack-meeting02:47
*** donghao has quit IRC02:51
*** apoorvad has quit IRC02:52
*** apoorvad has joined #openstack-meeting02:53
*** tfukushima has quit IRC02:54
*** s3wong has joined #openstack-meeting02:54
*** amitgandhinz has joined #openstack-meeting02:55
*** s3wong has quit IRC02:55
*** gongysh has joined #openstack-meeting02:56
*** ajmiller has joined #openstack-meeting02:57
*** apoorvad has quit IRC02:57
*** edtubill has quit IRC02:59
*** myoung has joined #openstack-meeting02:59
*** xingchao has joined #openstack-meeting03:00
*** haomaiwang has quit IRC03:01
*** zhurong has quit IRC03:01
*** haomaiwang has joined #openstack-meeting03:01
*** zhurong has joined #openstack-meeting03:02
*** gcb has quit IRC03:02
*** dmorita has quit IRC03:02
*** tfukushima has joined #openstack-meeting03:03
*** gcb has joined #openstack-meeting03:03
*** boris-42 has quit IRC03:04
*** gcb has quit IRC03:07
*** amitgandhinz has quit IRC03:08
*** gcb has joined #openstack-meeting03:08
*** banix has joined #openstack-meeting03:09
*** dmorita has joined #openstack-meeting03:09
*** dmorita has quit IRC03:14
*** iyamahat has joined #openstack-meeting03:15
*** amotoki has quit IRC03:19
*** jjmb has joined #openstack-meeting03:24
*** tochi has quit IRC03:25
*** salv-orlando has joined #openstack-meeting03:27
*** prashantD has quit IRC03:27
*** salv-orlando has quit IRC03:28
*** timcline has quit IRC03:28
*** xiaohhui has quit IRC03:29
*** xiaohhui has joined #openstack-meeting03:29
*** amotoki has joined #openstack-meeting03:30
*** salv-orl_ has quit IRC03:30
*** cloudtrainme has quit IRC03:30
*** baoli_ has quit IRC03:31
*** wangbo has joined #openstack-meeting03:32
*** links has quit IRC03:34
*** amotoki has quit IRC03:35
*** donghao has joined #openstack-meeting03:36
*** timcline has joined #openstack-meeting03:36
*** donghao has quit IRC03:36
*** Liuqing has quit IRC03:37
*** ljxiash has quit IRC03:38
*** Liuqing has joined #openstack-meeting03:38
*** ajmiller has quit IRC03:38
*** yamamoto_ has joined #openstack-meeting03:38
*** ljxiash has joined #openstack-meeting03:38
*** baoli has joined #openstack-meeting03:40
*** amotoki has joined #openstack-meeting03:40
*** timcline has quit IRC03:40
*** baoli has quit IRC03:42
*** ivar-laz_ has quit IRC03:42
*** baoli has joined #openstack-meeting03:43
*** ljxiash has quit IRC03:43
*** neelashah has joined #openstack-meeting03:45
*** timcline has joined #openstack-meeting03:47
*** baoli has quit IRC03:48
*** davechen is now known as davechen_afk03:49
*** tochi has joined #openstack-meeting03:51
*** vincent_hou has quit IRC03:51
*** vincent_hou has joined #openstack-meeting03:52
*** claudiub has quit IRC03:54
*** myoung has quit IRC03:56
*** dingboopt has quit IRC03:57
*** anand has joined #openstack-meeting03:58
*** harshs has joined #openstack-meeting04:00
*** haomaiwang has quit IRC04:01
*** amotoki has quit IRC04:01
*** haomaiwa_ has joined #openstack-meeting04:01
*** JRobinson__ is now known as JRobinson__afk04:02
*** hoangcx has quit IRC04:02
*** jvrbanac has quit IRC04:02
*** hoangcx has joined #openstack-meeting04:03
*** amitgandhinz has joined #openstack-meeting04:05
*** jvrbanac has joined #openstack-meeting04:05
*** vincent_hou has quit IRC04:12
*** donghao has joined #openstack-meeting04:12
*** amotoki has joined #openstack-meeting04:13
*** JRobinson__afk is now known as JRobinson__04:14
*** donghao has quit IRC04:16
*** amitgandhinz has quit IRC04:18
*** jvrbanac has quit IRC04:18
*** toddjohn_ has joined #openstack-meeting04:19
*** Liuqing has quit IRC04:21
*** Liuqing has joined #openstack-meeting04:22
*** jvrbanac has joined #openstack-meeting04:22
*** toddjohn_ has quit IRC04:23
*** jjmb has quit IRC04:25
*** jjmb has joined #openstack-meeting04:26
*** gcb has quit IRC04:28
*** gcb has joined #openstack-meeting04:28
*** ljxiash has joined #openstack-meeting04:28
*** salv-orlando has joined #openstack-meeting04:29
*** links has joined #openstack-meeting04:29
*** haomaiwa_ has quit IRC04:30
*** merooney_ has quit IRC04:31
*** banix has quit IRC04:31
*** _RuiChen has quit IRC04:32
*** xinwu has quit IRC04:33
*** RuiChen has joined #openstack-meeting04:33
*** ljxiash has quit IRC04:34
*** ljxiash has joined #openstack-meeting04:34
*** shashank_hegde has quit IRC04:35
*** achanda has quit IRC04:35
*** timcline_ has joined #openstack-meeting04:37
*** neelashah has quit IRC04:38
*** ljxiash has quit IRC04:39
*** salv-orlando has quit IRC04:39
*** haomaiwa_ has joined #openstack-meeting04:39
*** weshay has quit IRC04:42
*** timcline_ has quit IRC04:42
*** winston-d_ has joined #openstack-meeting04:42
*** bobh has joined #openstack-meeting04:42
*** bobh has quit IRC04:47
*** davechen_afk is now known as davechen04:48
*** ricolin has quit IRC04:50
*** dmorita has joined #openstack-meeting04:51
*** armax has quit IRC04:51
*** ricolin has joined #openstack-meeting04:52
*** achanda has joined #openstack-meeting04:55
*** dmorita has quit IRC04:55
*** haomaiwa_ has quit IRC05:01
*** haomaiwang has joined #openstack-meeting05:01
*** watanabe_isao has joined #openstack-meeting05:03
*** dimtruck is now known as zz_dimtruck05:03
*** xinwu has joined #openstack-meeting05:04
*** yonglihe has joined #openstack-meeting05:05
*** Liuqing has quit IRC05:08
*** novas0x2a|laptop has quit IRC05:08
*** Liuqing has joined #openstack-meeting05:08
*** sridhar_ram has joined #openstack-meeting05:12
*** belmoreira has joined #openstack-meeting05:12
*** ljxiash has joined #openstack-meeting05:14
*** amitgandhinz has joined #openstack-meeting05:14
*** Fdaisuke has quit IRC05:15
*** donghao has joined #openstack-meeting05:17
*** sdake has joined #openstack-meeting05:17
*** Fdaisuke has joined #openstack-meeting05:17
*** donghao has quit IRC05:21
*** sdake has quit IRC05:22
*** tochi has quit IRC05:25
*** wangbo has quit IRC05:26
*** amitgandhinz has quit IRC05:28
*** wangbo has joined #openstack-meeting05:28
*** maishsk has joined #openstack-meeting05:28
*** maishsk has quit IRC05:29
*** anand has quit IRC05:30
*** tochi has joined #openstack-meeting05:32
*** mohankumar_ has joined #openstack-meeting05:32
*** wangbo has quit IRC05:32
*** adiantum has quit IRC05:35
*** timcline_ has joined #openstack-meeting05:38
*** timcline_ has quit IRC05:42
*** irenab has quit IRC05:43
*** bobh has joined #openstack-meeting05:43
*** mrmartin has joined #openstack-meeting05:44
*** numans has joined #openstack-meeting05:46
*** aeng has quit IRC05:47
*** bobh has quit IRC05:47
*** mrmartin has quit IRC05:48
*** numan_ has joined #openstack-meeting05:50
*** numan_ has quit IRC05:51
*** dims has joined #openstack-meeting05:52
*** numan_ has joined #openstack-meeting05:53
*** numans has quit IRC05:54
*** cody-somerville has joined #openstack-meeting05:54
*** numan_ has quit IRC05:56
*** tochi has quit IRC05:56
*** numans has joined #openstack-meeting05:56
*** nkrinner has joined #openstack-meeting05:58
*** salv-orlando has joined #openstack-meeting05:58
*** doug-fish has joined #openstack-meeting06:00
*** tochi has joined #openstack-meeting06:00
*** haomaiwang has quit IRC06:01
*** haomaiwang has joined #openstack-meeting06:01
*** numans has quit IRC06:01
*** edtubill has joined #openstack-meeting06:03
*** gongysh has quit IRC06:03
*** shashank_hegde has joined #openstack-meeting06:03
*** salv-orlando has quit IRC06:03
*** numans has joined #openstack-meeting06:13
*** harshs has quit IRC06:14
*** n0ano has quit IRC06:15
*** sridhar_ram has quit IRC06:17
*** mohankumar_ has quit IRC06:17
*** gcb has quit IRC06:18
*** qwebirc50066 has joined #openstack-meeting06:18
*** qwebirc50066 has quit IRC06:19
*** _nadya_ has joined #openstack-meeting06:20
*** toddjohn_ has joined #openstack-meeting06:20
*** galstrom_zzz is now known as galstrom06:23
*** amitgandhinz has joined #openstack-meeting06:24
*** toddjohn_ has quit IRC06:25
*** miguelgrinberg has quit IRC06:25
*** miguelgrinberg has joined #openstack-meeting06:27
*** mbound has joined #openstack-meeting06:30
*** gcb has joined #openstack-meeting06:30
*** hdaniel has joined #openstack-meeting06:31
*** mohankumar_ has joined #openstack-meeting06:32
*** cody-somerville has quit IRC06:34
*** mbound has quit IRC06:34
*** ItSANgo__ has joined #openstack-meeting06:35
*** ItSANgo has quit IRC06:36
*** irenab has joined #openstack-meeting06:37
*** amitgandhinz has quit IRC06:37
*** mrmartin has joined #openstack-meeting06:38
*** edtubill has quit IRC06:38
*** timcline_ has joined #openstack-meeting06:38
*** dmorita has joined #openstack-meeting06:39
*** timcline_ has quit IRC06:43
*** dims has quit IRC06:43
*** dmorita has quit IRC06:43
*** bobh has joined #openstack-meeting06:44
*** mrhillsman has quit IRC06:45
*** achanda_ has joined #openstack-meeting06:45
*** egallen has joined #openstack-meeting06:45
*** achanda has quit IRC06:46
*** ljxiash has quit IRC06:47
*** bobh has quit IRC06:48
*** fawadkhaliq has joined #openstack-meeting06:50
*** hoangcx_ has joined #openstack-meeting06:51
*** hoangcx has quit IRC06:52
*** zeih has joined #openstack-meeting06:53
*** Liuqing has quit IRC06:53
*** belmoreira has quit IRC06:53
*** doug-fish has quit IRC06:54
*** maishsk has joined #openstack-meeting06:55
*** ljxiash has joined #openstack-meeting06:55
*** gongysh has joined #openstack-meeting06:56
*** haomaiwang has quit IRC07:01
*** haomaiwang has joined #openstack-meeting07:01
*** JRobinson__ has quit IRC07:02
*** salv-orlando has joined #openstack-meeting07:02
*** maishsk has quit IRC07:04
*** codebauss has joined #openstack-meeting07:06
*** sverma has joined #openstack-meeting07:06
*** salv-orlando has quit IRC07:07
*** codebauss is now known as mrhillsman07:07
*** xinwu has quit IRC07:11
*** balajiiyer has joined #openstack-meeting07:11
*** donghao has joined #openstack-meeting07:13
*** dmorita has joined #openstack-meeting07:14
*** egallen has quit IRC07:14
*** paul-carlton1 has joined #openstack-meeting07:14
*** mohankumar__ has joined #openstack-meeting07:15
*** mohankumar_ has quit IRC07:15
*** balajiiyer has quit IRC07:16
*** donghao has quit IRC07:18
*** dmorita has quit IRC07:18
*** lezbar has joined #openstack-meeting07:20
*** skraynev_ has joined #openstack-meeting07:21
*** scheuran has joined #openstack-meeting07:24
*** salv-orlando has joined #openstack-meeting07:25
*** hdaniel has quit IRC07:26
*** salv-orl_ has joined #openstack-meeting07:26
*** salv-orlando has quit IRC07:26
*** ociuhandu has joined #openstack-meeting07:30
*** _nadya_ has quit IRC07:30
*** egallen has joined #openstack-meeting07:30
*** tfukushima has quit IRC07:31
*** ociuhandu has quit IRC07:31
*** ociuhandu has joined #openstack-meeting07:32
*** tfukushi_ has joined #openstack-meeting07:32
*** amitgandhinz has joined #openstack-meeting07:34
*** ljxiash_ has joined #openstack-meeting07:35
*** ljxiash has quit IRC07:36
*** timcline_ has joined #openstack-meeting07:39
*** lezbar has quit IRC07:41
*** zul has quit IRC07:41
*** maishsk has joined #openstack-meeting07:42
*** zeih has quit IRC07:42
*** mbound has joined #openstack-meeting07:43
*** timcline_ has quit IRC07:44
*** ramineni1 has joined #openstack-meeting07:44
*** ramineni1 has left #openstack-meeting07:44
*** elopez has quit IRC07:44
*** nmagnezi has joined #openstack-meeting07:46
*** jtomasek has joined #openstack-meeting07:46
*** zul has joined #openstack-meeting07:47
*** amitgandhinz has quit IRC07:48
*** ociuhandu has quit IRC07:49
*** ljxiash_ has quit IRC07:49
*** belmoreira has joined #openstack-meeting07:51
*** galstrom is now known as galstrom_zzz07:51
*** fawadkhaliq has quit IRC07:51
*** ljxiash has joined #openstack-meeting07:52
*** adiantum has joined #openstack-meeting07:53
*** belmoreira has quit IRC07:58
*** zeih has joined #openstack-meeting07:58
*** xinwu has joined #openstack-meeting08:00
*** belmoreira has joined #openstack-meeting08:00
*** toddjohn_ has joined #openstack-meeting08:00
*** haomaiwang has quit IRC08:01
*** haomaiwa_ has joined #openstack-meeting08:01
*** bobh has joined #openstack-meeting08:02
*** zeih has quit IRC08:03
*** mbound has quit IRC08:04
*** toddjohn_ has quit IRC08:04
*** belmoreira has quit IRC08:06
*** bobh has quit IRC08:07
*** matrohon has joined #openstack-meeting08:08
*** evgenyf has joined #openstack-meeting08:14
*** hdaniel has joined #openstack-meeting08:14
*** jichen has joined #openstack-meeting08:23
*** mohankumar__ has quit IRC08:27
*** lezbar has joined #openstack-meeting08:29
*** egallen has left #openstack-meeting08:32
*** acoles_ is now known as acoles08:33
*** acoles has left #openstack-meeting08:33
*** phil__ has joined #openstack-meeting08:36
*** watanabe_isao has quit IRC08:37
*** donghao has joined #openstack-meeting08:37
*** timcline_ has joined #openstack-meeting08:40
*** timcline_ has quit IRC08:42
*** timclin__ has joined #openstack-meeting08:42
*** amitgandhinz has joined #openstack-meeting08:44
*** zhurong has quit IRC08:44
*** lezbar has quit IRC08:45
*** zhurong has joined #openstack-meeting08:45
*** rossella_s has joined #openstack-meeting08:45
*** timclin__ has quit IRC08:46
*** ihrachys has joined #openstack-meeting08:51
*** tfukushi_ has quit IRC08:51
*** boris-42 has joined #openstack-meeting08:52
*** jschwarz has joined #openstack-meeting08:52
*** amotoki has quit IRC08:53
*** toscalix has joined #openstack-meeting08:54
*** mrmartin has quit IRC08:55
*** xinwu has quit IRC08:56
*** amitgandhinz has quit IRC08:58
*** hashar has joined #openstack-meeting08:58
*** hoangcx_ has quit IRC08:59
*** zeih has joined #openstack-meeting08:59
*** mohankumar__ has joined #openstack-meeting08:59
*** hoangcx has joined #openstack-meeting09:00
*** achanda_ has quit IRC09:00
*** haomaiwa_ has quit IRC09:01
*** haomaiwang has joined #openstack-meeting09:01
*** adiantum has quit IRC09:01
*** claudiub has joined #openstack-meeting09:02
*** zhimoupeng has quit IRC09:03
*** achanda has joined #openstack-meeting09:04
*** tfukushima has joined #openstack-meeting09:04
*** zeih has quit IRC09:04
*** paul-carlton1 has quit IRC09:07
*** _nadya_ has joined #openstack-meeting09:08
*** tfukushima has quit IRC09:09
*** yassine__ has joined #openstack-meeting09:10
*** amotoki has joined #openstack-meeting09:10
*** samueldmq1 has joined #openstack-meeting09:11
*** tfukushima has joined #openstack-meeting09:11
*** zhurong has quit IRC09:12
*** samueldmq1 has quit IRC09:15
*** ildikov has quit IRC09:15
*** fawadkhaliq has joined #openstack-meeting09:17
*** [1]evgenyf has joined #openstack-meeting09:19
*** achanda has quit IRC09:19
*** claudiub|2 has joined #openstack-meeting09:20
*** evgenyf has quit IRC09:21
*** [1]evgenyf is now known as evgenyf09:21
*** ndipanov has joined #openstack-meeting09:21
*** achanda has joined #openstack-meeting09:24
*** claudiub has quit IRC09:24
*** claudiub has joined #openstack-meeting09:26
*** paul-carlton1 has joined #openstack-meeting09:26
*** salv-orlando has joined #openstack-meeting09:27
*** sudipto has joined #openstack-meeting09:27
*** maishsk has quit IRC09:28
*** claudiub|2 has quit IRC09:29
*** fawadkhaliq has quit IRC09:29
*** achanda has quit IRC09:29
*** baohua has quit IRC09:29
*** neiljerram has joined #openstack-meeting09:30
*** dmellado has joined #openstack-meeting09:30
*** salv-orl_ has quit IRC09:30
*** maishsk has joined #openstack-meeting09:30
*** donghao has quit IRC09:35
*** shashank_hegde has quit IRC09:36
*** pnavarro has joined #openstack-meeting09:36
*** geguileo has left #openstack-meeting09:39
*** ljxiash has quit IRC09:40
*** ljxiash has joined #openstack-meeting09:40
*** salv-orlando has quit IRC09:43
*** timcline_ has joined #openstack-meeting09:43
*** ljxiash_ has joined #openstack-meeting09:44
*** mrmartin has joined #openstack-meeting09:44
*** ljxiash has quit IRC09:45
*** timcline_ has quit IRC09:47
*** haomaiw__ has joined #openstack-meeting09:48
*** haomaiwang has quit IRC09:49
*** davechen has left #openstack-meeting09:53
*** lezbar has joined #openstack-meeting09:53
*** amitgandhinz has joined #openstack-meeting09:54
*** r-mibu has quit IRC09:57
*** donghao has joined #openstack-meeting09:58
*** derekh has joined #openstack-meeting10:00
*** haomaiw__ has quit IRC10:01
*** ildikov has joined #openstack-meeting10:01
*** epico has quit IRC10:01
*** alexpilotti has joined #openstack-meeting10:01
*** haomaiwang has joined #openstack-meeting10:01
*** zeih has joined #openstack-meeting10:01
*** bobh has joined #openstack-meeting10:03
*** ricolin has quit IRC10:05
*** zeih has quit IRC10:06
*** hoangcx has quit IRC10:06
*** bobh has quit IRC10:08
*** r-mibu has joined #openstack-meeting10:08
*** amitgandhinz has quit IRC10:08
*** ljxiash has joined #openstack-meeting10:08
*** jjmb1 has joined #openstack-meeting10:09
*** jjmb has quit IRC10:09
*** ljxiash_ has quit IRC10:10
*** egallen has joined #openstack-meeting10:11
*** neeti has joined #openstack-meeting10:11
*** kzaitsev_mb has joined #openstack-meeting10:14
*** tfukushima has quit IRC10:17
*** zhhuabj has quit IRC10:19
*** ricolin has joined #openstack-meeting10:21
*** ljxiash has quit IRC10:21
*** lezbar__ has joined #openstack-meeting10:25
*** ljxiash has joined #openstack-meeting10:27
*** lezbar has quit IRC10:27
*** achanda has joined #openstack-meeting10:29
*** lezbar has joined #openstack-meeting10:29
*** balajiiyer has joined #openstack-meeting10:30
*** leunam112 has joined #openstack-meeting10:30
*** cznewt has quit IRC10:31
*** zhhuabj has joined #openstack-meeting10:32
*** ljxiash has quit IRC10:32
*** lezbar__ has quit IRC10:32
*** electrofelix has joined #openstack-meeting10:32
*** sambetts|afk is now known as sambetts10:32
*** baohua has joined #openstack-meeting10:33
*** mrmartin has quit IRC10:34
*** achanda has quit IRC10:35
*** mrmartin has joined #openstack-meeting10:35
*** mrmartin has quit IRC10:35
*** cznewt has joined #openstack-meeting10:37
*** duvarenkov has joined #openstack-meeting10:39
*** pcaruana has joined #openstack-meeting10:42
*** zhurong has joined #openstack-meeting10:43
*** timcline_ has joined #openstack-meeting10:44
*** kzaitsev_mb has quit IRC10:47
*** mrmartin has joined #openstack-meeting10:47
*** timcline_ has quit IRC10:48
*** belmoreira has joined #openstack-meeting10:49
*** claudiub has quit IRC10:52
*** donghao has quit IRC10:53
*** kzaitsev_mb has joined #openstack-meeting10:54
*** ricolin has quit IRC10:54
*** mohankumar__ has quit IRC10:56
*** mohankumar_ has joined #openstack-meeting10:56
*** drankis has joined #openstack-meeting10:56
*** sdake has joined #openstack-meeting10:58
*** salv-orlando has joined #openstack-meeting10:59
*** salv-orlando has quit IRC10:59
*** macsz has joined #openstack-meeting10:59
*** salv-orlando has joined #openstack-meeting10:59
*** egon has quit IRC11:00
*** egallen has quit IRC11:00
*** haomaiwang has quit IRC11:01
*** tris has quit IRC11:01
*** haomaiwang has joined #openstack-meeting11:01
*** amitgandhinz has joined #openstack-meeting11:04
*** baohua has quit IRC11:05
*** tris has joined #openstack-meeting11:05
*** sdague has joined #openstack-meeting11:06
*** baohua has joined #openstack-meeting11:06
*** ryu25 has quit IRC11:07
*** macsz has quit IRC11:07
*** egon has joined #openstack-meeting11:08
*** lezbar has quit IRC11:09
*** mrmartin has quit IRC11:12
*** xingchao has quit IRC11:13
*** bobh has joined #openstack-meeting11:15
*** derekh has quit IRC11:16
*** amitgandhinz has quit IRC11:17
*** bobh has quit IRC11:19
*** erlon has joined #openstack-meeting11:20
*** sudipto has quit IRC11:25
*** fawadkhaliq has joined #openstack-meeting11:27
*** gongysh has quit IRC11:28
*** sdake_ has joined #openstack-meeting11:29
*** sdake has quit IRC11:30
*** zeih has joined #openstack-meeting11:32
*** baohua has quit IRC11:33
*** baohua has joined #openstack-meeting11:34
*** zeih has quit IRC11:37
*** sdake_ has quit IRC11:37
*** lezbar has joined #openstack-meeting11:40
*** gcb has quit IRC11:42
*** sridharg has joined #openstack-meeting11:43
*** gcb has joined #openstack-meeting11:43
*** timcline_ has joined #openstack-meeting11:44
*** baohua has quit IRC11:45
*** baohua has joined #openstack-meeting11:46
*** timcline_ has quit IRC11:48
*** rfolco has joined #openstack-meeting11:53
*** balajiiyer has quit IRC11:55
*** yinweimac has joined #openstack-meeting11:58
*** haomaiwang has quit IRC12:01
*** thorst has joined #openstack-meeting12:01
*** haomaiwang has joined #openstack-meeting12:01
*** Liuqing has joined #openstack-meeting12:03
*** aysyd has joined #openstack-meeting12:05
*** lezbar has quit IRC12:06
*** lezbar has joined #openstack-meeting12:07
*** akuznetsov has joined #openstack-meeting12:07
*** yamamoto_ has quit IRC12:07
*** adrianofr_ has joined #openstack-meeting12:11
*** lezbar has quit IRC12:11
*** mrmartin has joined #openstack-meeting12:11
*** tochi has quit IRC12:12
*** amitgandhinz has joined #openstack-meeting12:14
*** Liuqing has quit IRC12:16
*** neeti has quit IRC12:17
*** fzdarsky is now known as fzdarsky|afk12:18
*** jjmb1 has quit IRC12:21
*** duvarenkov has quit IRC12:26
*** adiantum has joined #openstack-meeting12:26
*** amitgandhinz has quit IRC12:27
*** yinweimac has quit IRC12:29
*** haomaiwang has quit IRC12:31
*** achanda has joined #openstack-meeting12:33
*** neeti has joined #openstack-meeting12:34
*** jprovazn has joined #openstack-meeting12:35
*** raildo-afk is now known as raildo12:37
*** skraynev_ has quit IRC12:39
*** skraynev_ has joined #openstack-meeting12:39
*** ljxiash has joined #openstack-meeting12:40
*** achanda has quit IRC12:40
*** rtheis has joined #openstack-meeting12:42
*** fawadkhaliq has quit IRC12:42
*** fawadkhaliq has joined #openstack-meeting12:43
*** mrmartin has quit IRC12:43
*** zul has quit IRC12:43
*** zul has joined #openstack-meeting12:44
*** mrmartin has joined #openstack-meeting12:44
*** timcline_ has joined #openstack-meeting12:45
*** jtomasek_ has joined #openstack-meeting12:47
*** fawadkhaliq has quit IRC12:47
*** mrmartin has quit IRC12:48
*** timcline_ has quit IRC12:49
*** ninag has joined #openstack-meeting12:54
*** pcaruana has quit IRC12:55
*** baoli has joined #openstack-meeting12:55
*** yamamoto has joined #openstack-meeting12:55
*** salv-orlando has quit IRC12:56
*** akuznetsov has quit IRC12:56
*** Daisy has joined #openstack-meeting12:58
*** iyamahat_ has joined #openstack-meeting12:59
*** akamyshnikova has quit IRC13:00
*** yamamoto_ has joined #openstack-meeting13:01
*** yamamoto has quit IRC13:01
*** iyamahat has quit IRC13:02
*** Daisy has quit IRC13:02
*** egallen has joined #openstack-meeting13:02
*** MaxPC has joined #openstack-meeting13:03
*** ildikov has quit IRC13:03
*** jckasper has quit IRC13:06
*** jckasper has joined #openstack-meeting13:07
*** pcaruana has joined #openstack-meeting13:09
*** dprince has joined #openstack-meeting13:09
*** pradk has joined #openstack-meeting13:10
*** pradk has quit IRC13:10
*** neelashah has joined #openstack-meeting13:10
*** jckasper has quit IRC13:11
*** derekh has joined #openstack-meeting13:13
*** jtomasek_ has quit IRC13:14
*** neeti has quit IRC13:14
*** zz_dimtruck is now known as dimtruck13:16
*** claudiub has joined #openstack-meeting13:23
*** amitgandhinz has joined #openstack-meeting13:24
*** baoli_ has joined #openstack-meeting13:26
*** links has quit IRC13:26
*** kylek3h__away is now known as kylek3h13:28
*** zhhuabj_ has joined #openstack-meeting13:28
*** baoli has quit IRC13:28
*** zeih has joined #openstack-meeting13:33
*** rtheis has quit IRC13:36
*** achanda has joined #openstack-meeting13:37
*** zeih has quit IRC13:37
*** amitgandhinz has quit IRC13:37
*** haleyb has joined #openstack-meeting13:39
*** amitgandhinz has joined #openstack-meeting13:39
*** toddjohn_ has joined #openstack-meeting13:39
*** amitgandhinz has quit IRC13:39
*** jdob has joined #openstack-meeting13:40
*** amitgandhinz has joined #openstack-meeting13:40
*** achanda has quit IRC13:41
*** rtheis has joined #openstack-meeting13:42
*** rromans has quit IRC13:42
*** rtheis has quit IRC13:44
*** rtheis has joined #openstack-meeting13:45
*** timcline_ has joined #openstack-meeting13:46
*** rromans has joined #openstack-meeting13:47
*** armax has joined #openstack-meeting13:47
*** dims has joined #openstack-meeting13:47
*** yassine__ has quit IRC13:49
*** timcline_ has quit IRC13:50
*** ildikov has joined #openstack-meeting13:50
*** jaypipes has joined #openstack-meeting13:51
*** xyang1 has joined #openstack-meeting13:52
*** fawadkhaliq has joined #openstack-meeting13:53
*** JoseMello has joined #openstack-meeting13:55
*** cdent has joined #openstack-meeting13:56
*** annemccormick has joined #openstack-meeting13:56
*** bobh has joined #openstack-meeting13:57
*** toddjohn_ has quit IRC13:57
*** takashin has joined #openstack-meeting13:57
*** myoung has joined #openstack-meeting13:57
*** salv-orlando has joined #openstack-meeting13:58
*** BobBall has joined #openstack-meeting13:58
*** ddieterly has joined #openstack-meeting14:00
johnthetubaguy#startmeeting nova14:01
openstackMeeting started Thu Feb 25 14:01:10 2016 UTC and is due to finish in 60 minutes.  The chair is johnthetubaguy. Information about MeetBot at http://wiki.debian.org/MeetBot.14:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:01
*** openstack changes topic to " (Meeting topic: nova)"14:01
openstackThe meeting name has been set to 'nova'14:01
alaskio/14:01
takashino/14:01
edleafe\o14:01
johnthetubaguyhello all14:01
johnthetubaguy#topic Release Status14:01
*** openstack changes topic to "Release Status (Meeting topic: nova)"14:01
scottdahi14:01
johnthetubaguyso basically, its crunch time, Feature Freeze is next week14:01
johnthetubaguy#info Mar 1-3, Mitaka-3 and feature freeze, Final release for client libraries, Soft String Freeze, etc.14:02
johnthetubaguy#link http://docs.openstack.org/releases/schedules/mitaka.html14:02
johnthetubaguy#info Looking out for release critical bugs, mitaka-rc-potential14:02
johnthetubaguy#topic Regular Reminders14:02
*** openstack changes topic to "Regular Reminders (Meeting topic: nova)"14:02
johnthetubaguyas we burn down, lets try keep only critical bug fixes and patches in the review etherpad14:02
johnthetubaguy#link https://etherpad.openstack.org/p/mitaka-nova-priorities-tracking14:02
johnthetubaguy#topic Bugs14:02
*** openstack changes topic to "Bugs (Meeting topic: nova)"14:03
*** edtubill has joined #openstack-meeting14:03
johnthetubaguyso anyone got any bug things to talk about?14:03
*** bmwiedemann has joined #openstack-meeting14:03
*** salv-orlando has quit IRC14:03
*** sfinucan has joined #openstack-meeting14:03
johnthetubaguywe do have a nasty gate bug that sdague I think has a fix going through the pipe14:03
johnthetubaguysomething to do with ansible versions14:03
*** haleyb has quit IRC14:03
* bauzas waves late14:03
*** edtubill has quit IRC14:04
cdento/14:04
johnthetubaguyso I don't see any critial bugs in the list14:04
*** edtubill has joined #openstack-meeting14:04
johnthetubaguyyou know the drill about the other stuff, lets try spot the release critical stuff quickly14:04
johnthetubaguy#topic Open Discussion14:04
*** openstack changes topic to "Open Discussion (Meeting topic: nova)"14:04
johnthetubaguyso I have a think about the summit14:05
bauzasabout rooms ?14:05
johnthetubaguyI am thinking we request all fishbowls again for the summit, and a contributor meetup on the last day14:05
*** whenry has quit IRC14:05
edleafefishbowls +114:05
johnthetubaguyits for the next PTL really, not me, but that needs fixing soon ish14:05
jicheno/14:06
bauzaswell, why not14:06
alaski+1, that's worked well so far14:06
*** dkranz has joined #openstack-meeting14:06
johnthetubaguyyeah, I think we keep it similar14:06
claudiubo/14:06
johnthetubaguyhonestly, when we have laptops open, people start working and stop contributing14:07
johnthetubaguyso the fishbowl seems to work well14:07
*** mnestratov|2 has joined #openstack-meeting14:07
jaypipeso/14:07
johnthetubaguyand the working together thing on the friday works well in its own right14:07
bauzas++14:07
*** links has joined #openstack-meeting14:07
johnthetubaguyI guess folks saw the changes happening post barcelona14:07
johnthetubaguyat least, the changes planned14:07
dimso/14:07
pkoniszewskio/14:07
*** jckasper has joined #openstack-meeting14:07
johnthetubaguyso one last thing on the agenda14:07
mnestratov|2o/14:08
jaypipesjohnthetubaguy: you know we're not going to let you *not* be Nova PTL, right?14:08
bauzasheh14:08
johnthetubaguyjaypipes: heh14:08
*** evgenyf has quit IRC14:08
*** andymaier has joined #openstack-meeting14:08
johnthetubaguyI have my slippers ready for my PTL retirement party and everything14:08
jrolljohnthetubaguy: fyi the gate fix is through :)14:08
dimsyou have been conscripted! :)14:08
johnthetubaguyjroll: sweet14:09
kashyapjohnthetubaguy: Recommend people to bring printed-out papers with notes to the sessions :-)14:09
*** jckasper_ has joined #openstack-meeting14:09
edleafejohnthetubaguy: http://www.brainyquote.com/quotes/quotes/w/williamtec101113.html14:09
jaypipeskashyap: I'm going to bring powerpoint slides printed out, just for you.14:09
johnthetubaguykashyap: no bringing weapons into the summit (big rolled up bits of paper that is)14:09
*** zhurong has quit IRC14:10
johnthetubaguy#link https://etherpad.openstack.org/p/cinder-nova-api-changes14:10
scottdahi14:10
scottdaJust a heads up.14:10
kashyapjaypipes: Heh.  (I'm not going to be in Austin.  For the next one, as it's in Eu)14:10
johnthetubaguyso cinder is having thinking through things that affect us14:10
johnthetubaguyscottda: yeah, its a good heads up14:10
scottdaWe've many issues around cinder-nova, ML posts, bugs, IRC discussions...14:10
scottdaSo, just trying to corral all the work and info in one place.14:10
scottdaAnd go from there. Perhaps some specs, a cross-project spec, etc.14:11
johnthetubaguyyeah, I did a sort of bad summary on the ML, but I am really only seeing one side of the story right now14:11
scottdaI reckon we'll have another cinder-nova meeting in Austin, so this can also be discussed there.14:11
*** danpb has joined #openstack-meeting14:11
scottdajohnthetubaguy: It's complex and hard to follow it all. So I think the etherpad is part of taming that complexity.14:11
scottdaAll: Please sign up if you are interested.14:11
johnthetubaguyyeah, thats totally a good effort to start14:12
scottdaWe might have an alt-meeting of something here and there if there's need.14:12
scottdaThat's all I have.14:12
jaypipesscottda: will do. :)14:12
*** jckasper has quit IRC14:12
johnthetubaguythe current live migrate bugs feel a bit like wack a mole right now14:12
johnthetubaguywe fix one set of drivers, and break the others14:12
*** bobh has quit IRC14:12
johnthetubaguyor something like that14:12
*** PaulMurray has joined #openstack-meeting14:12
*** jckasper has joined #openstack-meeting14:12
scottdaYeah, I think it needs some high-level thinking. Many of the issues are related.14:12
thorst+114:12
PaulMurrayo/14:13
johnthetubaguy#link http://lists.openstack.org/pipermail/openstack-dev/2016-February/087232.html14:13
johnthetubaguythat was my summary attempt, with a nova hat on14:13
*** jckasper_ has quit IRC14:13
*** leecalcote has joined #openstack-meeting14:13
johnthetubaguyOK, so we burnt through the whole agenda in 13 mins, mriedem would be proud14:13
johnthetubaguyis there anything else people want to raise here14:14
johnthetubaguyhonestly, its time to finish off code, and get our the review glasses, and get all these priority features merged14:14
*** yamamoto_ has quit IRC14:14
*** balajiiyer has joined #openstack-meeting14:14
bauzasFF planned for next Thurs or earlier ?14:14
johnthetubaguybauzas thats a good question14:15
johnthetubaguyso how this one works is, when we feel like we have as much merged as possible, we cut the branch14:15
*** egallen has quit IRC14:15
johnthetubaguythats usually Thursday morning, in the UK sense of morning14:15
bauzasagreed14:15
bauzaswe should maybe provide some blockers14:16
johnthetubaguygenerally if something has a +W we let it slip in after the cut, when the gate is busted / full14:16
bauzasif we want to wait for those14:16
johnthetubaguywe are expecting the gate to be terrible this time, given our lower gate capacity, as I understand it14:16
johnthetubaguybauzas: good point, lets add that in the etherpad now14:16
bauzasack14:17
*** rlrossit_ has joined #openstack-meeting14:17
*** jichen has quit IRC14:17
johnthetubaguy#link https://etherpad.openstack.org/p/mitaka-nova-priorities-tracking14:17
johnthetubaguyput and things that look like blockers in there ^14:17
*** lezbar has joined #openstack-meeting14:17
johnthetubaguyOK, thanks all14:18
johnthetubaguyhappy code reviewing, with the 40 mins I am about to give you back14:18
johnthetubaguy#endmeeting14:18
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"14:18
openstackMeeting ended Thu Feb 25 14:18:24 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:18
*** irenab has quit IRC14:18
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-02-25-14.01.html14:18
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-02-25-14.01.txt14:18
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-02-25-14.01.log.html14:18
*** PaulMurray has left #openstack-meeting14:18
*** rlrossit_ has left #openstack-meeting14:19
*** bmwiedemann has left #openstack-meeting14:19
*** merooney has joined #openstack-meeting14:20
*** takashin has left #openstack-meeting14:20
*** fawadkhaliq has quit IRC14:20
*** mnestratov|2 has quit IRC14:21
*** spzala has joined #openstack-meeting14:22
*** lblanchard has joined #openstack-meeting14:22
*** keedya has joined #openstack-meeting14:23
thomasemCheers!14:23
*** yassine__ has joined #openstack-meeting14:24
*** dpaterson has joined #openstack-meeting14:25
*** jjmb has joined #openstack-meeting14:25
*** jjmb has quit IRC14:25
*** dimtruck is now known as zz_dimtruck14:25
*** jjmb has joined #openstack-meeting14:25
*** egallen has joined #openstack-meeting14:26
*** sudipto has joined #openstack-meeting14:26
*** leecalcote has quit IRC14:28
*** a_ta has joined #openstack-meeting14:29
*** balajiiyer has quit IRC14:29
*** leecalcote has joined #openstack-meeting14:31
*** gongysh_ has joined #openstack-meeting14:31
*** claudiub|2 has joined #openstack-meeting14:33
*** sridharg has quit IRC14:33
*** baohua has quit IRC14:34
*** baohua has joined #openstack-meeting14:34
*** claudiub has quit IRC14:34
*** sputnik13 has joined #openstack-meeting14:35
*** amotoki has quit IRC14:37
*** jschwarz_ has joined #openstack-meeting14:37
*** jschwarz has quit IRC14:38
*** yamamoto has joined #openstack-meeting14:39
*** toddjohn_ has joined #openstack-meeting14:39
*** zz_dimtruck is now known as dimtruck14:40
*** jjmb has quit IRC14:41
*** leecalcote has quit IRC14:41
*** pradk has joined #openstack-meeting14:42
*** armax has quit IRC14:44
*** sputnik13 has quit IRC14:48
*** cdent has left #openstack-meeting14:49
*** baohua has quit IRC14:51
*** dimtruck is now known as zz_dimtruck14:51
*** jjmb has joined #openstack-meeting14:51
*** jjmb has quit IRC14:51
*** baohua has joined #openstack-meeting14:52
*** gordc has joined #openstack-meeting14:53
*** kcalman has quit IRC14:53
*** kcalman has joined #openstack-meeting14:53
*** rbak has joined #openstack-meeting14:54
*** kcalman has quit IRC14:54
*** merooney has quit IRC14:56
*** rossella_s has quit IRC14:58
*** rossella_s has joined #openstack-meeting14:58
*** llu-laptop has joined #openstack-meeting15:00
*** rbak_ has joined #openstack-meeting15:00
gordc#startmeeting telemetry15:00
openstackMeeting started Thu Feb 25 15:00:32 2016 UTC and is due to finish in 60 minutes.  The chair is gordc. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
*** openstack changes topic to " (Meeting topic: telemetry)"15:00
openstackThe meeting name has been set to 'telemetry'15:00
ildikovo/15:00
r-mibuo/15:00
*** eharney has joined #openstack-meeting15:00
liushengo/15:01
silehto/15:01
ityaptino/15:01
*** merooney has joined #openstack-meeting15:01
_nadya_o/15:01
*** danpb has left #openstack-meeting15:01
nijabao/15:02
*** jjmb has joined #openstack-meeting15:02
*** idegtiarov has joined #openstack-meeting15:02
*** jjmb has quit IRC15:02
*** sridhar_ram has joined #openstack-meeting15:02
*** liamji has joined #openstack-meeting15:02
gordcok let's start, i think some people are on PTO15:02
gordc#topic recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap15:02
*** openstack changes topic to "recurring: roadmap items (new/old/blockers) https://wiki.openstack.org/wiki/Telemetry/RoadMap (Meeting topic: telemetry)"15:02
*** rbak has quit IRC15:03
gordcwe're basically up for time on features for Mitaka15:03
idegtiarovo/15:03
*** haleyb has joined #openstack-meeting15:03
*** llu-laptop has quit IRC15:03
gordcthe items we were tracking last week seem to be ok15:03
gordci'll run through each in the subtopics15:03
*** llu-laptop has joined #openstack-meeting15:03
gordcbut any pressing concerns?15:04
*** dane_leblanc has joined #openstack-meeting15:04
*** yamamoto has quit IRC15:04
*** jjmb has joined #openstack-meeting15:04
*** PsionTheory has joined #openstack-meeting15:04
gordcm-3 is next week so basically all features now will need to be very very small15:04
gordccool. let's move to the projects15:05
gordc#topic aodh topics15:05
*** openstack changes topic to "aodh topics (Meeting topic: telemetry)"15:05
gordcright now we're tracking composite alarms for Mitaka15:05
gordcmain patch is in15:05
*** llu-laptop has quit IRC15:05
gordcwe just need approval on api and client15:05
*** llu-laptop has joined #openstack-meeting15:05
*** Swami has joined #openstack-meeting15:05
liushenggordc: thanks15:06
gordchttps://review.openstack.org/#/c/257722/15:06
*** singhj has joined #openstack-meeting15:06
gordchttps://review.openstack.org/#/c/284022/15:06
*** spotz_zzz is now known as spotz15:06
*** yamamoto has joined #openstack-meeting15:06
gordcif we can get reviews and get that merged that'd be great15:07
*** yamamoto has quit IRC15:07
* gordc nudges sileht15:07
*** llu-laptop has quit IRC15:07
gordchas anyone looked at switchig ceilometerclient to aodhclient in heat?15:08
liushengit seems the jenkins has been broken :(15:08
*** llu-laptop has joined #openstack-meeting15:08
*** salv-orlando has joined #openstack-meeting15:08
gordcliusheng: yeah, it's being fixed15:08
silehtliusheng, gordc I will check that one last time15:08
gordcwe have some time next week to merge as well.15:08
liushenggord, sileht, cool, tanks!15:09
gordci'll try taking a look at porting ceilometerclient to aodhclient in heat... i'm guessing it won't make it for Mitaka though15:09
liamjiliusheng: the problem we found in the our working day is fixed. Now it is the second one :)15:09
ildikovgordc: can we get an exception for it?15:09
gordcildikov: in heat?15:09
*** llu-laptop has quit IRC15:09
ildikovgordc: yes15:09
gordcildikov: i'll give them a ping and see.15:10
*** hashar has quit IRC15:10
gordci'm hoping it's an easy swap15:10
*** llu-laptop has joined #openstack-meeting15:10
ildikovgordc: me too, this is why I asked15:10
gordc#action see if heat will allow aodhclient FFE15:11
gordcaside from that, i think Aodh is what it is?15:11
gordcr-mibu: did you have success with tempest?15:11
*** roxanaghe has joined #openstack-meeting15:12
gordci believe pradk mentioned whatever we have now is conflicting with what exists in tempest repo15:12
r-mibuyou mean running test with plugins?15:12
gordcr-mibu: correct15:12
r-miburight, so I'll fix the id of test that may fix the bug15:12
r-mibubut didn't check yet15:12
*** links has quit IRC15:12
*** llu-laptop has quit IRC15:13
r-mibuwill do by this week :)15:13
gordcr-mibu: do you have time next 2 weeks?15:13
gordcok15:13
*** numans has quit IRC15:13
*** jschwarz__ has joined #openstack-meeting15:13
r-mibuyep, other stuffs done :)15:13
gordci'm going to make tempest stuff FFE since it's only tests.15:13
*** ddieterly has quit IRC15:13
gordcanyone have concerns?15:13
*** llu-laptop has joined #openstack-meeting15:13
r-mibuok15:13
*** fzdarsky|afk is now known as fzdarsky15:13
r-mibudocs...15:14
*** e0ne has joined #openstack-meeting15:14
r-mibuas you pointed in review15:14
gordcr-mibu: ok. let's try to get it working as soon as possible. but i'm ok with cutting m-3 and merging tempest stuff in an rc build unless someone has an issue15:14
gordcr-mibu: docs for tempest tests?15:14
ildikovI will run a config guide update for Aodh15:15
r-mibudocs for aodh15:15
*** sigmavirus24_awa is now known as sigmavirus2415:15
r-mibubut, yes, that's not big problem for m-315:15
*** salv-orlando has quit IRC15:15
gordcildikov: cool cool. thanks for tracking that15:15
ildikovI think we will need to look into the Alarming section of the Admin Guide in OS Manuals15:15
gordcildikov: defnitely. we can still make changes to docs after m-3 correct?15:15
ildikovI'm not sure how much that part is outdated, so prolly pretty much :)15:15
*** knikolla has joined #openstack-meeting15:16
ildikovgordc: sure, we have some time during the stabilization period15:16
*** nkrinner has quit IRC15:16
*** llu-laptop has quit IRC15:16
gordcildikov: awesome15:16
*** roxanaghe has quit IRC15:16
*** llu-laptop has joined #openstack-meeting15:16
gordcwe need to do docs for all of aodh, our dev docs are non-existent too15:16
*** jschwarz_ has quit IRC15:16
ildikovgordc: of course sooner the better, but still we will have a better picture right after m-3 regarding what made it and what to document15:16
gordcildikov: sounds good15:17
gordcanything else for aodh?15:17
llu-laptoptest :(15:17
llu-laptopanyone see me? can't read any messages :(15:18
*** zz_dimtruck is now known as dimtruck15:18
*** roxanaghe has joined #openstack-meeting15:18
*** garthb_ has joined #openstack-meeting15:18
*** garthb has joined #openstack-meeting15:18
liushengllu-laptop: I can see you :)15:18
r-mibullu-laptop: i can see your message15:18
ildikovllu-laptop: I see your messages15:18
*** merooney has quit IRC15:18
neelashahI can see your messages llu-laptop15:18
*** llu-laptop has quit IRC15:18
gordcand he's gone.lol15:18
gordclet's move on for now15:19
gordc#topic ceilometer topics15:19
*** openstack changes topic to "ceilometer topics (Meeting topic: telemetry)"15:19
gordcwe have two items here to get merged15:19
*** dfflanders has joined #openstack-meeting15:19
gordcityaptin's patch for minimising nova-api load: https://review.openstack.org/#/c/284322/15:19
gordci think that needs a docimpact since we added a new optoin15:20
*** llu-laptop has joined #openstack-meeting15:20
*** ajmiller has joined #openstack-meeting15:20
*** baohua has quit IRC15:20
gordcand liamji's patch for neutron v2: https://review.openstack.org/#/c/277434/15:20
*** galstrom_zzz is now known as galstrom15:20
*** llu-laptop has quit IRC15:21
gordcr-mibu: same FFE for tempest in ceilometer15:21
r-mibugot it15:21
neelashahgordc neutron v2 is failing due to gate issues?15:21
*** llu-laptop has joined #openstack-meeting15:21
gordcwe all happy? let's hold off on any other features15:22
*** gongysh_ has quit IRC15:22
idegtiarovgordc, what about event transformers FFE?15:22
gordcneelashah: yeah, we need to fix a gnocchclient issue first and we should be ok15:22
*** su_zhang has joined #openstack-meeting15:22
neelashahgordc - ok, thanks15:22
gordcidegtiarov: i have some concerns but we can talk about that now15:22
*** a_ta has left #openstack-meeting15:23
*** roxanaghe has quit IRC15:23
gordc#topic event bracketer transformer15:23
*** openstack changes topic to "event bracketer transformer (Meeting topic: telemetry)"15:23
gordc#link https://review.openstack.org/#/c/266488/15:23
idegtiarovgreat what is your main concern?15:23
*** merooney has joined #openstack-meeting15:23
gordci don't understand why latency is an event.15:23
*** penick has joined #openstack-meeting15:23
gordcand why it needs to be calculated inline/stream15:24
*** MaxPC1 has joined #openstack-meeting15:24
gordcalso, the code seems be very inflexible.15:24
idegtiarovit is event that could be published to -  - tosamplenotifier://  and will be stored as sample15:24
*** myoung|mobile has joined #openstack-meeting15:24
*** dane_leblanc has quit IRC15:25
*** llu-laptop has quit IRC15:25
*** jvrbanac_ has joined #openstack-meeting15:25
*** dfflanders has quit IRC15:25
gordcidegtiarov: and it has real-time requirement because?15:25
*** PsionTheory has quit IRC15:26
*** timcline_ has joined #openstack-meeting15:26
*** mohankumar_ has quit IRC15:26
*** spotz is now known as spotz_zzz15:26
*** Zara_ has joined #openstack-meeting15:26
idegtiarovgordc,  if you need to get alarm based for example on latency_time event/sample it is15:26
*** myoung has quit IRC15:26
_nadya_gordc: quick question about alarms transformer15:26
_nadya_gordc: events, sorry15:26
_nadya_#link https://review.openstack.org/#/c/266488/5 perhaps we can start with instances only in Mitaka?15:26
*** MaxPC has quit IRC15:26
*** jvrbanac has quit IRC15:26
*** amitgandhinz has quit IRC15:26
*** Zara has quit IRC15:26
*** llu-laptop has joined #openstack-meeting15:27
gordcidegtiarov: but the alarm scenario is handled by the timeout mechanism in aodh no?15:27
*** amitgandhinz has joined #openstack-meeting15:28
idegtiarovgordc, as an example we could be interested why instances booting longer then 10 minutes and create alarm for that case15:28
*** rtheis has quit IRC15:28
*** igajsin1 has joined #openstack-meeting15:29
*** rtheis has joined #openstack-meeting15:29
*** jjmb has quit IRC15:29
*** igajsin1 has left #openstack-meeting15:29
idegtiarovthe main idea is have tool for event transformation and store it as event/sample15:29
_nadya_can we convert only to samples? I agree that "latency" is mostly about sample15:30
gordcshouldn't timeouts be done by event alarm?15:30
idegtiarovwe will can when https://review.openstack.org/#/c/227106/ will be merged15:30
*** Zara_ is now known as Zara15:30
*** hichihara has quit IRC15:30
_nadya_it looks it's ready to be15:31
r-mibui agree gordc - alarming logics can be put in aodh rather than ceilometer itself15:31
*** dane_leblanc has joined #openstack-meeting15:31
*** rtheis has quit IRC15:31
*** rtheis has joined #openstack-meeting15:32
r-mibuif creation time of instance can be meter, i'm ok15:32
*** sdague has quit IRC15:32
gordc_nadya_: yeah. i think it's definitely a measurement. i'm wondering how many measurements it is though.15:32
idegtiarovr-mibu, it is not alarming logic it is logic of event transformation that could be used for statistics of booting instances or alarming based on new samples/event15:32
gordcwe will really only have one latency measurement per resource (you can only ever create once)15:32
*** spotz_zzz is now known as spotz15:32
gordcis this better as a query feature in events api15:33
*** armax has joined #openstack-meeting15:33
*** zeih has joined #openstack-meeting15:34
*** xingchao has joined #openstack-meeting15:34
gordcusually that's how most BI tools work. you calculate the data from specific log records15:34
idegtiarovmuch better as for me because it is rather expensive to index events traits end we already have event_type indexing in mongodb so api requests for new events will be pretty fast15:34
*** rtheis has quit IRC15:35
*** ajiang has left #openstack-meeting15:35
_nadya_gordc: it is only one for now, right. But we can have latency for many different resources: instances, volumes and so on. In M* we may start with instances only15:35
*** galstrom is now known as galstrom_zzz15:35
gordcis the 'resource' == host? because it doesn't matter how many different resources you'll have, it still just one entry for each instance/volume/etc... no?15:36
*** penick has quit IRC15:36
*** sdake has joined #openstack-meeting15:37
*** rtheis has joined #openstack-meeting15:37
gordcfor me, i think this functionality is better as post-storage work, i don't really see the real-time requirement of it. that's my main point15:37
ildikovgordc: I tend to agree with you on this point15:38
*** zeih has quit IRC15:38
*** myoung|mobile has quit IRC15:38
r-mibuadding new logic might affect event processing and having date in workers make difficult in HA/multi-worker15:38
_nadya_It looks so great to have alarm: "look, your instances start to boot more then 10 minutes"15:38
idegtiarovit is not only about booting time, but for example instances update15:39
gordcso just referencing stacktach and how they were planning to implemented alarms, i believe they also do these calculations in post15:39
*** achanda has joined #openstack-meeting15:39
gordcr-mibu: yeah, it definitely complicates stuff having a global cache shared across workers/systems...15:39
gordcalthough notification agent is/should be smart enough to redirect to common queues.15:40
*** llu-laptop has quit IRC15:40
_nadya_dunno, we already have "online" mechanism for transformers15:40
*** e0ne has quit IRC15:40
*** e0ne_ has joined #openstack-meeting15:41
*** llu-laptop has joined #openstack-meeting15:41
*** sdake_ has joined #openstack-meeting15:41
*** sudipto has quit IRC15:41
ildikov_nadya_: the instance booting time issues is more an alert in definition, also I would assume it gets interesting when it happens with all of them not just one15:41
gordc_nadya_: so the alarm comment i believe we want to have it handled by Aodh15:41
gordcyou are defining the rule there already.15:41
liushengIIUC, if we emit measurements on events latency,  these measurements sparse in timeline, if we have alarms on these measurements, the state of alarms maybe always "insufficient data"15:42
*** sdake has quit IRC15:42
idegtiarovildikov, not only alerts but could be used for statistics of booting vms15:42
ildikovidegtiarov: that can be a post operation/query as well15:42
gordcildikov: +15:43
idegtiarovnot now15:43
*** mtanino has joined #openstack-meeting15:43
idegtiaroveven not with ceilo api15:43
gordcidegtiarov: but it could be, if someone worked on it ;)15:43
*** knikolla has quit IRC15:43
ildikovgordc: +1 :)15:43
*** rromans is now known as rromans_afk15:44
r-mibuidegtiarov: i understand your use case, but it sometimes won't work since we cannot make sure that ceil receive set of start and end message15:44
_nadya_gordc: store events in time series storage and have post processing? in Gnocchi?15:44
gordcidegtiarov: i had this topic for making events more useful for BI at last summit? i just didn't do anything, so it's kinda my fault (but i won't admit it)15:44
*** kaisers_ has joined #openstack-meeting15:45
*** achanda has quit IRC15:45
gordcr-mibu: right, the potential latency in MQ may cause weird results from real-time pov15:45
_nadya_r-mibu: I hear this very often. But actually, doesn't it mean that we cannot provide a reliable billing? We lose notifications about instances, sorry15:46
idegtiarovr-mibu when we do not receives end event it sould be alarm otherwise we will have and could used if we need such data15:46
gordc_nadya_: i'm not sure if we need gnocchi specifically. gnocchi i think is continuous measurements over time15:46
gordclatency seems to be measurements in set time15:47
*** ddieterly has joined #openstack-meeting15:47
r-mibui assume for billing purpose operator will check db record as well, otherwise I will boot many instances on that system :)15:47
_nadya_gordc: so...what storage will be used for events? sql?15:47
*** ddieterly has quit IRC15:48
ildikovfor billing we usually have some freedom I think regarding messages and it usually does not have to be real-time15:48
*** ddieterl_ has joined #openstack-meeting15:48
*** MarkAtwood has joined #openstack-meeting15:48
_nadya_r-mibu: :)15:49
*** ikutukov has joined #openstack-meeting15:49
gordc_nadya_: existing storage: sql/elasticsearch.15:49
r-mibuidegtiarov: yep, and that can be done in aodh + events storage15:49
*** aorourke-afk is now known as aorourke15:49
_nadya_let's move on, I see community point here15:49
idegtiarovactually to do the same operation on not indexing data will be a big issue for big event collection15:49
gordc_nadya_: in theory, this should be doable in elasticsearch.15:50
gordc_nadya_: i also believe stacktach offers some mechanisms to handle related events (i don't know status of all that though)15:50
_nadya_gordc: I don't like it is external, not ceilometer-core. But perhaps I need to think more15:50
gordcwhat's external?15:50
_nadya_gordc: that this statistics should be calculated outside ceilometer, in external system15:51
gordcidegtiarov: but we index event_type and all the traits...15:51
*** e0ne_ has quit IRC15:52
*** mtanino has quit IRC15:52
idegtiarovwe do not index traits15:52
gordcceilometer gathers data, normalises and transforms. gnocchi does a lot of stuff 'outside ceiloemter' but it's still our project15:53
gordcidegtiarov: https://github.com/openstack/ceilometer/blob/master/ceilometer/storage/sqlalchemy/models.py#L29415:54
gordci don't understand, it seems index'd. it's a primary key15:55
*** sc68cal has joined #openstack-meeting15:55
gordcif not, it should be.15:55
gordcsileht: you have anything for gnocchi?15:55
* sileht is reading backlog15:56
idegtiarovgordc, I mean in mongodb15:56
gordcsileht: no backlog. just asking if we can leave gnocchi topics :)15:56
gordcidegtiarov: we probably should? or not use mongodb :P15:57
idegtiarov:P15:57
*** jorge_munoz has joined #openstack-meeting15:57
*** balajiiyer has joined #openstack-meeting15:57
silehtgordc, oh I have released gnocchiclient 2.2.0 and I will start working on gnocchi dispatcher for bachting measurements15:57
*** sdake has joined #openstack-meeting15:57
*** xinwu has joined #openstack-meeting15:57
gordctbh, it seems like i'm not the only person who has issues so maybe we should punt it for Mitaka15:57
*** kaisers_ has quit IRC15:57
*** belliott has left #openstack-meeting15:57
*** maishsk has quit IRC15:57
idegtiarovo no :(15:57
*** balajiiyer has quit IRC15:58
silehtidegtiarov, gordc why not having both indexes, the new one and the old one  ?15:58
*** sdake_ has quit IRC15:58
*** xinwu has quit IRC15:58
ildikovgordc: agreed15:58
*** angdraug has joined #openstack-meeting15:58
gordcidegtiarov: let's move this to main chanell post meeting15:58
gordc#topic gnocchi topics15:58
idegtiarovk15:58
*** openstack changes topic to "gnocchi topics (Meeting topic: telemetry)"15:58
*** kaisers_ has joined #openstack-meeting15:58
gordcsileht: i had a question, do we want to make the gnocchi dispatcher use new batching support15:59
*** kaisers_ has quit IRC15:59
silehtgordc,  why not ?15:59
gordcfor mitaka?15:59
*** knikolla has joined #openstack-meeting15:59
gordci just want to know if we should track it15:59
gordcsomeone is going to yell soon15:59
silehtI'm a bit lost on where we are on the roadmap15:59
*** merooney has quit IRC15:59
gordcsileht: :) i'll ask in main channel15:59
*** balajiiyer has joined #openstack-meeting16:00
gordcthakns everyone16:00
*** nmagnezi has quit IRC16:00
gordc#endmeeting16:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"16:00
openstackMeeting ended Thu Feb 25 16:00:09 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-02-25-15.00.html16:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-02-25-15.00.txt16:00
openstackLog:            http://eavesdrop.openstack.org/meetings/telemetry/2016/telemetry.2016-02-25-15.00.log.html16:00
*** vijendar has joined #openstack-meeting16:00
*** hashar has joined #openstack-meeting16:01
*** r-mibu has left #openstack-meeting16:01
*** annegentle has joined #openstack-meeting16:02
*** mohankumar_ has joined #openstack-meeting16:02
*** leunam112 is now known as manuel11216:02
*** jmckind has joined #openstack-meeting16:02
*** mtanino has joined #openstack-meeting16:03
*** merooney has joined #openstack-meeting16:03
*** llu-laptop has quit IRC16:04
*** jschwarz__ is now known as jschwarz16:04
*** gordc has left #openstack-meeting16:05
*** dkranz has quit IRC16:05
*** garthb has quit IRC16:06
*** garthb_ has quit IRC16:06
*** annegentle has quit IRC16:06
*** dims has quit IRC16:06
*** yamamoto has joined #openstack-meeting16:08
*** dkranz has joined #openstack-meeting16:09
*** jmckind has quit IRC16:09
*** jmckind has joined #openstack-meeting16:09
*** drankis has quit IRC16:11
*** sdake_ has joined #openstack-meeting16:11
*** sdake_ has quit IRC16:11
*** sdake has quit IRC16:11
*** sdake_ has joined #openstack-meeting16:11
*** merooney has quit IRC16:12
*** maeca has joined #openstack-meeting16:13
*** esheffield has quit IRC16:13
*** yamamoto has quit IRC16:13
*** annegentle has joined #openstack-meeting16:13
*** ikutukov has quit IRC16:14
*** sdague has joined #openstack-meeting16:14
*** pnavarro has quit IRC16:15
*** pfallenop has quit IRC16:15
*** pfallenop has joined #openstack-meeting16:17
*** pfallenop has quit IRC16:17
*** pfallenop has joined #openstack-meeting16:17
*** myoung|mobile has joined #openstack-meeting16:18
*** esheffield has joined #openstack-meeting16:18
*** mohankumar_ has quit IRC16:19
*** jlanoux has joined #openstack-meeting16:21
*** jlanoux_ has joined #openstack-meeting16:24
*** haomaiwa_ has joined #openstack-meeting16:24
*** jlanoux has quit IRC16:24
*** rtheis_ has joined #openstack-meeting16:25
*** esheffield has quit IRC16:25
*** rtheis has quit IRC16:25
*** drankis has joined #openstack-meeting16:26
*** belmoreira has quit IRC16:27
*** kzaitsev_mb has quit IRC16:28
*** iyamahat_ has quit IRC16:28
*** jlanoux_ has quit IRC16:30
*** claudiub|2 has quit IRC16:30
*** jjmb has joined #openstack-meeting16:30
*** jjmb has quit IRC16:30
*** jlanoux has joined #openstack-meeting16:31
*** singhj has quit IRC16:31
*** singhj has joined #openstack-meeting16:32
*** emagana has joined #openstack-meeting16:32
*** jjmb has joined #openstack-meeting16:33
*** kencjohnston has joined #openstack-meeting16:33
*** claudiub has joined #openstack-meeting16:36
*** sdake_ is now known as sdake16:36
*** merooney has joined #openstack-meeting16:36
*** merooney has quit IRC16:38
*** salv-orlando has joined #openstack-meeting16:38
*** JoseMello has quit IRC16:38
*** sheel has joined #openstack-meeting16:39
*** annegentle has quit IRC16:39
*** hdaniel has quit IRC16:39
*** annegentle has joined #openstack-meeting16:39
*** JoseMello has joined #openstack-meeting16:41
*** salv-orlando has quit IRC16:41
*** paul-carlton1 has quit IRC16:41
*** salv-orlando has joined #openstack-meeting16:41
*** gyee has joined #openstack-meeting16:41
*** JoseMello has left #openstack-meeting16:41
*** Leom has joined #openstack-meeting16:43
*** absubram has joined #openstack-meeting16:43
*** sridhar_ram has quit IRC16:43
*** maeca has quit IRC16:48
*** jjmb has quit IRC16:51
*** idegtiarov has left #openstack-meeting16:51
*** kzaitsev_mb has joined #openstack-meeting16:52
*** markvan has quit IRC16:53
*** maeca has joined #openstack-meeting16:53
*** bobh has joined #openstack-meeting16:53
*** maeca has joined #openstack-meeting16:54
*** dims has joined #openstack-meeting16:54
*** manuel112 has quit IRC16:54
*** markvan has joined #openstack-meeting16:54
*** manuel112 has joined #openstack-meeting16:54
*** amotoki has joined #openstack-meeting16:54
*** manuel112 has quit IRC16:55
*** rfolco has quit IRC16:56
*** jjmb has joined #openstack-meeting16:56
*** jjmb has quit IRC16:56
*** iyamahat_ has joined #openstack-meeting16:57
*** liamji has quit IRC16:58
*** abhi has joined #openstack-meeting16:58
*** yamahata has joined #openstack-meeting16:58
*** garthb has joined #openstack-meeting16:58
*** garthb_ has joined #openstack-meeting16:59
*** rfolco has joined #openstack-meeting16:59
*** rfolco has quit IRC16:59
*** jjmb has joined #openstack-meeting17:00
*** haomaiwa_ has quit IRC17:01
*** esker has quit IRC17:01
*** haomaiwang has joined #openstack-meeting17:01
*** jjmb1 has joined #openstack-meeting17:01
*** balajiiyer has quit IRC17:01
*** jjmb1 has quit IRC17:01
*** mohankumar_ has joined #openstack-meeting17:01
*** singlethink has joined #openstack-meeting17:03
*** jjmb2 has joined #openstack-meeting17:03
*** nmagnezi has joined #openstack-meeting17:04
*** thorst is now known as thorst_afk17:04
*** dmacpher has quit IRC17:04
*** zhipeng has joined #openstack-meeting17:04
*** dmacpher has joined #openstack-meeting17:04
*** dmacpher is now known as dmacpher-afk17:04
*** dmacpher-afk is now known as dmacpher17:04
*** dmacpher is now known as dmacpher-afk17:05
*** liusheng has quit IRC17:05
*** liusheng has joined #openstack-meeting17:05
*** singhj has quit IRC17:05
*** jjmb has quit IRC17:05
*** sfinucan has quit IRC17:06
*** annegentle has quit IRC17:06
*** annegentle has joined #openstack-meeting17:06
*** maishsk has joined #openstack-meeting17:06
*** singhj has joined #openstack-meeting17:07
*** Leom has quit IRC17:08
*** Leom has joined #openstack-meeting17:09
*** jjmb2 has quit IRC17:09
*** yamamoto has joined #openstack-meeting17:09
*** _nadya_ has quit IRC17:10
*** annegent_ has joined #openstack-meeting17:11
*** numans has joined #openstack-meeting17:11
*** annegentle has quit IRC17:12
*** electrofelix has quit IRC17:12
*** scheuran has quit IRC17:12
*** thorst_afk is now known as thorst17:12
*** hashar has quit IRC17:14
*** yamamoto has quit IRC17:14
*** paul-carlton1 has joined #openstack-meeting17:16
*** drankis has quit IRC17:17
*** amrith is now known as _amrith_17:18
*** _amrith_ is now known as amrith17:19
*** _sarob has joined #openstack-meeting17:19
*** RuiChen has quit IRC17:19
*** penick has joined #openstack-meeting17:20
*** RuiChen has joined #openstack-meeting17:20
*** leeantho has joined #openstack-meeting17:21
*** krtaylor has quit IRC17:21
*** toddjohn_ has quit IRC17:23
*** _sarob has quit IRC17:24
*** xingchao has quit IRC17:24
*** electrofelix has joined #openstack-meeting17:24
*** s3wong has joined #openstack-meeting17:25
*** Swami has quit IRC17:25
*** su_zhang has quit IRC17:26
*** adiantum has quit IRC17:26
*** su_zhang has joined #openstack-meeting17:26
*** barker has joined #openstack-meeting17:27
*** julim has quit IRC17:28
*** markvan has quit IRC17:28
*** merooney has joined #openstack-meeting17:30
*** markvan has joined #openstack-meeting17:30
*** yassine__ has quit IRC17:30
*** su_zhang has quit IRC17:30
*** rtheis_ is now known as rtheis17:31
*** yassine__ has joined #openstack-meeting17:31
*** barker has quit IRC17:32
*** jjmb has joined #openstack-meeting17:32
*** krtaylor has joined #openstack-meeting17:33
*** maishsk has quit IRC17:34
*** sdake_ has joined #openstack-meeting17:34
*** zeih has joined #openstack-meeting17:34
*** rbak__ has joined #openstack-meeting17:35
*** achanda has joined #openstack-meeting17:36
*** vijendar has quit IRC17:36
*** sdake has quit IRC17:36
*** tellesnobrega_af is now known as tellesnobrega17:36
*** vijendar has joined #openstack-meeting17:37
*** maishsk has joined #openstack-meeting17:37
*** rbak_ has quit IRC17:38
*** annegent_ has quit IRC17:39
*** zeih has quit IRC17:39
*** annegentle has joined #openstack-meeting17:40
*** Swami has joined #openstack-meeting17:42
*** skraynev_ has quit IRC17:42
*** maishsk has quit IRC17:43
*** s3wong has quit IRC17:43
*** annegentle has quit IRC17:44
*** s3wong has joined #openstack-meeting17:44
*** spotz is now known as spotz_zzz17:44
*** toddjohn_ has joined #openstack-meeting17:44
*** singhj has quit IRC17:45
*** singhj has joined #openstack-meeting17:45
*** Leom has quit IRC17:46
*** sdake_ is now known as sdake17:46
*** Leom has joined #openstack-meeting17:47
*** timcline_ has quit IRC17:47
*** prashantD has joined #openstack-meeting17:48
*** ljxiash has quit IRC17:49
*** hdaniel has joined #openstack-meeting17:49
*** electrofelix has quit IRC17:50
*** maishsk has joined #openstack-meeting17:51
*** electrofelix has joined #openstack-meeting17:51
*** apoorvad has joined #openstack-meeting17:52
*** paul-carlton1 has quit IRC17:53
*** sc68cal has quit IRC17:53
*** SumitNaiksatam has joined #openstack-meeting17:53
*** maishsk has quit IRC17:53
*** matrohon has quit IRC17:54
*** claudiub has quit IRC17:55
*** sridhar_ram has joined #openstack-meeting17:55
*** harshs has joined #openstack-meeting17:55
*** manuel112 has joined #openstack-meeting17:55
*** amotoki has quit IRC17:56
*** jlanoux has quit IRC17:57
*** paul-carlton1 has joined #openstack-meeting17:58
*** sputnik13 has joined #openstack-meeting17:59
*** Leom has quit IRC18:00
*** haomaiwang has quit IRC18:01
*** sdake_ has joined #openstack-meeting18:01
*** hemna has joined #openstack-meeting18:01
*** haomaiwang has joined #openstack-meeting18:01
*** sridhar_ram has quit IRC18:02
*** dmorita has joined #openstack-meeting18:02
*** sridhar_ram has joined #openstack-meeting18:02
*** derekh has quit IRC18:03
*** maishsk_ has joined #openstack-meeting18:03
*** ivar-lazzaro has joined #openstack-meeting18:03
*** sdake has quit IRC18:03
*** rbak__ has quit IRC18:05
*** spzala has quit IRC18:05
*** s3wong has quit IRC18:06
*** spzala has joined #openstack-meeting18:06
*** neelashah has quit IRC18:06
*** Leom has joined #openstack-meeting18:06
*** harshs has quit IRC18:07
*** ndipanov has quit IRC18:07
*** harshs has joined #openstack-meeting18:07
*** myoung|mobile is now known as myoung18:07
*** phil__ has quit IRC18:07
*** hdaniel has quit IRC18:08
*** julim has joined #openstack-meeting18:10
*** yamamoto has joined #openstack-meeting18:10
*** spzala has quit IRC18:11
*** gyee has quit IRC18:11
*** jschwarz has quit IRC18:11
*** Leom has quit IRC18:13
*** maishsk_ has quit IRC18:13
*** maishsk has joined #openstack-meeting18:13
*** jjmb has quit IRC18:14
*** spotz_zzz is now known as spotz18:14
*** spotz is now known as spotz_zzz18:15
*** yamamoto has quit IRC18:15
*** su_zhang has joined #openstack-meeting18:15
*** rbak has joined #openstack-meeting18:15
*** alop has joined #openstack-meeting18:17
*** singhj1 has joined #openstack-meeting18:18
*** singhj has quit IRC18:18
*** neelashah has joined #openstack-meeting18:18
*** barker has joined #openstack-meeting18:19
*** neelashah has quit IRC18:19
*** neelashah has joined #openstack-meeting18:20
*** penick has quit IRC18:20
*** rbak has quit IRC18:21
*** vhoward has joined #openstack-meeting18:21
*** rbak has joined #openstack-meeting18:21
*** evgenyf has joined #openstack-meeting18:21
*** numans has quit IRC18:22
*** numans has joined #openstack-meeting18:22
*** singhj1 has quit IRC18:22
*** shashank_hegde has joined #openstack-meeting18:23
*** ivar-lazzaro has quit IRC18:23
*** ihrachys has quit IRC18:24
*** xingchao has joined #openstack-meeting18:25
*** bobh has quit IRC18:25
*** spzala has joined #openstack-meeting18:25
*** penick has joined #openstack-meeting18:25
*** manuel112 has quit IRC18:28
*** maeca has quit IRC18:28
*** kzaitsev_mb has quit IRC18:29
*** maishsk has quit IRC18:29
*** barker has quit IRC18:29
*** barker has joined #openstack-meeting18:30
*** xingchao has quit IRC18:30
*** maishsk has joined #openstack-meeting18:31
*** singhj has joined #openstack-meeting18:32
*** salv-orlando has quit IRC18:32
*** mohankumar_ has quit IRC18:33
*** gyee has joined #openstack-meeting18:33
*** hemna has quit IRC18:33
*** adiantum has joined #openstack-meeting18:35
*** gyee has quit IRC18:37
*** salv-orlando has joined #openstack-meeting18:39
*** haomaiwang has quit IRC18:39
*** rodrigods has quit IRC18:40
*** rodrigods has joined #openstack-meeting18:40
*** hemna has joined #openstack-meeting18:40
*** reed_ has joined #openstack-meeting18:41
*** piet has joined #openstack-meeting18:41
*** paul-carlton1 has quit IRC18:42
*** haomaiwang has joined #openstack-meeting18:44
*** piet has quit IRC18:46
*** sambetts is now known as sambetts|afk18:47
*** maishsk has quit IRC18:48
*** zeih has joined #openstack-meeting18:48
*** maishsk has joined #openstack-meeting18:48
*** maeca1 has joined #openstack-meeting18:48
*** haomaiwang has quit IRC18:49
*** jtomasek has quit IRC18:49
*** merooney has quit IRC18:51
*** emagana has quit IRC18:51
*** hemna has quit IRC18:52
*** lhcheng has joined #openstack-meeting18:52
*** terrylhowe has joined #openstack-meeting18:52
*** emagana has joined #openstack-meeting18:54
*** IlyaG has quit IRC18:54
*** evgenyf has quit IRC18:56
*** roaet__ has quit IRC18:56
*** sridhar_ram has quit IRC18:57
*** rossella_s has quit IRC18:58
*** rossella_s has joined #openstack-meeting18:58
*** piet has joined #openstack-meeting18:58
*** hemna has joined #openstack-meeting18:58
*** spotz_zzz is now known as spotz18:59
*** barker has quit IRC18:59
*** merooney has joined #openstack-meeting18:59
*** s3wong has joined #openstack-meeting18:59
*** brad_behle has joined #openstack-meeting19:00
rtheisstevemar: are you available for the OSC meeting?19:01
*** Leom has joined #openstack-meeting19:01
*** yassine__ has quit IRC19:01
*** sridhar_ram has joined #openstack-meeting19:01
*** MeganR has joined #openstack-meeting19:01
stevemarrtheis: yep19:01
*** esker has joined #openstack-meeting19:01
stevemarrtheis: did you want to run it?19:01
rtheisnot sure how?19:01
*** piet has quit IRC19:02
stevemarrtheis: start by writing #startmeeting openstackclient19:02
rtheisokay19:02
rtheis#startmeeting openstackclient19:02
openstackMeeting started Thu Feb 25 19:02:35 2016 UTC and is due to finish in 60 minutes.  The chair is rtheis. Information about MeetBot at http://wiki.debian.org/MeetBot.19:02
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.19:02
*** openstack changes topic to " (Meeting topic: openstackclient)"19:02
openstackThe meeting name has been set to 'openstackclient'19:02
stevemar\o/19:02
rtheisthat's not too bad19:02
*** _sarob has joined #openstack-meeting19:02
*** egallen has quit IRC19:03
MeganRo/19:03
stevemarrtheis: other commands are #topic #endmeeting, etc..19:03
terrylhoweo/19:03
rtheisstevemar: any particular order to the meeting?19:03
*** Leom_ has joined #openstack-meeting19:03
*** piet has joined #openstack-meeting19:03
stevemarrtheis: i think we go: 1) open reviews, 2) open bugs, 3) open discussion19:04
rtheis#topic reviews19:04
stevemartoss in an argument about when to release19:04
*** openstack changes topic to "reviews (Meeting topic: openstackclient)"19:04
rtheissure19:04
rtheisAny reviews to discuss?19:04
stevemarhmm19:04
stevemarseems like the "create" commands are causing some issues with the networking commands, they just not as easy?19:05
*** ivar-lazzaro has joined #openstack-meeting19:05
*** jmckind has quit IRC19:05
stevemari guess delete and show are pretty quick :)19:05
*** jmckind has joined #openstack-meeting19:06
rtheisyeah, "create" have a lot more items to sort out, but I think they are coming along fairly well now19:06
*** Leom has quit IRC19:06
*** ivar-lazzaro has quit IRC19:07
stevemarthere's https://review.openstack.org/#/c/276041/19:07
stevemarwhich seems to have gone on for a while now19:07
terrylhoweneutron has a fair number of arrays of dicts, but there is that review out there for that parser action19:07
terrylhoweyeh, that one19:07
stevemarterrylhowe: that's what i just linked :)19:07
rtheisstevemar: yes, that one is holding up a couple create commands19:07
stevemarlooks like dtroyer is just about convinced19:08
rtheisI think it is close19:08
terrylhoweyeh19:08
*** adiantum has quit IRC19:08
stevemari didn't check that one out, but it looks self-explanatory19:08
stevemarthere's https://review.openstack.org/#/c/276350/ which is going to be a pain19:08
*** ivar-lazzaro has joined #openstack-meeting19:09
*** penick has quit IRC19:09
*** pvaneck has joined #openstack-meeting19:09
rtheisstevemar: sorry, but I'm not up to speed on that one.  What is the pain point?19:10
*** egallen has joined #openstack-meeting19:10
*** numans has quit IRC19:10
stevemarrtheis: lots of different projects are going to grapple for handling authentication19:11
*** trozet has joined #openstack-meeting19:11
stevemari think we need to rip most of it and just pass along everything to os-client-config19:11
*** yamamoto has joined #openstack-meeting19:11
*** torgomatic has left #openstack-meeting19:11
*** toscalix has quit IRC19:11
*** baoli_ has quit IRC19:11
terrylhoweI foolishly thought the ksa conversion was done19:11
rtheisok19:12
stevemarterrylhowe: not even close19:12
stevemarterrylhowe: we're still picking up auth plugins from keystoneclient :(19:12
*** angdraug has quit IRC19:12
stevemarterrylhowe: if you want to work on it, go ahead, i think navid is working on other stuff (partly why it's WIP)19:13
*** balajiiyer has joined #openstack-meeting19:13
rtheisstevemar: is this something needed for mitaka release?19:14
stevemarrtheis: it would be nice19:14
*** haleyb has quit IRC19:14
stevemarrtheis: but clients aren't really bound to the release, they should be backwards compat19:14
stevemarso meh19:14
rtheissure19:14
rtheisanything more on this one?19:16
*** dprince has quit IRC19:16
stevemarrtheis: i also just got added to https://review.openstack.org/#/c/284497/19:16
rtheisstevemar: I'll take a look19:17
stevemarrtheis: cool19:17
*** yamamoto has quit IRC19:17
stevemarthat's all the reviews from me19:17
rtheishttps://review.openstack.org/#/c/268907/19:17
stevemarah choices19:17
rtheis"choices" ... do we have a devref on how to handle?19:18
rtheisor an unwritten rule on when to use and when not?19:18
stevemarrtheis: i believe we don't use them at all yet19:18
stevemaroh wait... we do19:19
stevemarhttps://github.com/openstack/python-openstackclient/search?utf8=%E2%9C%93&q=choices19:19
rtheisI think this could impact some of the network create commands19:19
stevemarrtheis: i think if the API is mature enough, then we go for it.19:19
*** jichen has joined #openstack-meeting19:19
*** rbak_ has joined #openstack-meeting19:20
*** rbak has quit IRC19:20
rtheisif not then we just leave it to the API to validate?19:20
rtheisso the cli doesn't have to play catch up19:20
*** maishsk has quit IRC19:20
*** singlethink has quit IRC19:21
stevemaryep19:21
rtheisok19:21
stevemarrtheis: but help is much nicer when we have choices19:21
stevemarand validation much faster19:21
rtheissure19:21
stevemarthats why i say it depends on API maturity19:21
*** zeih has quit IRC19:22
rtheisok19:22
stevemarif things hit the fan, we can always whip up a quick patch and release19:22
*** cody-somerville has joined #openstack-meeting19:22
*** cody-somerville has quit IRC19:22
*** cody-somerville has joined #openstack-meeting19:22
*** fawadkhaliq has joined #openstack-meeting19:22
*** evgenyf has joined #openstack-meeting19:22
*** maeca1 has quit IRC19:23
*** alop has quit IRC19:23
*** annegentle has joined #openstack-meeting19:23
*** maeca has joined #openstack-meeting19:23
rtheismaybe I'll try capturing this in a deverlopers doc update19:23
rtheisthink that is worth while?19:24
stevemarrtheis: absolutely19:24
*** iyamahat_ has quit IRC19:24
rtheis#action rtheis write developers doc update for handling choices in arguments19:25
*** markvan has quit IRC19:25
stevemarrtheis: we should also document all the steps for creating an OSC plugin, theres a lot of tribal knowledge19:25
*** manuel112 has joined #openstack-meeting19:26
rtheisstevemar: do you hold the keys to this knowledge and have time to write something for it?19:26
*** maeca has quit IRC19:26
stevemarrtheis: i can whip something up over lunch19:26
rtheiscool19:26
*** maeca has joined #openstack-meeting19:27
rtheis#action stevemar to document all the steps for creating an OSC plugin19:27
rtheisany other reviews ?19:27
*** markvan has joined #openstack-meeting19:27
*** xingchao has joined #openstack-meeting19:27
*** iyamahat_ has joined #openstack-meeting19:27
*** esheffield has joined #openstack-meeting19:28
rtheis#topic bugs19:28
*** openstack changes topic to "bugs (Meeting topic: openstackclient)"19:28
rtheisany bugs to discuss ?19:28
*** timcline has quit IRC19:28
*** Sukhdev has joined #openstack-meeting19:29
*** ivar-laz_ has joined #openstack-meeting19:29
stevemar#link https://bugs.launchpad.net/python-openstackclient19:29
stevemarlist of bugs ^19:29
stevemarwow, 9819:29
stevemarwe need to bring that down19:29
*** salv-orlando has quit IRC19:29
dtroyero/19:29
stevemareeeek, that's a lot of *new* ones too19:29
rtheisdtroyer: hi19:29
dtroyersorry for being late…thanks for getting things started rtheis19:29
rtheisyw19:30
dtroyer(i haven't looked yet) how many of those bugs are new single commands?19:30
*** andymaier has quit IRC19:30
stevemarwe need a triage day :)19:30
stevemaror week hehe19:30
*** maeca has quit IRC19:30
stevemardtroyer: a good chunk are the new single commands19:30
stevemari'm not crazy about using bugs for that, but whatever gets things done19:31
rtheiswe may have a dozen that are for new commands19:31
dtroyermaybe we can encourage folk to at least do one per resource?19:31
*** neelashah has quit IRC19:31
stevemaryeah, a bug for pool set and another for pool create seems like overkill19:31
rtheisI updated neutron-client blueprint to request future work to be done via blue print19:31
dtroyerstackalytics?19:31
rtheishttps://blueprints.launchpad.net/python-openstackclient/+spec/neutron-client19:31
dtroyerthanks19:31
*** xingchao has quit IRC19:32
*** ivar-lazzaro has quit IRC19:32
stevemardtroyer: you should add rtheis and tangchen to https://launchpad.net/~python-openstackclient-drivers/+members#active19:32
dtroyerthanks for the reminder, I always seem to forget that part19:33
rtheisstevemar: what is the result of being added to that list?19:33
stevemarrtheis: i think you can mark bugs as invalid, incomplete or fix released19:34
dtroyerdone19:34
rtheisok19:34
dtroyerbasically, yeah19:34
*** bobh has joined #openstack-meeting19:34
*** dprince has joined #openstack-meeting19:35
*** _nadya_ has joined #openstack-meeting19:35
*** su_zhang has quit IRC19:35
rtheisdtroyer: is there a way to pass the meeting chair back to you?19:35
*** su_zhang has joined #openstack-meeting19:36
*** maeca has joined #openstack-meeting19:36
stevemarrtheis: nope!19:36
rtheisok19:36
dtroyerno, but it only really matters when it is time to endmeeting19:36
rtheisok19:36
stevemaroh right, bugs...19:36
*** salv-orlando has joined #openstack-meeting19:36
dtroyeryou are doing fine though19:36
stevemarnone seem critical19:36
dtroyer.me looking through scrollback19:36
*** ddieterl_ has quit IRC19:37
rtheisI don't have any specific bugs to discuss19:37
dtroyerI am digging in to https://bugs.launchpad.net/python-openstackclient/+bug/1549095 today with John.  I don't know yet who exactly broke —os-token though19:38
openstackLaunchpad bug 1549095 in Ironic "devstack fails while running Ironic grenade job: init__() got an unexpected keyword argument 'token'" [Undecided,In progress] - Assigned to John L. Villalovos (happycamp)19:38
*** zeih has joined #openstack-meeting19:38
dtroyerbut it attempts to use v2Password when both —os-token and —os-url are present.19:38
dtroyerwe have a hard branch for that combo and it is being bypassed19:38
dtroyerpart of what I saw in scrollback, I suspect something around o-c-c and it's land grab19:38
stevemarthere's https://bugs.launchpad.net/python-openstackclient/+bug/1535562 also, which thomas usually reports19:39
openstackLaunchpad bug 1535562 in python-openstackclient "Unit test failure when buildnig debian package for 2.0.0" [Undecided,New]19:39
*** ddieterly has joined #openstack-meeting19:39
dtroyertoo many dependencies.  we haven't eliminated any yet, only added19:40
dtroyer:(19:40
*** electrofelix has quit IRC19:40
*** su_zhang has quit IRC19:40
stevemardtroyer: yeah, we should look into minimizing things :(19:41
*** timcline has joined #openstack-meeting19:41
*** maeca has quit IRC19:42
*** su_zhang has joined #openstack-meeting19:42
dtroyerI'd love to be able to drop glanceclient for the SDK, it would take a couple of psinful deps with it19:42
*** neiljerram has quit IRC19:42
dtroyeropenssl19:42
*** zeih has quit IRC19:42
dtroyer#topic open discussion19:43
stevemardtroyer: not so fast!19:43
stevemarrtheis: 619:43
stevemarrtheis: ^19:43
* dtroyer hits brakes19:43
*** esheffield has quit IRC19:44
*** esheffield has joined #openstack-meeting19:44
rtheisstevemar: 6 ?19:44
*** jjmb1 has joined #openstack-meeting19:44
stevemari meant ^19:44
stevemarrtheis:  switch topic :)19:44
rtheisok19:44
rtheis#topic open discussion19:44
dtroyeroh, right, he has to do that too19:44
*** openstack changes topic to "open discussion (Meeting topic: openstackclient)"19:44
*** ddieterl_ has joined #openstack-meeting19:44
dtroyerIt is summit room allocation time again19:44
stevemarfun times19:45
dtroyerwe've had one of each type for the last couple of summits…I'm wondering if we need to make any changes?19:45
*** haomaiwang has joined #openstack-meeting19:45
stevemarwe had 1 of each last time19:45
*** maishsk has joined #openstack-meeting19:45
dtroyer1 fishbowl, 1 workroom, 1 meetup19:45
*** neelashah has joined #openstack-meeting19:45
stevemari'd love it if the darn workrooms and meetups didn't overlap completely with keystone19:45
dtroyerthe meetup is ususally where we meet new folk so I like keeping that19:46
*** eddie__ has joined #openstack-meeting19:46
stevemari think we need to keep one of each at a minimum19:46
dtroyerkeystone is full day on Friday?19:46
stevemardtroyer: it usually is19:46
*** hdaniel has joined #openstack-meeting19:47
*** esheffield has quit IRC19:47
dtroyerok, for now I'll stay at 1/1/119:47
stevemardtroyer: yeah19:47
stevemargood call19:47
dtroyerthere are 23 or 24 projcts looking for space in Austin, wanted to make sure we wanted all three19:47
bretonfriday is usually slow at keystone, so I'm +1 for it19:47
stevemarrtheis: have you been to a summit before?19:47
rtheisstevemar: I was in Tokyo.19:48
stevemarrtheis: great, so you know all this :)19:48
rtheishanging out with neutron folks19:48
rtheis:)19:48
dtroyerthat is all from me19:48
stevemaryou've come to the dark side, splendid19:48
stevemarsame19:48
rtheis:)19:48
*** haleyb has joined #openstack-meeting19:48
stevemari'm actually ditching early, gotta pick up some food19:48
* stevemar slinks out19:49
rtheisAt the neutron meetup now and we discuss transition to OSC19:49
*** ddieterl_ is now known as ddieterly_19:49
*** baoli has joined #openstack-meeting19:49
dtroyerfun times19:50
rtheiswe discussed where all of the neutron OSC commands should live ...19:50
*** krotscheck is now known as krotscheck_dcm19:50
rtheisgiven the neutron stadium, is it okay to but core neutron in python-openstackclient and advanced services and other plugins have OSC extensions in their projects?19:50
rtheis*put19:50
dtroyermy take is the resources that overlap with the Compute proxy commands need to be in the OSC repo19:51
*** baoli has quit IRC19:51
dtroyerafter that, it is judement.19:51
rtheisok19:51
*** ayoung has quit IRC19:51
rtheisdo we have a problem if something is considered extension and then moves to core... can it move projects ok?19:51
rtheisor will that bring trouble?19:52
dtroyermoving from a plugin into the OSC repo should be easy as long as there isn't a conflict with old plugins still installed19:52
rtheisok19:53
dtroyerthere might need to be an 'empty' plugin released last to clean out the entry point namespaces19:53
*** haomaiwang has quit IRC19:53
dtroyerbut if only some commands move, it is just a sync timing issue at worst19:53
*** jmckind has quit IRC19:54
rtheissure19:54
*** emagana has quit IRC19:54
rtheisI don't have anything else19:54
*** jmckind has joined #openstack-meeting19:54
dtroyerme either, we can close early in nobody speaks up soon19:54
dtroyerrtheis: thanks again for running the meeting19:55
rtheislast call ...19:55
rtheisdtroyer: yw19:55
rtheis#endmeeting openstackclient19:55
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"19:55
openstackMeeting ended Thu Feb 25 19:55:38 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)19:55
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-02-25-19.02.html19:55
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-02-25-19.02.txt19:55
openstackLog:            http://eavesdrop.openstack.org/meetings/openstackclient/2016/openstackclient.2016-02-25-19.02.log.html19:55
*** hemna has quit IRC19:56
*** MeganR has quit IRC19:56
*** emagana has joined #openstack-meeting19:57
*** haleyb has quit IRC19:58
*** manuel112 has quit IRC19:58
*** balajiiyer has quit IRC19:58
stevemarrtheis: you did great :)19:58
*** annegentle has quit IRC19:59
rtheisstevemar: thanks, I was a little nervous :)19:59
stevemarrtheis: hehe, let me know when you want to be tossed in the deep end again20:00
rtheiswill do20:00
*** haleyb has joined #openstack-meeting20:00
*** ljxiash has joined #openstack-meeting20:01
*** balajiiyer has joined #openstack-meeting20:01
*** emagana has quit IRC20:01
*** evgenyf has quit IRC20:01
*** brad_behle has left #openstack-meeting20:02
*** ddieterl_ has joined #openstack-meeting20:03
*** ddieterly has quit IRC20:05
*** ddieterly_ has quit IRC20:05
*** ljxiash has quit IRC20:05
*** terrylhowe has quit IRC20:05
*** hashar has joined #openstack-meeting20:07
*** FallenPegasus has joined #openstack-meeting20:09
*** annegentle has joined #openstack-meeting20:09
*** ivar-laz_ has quit IRC20:09
*** jprovazn has quit IRC20:10
*** piet has quit IRC20:11
*** cwolferh has quit IRC20:12
*** su_zhang has quit IRC20:12
*** su_zhang has joined #openstack-meeting20:13
*** Leom_ has quit IRC20:13
*** fawadkhaliq has quit IRC20:13
*** Leom has joined #openstack-meeting20:13
*** aeng has joined #openstack-meeting20:13
*** yamamoto has joined #openstack-meeting20:13
*** fawadkhaliq has joined #openstack-meeting20:13
*** piet has joined #openstack-meeting20:14
*** egallen has quit IRC20:14
*** piet has quit IRC20:14
*** su_zhang has quit IRC20:15
*** penick has joined #openstack-meeting20:15
*** su_zhang has joined #openstack-meeting20:15
*** egallen has joined #openstack-meeting20:15
*** bobh has quit IRC20:17
*** yamamoto has quit IRC20:17
*** Leom has quit IRC20:18
*** terrylhowe has joined #openstack-meeting20:18
*** terrylhowe has left #openstack-meeting20:18
*** vijendar has quit IRC20:18
*** salv-orlando has quit IRC20:18
*** salv-orlando has joined #openstack-meeting20:20
*** toddjohn_ has quit IRC20:20
*** ajo_ has joined #openstack-meeting20:21
*** jjmb1 has quit IRC20:21
*** toddjohn_ has joined #openstack-meeting20:21
*** kencjohnston has quit IRC20:21
*** esker has quit IRC20:21
*** vijendar has joined #openstack-meeting20:24
*** ajo_ has quit IRC20:24
*** ajo_ has joined #openstack-meeting20:25
*** toddjohn_ has quit IRC20:25
*** kzaitsev_mb has joined #openstack-meeting20:26
*** sheel has quit IRC20:27
*** xingchao has joined #openstack-meeting20:28
*** vhoward has quit IRC20:29
*** su_zhang has quit IRC20:30
*** su_zhang has joined #openstack-meeting20:30
*** ajo_ has quit IRC20:30
*** ajo_ has joined #openstack-meeting20:31
*** fzdarsky is now known as fzdarsky|afk20:33
*** piet has joined #openstack-meeting20:33
*** ajo_ has quit IRC20:34
*** cloudtrainme has joined #openstack-meeting20:34
*** xingchao has quit IRC20:34
*** ajo_ has joined #openstack-meeting20:35
*** su_zhang has quit IRC20:35
*** ivar-lazzaro has joined #openstack-meeting20:36
*** emagana has joined #openstack-meeting20:38
*** thorst is now known as thorst_afk20:38
*** zeih has joined #openstack-meeting20:39
*** angdraug has joined #openstack-meeting20:39
*** emagana has quit IRC20:40
*** huats has quit IRC20:41
*** matrohon has joined #openstack-meeting20:42
*** maeca has joined #openstack-meeting20:42
*** emagana has joined #openstack-meeting20:42
*** huats has joined #openstack-meeting20:42
*** ivar-lazzaro has quit IRC20:43
*** jjmb has joined #openstack-meeting20:43
*** emagana has quit IRC20:43
*** maeca has quit IRC20:46
*** zeih has quit IRC20:47
*** maeca has joined #openstack-meeting20:47
*** manuel112 has joined #openstack-meeting20:48
*** ajo_ has quit IRC20:49
*** ajo_ has joined #openstack-meeting20:50
*** haomaiwang has joined #openstack-meeting20:50
*** emagana has joined #openstack-meeting20:51
*** cloudtrainme has quit IRC20:51
*** trozet has quit IRC20:51
*** adiantum has joined #openstack-meeting20:51
*** piet has quit IRC20:51
*** novas0x2a|laptop has joined #openstack-meeting20:51
*** _nadya_ has quit IRC20:52
*** sc68cal has joined #openstack-meeting20:53
*** thorst_afk is now known as thorst20:53
*** ajo_ has quit IRC20:53
*** ajo_ has joined #openstack-meeting20:54
*** maeca has quit IRC20:54
*** emagana has quit IRC20:55
*** rtheis has quit IRC20:55
*** toddjohn_ has joined #openstack-meeting20:56
*** toddjohn_ has quit IRC20:56
*** toddjohn_ has joined #openstack-meeting20:56
*** haomaiwang has quit IRC20:58
*** balajiiyer has quit IRC20:58
*** cloudtrainme has joined #openstack-meeting21:00
*** gyee has joined #openstack-meeting21:00
*** annegentle has quit IRC21:01
*** ajo_ has quit IRC21:01
*** ajo_ has joined #openstack-meeting21:01
*** annegentle has joined #openstack-meeting21:01
*** ddieterl_ has quit IRC21:02
*** jmckind has quit IRC21:02
*** jmckind has joined #openstack-meeting21:02
*** toddjohn_ has quit IRC21:04
*** vishwanathj has quit IRC21:04
*** ddieterly has joined #openstack-meeting21:04
*** raildo is now known as raildo-afk21:04
*** ajo_ has quit IRC21:04
*** toddjohn_ has joined #openstack-meeting21:05
*** ajo_ has joined #openstack-meeting21:06
*** markvan has quit IRC21:06
*** rtheis has joined #openstack-meeting21:06
*** trozet has joined #openstack-meeting21:07
*** markvan has joined #openstack-meeting21:08
*** emagana has joined #openstack-meeting21:08
*** piet has joined #openstack-meeting21:08
*** toddjohn_ has quit IRC21:09
*** ajo_ has quit IRC21:09
*** merooney has quit IRC21:09
*** ddieterly has quit IRC21:09
*** ajo_ has joined #openstack-meeting21:10
*** aysyd has quit IRC21:10
*** _sarob has quit IRC21:10
*** emagana has quit IRC21:12
*** adiantum has quit IRC21:13
*** yamamoto has joined #openstack-meeting21:14
*** MaxPC1 has quit IRC21:16
*** ildikov has quit IRC21:16
*** ivar-lazzaro has joined #openstack-meeting21:16
*** yamamoto has quit IRC21:19
*** dprince has quit IRC21:19
*** fawadkhaliq has quit IRC21:20
*** maeca has joined #openstack-meeting21:20
*** manuel112 has quit IRC21:21
*** Sukhdev has quit IRC21:21
*** neelashah has quit IRC21:21
*** ivar-lazzaro has quit IRC21:21
*** ajo_ has quit IRC21:22
*** jichen has quit IRC21:22
*** ajo_ has joined #openstack-meeting21:23
*** achanda has quit IRC21:23
*** maeca has quit IRC21:23
*** su_zhang has joined #openstack-meeting21:23
*** emagana has joined #openstack-meeting21:24
*** egallen has quit IRC21:24
*** jjmb has quit IRC21:25
*** matrohon has quit IRC21:25
*** rtheis has quit IRC21:26
*** rtheis has joined #openstack-meeting21:26
*** ajo_ has quit IRC21:28
*** su_zhang has quit IRC21:28
*** lhcheng has left #openstack-meeting21:29
*** matrohon has joined #openstack-meeting21:29
*** annemccormick has quit IRC21:30
*** achanda has joined #openstack-meeting21:31
*** xingchao has joined #openstack-meeting21:31
*** piet has quit IRC21:32
*** cloudtrainme has quit IRC21:33
*** ijw has joined #openstack-meeting21:33
*** achanda has quit IRC21:33
*** sdake_ is now known as sdake21:35
*** esker has joined #openstack-meeting21:36
*** xingchao has quit IRC21:36
*** achanda has joined #openstack-meeting21:37
*** ajiang has joined #openstack-meeting21:38
*** thorst is now known as thorst_afk21:39
*** banix has joined #openstack-meeting21:39
*** kaisers has quit IRC21:39
*** maeca has joined #openstack-meeting21:40
*** cloudtrainme has joined #openstack-meeting21:40
*** sc68cal has quit IRC21:41
*** esker has quit IRC21:41
*** ijw has quit IRC21:41
*** kaisers has joined #openstack-meeting21:41
*** ijw has joined #openstack-meeting21:42
*** thorst_afk has quit IRC21:43
*** thorst_afk has joined #openstack-meeting21:43
*** yamahata has quit IRC21:44
*** iyamahat_ has quit IRC21:45
*** annegentle has quit IRC21:46
*** cloudtrainme has quit IRC21:46
*** annegentle has joined #openstack-meeting21:46
*** esker has joined #openstack-meeting21:46
*** neelashah has joined #openstack-meeting21:47
*** jmckind has quit IRC21:49
*** jmckind has joined #openstack-meeting21:49
*** esker has quit IRC21:51
*** esker has joined #openstack-meeting21:51
*** shashank_hegde has quit IRC21:51
*** piet has joined #openstack-meeting21:51
*** winston-d_ has quit IRC21:52
*** shashank_hegde has joined #openstack-meeting21:52
*** thorst_afk has quit IRC21:52
*** maishsk_ has joined #openstack-meeting21:52
*** annegent_ has joined #openstack-meeting21:53
*** annegentle has quit IRC21:53
*** ddieterly has joined #openstack-meeting21:53
*** maishsk has quit IRC21:54
*** maishsk_ is now known as maishsk21:54
*** emagana has quit IRC21:54
*** haomaiwang has joined #openstack-meeting21:55
*** annegent_ has quit IRC21:56
*** annegentle has joined #openstack-meeting21:57
*** spzala has quit IRC21:59
*** penick_ has joined #openstack-meeting21:59
*** maeca has quit IRC21:59
*** penick has quit IRC21:59
*** penick_ is now known as penick21:59
*** maeca has joined #openstack-meeting22:00
*** delatte has quit IRC22:00
*** Leom has joined #openstack-meeting22:00
*** haomaiwang has quit IRC22:01
*** emagana has joined #openstack-meeting22:01
*** _sarob has joined #openstack-meeting22:01
*** shashank_hegde has quit IRC22:01
*** Leom_ has joined #openstack-meeting22:02
*** emagana has quit IRC22:02
*** maishsk has quit IRC22:02
*** emagana has joined #openstack-meeting22:02
*** maishsk has joined #openstack-meeting22:04
*** julim has quit IRC22:04
*** Leom has quit IRC22:04
*** tellesnobrega is now known as tellesnobrega_af22:05
*** lblanchard has quit IRC22:05
*** merooney has joined #openstack-meeting22:05
*** emagana has quit IRC22:06
*** _sarob has quit IRC22:06
*** jjmb has joined #openstack-meeting22:07
*** jjmb has quit IRC22:08
*** annegentle has quit IRC22:08
*** jjmb has joined #openstack-meeting22:08
*** _sarob has joined #openstack-meeting22:08
*** annegentle has joined #openstack-meeting22:08
*** macsz has joined #openstack-meeting22:09
*** pradk has quit IRC22:09
*** achanda has quit IRC22:09
*** pradk has joined #openstack-meeting22:09
*** emagana has joined #openstack-meeting22:09
*** eharney has quit IRC22:10
*** emagana has quit IRC22:11
*** emagana has joined #openstack-meeting22:11
*** dmorita has quit IRC22:11
*** jorge_munoz has quit IRC22:12
*** _sarob has quit IRC22:13
*** knikolla has quit IRC22:13
*** ivar-lazzaro has joined #openstack-meeting22:13
*** manuel112 has joined #openstack-meeting22:14
*** ivar-lazzaro has quit IRC22:14
*** maishsk_ has joined #openstack-meeting22:14
*** dmorita has joined #openstack-meeting22:14
*** yamamoto has joined #openstack-meeting22:15
*** ivar-lazzaro has joined #openstack-meeting22:15
*** maishsk has quit IRC22:15
*** maishsk_ is now known as maishsk22:15
*** nmagnezi has quit IRC22:15
*** Leom_ has quit IRC22:15
*** prashantD has quit IRC22:16
*** prashantD has joined #openstack-meeting22:18
*** piet has quit IRC22:18
*** fawadkhaliq has joined #openstack-meeting22:19
*** dkranz has quit IRC22:19
*** zhhuabj_ has quit IRC22:20
*** yamamoto has quit IRC22:20
*** su_zhang has joined #openstack-meeting22:23
*** ivar-lazzaro has quit IRC22:25
*** delatte has joined #openstack-meeting22:25
*** tellesnobrega_af is now known as tellesnobrega22:25
*** ivar-lazzaro has joined #openstack-meeting22:27
*** ivar-lazzaro has quit IRC22:27
*** ivar-lazzaro has joined #openstack-meeting22:27
*** Sukhdev has joined #openstack-meeting22:28
*** jckasper has quit IRC22:28
*** cloudtrainme has joined #openstack-meeting22:28
*** jckasper has joined #openstack-meeting22:28
*** jckasper has quit IRC22:29
*** jckasper has joined #openstack-meeting22:29
*** cwolferh has joined #openstack-meeting22:30
*** cwolferh has quit IRC22:30
*** hemna has joined #openstack-meeting22:30
*** dmorita has quit IRC22:32
*** macsz has quit IRC22:32
*** xingchao has joined #openstack-meeting22:33
*** dmorita has joined #openstack-meeting22:33
*** delattec has joined #openstack-meeting22:33
*** maishsk_ has joined #openstack-meeting22:34
*** cloudtra_ has joined #openstack-meeting22:34
*** maishsk has quit IRC22:34
*** maishsk_ is now known as maishsk22:34
*** cloudtrainme has quit IRC22:35
*** jckasper has quit IRC22:35
*** jckasper has joined #openstack-meeting22:36
*** delatte has quit IRC22:36
*** IlyaG has joined #openstack-meeting22:36
*** jckasper has quit IRC22:38
*** xingchao has quit IRC22:38
*** jckasper has joined #openstack-meeting22:38
*** MarkAtwood has quit IRC22:39
*** dane_leblanc has quit IRC22:41
*** FallenPegasus has quit IRC22:42
*** jckasper has quit IRC22:42
*** jckasper has joined #openstack-meeting22:42
*** armax has quit IRC22:43
*** FallenPegasus has joined #openstack-meeting22:43
*** armax has joined #openstack-meeting22:44
*** zeih has joined #openstack-meeting22:44
*** ivar-laz_ has joined #openstack-meeting22:44
*** manuel112 has quit IRC22:45
*** jjmb has quit IRC22:45
*** jckasper has quit IRC22:45
*** jckasper has joined #openstack-meeting22:45
*** ivar-lazzaro has quit IRC22:47
*** FallenPegasus has quit IRC22:48
*** absubram has quit IRC22:48
*** annegentle has quit IRC22:49
*** thorst_afk has joined #openstack-meeting22:49
*** annegentle has joined #openstack-meeting22:50
*** vijendar has quit IRC22:50
*** hdaniel has quit IRC22:50
*** josdotso has joined #openstack-meeting22:51
*** esker has quit IRC22:52
*** neelashah has quit IRC22:52
*** zeih has quit IRC22:52
*** annegentle has quit IRC22:55
*** hemna has quit IRC22:55
*** thorst_afk has quit IRC22:57
*** armax has quit IRC22:57
*** trozet has quit IRC22:57
*** rossella_s has quit IRC22:58
*** banix has quit IRC22:58
*** rossella_s has joined #openstack-meeting22:58
*** haomaiwang has joined #openstack-meeting22:59
*** jmckind has quit IRC23:00
*** jmckind has joined #openstack-meeting23:00
*** haomaiwang has quit IRC23:01
*** delatte has joined #openstack-meeting23:01
*** ayoung has joined #openstack-meeting23:03
*** delattec has quit IRC23:03
*** spotz is now known as spotz_zzz23:04
*** singhj has quit IRC23:04
*** achanda has joined #openstack-meeting23:04
*** ivar-laz_ has quit IRC23:05
*** jmckind has quit IRC23:07
*** hemna has joined #openstack-meeting23:07
*** salv-orl_ has joined #openstack-meeting23:08
*** maeca has quit IRC23:08
*** shashank_hegde has joined #openstack-meeting23:09
*** edtubill has quit IRC23:11
*** salv-orlando has quit IRC23:12
*** dmorita has quit IRC23:12
*** maeca has joined #openstack-meeting23:13
*** comay has quit IRC23:14
*** xyang1 has quit IRC23:14
*** matrohon has quit IRC23:15
*** shashank_hegde has quit IRC23:16
*** maeca has joined #openstack-meeting23:16
*** yamamoto_ has joined #openstack-meeting23:16
*** ivar-lazzaro has joined #openstack-meeting23:17
*** _sarob has joined #openstack-meeting23:17
*** Daisy has joined #openstack-meeting23:18
*** xek_ has joined #openstack-meeting23:18
*** xek has quit IRC23:19
*** comay has joined #openstack-meeting23:19
*** hashar has quit IRC23:20
*** dmorita has joined #openstack-meeting23:20
*** _sarob has quit IRC23:21
*** yamamoto_ has quit IRC23:22
*** Daisy has quit IRC23:22
*** sigmavirus24 is now known as sigmavirus24_awa23:23
*** shashank_hegde has joined #openstack-meeting23:26
*** dimtruck is now known as zz_dimtruck23:27
*** hemna has quit IRC23:28
*** Sukhdev has quit IRC23:29
*** timcline has quit IRC23:30
*** dmorita has quit IRC23:30
*** ivar-lazzaro has quit IRC23:31
*** iyamahat_ has joined #openstack-meeting23:34
*** rtheis has quit IRC23:34
*** dmorita has joined #openstack-meeting23:35
*** xingchao has joined #openstack-meeting23:35
*** _sarob has joined #openstack-meeting23:36
*** yamahata has joined #openstack-meeting23:36
*** manuel112 has joined #openstack-meeting23:38
*** Swami has quit IRC23:38
*** achanda has quit IRC23:38
*** comay has quit IRC23:39
*** salv-orl_ has quit IRC23:39
*** pradk has quit IRC23:39
*** haleyb has quit IRC23:39
*** tochi has joined #openstack-meeting23:40
*** xingchao has quit IRC23:41
*** _sarob has quit IRC23:41
*** banix has joined #openstack-meeting23:41
*** maeca has quit IRC23:41
*** maeca has joined #openstack-meeting23:42
*** angdraug has quit IRC23:43
*** timcline has joined #openstack-meeting23:43
*** amitgandhinz has quit IRC23:44
*** sridhar_ram has quit IRC23:44
*** _sarob has joined #openstack-meeting23:44
*** dmorita has quit IRC23:45
*** SumitNaiksatam has quit IRC23:46
*** dmorita has joined #openstack-meeting23:46
*** ddieterly has quit IRC23:47
*** fawadkhaliq has quit IRC23:47
*** _sarob has quit IRC23:49
*** achanda has joined #openstack-meeting23:49
*** edtubill has joined #openstack-meeting23:49
*** jckasper has quit IRC23:50
*** dmorita has quit IRC23:50
*** jckasper has joined #openstack-meeting23:51
*** JRobinson__ has joined #openstack-meeting23:51
*** maeca has quit IRC23:53
*** xinwu has joined #openstack-meeting23:54
*** maeca has joined #openstack-meeting23:54
*** thorst_afk has joined #openstack-meeting23:55
*** jckasper has quit IRC23:55
*** su_zhang has quit IRC23:57
*** su_zhang has joined #openstack-meeting23:57
*** ivar-lazzaro has joined #openstack-meeting23:58
*** krtaylor has quit IRC23:58
*** jckasper has joined #openstack-meeting23:59

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