Thursday, 2015-12-03

thinrichsHi all00:00
*** tej has joined #openstack-meeting00:00
*** torgomatic has left #openstack-meeting00:00
thinrichstime for congress00:00
fabioghi00:00
thinrichs#startmeeting CongressTeamMeeting00:00
*** mwagner_lap has joined #openstack-meeting00:00
openstackMeeting started Thu Dec  3 00:00:39 2015 UTC and is due to finish in 60 minutes.  The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot.00:00
*** tej has quit IRC00:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:00
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)"00:00
openstackThe meeting name has been set to 'congressteammeeting'00:00
*** sacharya has quit IRC00:01
*** penick has quit IRC00:01
thinrichsfabiog: hi00:01
fabiogthinrichs: hi00:01
*** kzaitsev_mb has joined #openstack-meeting00:01
fabiognobody else around ?00:01
thinrichsfabiog: I remember you sending out a survey.  But then I couldn't find it.00:01
*** ramineni has quit IRC00:01
kzaitsev_mbo/00:01
*** ramineni_ has joined #openstack-meeting00:02
thinrichsfabiog: a survey for the mid-cycle meetup00:02
pballandhi00:02
*** rbak has quit IRC00:02
ramineni_hi00:02
freerunnero/00:02
*** ramineni has joined #openstack-meeting00:02
fabiogthinrichs: http://doodle.com/poll/iinvncz7298rq9wbfqdspft2/admin#table00:02
ekcshi00:02
fabiogthinrichs: some people already listed themselves there00:03
*** tej has joined #openstack-meeting00:03
thinrichsfabiog: thanks.00:03
fabiogthinrichs: I would actually get some consensus today, so I can start planning00:03
fabiogthinrichs: like to get00:03
*** alexsyip has joined #openstack-meeting00:03
*** masahito has joined #openstack-meeting00:03
thinrichsfabiog: understood00:03
thinrichsMy agenda for today:00:03
masahitohi00:03
joonmyunghi00:04
thinrichs1. distributed arch00:04
thinrichs2. python300:04
thinrichs3. midcycle meetup00:04
*** ramineni has quit IRC00:04
thinrichs4. tempest tests00:04
thinrichs5. devstack gate00:04
thinrichsAnything else?00:04
*** ramineni has joined #openstack-meeting00:04
*** dims has quit IRC00:04
thinrichs#topic distributed arch00:06
*** openstack changes topic to "distributed arch (Meeting topic: CongressTeamMeeting)"00:06
thinrichspballand: how's it going?00:06
*** xyang1 has quit IRC00:06
*** mudassirlatif has quit IRC00:06
pballandwas on vacation last week, sorry for not sending an update for last weeks meeting00:07
pballandI’ve been trying various angles at getting the fake driver working in oslo.messaging00:07
pballandit seems that it doesn’t work with multiple topics, namespaces, or versions00:08
*** mudassirlatif has joined #openstack-meeting00:08
pballandunfortunately, we need one of those for the design to work00:08
pballandthe rabbit driver does appear to work, but that makes it difficult for testing or running without dependencies00:08
pballandoptions: continue with functionality using rabbit, don’t do testing00:09
pballand(1)00:09
pballand2) continue debugging the oslo.messaging fake driver00:09
pballand3) write a new olso messaging driver00:09
pballandwe can try multiple things in parallel00:10
pballandbut I’m stuck on 2 and could use help00:10
*** shakamunyi has joined #openstack-meeting00:10
pballandthoughts?00:10
fabiogpballand: have you reached out to the oslo folks?00:10
thinrichsI'm in favor of having good unit tests (eventually).00:11
masahitooslo team said they don't maintenance fake driver now. so they said it would be a bug.00:11
thinrichsCan we have good unit tests without the fake driver?00:11
pballandI think an in-memory driver is necessary for unit tests00:11
*** rbak has joined #openstack-meeting00:12
pballandothers may disagree I guess...00:12
*** su_zhang has joined #openstack-meeting00:12
su_zhanghello all00:13
su_zhangwhat's the current topic for congress?00:13
thinrichssu_zhang: status on the distributed arch00:13
pballandproposal: I will move forward pushing the existing code and add the rest of the functionality using manual testing with rabbit driver00:13
su_zhangsounds beautiful00:13
pballandin parallel (hopefuly) someone else can pick up trying to fix or replace the fake driver00:14
pballandanyone up for that?00:14
thinrichspballand: so you're proposing to merge the existing code (without adding any tests that gate future commits) and let us all jointly work on getting the gating tests in place.00:15
pballandping?00:15
pballandthinrichs: exactly00:15
masahitoi try to do it00:15
pballandthe cude is compeltely standalone so far, so it shouldn’t affect much00:15
*** absubram has joined #openstack-meeting00:15
thinrichsSo effectively this makes it easier for people to collaborate on getting the unit tests working than if the code were sitting in gerrit.00:16
*** balajiiyer1 has joined #openstack-meeting00:16
pballandmasahito: that would be great!00:16
thinrichsThe system will function exactly the same before and after the merge.00:16
thinrichs?00:17
*** asettle is now known as asettle-bfast00:17
pballandyup - no affect whatsoever00:17
pballandjust a couple new files00:17
thinrichsThat seems like a good way to give everyone a chance to get involved.00:17
thinrichsIt also sounds like we can start doing several things in parallel…00:18
thinrichs1. continue development of dsenode00:18
thinrichs2. develop unit tests for dsenode00:18
thinrichs3. integrate datasources, policy engine, api with new dsenode00:18
*** balajiiyer has quit IRC00:18
pballandok, then I will move forward with pushing the standalone dsenode200:19
thinrichs(The last we want to be careful of — to ensure we can run either in the distributed or non-distributed mode — but we can make progress.)00:19
thinrichspballand: sounds good to me.00:19
pballandthanks00:19
fabiogpballand: could you please post the review link?00:20
thinrichsany other questions, comments, concerns?00:20
masahitowho will be assigned to 2 and 3?00:21
thinrichsmasahito: I think you signed up for (2)00:21
masahitoyes00:21
thinrichspballand is working on (1), though it seems it should be mostly working00:22
*** xingchao has joined #openstack-meeting00:22
thinrichsI think we want to make progress on unit tests (2) so we know whether we're doing the integration (3) correctly.00:22
pballandI still have some methods to throw back in (they were pulled out to make testing easier until the fake driver was working)00:22
thinrichspballand: do you have any manual tests in code that we could expand to check if we're doing integrations properly?00:23
*** kozhukalov_ has quit IRC00:24
thinrichsThat is, is there a test framework for running with the real rabbit driver?00:25
pballandyes - it’s all in there00:25
*** gatekeep has quit IRC00:25
pballandbut it is standalone, so you need to create a venv to run it00:25
thinrichsare there instructions?00:25
pballandI’ll add them before pushing00:26
*** xingchao has quit IRC00:26
thinrichsCan we have one person other than pballand and masahito volunteer to try out pballand's test framework for the rabbit driver by next week?00:26
*** tochi has quit IRC00:26
thinrichspballand: I should have asked this first: when do you think we'll push it in?00:27
thinrichsSorry—when do you think you will push the code in?00:27
pballandI should have it in by end of day tomorrow (PST)00:27
*** gatekeep has joined #openstack-meeting00:27
ekcsI can work with pballand on it too.00:27
thinrichsThat's enough time for someone to try out the instructions.00:28
thinrichsekcs: great!00:28
thinrichsSome actions items...00:28
thinrichs#action pballand will commit the DseNode code00:28
thinrichs#action masahito will work on getting a unit test framework (e.g. couple of example tests) in place and working00:29
thinrichs#action ekcs will try out pballand's test framework for the real rabbit driver00:29
thinrichsThen if all goes well, next week we can have a couple of people do an integration or two of the API and policy engine.00:30
thinrichsSound good?00:30
ekcs#agreed00:30
*** salv-orl_ has joined #openstack-meeting00:30
thinrichs#00:31
thinrichsnext topic00:31
thinrichs#topic python3 status00:31
*** openstack changes topic to "python3 status (Meeting topic: CongressTeamMeeting)"00:31
thinrichsekcs: how's python3 going?00:31
ekcsIt's going well. Number of Py34 test fails dropping quickly with each patch.00:31
ekcs~400 fails in antlr patch00:31
ekcs~100 fails in datalog patch #link https://review.openstack.org/#/c/248946/00:31
ekcs~30 fails in datasources patch #link https://review.openstack.org/#/c/252165/00:31
ekcsAPI patch coming this week.00:31
ekcsAfter that only loose ends should remain.00:31
ekcsMy goal is to be down to zero fails sometime next week. Then hopefully we can make Py34 voting when all these patches are merged.00:31
thinrichsNice progress!00:32
masahitogreat!00:32
ekcslike before, reviews appreciated.00:33
*** hrou has left #openstack-meeting00:33
*** salv-orlando has quit IRC00:33
*** dims has joined #openstack-meeting00:33
*** rpioso has quit IRC00:33
thinrichsI didn't make a review pass today like I'd planned.  I'm planning to do it tomorrow or after the meeting.00:33
thinrichsSorry all.00:33
*** sputnik13 has quit IRC00:33
thinrichsekcs: I just noticed a py27 antlr failure.  Don't know how widespread this is.00:33
thinrichs#link http://logs.openstack.org/09/247109/11/check/gate-congress-python27/abc02fc/console.html00:33
thinrichsIt's just a requirements.txt update00:34
thinrichs#link https://review.openstack.org/#/c/247109/00:34
thinrichsThe error is saying that there's no antlr3 module found.00:34
raminenithinrichs: why is setup.py modified here, i think failure because of that00:35
ekcsyea that makes sense. setup.py sets up the symlinks for antlr3.00:35
*** jbryce has quit IRC00:35
ekcsmaybe we’re not supposed to do that.00:36
ekcsthere are alternatives, but none of them pretty.00:36
*** tej has quit IRC00:37
*** rcernin has quit IRC00:37
ekcsone alternative to the symlink setup is to let each file decode based on py version which antlr3 runtime to import. That works, the drawback is that we have to modify the import section of generated code (CongressParser and CongressLexer)00:38
thinrichsThat seems bad if the auto-jobs are deleting something we depend on.00:38
ekcsI’ve been thinking about doing it that way instead for easier testing (don’t have to run setup.py each time), but it seems bad to have to modify generated code too. This situation may just push to in that direction though.00:39
ekcsthinrichs: #agreed00:39
thinrichsekcs: could you look into this?  Maybe post to openstack-dev?00:39
ekcsthinrichs: ok00:40
thinrichsekcs: seems you have a lot on your plate.00:40
*** jbryce has joined #openstack-meeting00:40
*** bobh_ has joined #openstack-meeting00:40
thinrichsekcs: but we need to keep our requirements up to date.  It's not urgent, but we should start looking into it this week.00:40
*** annegentle has quit IRC00:41
ekcsthinrichs: got it.00:41
*** aranjan has joined #openstack-meeting00:41
*** e0ne has joined #openstack-meeting00:41
thinrichsekcs: would you rather someone else work with pballand on working with the rabbit driver test framework?00:41
*** Sukhdev has quit IRC00:41
ekcsthinrichs: sure that could help, just to ensure that py3 stuff doesn’t get delayed.00:42
*** kebray has quit IRC00:42
*** masahito has quit IRC00:42
thinrichsAny volunteers?00:43
raminenithinrichs: let me try it out00:43
*** masahito has joined #openstack-meeting00:43
thinrichsramineni: thanks!00:43
ekcsramineni: thanks00:43
thinrichspballand: could you work with ramineni once you get the dsenode code merged?00:43
pballandsure, will do00:44
thinrichs#topic midcycle meetup00:44
*** openstack changes topic to "midcycle meetup (Meeting topic: CongressTeamMeeting)"00:44
*** Sukhdev has joined #openstack-meeting00:44
thinrichsAnyone who is interested in attending the mid-cycle meetup, which will be held in the bay area, needs to fill out this poll.00:45
thinrichshttp://doodle.com/poll/iinvncz7298rq9wbfqdspft2/admin#table00:45
thinrichsI haven't done this yet; anyone else planning on filling it out?00:45
*** e0ne has quit IRC00:45
*** Swami has quit IRC00:46
fabiogthinrichs: I just found out that Mon 18 is MLK Day00:46
fabiogthinrichs: are we shooting for 3 days?00:46
thinrichsfabiog offered to host and asked that we get some dates settled today.  But I think that by Friday or next Wed is more likely00:46
*** claudiub has quit IRC00:46
*** arcee has joined #openstack-meeting00:47
thinrichsThe topics we settled on were: distributed architecture, HA architecture, and monasca integration.00:47
fabiogthinrichs: I will not be able to attend next wed since I am at an offsite00:47
thinrichsfabiog: is it okay if I email you final dates next wed?00:48
fabiogthinrichs: yes, perfectly fine00:48
thinrichsAll: we'll close the poll this Friday.  Next week I'll look at the options and let fabiog know which ones seem to work best.00:48
fabiogthinrichs: I just need to take care of logistics, like room, catering and dinner before I leave for the break :-)00:48
thinrichsAny thoughts about whether we should have 2 days or 3 days?00:49
thinrichsfabiog: totally understand; thanks so much for arranging everything!00:49
fabiogthinrichs: my pleasure00:49
*** hoangcx has joined #openstack-meeting00:49
*** john-davidge has quit IRC00:50
*** blmartin has left #openstack-meeting00:50
*** ramineni has quit IRC00:51
*** arcee has quit IRC00:51
*** sputnik13 has joined #openstack-meeting00:51
thinrichsI'd lean toward 3 days: (i) distributed architecture: overview, status, code sprint.  (ii) monasca integration where hopefully we can have that discussion in light of the distributed architecture.  (iii) HA discussion.00:51
thinrichsI'd hope the monasca team could attend the overview part of day 100:52
thinrichsso we're all on the same page wrt day 200:52
ekcsMakes sense.00:52
thinrichsAnd then the HA day is last so we take the monasca integration into account, if necessary.00:52
thinrichsThat's just off the top of my head, though.  So other suggestions would be great.00:53
*** sputnik13 has quit IRC00:53
*** salv-orl_ has quit IRC00:53
*** ramineni has joined #openstack-meeting00:54
*** ramineni has left #openstack-meeting00:54
*** ramineni has joined #openstack-meeting00:54
thinrichs5 minutes left.  Let's just open for discussion.00:54
thinrichs#topic open discussion00:54
*** openstack changes topic to "open discussion (Meeting topic: CongressTeamMeeting)"00:54
raminenihad patch up , for having diff gate jon for stable branches , https://review.openstack.org/#/c/250598/400:55
kzaitsev_mbhi freerunner and came here to give you tell you, that murano-integration gate has landed )00:55
freerunnerHey guys! Murano team have some news for you. First: As you can see, the murano-congress integration gate appeared in congress repo ;) Second: What about merging this patch https://review.openstack.org/#/c/249023/ ;)00:55
ramineniappreciate any reviews :)00:55
*** ricolin has joined #openstack-meeting00:55
*** thorst has quit IRC00:55
kzaitsev_mbfreerunner: although it seems red right now ))00:55
fabiogthinrichs: I am still working on a Monasca driver, but I have to get the python-monasca client in the global requirements that opened a bunch of stuff to be done, so it will take longer than planned00:55
*** thorst has joined #openstack-meeting00:56
alexsyipMy changes to finish the synchronizer merged a couple weeks ago.  I haven’t tested it, but all the code for basic HA should be in place now.00:56
freerunnerkzaitsev_mb: Not exactly =) I hope, that thinrichs help us to land https://review.openstack.org/#/c/249023/ , then the gate become green.00:56
*** pratikmallya has joined #openstack-meeting00:56
thinrichskzaitsev_mb: Great!  I saw that.  Thanks for getting that done.00:56
thinrichsramineni: will do.  Thanks for pointing us to it.00:57
*** aimon has quit IRC00:57
*** zhhuabj has joined #openstack-meeting00:57
thinrichsfreerunner: I'll get to that patch hopefully tonight00:57
*** amrith is now known as _amrith_00:57
*** bobh_ has quit IRC00:58
freerunnerthinrichs: Great news ;)00:58
*** baoli has joined #openstack-meeting00:58
thinrichsfabiog: great!  let us know if we can help00:58
thinrichsalexsyip: it's great to have the synchronizer code in our back pocket once the distributed arch lands.00:59
*** atiwari has joined #openstack-meeting00:59
alexsyipYou can use basic HA without the rest of the distributed architecture.00:59
*** otter768 has joined #openstack-meeting01:00
*** atiwari has quit IRC01:00
thinrichsalexsyip: right—if we deploy multiple congresses.  Thanks for the reminder!01:00
thinrichsWe're out of time for this week.  Thanks all!01:01
thinrichs#endmeeting01:01
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)"01:01
openstackMeeting ended Thu Dec  3 01:01:02 2015 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)01:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-12-03-00.00.html01:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-12-03-00.00.txt01:01
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2015/congressteammeeting.2015-12-03-00.00.log.html01:01
*** joonmyung has quit IRC01:01
*** fabiog has quit IRC01:01
*** atiwari has joined #openstack-meeting01:01
masahitothank. bye01:01
*** masahito has left #openstack-meeting01:01
*** weshay has quit IRC01:02
*** shakamunyi has quit IRC01:02
*** sacharya has joined #openstack-meeting01:02
*** xingchao has joined #openstack-meeting01:02
*** ekcs has left #openstack-meeting01:02
*** IlyaG has quit IRC01:02
*** shakamunyi has joined #openstack-meeting01:03
*** otter768 has quit IRC01:04
*** thorst has quit IRC01:04
*** IlyaG has joined #openstack-meeting01:05
*** alexsyip has quit IRC01:05
*** zhhuabj has quit IRC01:06
*** sacharya has quit IRC01:07
*** hoangcx has quit IRC01:08
*** kzaitsev_mb has quit IRC01:08
*** IlyaG has quit IRC01:09
*** nelsnels_ has quit IRC01:09
*** kzaitsev_mb has joined #openstack-meeting01:11
*** barrett has quit IRC01:13
*** barrett has joined #openstack-meeting01:13
*** aranjan has quit IRC01:15
*** thinrichs has left #openstack-meeting01:15
*** zz_dimtruck is now known as dimtruck01:17
*** IlyaG has joined #openstack-meeting01:20
*** gjayavelu has quit IRC01:21
*** kzaitsev_mb has quit IRC01:22
*** thorst has joined #openstack-meeting01:23
*** markvoelker has quit IRC01:23
*** IlyaG has quit IRC01:24
*** rajinir_ has quit IRC01:25
*** IlyaG has joined #openstack-meeting01:25
*** zhhuabj has joined #openstack-meeting01:27
*** kzaitsev_mb has joined #openstack-meeting01:27
*** rebase_ has quit IRC01:28
*** barrett has left #openstack-meeting01:28
*** aimon has joined #openstack-meeting01:29
*** mestery has joined #openstack-meeting01:30
*** dims has quit IRC01:30
*** xingchao has quit IRC01:31
*** Sukhdev has quit IRC01:33
*** xingchao has joined #openstack-meeting01:36
*** zhhuabj has quit IRC01:37
*** su_zhang has quit IRC01:39
*** yamamoto has joined #openstack-meeting01:43
*** dixiaoli has joined #openstack-meeting01:43
*** MarkAtwood has joined #openstack-meeting01:44
*** kjorgensen has quit IRC01:46
*** mtanino has quit IRC01:47
*** kjorgens_ has joined #openstack-meeting01:50
*** sgundur has joined #openstack-meeting01:51
*** AnothrLundquist has joined #openstack-meeting01:51
*** yamamoto has quit IRC01:53
*** zhurong has joined #openstack-meeting01:53
*** sgundur has left #openstack-meeting01:53
*** salv-orlando has joined #openstack-meeting01:54
*** kjorgens_ has quit IRC01:55
*** novas0x2a|laptop has quit IRC01:55
*** AnothrLundquist has quit IRC01:56
*** zhhuabj has joined #openstack-meeting01:58
*** salv-orlando has quit IRC01:59
*** dmowrer has joined #openstack-meeting02:00
*** dims has joined #openstack-meeting02:00
*** john-davidge has joined #openstack-meeting02:01
*** kzaitsev_mb has quit IRC02:01
*** john-davidge has quit IRC02:02
*** aeng has quit IRC02:04
*** epico has joined #openstack-meeting02:04
*** dmowrer has quit IRC02:04
*** ramineni has quit IRC02:05
*** aeng has joined #openstack-meeting02:05
*** ramineni_ has quit IRC02:06
*** aranjan has joined #openstack-meeting02:06
*** leeantho has quit IRC02:07
*** oomichi has joined #openstack-meeting02:07
*** apoorvad has quit IRC02:09
*** aranjan has quit IRC02:10
*** bochi-michael has joined #openstack-meeting02:11
*** thorst has quit IRC02:15
*** roxanagh_ has quit IRC02:16
*** mudassirlatif has quit IRC02:18
*** fzdarsky_ has joined #openstack-meeting02:18
*** Piet has joined #openstack-meeting02:19
*** fzdarsky has quit IRC02:22
*** mestery has quit IRC02:22
*** s3wong has quit IRC02:23
*** dmacpher has joined #openstack-meeting02:25
*** dougw2 has joined #openstack-meeting02:25
*** ajmiller_ has joined #openstack-meeting02:28
*** alexpilotti has quit IRC02:30
*** ajmiller has quit IRC02:30
*** dougw2 has quit IRC02:31
*** rebase_ has joined #openstack-meeting02:32
*** kjorgensen has joined #openstack-meeting02:34
*** ajmiller__ has joined #openstack-meeting02:35
*** rebase_ has quit IRC02:35
*** kjorgens_ has joined #openstack-meeting02:36
*** kjorgens_ has quit IRC02:37
*** ajmiller_ has quit IRC02:38
*** kjorgens_ has joined #openstack-meeting02:38
*** kjorgensen has quit IRC02:38
*** yamamoto has joined #openstack-meeting02:40
*** zhhuabj has quit IRC02:41
*** jckasper has joined #openstack-meeting02:42
*** bobh_ has joined #openstack-meeting02:43
*** asettle-bfast is now known as asettle02:44
*** yamamoto has quit IRC02:46
*** ljxiash has joined #openstack-meeting02:47
*** arcee has joined #openstack-meeting02:48
*** ramineni has joined #openstack-meeting02:51
*** ramineni1 has joined #openstack-meeting02:52
*** iyamahat has quit IRC02:52
*** yamahata has quit IRC02:52
*** arcee has quit IRC02:53
*** itzdilip has joined #openstack-meeting02:53
*** dilip has joined #openstack-meeting02:53
*** yamamoto has joined #openstack-meeting02:54
*** ramineni2 has joined #openstack-meeting02:54
*** ramineni has quit IRC02:55
*** dimtruck is now known as zz_dimtruck02:55
*** itzdilip has quit IRC02:56
*** dilip has quit IRC02:56
*** ramineni1 has quit IRC02:56
*** ramineni has joined #openstack-meeting02:57
*** ramineni2 has quit IRC02:58
*** houming has joined #openstack-meeting02:59
*** unicell1 has quit IRC03:00
*** otter768 has joined #openstack-meeting03:00
*** ayoung has joined #openstack-meeting03:01
*** ayoung has quit IRC03:01
*** tfukushima has joined #openstack-meeting03:02
*** ramineni has quit IRC03:02
*** ajmiller__ has quit IRC03:02
*** ayoung has joined #openstack-meeting03:03
*** john-davidge has joined #openstack-meeting03:04
*** sacharya has joined #openstack-meeting03:04
*** otter768 has quit IRC03:05
*** alexpilotti has joined #openstack-meeting03:05
*** e0ne has joined #openstack-meeting03:06
*** alexpilotti has quit IRC03:10
*** kjorgens_ has quit IRC03:13
*** balajiiyer1 has left #openstack-meeting03:14
*** shz has joined #openstack-meeting03:14
*** pratikmallya has quit IRC03:15
*** alexpilotti has joined #openstack-meeting03:16
*** tochi has joined #openstack-meeting03:17
*** bobh_ has quit IRC03:17
*** janonymous has quit IRC03:19
*** balajiiyer has joined #openstack-meeting03:21
*** alexpilotti has quit IRC03:21
*** Navin has quit IRC03:22
*** john-davidge has quit IRC03:23
*** MaxPC1 has joined #openstack-meeting03:23
*** neelashah has joined #openstack-meeting03:23
*** MaxPC has quit IRC03:24
*** balajiiyer has quit IRC03:27
*** klkumar has joined #openstack-meeting03:28
*** fawadkhaliq has joined #openstack-meeting03:32
*** p0rtal_ has quit IRC03:33
*** jckasper has quit IRC03:34
*** e0ne has quit IRC03:35
*** rebase_ has joined #openstack-meeting03:36
*** arcee has joined #openstack-meeting03:36
*** rebase_ has quit IRC03:37
*** arvinchou_ has joined #openstack-meeting03:45
*** neelashah has quit IRC03:47
*** su_zhang has joined #openstack-meeting03:50
*** rfolco has quit IRC03:50
*** zz_dimtruck is now known as dimtruck03:53
*** MarkAtwood has quit IRC03:53
*** baoli has quit IRC03:54
*** baoli has joined #openstack-meeting03:55
*** MarkAtwood has joined #openstack-meeting03:59
*** pratikmallya has joined #openstack-meeting04:01
*** dimtruck is now known as zz_dimtruck04:01
*** jckasper has joined #openstack-meeting04:02
*** kjorgensen has joined #openstack-meeting04:02
*** JRobinson__ is now known as JRobinson__afk04:06
*** kjorgensen has quit IRC04:07
*** klkumar has quit IRC04:07
*** xingchao_ has joined #openstack-meeting04:09
*** xingchao has quit IRC04:09
*** tochi has quit IRC04:10
*** haneef_ has joined #openstack-meeting04:12
*** cbader_ has quit IRC04:13
*** haneef has quit IRC04:13
*** klkumar has joined #openstack-meeting04:15
*** alexpilotti has joined #openstack-meeting04:16
*** nelsnelson has joined #openstack-meeting04:17
*** roxanagh_ has joined #openstack-meeting04:18
*** ozstacker has joined #openstack-meeting04:19
*** alexpilotti has quit IRC04:21
*** nelsnelson has quit IRC04:21
*** nelsnelson has joined #openstack-meeting04:21
*** ozstacker_ has joined #openstack-meeting04:21
*** pratikmallya has quit IRC04:23
*** spzala has quit IRC04:23
*** bobh_ has joined #openstack-meeting04:23
*** zhhuabj has joined #openstack-meeting04:24
*** bobh_ has quit IRC04:25
*** ozstacker has quit IRC04:28
*** ozstacker_ has quit IRC04:28
*** sacharya has quit IRC04:31
*** tfukushima has quit IRC04:32
*** galstrom_zzz is now known as galstrom04:32
*** tochi has joined #openstack-meeting04:33
*** roxanagh_ has quit IRC04:36
*** Ramanjaneya has joined #openstack-meeting04:37
*** sacharya has joined #openstack-meeting04:37
*** roxanagh_ has joined #openstack-meeting04:37
*** bobh_ has joined #openstack-meeting04:39
*** roxanagh_ has quit IRC04:39
*** garyk1 has joined #openstack-meeting04:39
*** baoli has quit IRC04:40
*** ozstacker has joined #openstack-meeting04:40
*** ozstacker has left #openstack-meeting04:42
*** numans has joined #openstack-meeting04:42
*** balajiiyer has joined #openstack-meeting04:47
*** JRobinson__afk is now known as JRobinson__04:47
*** emagana has joined #openstack-meeting04:49
*** kencjohnston has quit IRC04:49
*** fawadkhaliq has quit IRC04:50
*** dims has quit IRC04:52
*** jckasper has quit IRC04:52
*** zz_dimtruck is now known as dimtruck04:54
*** jamespage has quit IRC05:00
*** jamespage has joined #openstack-meeting05:00
*** otter768 has joined #openstack-meeting05:02
*** dimtruck is now known as zz_dimtruck05:03
*** IlyaG has quit IRC05:04
*** IlyaG has joined #openstack-meeting05:04
*** IlyaG has quit IRC05:05
*** otter768 has quit IRC05:06
*** Sukhdev has joined #openstack-meeting05:08
*** e0ne has joined #openstack-meeting05:08
*** aranjan has joined #openstack-meeting05:09
*** changbl has quit IRC05:13
*** e0ne has quit IRC05:14
*** su_zhang has quit IRC05:15
*** e0ne has joined #openstack-meeting05:16
*** haomaiwang has joined #openstack-meeting05:16
*** arcee has quit IRC05:17
*** maishsk_ has quit IRC05:17
*** maishsk has joined #openstack-meeting05:17
*** bobh_ has quit IRC05:18
*** yamamoto has quit IRC05:19
*** yfried_ has quit IRC05:19
*** rolandchan_ has joined #openstack-meeting05:20
*** yamamoto has joined #openstack-meeting05:21
*** Sukhdev has quit IRC05:24
*** rolandchan_ has quit IRC05:25
*** markvoelker has joined #openstack-meeting05:25
*** maishsk has quit IRC05:27
*** gsagie has left #openstack-meeting05:27
*** fawadkhaliq has joined #openstack-meeting05:27
*** markvoelker_ has joined #openstack-meeting05:28
*** zhhuabj has quit IRC05:29
*** changbl has joined #openstack-meeting05:30
*** markvoelker has quit IRC05:30
*** markvoelker has joined #openstack-meeting05:31
*** zhhuabj has joined #openstack-meeting05:33
*** tfukushima has joined #openstack-meeting05:33
*** markvoelker_ has quit IRC05:34
*** sudipto has joined #openstack-meeting05:37
*** markvoelker_ has joined #openstack-meeting05:38
*** markvoelker has quit IRC05:38
*** shuquan has joined #openstack-meeting05:38
*** tfukushima has quit IRC05:38
*** tfukushima has joined #openstack-meeting05:41
*** salv-orlando has joined #openstack-meeting05:43
*** tfukushima has quit IRC05:45
*** tfukushima has joined #openstack-meeting05:46
*** arvinchou_ has quit IRC05:46
*** salv-orlando has quit IRC05:47
*** katomo has joined #openstack-meeting05:49
*** irenab_ has joined #openstack-meeting05:49
*** su_zhang has joined #openstack-meeting05:49
*** irenab has quit IRC05:49
*** irenab_ is now known as irenab05:49
*** Daisy has joined #openstack-meeting05:50
*** markvoelker_ has quit IRC05:51
*** topol has joined #openstack-meeting05:53
*** alexpilotti has joined #openstack-meeting05:57
*** topol has quit IRC05:57
*** mrmartin has joined #openstack-meeting05:58
*** pots2 has joined #openstack-meeting05:58
*** pots has quit IRC05:58
*** annp has joined #openstack-meeting05:58
*** gyee has quit IRC06:00
*** jingyizhaobo has quit IRC06:00
Daisy#startmeeting OpenStack I18n Meeting06:00
openstackMeeting started Thu Dec  3 06:00:50 2015 UTC and is due to finish in 60 minutes.  The chair is Daisy. Information about MeetBot at http://wiki.debian.org/MeetBot.06:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.06:00
*** annp has left #openstack-meeting06:00
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)"06:00
*** jingyizhaobo has joined #openstack-meeting06:00
openstackThe meeting name has been set to 'openstack_i18n_meeting'06:00
ianychoiHello, Daisy. How are you going? :)06:01
*** sirushti has quit IRC06:01
*** sirushti has joined #openstack-meeting06:01
DaisyHi, ianychoi06:01
DaisyI'm good. How about you ?06:01
katomoo/06:02
ianychoiGood, except that lots of my company work is coming.. :)06:02
ianychoiHello, Kato-san!06:02
DaisyI didn't notice my mail didn't send out yesterday. Something is wrong with my mail server. Sorry for the late notice.06:02
*** alexpilotti has quit IRC06:02
katomohello, ianychoi06:02
katomoDaisy: np06:02
DaisyOK. Let's start.06:03
aenghi06:03
ianychoiHi, aeng!06:03
DaisyWelcome, aeng06:03
Daisy#topic Discussion: Bug management process in Launchpad06:03
*** openstack changes topic to "Discussion: Bug management process in Launchpad (Meeting topic: OpenStack I18n Meeting)"06:03
Daisyhttps://review.openstack.org/#/c/24625606:03
DaisyIn this patch, Akihiro changed the structure.06:04
DaisyIn doc/source/bug_report.rst, it's quick simple. So guide people to report bugs to lunchpad.06:04
*** sacharya_ has joined #openstack-meeting06:05
*** neeti has joined #openstack-meeting06:05
DaisyAnd a new rst file is added: doc/source/bug_process.rst06:05
DaisyIn bug_process.rst, there are several questions raised by Akihiro.06:06
*** sacharya has quit IRC06:06
DaisyI don't know if I'm right. Just feeling we could follow the usually bug processing of Launchpad to manage.06:06
DaisyThere are a few questions we should discuss here:06:07
DaisyHow can we catagorize bugs written in a language nobody can read? 'unknown' tag?06:07
DaisyDo you think we could receive such bugs written in a language that nobody can read ?06:08
aengI would its very rare but its possible given its an open community06:08
DaisyI don't know if it would happen. Because there may be some non-English bugs reporting to translations. If they are translations, there might be some translators who can read the bugs.06:09
aengagree. Not unless only 1 translators in that language06:09
*** mrmartin has quit IRC06:09
aengBut regardless, there's tools to convert it english.06:10
*** galstrom is now known as galstrom_zzz06:10
DaisyGood idea, aeng. We could use Google translate to translate, maybe .06:10
aengwhat tag we are using now for lets say Japanese bug?06:10
Daisyhehe06:10
*** e0ne has quit IRC06:11
ianychoiNice :)06:11
DaisyLike Japanese06:11
ianychoiAuto-language detection06:11
aengI would say if nobody can read, reply to the reporter to convert it to English, or we can convert to English and then decide what category it goes to06:12
DaisyYes, good point.06:12
DaisyAnother question is whether we need to create a bug team.06:12
katomoagree06:12
Daisykatomo: are there a bug team in doc team who are responsible to handle bug reports ?06:13
Daisykatomo: or all team members could handle bug reports ?06:13
katomonone06:13
Daisyso all members could.06:13
DaisyI like this answer.06:13
katomothere is a defined bugs team, which is freely join :)06:14
*** tfukushima has quit IRC06:14
Daisyso we don't want complicate. Let's open it to all team.06:14
katomoBut, Docs cores take care bug triage process, and follow up06:14
ianychoiBy the way, I have one question related to this. Let's suppose that if one bug reporter posts openstack-manuals launchpad for translation errors. Then, should we move this bug to openstack-i18n launchpad? or use "affects project" functionality?06:14
*** alexpilotti has joined #openstack-meeting06:14
ianychoiI am asking it because.. we might need to use the same bug status as openstack-manuals.. if we use "affects project" functionality.06:15
katomoDaisy: agree to open to all06:15
*** ktrmzn has joined #openstack-meeting06:15
Daisykatomo: could you answer ianychoi question ? If a bug is related to other projects, how to handle it ?06:16
katomoianychoi: yes, need change "affects project"06:16
*** bzhao has joined #openstack-meeting06:16
aengso both bug's status needs to be in sync06:16
aeng?06:16
Daisykatomo: usually, shall we keep the bugs open in our project if the root cause is by other projects ?06:16
Daisyaeng: yes, sync automatically06:17
katomoaeng: both or either, If affect both, take cake both. If affect only i18n, simply move to i18n (become deleted from docs)06:17
Daisyok.06:18
DaisyThat's much clear.06:18
Daisyso I will write bug-processing.rst and hope we could merge this patch soon.06:18
DaisyAny questions to bug process ?06:19
*** balajiiyer has quit IRC06:19
ianychoiAnd.. about priority?06:19
*** melwitt has quit IRC06:19
*** arvinchou_ has joined #openstack-meeting06:19
Daisya good question.06:19
*** john-davidge has joined #openstack-meeting06:19
*** alexpilotti has quit IRC06:19
DaisyI think I18n core team could decide.06:19
Daisybecause i18n core team will do the bug triage, and define the priority.06:20
ianychoiYes, good :)06:20
aengmake sense since they are doing triage06:20
DaisyNext topic06:20
Daisy#topic Discussion: Glossary management process06:21
*** openstack changes topic to "Discussion: Glossary management process (Meeting topic: OpenStack I18n Meeting)"06:21
*** reedip has quit IRC06:21
DaisyThe current status is: glossary is in pot format and it is stored in our repo.06:21
*** vgridnev has joined #openstack-meeting06:21
DaisyThe synchronization jobs are not enable because i18n.pot is different from other projects. It's not generated.06:22
*** melwitt has joined #openstack-meeting06:22
aengsync job between the file and Zanata?06:23
DaisyAt the beginning, I planned to change the job scripts to upload/download po and pot by force, whether i18n.pot is changed or not.06:23
Daisyaeng: Yes06:23
*** dmowrer has joined #openstack-meeting06:23
DaisyBut I didn't commit such changes because I don't like it.06:23
katomodon't like?06:24
DaisyI think, the upload/download actions should be taken only when i18n.pot is changed.06:24
*** e0ne has joined #openstack-meeting06:24
ianychoiActually I do not the glossary process in Zanata, but any language coordinators can edit glossaries in Zanata?06:24
ianychois/the/know/06:24
*** e0ne has quit IRC06:24
aengianychoi, anyone with "glosasrist" role can edit any language of translation in glossary06:25
DaisySo I'm trying to find a way to determine whether i18n.pot is changed.06:25
katomookay06:25
ianychoiThanks, aeng.06:25
DaisyIf i18n.pot is changed, the upload action should be taken. If I18n.pot is not changed, it should not be uploaded.06:25
aenghow is the i18n.pot being changed?06:26
aengmanually commit to git and create  pull request?06:26
Daisyi18n.pot is manually edited. It contains all the glossaries.06:26
katomoHow about zuul job?06:27
aengmanually edited by translators?06:27
DaisyYes, aeng06:27
Daisywhat is zuul job ?06:27
*** dmowrer has quit IRC06:27
Daisykatomo: can you share me some links ?06:27
katomogate jobs06:27
aengok, perhaps we should stop doing that manual editing. With Zanata 3.8.0, they can edit it straight in Zanata06:27
katomojenkins06:27
Daisyaeng: that's the point.06:28
katomoi.e. When we commit glossary to i18n repo, Jenkins upload the glossary to Zanata06:28
*** gongysh_ has joined #openstack-meeting06:28
*** sacharya_ has quit IRC06:28
*** tfukushima has joined #openstack-meeting06:28
aengkatomo, good point. Jenkins should be able to hookup to git commit06:28
*** sdake has quit IRC06:28
katomoas, not a daily job06:28
*** e0ne has joined #openstack-meeting06:29
*** dmacpher has quit IRC06:29
aengyeah, we use github to fire webhook to jenkins06:29
aengBut Glossary management feature will be release in Zanata 3.8.0, and we are planning to have it ready before Christmas.06:29
ianychoiI do not know some details of automated jobs, but git hook would be a good to take care of this I think.06:29
DaisyAs aeng said: in Zanata 3.8 which will be released before Christmas, there will be a feature in Zanata: glossarist could add and edit glossaries.06:29
*** ihrachys has joined #openstack-meeting06:30
aengso all these problems should be gone06:30
DaisyNo, aeng06:30
DaisyThere is no way for us to upload/download the glossaries and stored in our git.06:30
aengah...06:30
ianychoiaeng: then, i18n pot files are managed by Zanata web UI, and can we download i18n.pot file from Zanata UI from 3.8.0?06:30
*** roxanagh_ has joined #openstack-meeting06:30
ianychoior stored to somewhere on git....06:31
aengianychoi, good point. We are discussing export feature now for glossary06:31
aengnot in the plan yet06:31
*** ildikov has joined #openstack-meeting06:31
katomoalso, we need review process for glossary change06:32
katomo*glossary itself,      not a glossary translation06:32
DaisyIf we choose to use Zanata to manage our glossaries, we don't need git to store them and we don't need jobs to upload and download them. If we use git to store the glossaries, we cannot use the glossary editor of Zanata, we will define our own process and then, after glossaries are changed, I need to manually upload glossaries in a csv file.06:32
*** tfukushima has quit IRC06:33
DaisyNot sure if I describe clearly.06:33
DaisyJust two opitions06:33
aengvery clearly06:33
katomohm06:33
ianychoiso clear :)06:33
Daisyone is to use Zanata glossary management process, the other one is to use our own process.06:33
aengsince katomo mentioned the review as part of process, i think git is the way to go06:34
aengfor the time being06:34
aengand like ianychoi mentioned, we can't export yet from Zanata.06:34
Daisyif we need glossary definition review, we do need to create the process by ourselves.06:34
*** e0ne has quit IRC06:35
aengyeah, then we can't use Zanata for the glossary management. Because they can add/edit glossary without review06:35
DaisyI have an idea. I will change the glossary file from pot to a rst, with some format. And the rst file will contain both the glossary, and the context definition, just as Akihiro requested in his email.06:35
DaisyAnd then, I create a script to extract the glossary from the rst and change into a pot file. In that situation, the i18n.pot is generated , same as other projects.06:36
Daisyso we could follow the other projects process to upload, translate and download.06:37
aengbut how often you run the extraction?06:37
katomosounds good06:37
ianychoi+106:37
*** reedip has joined #openstack-meeting06:38
DaisyThe only thing that cannot be manually done, is that, I should covert the pot/po files into cvs file and upload to Zanata.06:38
Daisys/cannot/can06:38
Daisyno, still wrong.06:38
*** absubram has quit IRC06:38
aengwhy dont you extract from rst and straight into csv?06:39
DaisyThe only thing that cannot be automatic done, is that, I should covert the pot/po files into cvs file and upload to Zanata.06:39
*** absubram has joined #openstack-meeting06:39
*** ricolin has quit IRC06:39
Daisydoes Zanata support csv translation ?06:39
aengyes06:39
ianychoiI think Jenkins or Zuul would support to convert automatically after merge (some guys would make a kind of scripts..)06:40
aenghttp://docs.zanata.org/en/release/user-guide/glossary/upload-glossaries/06:40
aengpo and CSV files06:40
Daisyso po files are supported as a kind of glossary format.06:40
DaisyThat's good.06:41
DaisySo I don't need to convert to csv. I just use po files.06:41
aengyeah.. if thats the format you wish to use06:41
katomocsv doesn't seem to have context...06:41
DaisyYes, katomo06:41
ianychoiagree. Then let's use just po files06:42
Daisyaeng: how is Zanata support context ?06:42
aengkatomo, we support pos and description in CSV06:42
katomoi think po file with translator help is preferable.06:42
ianychoiI agree with katomo06:42
DaisyIf we put a context description is a pot, will it be shown in the translator editor ?06:42
katomoaeng: great06:42
aengfor po files, we uses the po comments as context06:42
Daisywill the po comments be shown in the translation editor ?06:43
aengDaisy, yes06:43
*** e0ne has joined #openstack-meeting06:43
Daisyok. That solves our problems.06:43
katomohm... "description column" at data rows06:43
aengDaisy, sorry, need to double check on that06:43
Daisyok.06:43
DaisyI'm much clear now.06:44
DaisyThank you guys.06:44
Daisylet's move to open discussions.06:44
Daisy#topic Open discussion06:44
*** openstack changes topic to "Open discussion (Meeting topic: OpenStack I18n Meeting)"06:44
DaisyAny topics to discuss here ?06:44
katomostackalytics ?06:45
*** absubram has quit IRC06:45
aengDaisy, just confirmed, we dont show po's comment, but we show pot's comment in editor06:45
*** e0ne has quit IRC06:45
Daisyok.06:46
katomoDaisy: do you know the current status about stackalytics?06:46
aengkatomo, stackalytics, I'm working on the contributors list api and statistic for review06:46
Daisykatomo: sorry, katomo, not much.06:46
katomoaeng: thanks06:46
aengbut not sure how much is done in openstack space06:47
Daisyaeng is helping us on the Zanata API.06:47
DaisyI didn't hear from Ilya recently. I will follow up with him.06:47
aengthink they might still be waiting on the Zanata api first before can proceed06:47
Daisythen Transifex06:47
DaisyI have handled all the requests.06:48
katomonice work, Daisy06:48
DaisyI want to do a back up before we completly delete it.06:48
*** Ramanjaneya has quit IRC06:48
Daisydo you have any suggestions on how to do the back up ? I could download all the resources.06:48
*** henrynash has joined #openstack-meeting06:49
aengpull all the resources using their client06:49
DaisyIn my mind, I could use github to store all these resources.06:49
*** john-davidge has quit IRC06:49
*** Ramanjaneya has joined #openstack-meeting06:49
ianychoiFor transifex, I have found that two docs pages mention Transifex on the bottom.06:49
aengagree on github06:49
ianychoi#link http://docs.openstack.org/fr/06:49
katomoagree06:49
ianychoi#link http://docs.openstack.org/pt_BR/06:49
ianychoiSorry for the first one06:50
Daisyok. somebody should change it, Thank you, ianychoi.06:50
ianychoiBut I don't know French.. :)06:50
aenggood eye on that06:50
*** epico has quit IRC06:50
katomookay, I will fix06:50
ianychoi#link http://docs.openstack.org/de/06:50
ianychoiGerman also06:50
aengshould visit all the language for that page06:50
*** markvoelker has joined #openstack-meeting06:50
*** xingchao has joined #openstack-meeting06:51
katomoFortunatelly, there are Frence and German at docs core.06:51
DaisyAny other questions ?06:51
katomostats?06:52
Daisystats ?06:52
ianychoikatomo, thanks for caring that :)06:52
katomoTransifex activity itself exists on Transifex06:52
*** evgenyf has joined #openstack-meeting06:52
katomono need anymore?06:52
DaisyI didn't understand, katomo06:52
aengare we using those stats?06:52
Daisyyou mean, the statistic data ?06:53
ianychoiTransifex is currently disabled.. isn't it?06:53
katomoDaisy: yes06:53
*** xingchao_ has quit IRC06:53
katomoaeng: we use it for ATC06:53
DaisyThere is no translations since October06:53
Daisya very few translations in Sep.06:53
*** epico has joined #openstack-meeting06:54
Daisyvery few translations in September.06:54
aengso the stats might be outdated already.06:54
DaisyI think for next ATC, we could use Zanata data.06:54
DaisyHow do you think of that, katomo ?06:54
aengyeah, we got api for translators statistics06:54
*** su_zhang has quit IRC06:55
katomoATC is one year06:55
*** markvoelker has quit IRC06:55
aengso pulling the stats @ december 31?06:55
ianychoiat least one activity for latest two releases..06:55
ianychoieach one activity06:55
*** shuquan has quit IRC06:56
*** doron_afk has joined #openstack-meeting06:56
katomobut, it may be not so important06:56
DaisySo one option is we keep Transifex till next September. The other one is that we export data and save it somewhere.06:56
ianychoifor Mitaka, +1 for Liberty and +1 for Mitaka development... strictly06:56
aengnot sure if transifex can export stats06:56
DaisyI need to check if I could export all the information.06:57
*** ricolin has joined #openstack-meeting06:57
aengyeah, but if can't, then keep it until next sept06:57
ianychoiI think after next April, stats would be considered for Oct 2015 to April 2015, and Apr 2015-Oct 2015.06:57
aengso its always april-oct stats?06:58
katomoianychoi: i think so06:58
Daisykatomo: Transifex could easily query the statistic data, from a beginning data to an end data. I think exporting into an EXCEL file might lose some information.06:58
*** shuquan has joined #openstack-meeting06:58
katomoaeng: the key point is OpenStack release cycle06:58
aengah, gotcha06:59
katomoDaisy: great06:59
katomoit's time...06:59
ianychoiYep06:59
ianychoiThen nothing more from me06:59
katomoquery, save,   and "delete all".06:59
Daisyso ianychoi and katomo : according to the release cycle, when do we not need Tansfiex stats data ?06:59
ianychoiafter next May07:00
Daisyok. Thank you.07:00
katomoafter Mitaka release07:00
ianychoi:)07:00
DaisyThen I prefer to keep it till next May.07:00
aengyup. agree07:00
ianychoi+107:00
Daisyok.07:00
DaisyThank you guys for all the important inputs.07:00
katomoyou need the data after Kilo release activity07:00
katomo> Daisy07:00
Daisyok, got it.07:00
*** shuquan has quit IRC07:01
DaisyI will close the meeting now.07:01
aengalright, thank you guys. Thanks Daisy for chairing this07:01
DaisyThank you all for attending.07:01
katomothanks07:01
Daisy#endmeeting07:01
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)"07:01
ianychoiThanks all!07:01
openstackMeeting ended Thu Dec  3 07:01:33 2015 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)07:01
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2015/openstack_i18n_meeting.2015-12-03-06.00.html07:01
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2015/openstack_i18n_meeting.2015-12-03-06.00.txt07:01
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2015/openstack_i18n_meeting.2015-12-03-06.00.log.html07:01
*** bkero has quit IRC07:01
*** aeng has quit IRC07:01
*** e0ne has joined #openstack-meeting07:02
*** otter768 has joined #openstack-meeting07:02
*** bkero has joined #openstack-meeting07:02
*** shuquan has joined #openstack-meeting07:04
*** pratikmallya has joined #openstack-meeting07:05
*** katomo has quit IRC07:06
*** su_zhang has joined #openstack-meeting07:06
*** e0ne has quit IRC07:06
*** otter768 has quit IRC07:07
*** roxanagh_ has quit IRC07:08
*** eranrom has joined #openstack-meeting07:10
*** bkero has quit IRC07:10
*** bkero has joined #openstack-meeting07:10
*** shuquan has quit IRC07:10
*** shuquan has joined #openstack-meeting07:12
*** johnhunter has joined #openstack-meeting07:16
*** vahidh has quit IRC07:16
*** alexschm has joined #openstack-meeting07:17
*** rcernin has joined #openstack-meeting07:19
*** scheuran has joined #openstack-meeting07:20
*** Ramanjaneya has quit IRC07:22
*** unicell has joined #openstack-meeting07:23
*** rcernin_ has joined #openstack-meeting07:24
*** sdake has joined #openstack-meeting07:24
*** ihrachys_ has joined #openstack-meeting07:25
*** nmagnezi has joined #openstack-meeting07:26
*** unicell has quit IRC07:27
*** unicell1 has joined #openstack-meeting07:27
*** ihrachys has quit IRC07:28
*** Ramanjaneya has joined #openstack-meeting07:31
*** ildikov has quit IRC07:33
*** shuquan has quit IRC07:34
*** paul-carlton1 has joined #openstack-meeting07:35
*** e0ne has joined #openstack-meeting07:35
*** Ramanjaneya has quit IRC07:36
*** shuquan has joined #openstack-meeting07:37
*** lennyb_ has joined #openstack-meeting07:37
*** e0ne has quit IRC07:37
*** novas0x2a|laptop has joined #openstack-meeting07:39
*** fawadkhaliq has quit IRC07:39
*** fawadkhaliq has joined #openstack-meeting07:39
*** aranjan_ has joined #openstack-meeting07:40
*** aranjan has quit IRC07:43
*** ricolin has quit IRC07:43
*** vkmc has quit IRC07:43
*** armax has quit IRC07:44
*** vkmc has joined #openstack-meeting07:44
*** safchain has joined #openstack-meeting07:44
*** sacharya has joined #openstack-meeting07:44
*** kozhukalov_ has joined #openstack-meeting07:44
*** flaper87 has quit IRC07:44
*** ihrachys_ has quit IRC07:45
*** Ramanjaneya has joined #openstack-meeting07:45
*** sacharya has quit IRC07:48
*** mrmartin has joined #openstack-meeting07:49
*** flaper87 has joined #openstack-meeting07:49
*** fawadkhaliq has quit IRC07:50
*** fawadkhaliq has joined #openstack-meeting07:53
*** ricolin has joined #openstack-meeting07:56
*** pratikmallya has quit IRC07:56
*** iyamahat has joined #openstack-meeting07:57
*** fawadkhaliq has quit IRC07:57
*** gongysh_ has quit IRC07:58
*** zhiyuan_ has joined #openstack-meeting07:59
*** zhiyuan_ is now known as zhiyuan07:59
*** su_zhang has quit IRC07:59
*** ihrachys has joined #openstack-meeting08:01
*** e0ne has joined #openstack-meeting08:03
*** belmoreira has joined #openstack-meeting08:04
*** matrohon has joined #openstack-meeting08:05
*** fawadkhaliq has joined #openstack-meeting08:05
*** rossella_s has joined #openstack-meeting08:06
*** adiantum has quit IRC08:06
*** adahms has quit IRC08:07
*** mhickey has joined #openstack-meeting08:07
*** fawadk has joined #openstack-meeting08:07
*** fawadkhaliq has quit IRC08:08
*** hashar has joined #openstack-meeting08:08
*** salv-orlando has joined #openstack-meeting08:08
*** jichen has joined #openstack-meeting08:09
*** obondarev has joined #openstack-meeting08:10
*** ihrachys_ has joined #openstack-meeting08:10
*** ildikov has joined #openstack-meeting08:11
*** mudassirlatif has joined #openstack-meeting08:12
*** salv-orlando has quit IRC08:12
*** elo has quit IRC08:12
*** paul-carlton1 has quit IRC08:12
*** ihrachys_ has quit IRC08:13
*** ihrachys has quit IRC08:13
*** JRobinson__ has quit IRC08:14
*** MarkAtwood has quit IRC08:15
*** johnhunter has quit IRC08:16
*** shz has quit IRC08:18
*** shz has joined #openstack-meeting08:18
*** aranjan_ has quit IRC08:20
*** aranjan has joined #openstack-meeting08:21
*** aranjan has quit IRC08:21
*** e0ne has quit IRC08:24
*** MattMan has quit IRC08:24
*** MattMan has joined #openstack-meeting08:25
*** kozhukalov_ has quit IRC08:25
*** zhurong has quit IRC08:25
*** markvoelker has joined #openstack-meeting08:25
*** ygbo has joined #openstack-meeting08:26
*** kjorgensen has joined #openstack-meeting08:26
*** aspiers has joined #openstack-meeting08:26
*** paul-carlton1 has joined #openstack-meeting08:26
*** pece has joined #openstack-meeting08:28
*** fawadk has quit IRC08:28
*** fawadkhaliq has joined #openstack-meeting08:29
*** dguitarbite has joined #openstack-meeting08:29
*** klkumar has quit IRC08:29
*** pece has quit IRC08:30
*** markvoelker has quit IRC08:30
*** kjorgensen has quit IRC08:31
*** ihrachys has joined #openstack-meeting08:31
*** ivar-laz_ has joined #openstack-meeting08:32
*** aranjan has joined #openstack-meeting08:32
*** klkumar has joined #openstack-meeting08:32
*** atiwari1 has joined #openstack-meeting08:32
*** skarn has quit IRC08:34
*** atiwari has quit IRC08:34
*** ivar-lazzaro has quit IRC08:34
*** skarn has joined #openstack-meeting08:36
*** sdake has quit IRC08:36
*** aranjan has quit IRC08:36
*** ygbo has quit IRC08:40
*** ygbo has joined #openstack-meeting08:42
*** amotoki has joined #openstack-meeting08:43
*** ygbo has quit IRC08:45
*** vgridnev has quit IRC08:46
*** ygbo has joined #openstack-meeting08:47
*** bvandenh has joined #openstack-meeting08:49
*** RuiChen has quit IRC08:50
*** liusheng has quit IRC08:50
*** jingyizhaobo has quit IRC08:50
*** jingyizhaobo has joined #openstack-meeting08:50
*** RuiChen has joined #openstack-meeting08:50
*** rcernin has quit IRC08:50
*** dmowrer has joined #openstack-meeting08:50
*** liusheng has joined #openstack-meeting08:50
*** rcernin_ has quit IRC08:51
*** iyamahat has quit IRC08:51
*** zeih has joined #openstack-meeting08:54
*** dmowrer has quit IRC08:54
*** salv-orlando has joined #openstack-meeting08:56
*** salv-orlando has quit IRC08:56
*** tfukushima has joined #openstack-meeting08:56
*** salv-orlando has joined #openstack-meeting08:56
*** pratikmallya has joined #openstack-meeting08:57
*** bvandenh has quit IRC08:57
*** emagana has quit IRC08:58
*** ricolin has quit IRC08:58
*** shuquan has quit IRC09:01
*** pratikmallya has quit IRC09:01
*** otter768 has joined #openstack-meeting09:03
*** ildikov_ has joined #openstack-meeting09:04
*** belmoreira has quit IRC09:04
*** ildikov has quit IRC09:05
*** rossella_s has quit IRC09:06
*** rossella_s has joined #openstack-meeting09:06
*** otter768 has quit IRC09:08
*** alexpilotti has joined #openstack-meeting09:08
*** paul-carlton1 has quit IRC09:08
*** mudassirlatif has quit IRC09:11
*** alexpilotti has quit IRC09:13
*** alexpilotti has joined #openstack-meeting09:14
*** changzhi has joined #openstack-meeting09:14
*** sdake has joined #openstack-meeting09:16
*** zhiyuan has quit IRC09:17
*** changzhi_ has joined #openstack-meeting09:18
*** alexpilotti has quit IRC09:18
*** changzhi has quit IRC09:19
*** Daisy has quit IRC09:20
*** ndipanov has joined #openstack-meeting09:22
*** yamahata has joined #openstack-meeting09:22
*** adiantum has joined #openstack-meeting09:23
*** zhhuabj has quit IRC09:28
*** bvandenh has joined #openstack-meeting09:32
*** salv-orlando has quit IRC09:32
*** aranjan has joined #openstack-meeting09:33
*** salv-orlando has joined #openstack-meeting09:33
*** mbound_ has joined #openstack-meeting09:34
*** zeih has quit IRC09:36
*** aranjan has quit IRC09:38
*** novas0x2a|laptop has quit IRC09:38
*** ildikov_ has quit IRC09:45
*** neeti has quit IRC09:45
*** klkumar has quit IRC09:45
*** vgridnev has joined #openstack-meeting09:46
*** neiljerram has joined #openstack-meeting09:47
*** sdake has quit IRC09:49
*** houming has quit IRC09:49
*** vahidh_ has joined #openstack-meeting09:49
*** gcb has quit IRC09:51
*** ociuhandu has quit IRC09:52
*** klkumar has joined #openstack-meeting09:53
*** vahidh_ has quit IRC09:54
*** DavidGF has quit IRC09:55
*** alexpilotti has joined #openstack-meeting09:55
*** yamahata has quit IRC09:56
*** DavidGF has joined #openstack-meeting09:56
*** sdake has joined #openstack-meeting09:58
*** pratikmallya has joined #openstack-meeting09:58
*** rcernin has joined #openstack-meeting09:59
*** fawadkhaliq has quit IRC10:00
*** fawadkhaliq has joined #openstack-meeting10:00
*** alexpilotti has quit IRC10:00
*** epico has quit IRC10:02
*** pratikmallya has quit IRC10:03
*** marekd has quit IRC10:05
*** vgridnev has quit IRC10:05
*** vgridnev_ has joined #openstack-meeting10:06
*** sdake has quit IRC10:07
*** erlon has joined #openstack-meeting10:08
*** derekh has joined #openstack-meeting10:10
*** eduardo___ has joined #openstack-meeting10:12
*** marekd has joined #openstack-meeting10:13
*** alexpilotti has joined #openstack-meeting10:13
*** liusheng has quit IRC10:13
*** evgenyf has quit IRC10:13
*** ozamiatin has joined #openstack-meeting10:13
*** marekd has quit IRC10:15
*** marekd has joined #openstack-meeting10:16
*** vgridnev_ has quit IRC10:16
*** miyagishi_t has quit IRC10:17
*** vgridnev has joined #openstack-meeting10:17
*** alexpilotti has quit IRC10:17
*** evgenyf has joined #openstack-meeting10:18
*** kzaitsev_mb has joined #openstack-meeting10:21
*** dzamboni has joined #openstack-meeting10:23
*** alexpilotti has joined #openstack-meeting10:25
*** markvoelker has joined #openstack-meeting10:26
*** akuznetsova has quit IRC10:28
*** IgorYozhikov has quit IRC10:28
*** IgorYozhikov has joined #openstack-meeting10:29
*** markvoelker has quit IRC10:31
*** akuznetsova has joined #openstack-meeting10:31
*** henrynash has quit IRC10:31
*** ildikov has joined #openstack-meeting10:32
*** yamamoto has quit IRC10:33
*** e0ne has joined #openstack-meeting10:34
*** aranjan has joined #openstack-meeting10:34
*** neeti has joined #openstack-meeting10:34
*** ociuhandu has joined #openstack-meeting10:34
*** skraynev_ has joined #openstack-meeting10:35
*** tfukushima has quit IRC10:36
*** e0ne has quit IRC10:36
*** kzaitsev_mb has quit IRC10:36
*** belmoreira has joined #openstack-meeting10:38
*** aranjan has quit IRC10:38
*** haomaiwang has quit IRC10:38
*** derekh has quit IRC10:40
*** evgenyf has quit IRC10:42
*** bochi-michael has quit IRC10:42
*** vahidh has joined #openstack-meeting10:44
*** vahidh has quit IRC10:45
*** vahidh_ has joined #openstack-meeting10:46
*** claudiub has joined #openstack-meeting10:47
*** claudiub|2 has joined #openstack-meeting10:49
*** vahidh_ has quit IRC10:50
*** ociuhandu_ has joined #openstack-meeting10:52
*** claudiub has quit IRC10:52
*** ociuhandu has quit IRC10:52
*** ociuhandu_ is now known as ociuhandu10:52
*** nadya has joined #openstack-meeting10:52
*** nadya is now known as Guest4148410:53
*** Guest41484 is now known as _nadya_10:54
*** dilip has joined #openstack-meeting10:54
*** evgenyf has joined #openstack-meeting10:56
*** klkumar has quit IRC10:58
*** dilip has quit IRC10:59
*** xingchao has quit IRC10:59
*** venkatesh_ has joined #openstack-meeting11:01
*** esheffield_ has joined #openstack-meeting11:01
*** derekh has joined #openstack-meeting11:03
*** electrofelix has joined #openstack-meeting11:03
*** dims_ has joined #openstack-meeting11:03
*** venkatesh has quit IRC11:03
*** esheffield has quit IRC11:03
*** nonameentername has quit IRC11:03
*** dmellado has quit IRC11:03
*** klkumar has joined #openstack-meeting11:03
*** otter768 has joined #openstack-meeting11:04
*** dmellado has joined #openstack-meeting11:04
*** nonameentername has joined #openstack-meeting11:04
*** doron_afk has quit IRC11:07
*** doron_afk has joined #openstack-meeting11:08
*** otter768 has quit IRC11:08
*** aysyd has joined #openstack-meeting11:13
*** pratikmallya has joined #openstack-meeting11:13
*** Ramanjaneya has quit IRC11:14
*** changzhi_ has quit IRC11:20
*** LiuNanke has joined #openstack-meeting11:20
*** mwagner_lap has quit IRC11:20
*** timello_ has joined #openstack-meeting11:24
*** timello has quit IRC11:25
*** nijaba has joined #openstack-meeting11:28
*** nijaba has quit IRC11:28
*** nijaba has joined #openstack-meeting11:28
*** kzaitsev_mb has joined #openstack-meeting11:30
*** dmowrer has joined #openstack-meeting11:33
*** Daisy has joined #openstack-meeting11:33
*** pratikmallya has quit IRC11:33
*** aranjan has joined #openstack-meeting11:34
*** shamail has joined #openstack-meeting11:35
shamailtest11:36
*** shamail has quit IRC11:37
*** dmowrer has quit IRC11:37
*** mbound_ has quit IRC11:38
*** aranjan has quit IRC11:40
*** mbound_ has joined #openstack-meeting11:41
*** houming has joined #openstack-meeting11:43
*** claudiub has joined #openstack-meeting11:45
*** sacharya has joined #openstack-meeting11:47
*** masterbound has joined #openstack-meeting11:47
*** mbound_ has quit IRC11:47
*** claudiub|2 has quit IRC11:47
*** houming has quit IRC11:48
*** xingchao has joined #openstack-meeting11:49
*** houming has joined #openstack-meeting11:51
*** sacharya has quit IRC11:51
*** gcb has joined #openstack-meeting11:52
*** xingchao has quit IRC11:53
*** zhhuabj has joined #openstack-meeting11:54
*** henrynash has joined #openstack-meeting11:54
*** jingyizhaobo has quit IRC11:54
*** dguitarbite has quit IRC11:56
*** klkumar has quit IRC11:57
*** Daisy has quit IRC11:57
*** weshay_xchat has joined #openstack-meeting11:57
*** klkumar has joined #openstack-meeting11:57
*** weshay_xchat is now known as weshay11:57
*** Daisy has joined #openstack-meeting11:58
*** zeih has joined #openstack-meeting11:58
*** sudipto has quit IRC12:00
*** skraynev_ has quit IRC12:01
*** masterbound has quit IRC12:01
*** Daisy has quit IRC12:02
*** klkumar has quit IRC12:02
*** mbound_ has joined #openstack-meeting12:02
*** dixiaoli_ has joined #openstack-meeting12:03
*** yamamoto has joined #openstack-meeting12:03
*** derekh has quit IRC12:04
*** rfolco has joined #openstack-meeting12:05
*** cwolferh has quit IRC12:06
*** dixiaoli has quit IRC12:06
*** LiuNanke has quit IRC12:06
*** tochi has quit IRC12:06
*** qwebirc26164 has joined #openstack-meeting12:07
*** houming has quit IRC12:08
*** qwebirc26164 has quit IRC12:08
*** LiuNanke has joined #openstack-meeting12:08
*** qwebirc95913 has joined #openstack-meeting12:08
*** houming has joined #openstack-meeting12:08
*** qwebirc95913 has quit IRC12:08
*** dmowrer has joined #openstack-meeting12:09
*** houming has quit IRC12:09
*** yamamoto has quit IRC12:09
*** houming has joined #openstack-meeting12:09
*** dixiaoli_ has quit IRC12:10
*** fawadkhaliq has quit IRC12:15
*** fawadkhaliq has joined #openstack-meeting12:16
*** flaper87 has quit IRC12:17
*** flaper87 has joined #openstack-meeting12:17
*** derekh has joined #openstack-meeting12:17
*** raildo-afk is now known as raildo12:21
*** kzaitsev_mb has quit IRC12:22
*** jaypipes has joined #openstack-meeting12:25
*** markvoelker has joined #openstack-meeting12:27
*** bobh_ has joined #openstack-meeting12:29
*** bobh_ has quit IRC12:31
*** markvoelker has quit IRC12:32
*** pratikmallya has joined #openstack-meeting12:34
*** vahidh has joined #openstack-meeting12:36
*** aranjan has joined #openstack-meeting12:36
*** vahidh_ has joined #openstack-meeting12:38
*** eranrom has left #openstack-meeting12:39
*** klkumar has joined #openstack-meeting12:39
*** LiuNanke has quit IRC12:39
*** aranjan has quit IRC12:41
*** vahidh has quit IRC12:41
*** vahidh_ has quit IRC12:43
*** haomaiwa_ has joined #openstack-meeting12:43
*** neeti has quit IRC12:43
*** neeti has joined #openstack-meeting12:44
*** dprince has joined #openstack-meeting12:44
*** dkranz has joined #openstack-meeting12:47
*** claudiub|2 has joined #openstack-meeting12:48
*** claudiub has quit IRC12:48
*** vkmc has quit IRC12:50
*** vkmc has joined #openstack-meeting12:50
*** zeih has quit IRC12:52
*** rtheis has joined #openstack-meeting12:52
*** thorst_ has joined #openstack-meeting12:53
*** zeih has joined #openstack-meeting12:53
*** pratikmallya has quit IRC12:54
*** dkranz has quit IRC12:56
*** evgenyf has quit IRC12:57
*** evgenyf has joined #openstack-meeting12:58
*** dkranz has joined #openstack-meeting12:58
*** Daisy has joined #openstack-meeting12:59
*** baoli has joined #openstack-meeting13:04
*** zhhuabj has quit IRC13:05
*** otter768 has joined #openstack-meeting13:05
*** kozhukalov_ has joined #openstack-meeting13:06
*** njohnston has joined #openstack-meeting13:07
*** otter768 has quit IRC13:09
*** Daisy has quit IRC13:11
*** njohnston has quit IRC13:11
*** njohnston has joined #openstack-meeting13:11
*** oanufriev1 has joined #openstack-meeting13:12
*** hparekh has quit IRC13:12
*** njohnston has quit IRC13:12
*** pradk_ has joined #openstack-meeting13:14
*** pradk_ has quit IRC13:14
*** oanufriev has quit IRC13:14
*** baoli has quit IRC13:15
*** mwagner_lap has joined #openstack-meeting13:16
*** pnavarro has joined #openstack-meeting13:17
*** baoli has joined #openstack-meeting13:17
*** njohnston has joined #openstack-meeting13:17
*** zz_dimtruck is now known as dimtruck13:19
*** MaxPC1 has quit IRC13:20
*** MaxPC has joined #openstack-meeting13:20
*** baoli_ has joined #openstack-meeting13:20
*** zeih has quit IRC13:21
*** hparekh has joined #openstack-meeting13:22
*** spzala has joined #openstack-meeting13:23
*** yamamoto has joined #openstack-meeting13:23
*** baoli has quit IRC13:23
*** yamamoto has quit IRC13:24
*** pradk has quit IRC13:24
*** egallen has joined #openstack-meeting13:26
*** amitry has quit IRC13:26
*** amitry has joined #openstack-meeting13:26
*** bradjones has quit IRC13:27
*** markvoelker has joined #openstack-meeting13:28
*** zhipeng has joined #openstack-meeting13:29
*** dneary has joined #openstack-meeting13:29
*** bradjones has joined #openstack-meeting13:31
*** bradjones has quit IRC13:31
*** bradjones has joined #openstack-meeting13:31
*** markvoelker has quit IRC13:32
*** vahidh has joined #openstack-meeting13:33
*** dwc_ has joined #openstack-meeting13:33
*** vahidh has quit IRC13:33
*** dimtruck is now known as zz_dimtruck13:33
*** dwc_ has quit IRC13:34
*** jungleboyj has joined #openstack-meeting13:37
*** aranjan has joined #openstack-meeting13:37
*** haomaiwa_ has quit IRC13:40
*** tej has joined #openstack-meeting13:40
*** munish has joined #openstack-meeting13:40
*** dmowrer_ has joined #openstack-meeting13:42
*** dmowrer has quit IRC13:42
*** aranjan has quit IRC13:42
*** zeih has joined #openstack-meeting13:45
*** yamamoto has joined #openstack-meeting13:46
*** oanufriev1 has quit IRC13:47
*** oanufriev has joined #openstack-meeting13:47
*** dmowrer_ has quit IRC13:47
*** absubram has joined #openstack-meeting13:49
*** dmowrer has joined #openstack-meeting13:49
*** markvoelker has joined #openstack-meeting13:50
*** nmagnezi has quit IRC13:52
*** markvoelker_ has joined #openstack-meeting13:52
*** paul-carlton1 has joined #openstack-meeting13:52
*** pratikmallya has joined #openstack-meeting13:53
*** hashar has quit IRC13:54
*** dmowrer has quit IRC13:54
*** markvoelker has quit IRC13:54
*** bochi-michael has joined #openstack-meeting13:55
*** weshay is now known as weshay|interview13:56
*** dmowrer has joined #openstack-meeting13:57
*** zeih has quit IRC13:57
*** salv-orlando has quit IRC13:58
*** jckasper has joined #openstack-meeting13:58
*** tej has quit IRC13:59
*** shamail has joined #openstack-meeting13:59
*** zeih has joined #openstack-meeting14:01
*** dmowrer has quit IRC14:01
*** annegentle has joined #openstack-meeting14:01
shamailAnyone here for the ops tags team meeting?14:01
*** yamamoto has quit IRC14:02
*** yamamoto has joined #openstack-meeting14:02
*** [1]cdearborn has joined #openstack-meeting14:03
shamail#startmeeting ops tags14:03
openstackMeeting started Thu Dec  3 14:03:39 2015 UTC and is due to finish in 60 minutes.  The chair is shamail. Information about MeetBot at http://wiki.debian.org/MeetBot.14:03
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:03
*** openstack changes topic to " (Meeting topic: ops tags)"14:03
openstackThe meeting name has been set to 'ops_tags'14:03
shamailI'll wait for 10 minutes before ending the meeting.14:04
*** e0ne has joined #openstack-meeting14:04
*** nmagnezi has joined #openstack-meeting14:05
*** e0ne has quit IRC14:05
*** julim has joined #openstack-meeting14:06
*** e0ne has joined #openstack-meeting14:06
*** yamamoto has quit IRC14:09
*** annegentle has quit IRC14:09
*** yamamoto has joined #openstack-meeting14:09
shamailI will discuss items via mailing list since we have no attendees today.14:09
shamail#endmeeting14:10
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)"14:10
openstackMeeting ended Thu Dec  3 14:10:05 2015 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:10
openstackMinutes:        http://eavesdrop.openstack.org/meetings/ops_tags/2015/ops_tags.2015-12-03-14.03.html14:10
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/ops_tags/2015/ops_tags.2015-12-03-14.03.txt14:10
openstackLog:            http://eavesdrop.openstack.org/meetings/ops_tags/2015/ops_tags.2015-12-03-14.03.log.html14:10
*** annegentle has joined #openstack-meeting14:10
*** pots has joined #openstack-meeting14:11
*** shamail has quit IRC14:11
*** bobh_ has joined #openstack-meeting14:11
*** zeih has quit IRC14:12
*** pots2 has quit IRC14:13
*** jproulx has joined #openstack-meeting14:13
*** jproulx has left #openstack-meeting14:14
*** dmowrer has joined #openstack-meeting14:14
*** pratikmallya has quit IRC14:14
*** ItSANgo has quit IRC14:15
*** mbound_ has quit IRC14:17
*** jproulx has joined #openstack-meeting14:17
*** zeih has joined #openstack-meeting14:18
*** mbound_ has joined #openstack-meeting14:22
*** hichihara has joined #openstack-meeting14:23
*** jichen has quit IRC14:23
*** hichihara has quit IRC14:23
*** fawadkhaliq has quit IRC14:24
*** fawadkhaliq has joined #openstack-meeting14:24
*** ItSANgo has joined #openstack-meeting14:25
*** ItSANgo_ has joined #openstack-meeting14:25
*** neelashah has joined #openstack-meeting14:25
*** glange has left #openstack-meeting14:25
*** ItSANgo has quit IRC14:26
*** lblanchard has joined #openstack-meeting14:27
*** yassine__ has joined #openstack-meeting14:27
*** vahidh has joined #openstack-meeting14:29
*** shamail has joined #openstack-meeting14:29
*** salv-orlando has joined #openstack-meeting14:29
*** Piet has quit IRC14:30
*** salv-orlando has quit IRC14:30
*** salv-orlando has joined #openstack-meeting14:32
*** vahidh_ has joined #openstack-meeting14:32
*** vahidh has quit IRC14:33
*** pots2 has joined #openstack-meeting14:33
*** e0ne_ has joined #openstack-meeting14:34
*** houming has quit IRC14:34
*** pots has quit IRC14:34
*** vhoward has joined #openstack-meeting14:35
*** shamail has quit IRC14:35
*** jdob has quit IRC14:36
*** e0ne has quit IRC14:36
*** vahidh_ has quit IRC14:37
*** njohnston has quit IRC14:38
*** aranjan has joined #openstack-meeting14:38
*** jproulx has quit IRC14:38
*** njohnston has joined #openstack-meeting14:38
*** eharney has quit IRC14:39
*** bbzhao has joined #openstack-meeting14:39
*** _nadya_ has quit IRC14:39
*** mfranc213 has joined #openstack-meeting14:40
*** peristeri has joined #openstack-meeting14:40
*** Leom has joined #openstack-meeting14:41
*** neelashah1 has joined #openstack-meeting14:41
*** tej has joined #openstack-meeting14:41
*** pots2 has quit IRC14:41
*** aranjan has quit IRC14:42
*** neelashah has quit IRC14:42
*** LiuNanke has joined #openstack-meeting14:43
*** dkranz has quit IRC14:44
*** neelashah has joined #openstack-meeting14:44
*** yamamoto has quit IRC14:45
*** neelashah1 has quit IRC14:45
*** jmckind has joined #openstack-meeting14:47
*** xingchao has joined #openstack-meeting14:47
*** neelashah1 has joined #openstack-meeting14:48
*** neelashah has quit IRC14:49
*** derekh has quit IRC14:50
*** neelashah has joined #openstack-meeting14:51
*** Swami has joined #openstack-meeting14:52
*** neelashah1 has quit IRC14:52
*** derekh has joined #openstack-meeting14:53
*** yamamoto has joined #openstack-meeting14:54
*** r-mibu has joined #openstack-meeting14:57
*** sigmavirus24_awa is now known as sigmavirus2414:57
*** mestery has joined #openstack-meeting14:57
*** gordc has joined #openstack-meeting14:58
*** rbak has quit IRC14:58
*** pradk has joined #openstack-meeting14:58
*** idegtiarov has joined #openstack-meeting14:59
*** topol has joined #openstack-meeting15:00
gordc#startmeeting telemetry15:01
*** john-davidge has joined #openstack-meeting15:01
openstackMeeting started Thu Dec  3 15:01:08 2015 UTC and is due to finish in 60 minutes.  The chair is gordc. Information about MeetBot at http://wiki.debian.org/MeetBot.15:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:01
*** llu has joined #openstack-meeting15:01
*** openstack changes topic to " (Meeting topic: telemetry)"15:01
openstackThe meeting name has been set to 'telemetry'15:01
nijabao/15:01
ildikovo/15:01
lluo/15:01
r-mibuo/15:01
*** cdent has joined #openstack-meeting15:01
jd__o/15:01
*** nadya has joined #openstack-meeting15:02
cdento/15:02
gordclets' start15:02
*** balajiiyer has joined #openstack-meeting15:02
gordccdent: welcome back15:02
*** nadya is now known as Guest5194415:02
cdentthanks15: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
gordcjust a quick update, Mitaka-1 is in processed of being tagged15:02
*** julim has quit IRC15:03
*** mbound_ has quit IRC15:03
gordchttps://wiki.openstack.org/wiki/Mitaka_Release_Schedule15:03
gordcthis is your release cycle in case you're interested15:03
*** nmagnezi has quit IRC15:03
*** fabiog has joined #openstack-meeting15:03
gordcwe should probably get started on reviewing specs so people can start working on them.15:03
*** rderose has joined #openstack-meeting15:04
*** houming has joined #openstack-meeting15:04
gordcmake sense?15:04
r-mibuack15:04
*** ityaptin has joined #openstack-meeting15:04
ildikovyeap15:04
jd__k15:05
gordccool. feel free to mention any spec related items as we run through each project15:05
*** weshay|interview is now known as weshay15:05
gordc#topic aodh topics15:05
*** openstack changes topic to "aodh topics (Meeting topic: telemetry)"15:05
gordcany aodh topics we want to address?15:05
gordci know there's a thread relating to vitrage15:05
*** zhipeng has quit IRC15:05
gordci assume that's still being discussed but no issues?15:05
jd__indeed15:06
pradko/15:06
ildikovI'm still reading it15:06
*** henrynash has quit IRC15:06
*** otter768 has joined #openstack-meeting15:06
Guest51944o/15:06
*** julim has joined #openstack-meeting15:06
r-mibuyeah, it's interesting15:06
gordcjd__: it's weird regarding 1 min alarm creation15:07
jd__gordc: it's just the cache ttl15:07
ildikovyeah, it's the time for creating an alarm15:07
gordcah, yeah. that makes sense.15:07
*** Guest51944 is now known as _nadya_15:07
*** neelashah has quit IRC15:07
r-mibuyeah, that's my bad explanation though15:07
gordci assume it was related to polling15:07
*** thangp has joined #openstack-meeting15:08
*** vgridnev has quit IRC15:08
*** zeih has quit IRC15:08
*** neelashah has joined #openstack-meeting15:08
gordccool. i should mention aodh mitaka-1 release is also being tagged today15:08
*** sdake has joined #openstack-meeting15:08
*** _nadya_ has left #openstack-meeting15:08
*** mbound_ has joined #openstack-meeting15:08
r-mibuok15:08
gordcdid we have an owner for aodhclient? i can't remember if we had volunteer from summit15:09
*** rohit_ has joined #openstack-meeting15:09
* jd__ sighs15:09
r-mibui will try after tempest15:09
idegtiarovo/15:09
gordcjd__: we'll track it for now. start worrying in the new year15:09
*** whatever has joined #openstack-meeting15:10
gordcany other aodh related topics?15:10
*** spotz_zzz is now known as spotz15:10
*** whatever is now known as _nadya_15:10
r-mibuno, i guess15:10
gordccool15:10
gordc#topic Monasca publisher blueprint discussion15:10
*** openstack changes topic to "Monasca publisher blueprint discussion (Meeting topic: telemetry)"15:10
gordcrohit_: i assume this is you :)15:11
*** otter768 has quit IRC15:11
*** ljxiash has quit IRC15:11
rohit_Thx gordc15:11
gordc#link https://review.openstack.org/#/c/249406/15:11
gordcfo reference15:12
*** electrocucaracha has joined #openstack-meeting15:12
rohit_Question on the v2 api - I assume it's not deprecated now?15:13
_nadya_no, it's not15:14
gordcv2 metering api is basically in maintenance.15:14
fabiog_nadya_: and the process hasn't even started yet, right?15:14
_nadya_fabiog: AFAIK, no, it's not15:14
*** pratikmallya has joined #openstack-meeting15:14
gordci don't want to say deprecated because it seems people are using it (to what success i'm unsure)15:15
gordcrohit_: were you looking to add somehting?15:15
_nadya_rohit_: why you cannot improve the current kafka publisher?15:15
fabioggordc: there are companies like CloudCruizer and Talligent that can use the API15:15
*** dilip has joined #openstack-meeting15:16
fabioggordc: they wrote code against it15:16
*** mrmartin has quit IRC15:16
ildikovgordc: 'in maintenance' means no new features but fixing issues if any?15:16
gordcfabiog: yep. "people are using it"15:16
*** dilip has joined #openstack-meeting15:16
*** dilip has joined #openstack-meeting15:16
gordcso the general openstack decision on api is that they will basically never be removed.15:17
gordc^i don't have a link for that15:17
*** dilip has joined #openstack-meeting15:17
*** weshay has quit IRC15:17
rohit_Gordc: yes the api adapter for minasca api15:17
*** dilip has joined #openstack-meeting15:17
fabiog_nadya_: we are publishing to the Monasca API, so sending to Kafka does not address the problem15:17
gordcildikov: that's basically what i imagine.15:18
*** honghuixiao has joined #openstack-meeting15:18
*** rbak has joined #openstack-meeting15:18
ildikovgordc: ok15:18
gordcrohit_: does that require some sort of plugin?15:18
_nadya_fabiog: so Monasca cannot read directly from its transporter?15:18
ildikovgordc: so the v2 API and the corresponding backends are in maintenance15:18
*** honghuixiao has quit IRC15:19
*** pratikmallya has quit IRC15:19
*** zz_dimtruck is now known as dimtruck15:19
*** honghuixiao has joined #openstack-meeting15:19
rohit_Gordc: yes, a  storage driver plugin15:19
gordcildikov: yeah. people are welcome to fix them and improve them. but clearly the community is spending less and less time on it.15:19
ildikovgordc: ok, cool, tnx15:19
fabiog_nadya_: trsnsporter? It can read from Kafka bus, but you will loose the authentication of the source and the extra data the API adds before sending to Kafka. Moreover, is bad to expose the guts of a service like that15:20
gordcrohit_: so it could be a plugin similar to sql/mongo15:20
gordcrohit_: that's good15:20
jd__a dispatcher15:20
*** houming has quit IRC15:20
fabiog_nadya_: going through the API means keeping independence on the internal format and other potential chages15:20
gordcrohit_: basically teh comments on the patch are that we should make it pluggable, and it should be maintained in it's own tree15:21
jd__a dispatcher means RabbitMQ I don't think they want that15:21
*** _amrith_ is now known as amrith15:21
fabiogjd__: if you are going to an external source, why should you re-publsih to the rabbit?15:21
gordcrohit_: as i mentioned in patch, it's not ideal ot have ceilometer devs (unfamiliar with a backend) to properly review something15:21
gordcfabiog: that's the point he was making15:21
gordcfabiog: the spec is to avoid the republishing15:22
*** bbzhao has quit IRC15:22
gordcrohit_: were there issues with setting up testing in it's own repo?15:22
*** honghuixiao is now known as xiaohhui15:22
jd__fabiog: it's not always re-publish (polling does not read from rabbit) and rabbit offloads the work so if your external source is down, you can have a backlog15:22
*** dilip has quit IRC15:23
*** numans has quit IRC15:23
jd__gordc: so that's why it should be a publisher no?15:23
gordcjd__: isn't that what the spec says?15:23
jd__it is, but you talked about a dispatcher15:24
jd__[16:20:30]  <gordc>rohit_: so it could be a plugin similar to sql/mongo15:24
jd__:p15:24
*** alexschm has quit IRC15:24
*** garyk1 has quit IRC15:24
gordcjd__: oh, that was because they have a translator from monasca -> v2api15:24
*** alexschm has joined #openstack-meeting15:24
jd__ah ok for reading more then15:25
gordcright15:25
*** houming has joined #openstack-meeting15:25
*** markvoelker_ has quit IRC15:25
*** eharney has joined #openstack-meeting15:25
gordci actually don't mind either dispatcher or publisher15:25
gordcreason we had dispatcher was to avoid having the write load affecting pipeline processing15:26
*** Daisy has joined #openstack-meeting15:26
_nadya_I'm ok with Monasca publisher as well15:26
fabioggordc: but Monasca has a Kafka bus that acts like the Ceilo topic, that why it would be redundant to have it as a dispatcher15:26
rohit_gordc: we have some basic tests running in monasca-ceilometer now15:27
fabioggordc: and in this way we put less stress on the common rabbitmq15:27
gordcfabiog: understood. i just wanted to point out reasoning for dispatcher vs publisher15:27
*** gcb has quit IRC15:27
gordcit was mainly for http dispatcher which is synchronous and could slow your processing quite a bit15:27
gordcfabiog: i've been told writes to monasca are wicked fast so it's a non-issue15:28
*** vgridnev has joined #openstack-meeting15:28
gordcrohit_: cool.15:28
*** absubram has quit IRC15:29
fabioggordc: not sure I understand what you suggest. You want use to use the http dispatcher?15:29
gordcrohit_: so is the discussion whether we need it in tree still?15:29
rohit_gordc: but yes, it needs more funtional type tests15:29
gordcfabiog: no. i'm just pointing out why there's dispatcher vs publisher. you can ignore this.15:29
gordcfabiog: as i said, i don't really have an opinion on you using publisher or dispatcher15:30
gordcrohit_: why does that require it to be in celiometer gate?15:30
*** Daisy has quit IRC15:30
gordcrohit_: we need to address that gap i think15:31
rohit_gordc: i was referring to including the storage driver as well15:31
*** julim has quit IRC15:31
*** henrynash has joined #openstack-meeting15:31
gordcrohit_: the idea is we want drivers to be managed appropriately (by correct people) and be tested properly15:31
gordcrohit_: it seems to be doable since powervm is doing it in their own gate15:32
*** iben has quit IRC15:32
gordcyou just need to pull in ceilometer repo when testing monasca publisher+storage15:32
jd__it definitely is15:32
*** weshay has joined #openstack-meeting15:32
*** julim has joined #openstack-meeting15:32
*** neeti has quit IRC15:33
*** ajmiller has joined #openstack-meeting15:33
gordcrohit_: it's similar to how neutron tests it drivers.15:33
rohit_gordc: sure, we wanted this to be in-tree as an endorsement/acceptance15:34
gordci don't think you want a bunch of people not familiar with a driver to review it.15:34
gordcrohit_: ah i see15:34
*** absubram has joined #openstack-meeting15:34
*** roxanagh_ has joined #openstack-meeting15:34
gordcrohit_: so that's what i suggested we do same thing as powervm15:34
rohit_i understand your point on the maintenance issue with drivers residing in-tree15:34
gordcit'll be officially under 'telemetry' team alongside ceilometer+aodh+gnocchi+powervm15:34
gordcit'll just be managed by people that actually understand it15:35
*** vgridnev has quit IRC15:35
rohit_ok15:35
gordcrohit_: i think the main reason i'm pushing for this path is right now i'm reviewing a bunch of libvirt code15:35
gordcand full disclosure, i don't understand anything about libvirt15:35
gordcrohit_: if there are testing issues, definitely raise them, and we can work with infra or change ceilometer code abit to accommodate15:36
*** iben has joined #openstack-meeting15:36
*** amitgandhinz has joined #openstack-meeting15:37
rohit_gordc: there a process to bring a repo under telemetry15:37
gordcthis will hopefully be faster for monasca in the long run. we already had a few drivers die in review stage because we didn't have appropriate reviewers15:37
gordcrohit_: i think collectively we just need to sign off on it.15:38
*** john-davidge has quit IRC15:38
rohit_gordc: sounds good15:38
gordci'll dig up governance patch for powervm15:38
*** john-davidge has joined #openstack-meeting15:38
*** derekh has quit IRC15:39
*** aranjan has joined #openstack-meeting15:39
gordchttps://review.openstack.org/#/c/245894/15:39
gordcrohit_: ^15:39
*** asselin has joined #openstack-meeting15:39
gordcyou just need ptl, but i've generally just polled everyone beforehand to make sure we have agreement15:39
rohit_gordc: cool15:40
*** yamamoto has quit IRC15:40
gordcbut it seems like we do? everyone cool with monasca interface project living under telemetry at some point?15:40
fabiogrohit_: that should be easy because monasca-ceilometer is already under the big tent, so it is just a change of root project15:40
ildikovgordc: +115:41
gordcfabiog: yep. i don't think it's much issue but you can ask throst from powervm team to see15:41
*** kebray has joined #openstack-meeting15:41
gordcthey bsaically asked me on a friday and then by the next week had it being reviewed15:42
*** iben has quit IRC15:42
*** asselin has quit IRC15:42
*** asselin has joined #openstack-meeting15:42
gordcrohit_: i'll work with you guys to make sure we can plug in appropriately15:43
rohit_fabiog: +115:43
gordcshould start soon i guess so we have time to make changes in ceilometer if needed15:43
gordcsound good?15:43
rohit_gordc: k, sounds good15:43
*** mfranc21_ has joined #openstack-meeting15:43
gordcrohit_: :)15:44
*** arvinchou_ has quit IRC15:44
*** roxanagh_ has quit IRC15:44
*** [1]cdearborn has quit IRC15:44
gordc#topic gnocchi topics15:45
*** openstack changes topic to "gnocchi topics (Meeting topic: telemetry)"15:45
*** markvan has quit IRC15:45
gordcjd__: anything? i assume we are not doing a release15:45
*** derekh has joined #openstack-meeting15:45
silehtaodh and ceilometer patch to use gnocchiclient are ready to review15:45
*** [1]cdearborn has joined #openstack-meeting15:45
gordcsileht: right. will start looking15:45
sileht(and depends on the keystoneauth1 review)15:45
jd__not much15:45
*** amrith is now known as _amrith_15:46
gordcjd__: cool cool. we'll give time to ildikov15:46
gordclet's move on.15:46
gordc#topic DocImpact flag updates (ildikov)15:46
*** openstack changes topic to "DocImpact flag updates (ildikov) (Meeting topic: telemetry)"15:46
ildikovgordc: tnx, I don't need much15:46
*** markvan has joined #openstack-meeting15:46
ildikovthe docs team updated a bit the concept and mechanism15:46
ildikovso when you add the DocImpact tag it has to have an explanation too15:47
*** aranjan has quit IRC15:47
ildikovand the bug will land at the project as opposed to openstack-manuals15:47
ildikovso we can track it better15:48
gordcildikov: i've never understood why it landed at openstack-manuals15:48
ildikovI hope later on we can move back documentation parts too and the docs itself can live closer to the code also15:48
*** maishsk has joined #openstack-meeting15:48
gordcwhat's an example of the new tag?15:48
ildikovgordc: for Nova and I think 4 more project it still does15:48
gordci guess they have dedicated docs people15:49
ildikovyeah, most probably15:49
*** emagana has joined #openstack-meeting15:49
*** sacharya has joined #openstack-meeting15:49
jd__ildikov: cool15:50
jd__that's going in the right direction15:50
ildikovexamples: #link http://specs.openstack.org/openstack/docs-specs/specs/mitaka/review-docimpact.html#examples15:50
ildikovjd__: I totally agree15:50
gordcildikov: so docimpact <stuff that should already be in your commit message but people like me (and others) don't write proper commit messages>15:51
pradkthis takes effect for Mitaka? so if we fix something in stable/liberty this wont apply?15:51
ildikovso basicly these are the changes, as much as I saw the patches are already merged15:51
*** haomaiwa_ has joined #openstack-meeting15:52
*** bochi-michael has quit IRC15:52
*** iben_ has joined #openstack-meeting15:52
gordcildikov: cool cool. i will continue to rely on you to yell 'docimpact!' :)15:52
ildikovgordc: you can add pointers into the description like wiki page or etherpad or explicit notes like Install guide update needed, etc.15:53
*** sacharya has quit IRC15:53
*** yamamoto has joined #openstack-meeting15:54
ildikovgordc: lol :)15:54
gordci see.15:54
*** weshay_xchat has joined #openstack-meeting15:54
gordccool. any other questions/comments relating to docs?15:54
ildikovpradk: I think it's regardless of the branches, but I will check15:55
*** dimtruck is now known as zz_dimtruck15:55
*** markvoelker has joined #openstack-meeting15:55
*** vahidh has joined #openstack-meeting15:56
pradkildikov, k thx15:56
gordc#topic open discussion15:56
*** openstack changes topic to "open discussion (Meeting topic: telemetry)"15:56
gordci should mention if someone wants to be a cross project spec liaison, let me know15:56
gordcyou just read openstacks-specs apparently.15:57
*** weshay has quit IRC15:57
*** zz_dimtruck is now known as dimtruck15:57
gordc^ if that interested you, that may or may not exist soon (see last crossproject meeting log)15:57
gordci'll close this in a few, if no one hsa anything15:58
*** LiuNanke has quit IRC15:58
*** thorst_ has quit IRC15:58
gordcthanks folks.15:59
gordc#endmeeting15:59
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)"15:59
openstackMeeting ended Thu Dec  3 15:59:05 2015 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:59
*** pratikmallya has joined #openstack-meeting15:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/telemetry/2015/telemetry.2015-12-03-15.01.html15:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/telemetry/2015/telemetry.2015-12-03-15.01.txt15:59
openstackLog:            http://eavesdrop.openstack.org/meetings/telemetry/2015/telemetry.2015-12-03-15.01.log.html15:59
*** garyk has quit IRC15:59
*** idegtiarov has left #openstack-meeting15:59
emaganacall to the audience for networking-guide meeting!16:00
john-davidgeHi! o/16:00
*** haomaiwa_ has quit IRC16:00
*** Sam-I-Am has joined #openstack-meeting16:00
*** thorst_ has joined #openstack-meeting16:00
emagana#startmeeting networking-guide16:00
openstackMeeting started Thu Dec  3 16:00:50 2015 UTC and is due to finish in 60 minutes.  The chair is emagana. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
*** openstack changes topic to " (Meeting topic: networking-guide)"16:00
openstackThe meeting name has been set to 'networking_guide'16:00
Sam-I-Amhello16:00
*** julim has quit IRC16:01
*** zeih has joined #openstack-meeting16:01
emagana#topic team16:01
*** openstack changes topic to "team (Meeting topic: networking-guide)"16:01
emaganahi Sam-I-Am and john-davidge16:01
*** 18VAAEQWZ has joined #openstack-meeting16:01
emaganaok, our first IRC16:01
Sam-I-Amyep16:01
emaganaI need to know who else was else to attend it16:01
emaganaanyone else?16:01
Sam-I-Amand lots to cover since the team hasnt met in months16:01
*** 18VAAEQWZ has quit IRC16:02
*** bookwar has left #openstack-meeting16:02
emaganaSam-I-Am: should be easy with short audience16:02
*** haomaiwa_ has joined #openstack-meeting16:02
Sam-I-Amyeah, we need more people :/16:02
Sam-I-Amthe whole idea of irc meetings was that people didnt like hangouts16:02
*** haomaiwa_ has quit IRC16:03
*** dneary has quit IRC16:03
Sam-I-Ambut we saw this with the install guide moving to irc too16:03
*** sdake has quit IRC16:03
emagana#action a reminder of this meeting and how important is16:03
Sam-I-Amyeah that :)16:03
*** gjayavelu has joined #openstack-meeting16:03
Sam-I-Ami also need to add an apac meeting to the list16:03
*** iyamahat has joined #openstack-meeting16:03
*** jdurgin1 has joined #openstack-meeting16:03
*** haomaiwa_ has joined #openstack-meeting16:03
*** julim has joined #openstack-meeting16:03
emaganaSam-I-Am: I wont be able to host that one, could yo do it?16:04
*** haomaiwa_ has quit IRC16:04
*** lwilliams__ has joined #openstack-meeting16:04
Sam-I-Amyeah that was the plan16:04
Sam-I-Amit would be in the evening here sometime16:04
*** zxiiro has quit IRC16:04
emaganaSam-I-Am: I am about including people but for this one we are just three, I dont want you to be the only one in APAC16:04
*** haomaiwang has joined #openstack-meeting16:04
*** zxiiro has joined #openstack-meeting16:04
emaganaSam-I-Am: send me your preference in time and date and I will add it to the calendar, ok?16:04
lwilliams__hi there...sorry i'm late.16:04
*** haomaiwang has quit IRC16:05
emaganalwilliams__: welcome!16:05
emaganayeah one more!16:05
lwilliams__thx!16:05
john-davidgePerhaps a doodle poll on the ML to find the best times and gauge attendance?16:05
*** thorst_ has quit IRC16:05
*** haomaiwa_ has joined #openstack-meeting16:05
*** ajmiller has quit IRC16:05
*** gordc has left #openstack-meeting16:05
emaganajohn-davidge: we did it before but minimal response16:05
*** ajmiller has joined #openstack-meeting16:05
*** haomaiwa_ has quit IRC16:06
Sam-I-Amthis is a good time for US/EU people16:06
Sam-I-Amwe just dont have attendees16:06
emaganaok, let's move on16:06
*** haomaiwang has joined #openstack-meeting16:06
*** erlon has quit IRC16:06
emagana#topic goals16:06
*** openstack changes topic to "goals (Meeting topic: networking-guide)"16:06
*** haomaiwang has quit IRC16:07
john-davidgeemagana: I probably missed that unfortunately. I didn’t realise at first that i needed to be subscribed the the openstack-docs ML, rather that the docs section of the openstack-dev ML16:07
emaganafrom my perspective, it is very clear. We need to move the networking-guide from WIP to Official16:07
*** cdent has left #openstack-meeting16:07
*** haomaiwang has joined #openstack-meeting16:07
Sam-I-Amis it still a wip?16:07
*** sdake has joined #openstack-meeting16:07
Sam-I-Ami thought we published it for kilo16:07
emaganayeap.16:07
Sam-I-Amwell, MOST of it16:07
emagana#link http://docs.openstack.org/networking-guide/16:07
*** haomaiwang has quit IRC16:08
Sam-I-Amwe did not get enough contributors to finish it16:08
*** dandruta has joined #openstack-meeting16:08
Sam-I-Amand still dont have enough16:08
john-davidgeemagana: Do we have a list of sections that are still WIP?16:08
emaganathe WIP warining is still there16:08
*** yamamoto has quit IRC16:08
Sam-I-Amjohn-davidge: more or less anything that lacks content16:08
Sam-I-Amor seems a bit light on content16:08
Sam-I-Ammost of it is in the 'concepts' sections16:08
*** haomaiwa_ has joined #openstack-meeting16:08
emaganajohn-davidge: I was trying to do that yesterday and documented in our wiki: #link https://wiki.openstack.org/wiki/NetworkingGuide/TOC#Proposed_topics_for_the_Networking_Guide16:08
*** xingchao has quit IRC16:08
*** haomaiwa_ has quit IRC16:09
*** fzdarsky_ is now known as fzdarsky16:09
Sam-I-Amwe also need a place for our meeting agenda in the wiki16:09
Sam-I-Amor whereever16:09
emaganaSam-I-Am: I will take care of that16:09
*** haomaiwa_ has joined #openstack-meeting16:09
john-davidgeemagana: Excellent, thanks16:09
Sam-I-Amemagana: plus some advertisement to neutron16:09
*** haomaiwa_ has quit IRC16:10
emagana#action emagana agenda in our wiki.. basically fix the wiki, it is messy16:10
*** navinrio has joined #openstack-meeting16:10
Sam-I-Amemagana: and operators, ideally16:10
navinrioHi16:10
emaganaSam-I-Am: sounds good!16:10
Sam-I-Amhi16:10
emaganaHI navinrio.. Thanks for joining16:10
*** fawadkhaliq has quit IRC16:10
*** 5EXAADMHT has joined #openstack-meeting16:10
navinrioHi Everyone I am Navin from HP16:10
*** 5EXAADMHT has quit IRC16:11
*** haomaiwang has joined #openstack-meeting16:11
Sam-I-Amso...16:11
emaganamy proposal is:16:11
*** yamamoto has joined #openstack-meeting16:11
*** haomaiwang has quit IRC16:12
emaganaLet's review the current status of the guide and prepare a wiki with the section that we want to complete16:12
navinrioYes please16:12
lwilliams__that's a good idea16:12
*** 5EXAADMKT has joined #openstack-meeting16:12
Sam-I-Amemagana: how about an etherpad?16:12
Sam-I-Ampeople hate wikis16:12
john-davidgeemagana: +116:12
lwilliams__+116:12
navinrio+116:12
emaganamake potential assignments and once those sections are completed we remove the WIP finally16:12
*** rcernin has quit IRC16:12
emaganaand make a lot of noise about it  LOL16:12
*** 5EXAADMKT has quit IRC16:13
lwilliams__i think that will help16:13
navinrioI like etherpad16:13
john-davidgeI’m a people and I like wikis. But an eterpad will be fine too16:13
Sam-I-Amhaha16:13
lwilliams__lol16:13
emaganaok.. I like etherpads better. Actually, we had one already but not sure where the link is16:13
john-davidge(as long as it’s linked on the wiki)16:13
*** 5EXAADML5 has joined #openstack-meeting16:13
Sam-I-Amjohn-davidge: yeah, it would be linked16:13
emaganaI got my laptop stolen and a lot of data is lost16:13
Sam-I-Amits just a little more interactive, imo16:13
navinrioI am fine with Wiki and Etherpad16:13
john-davidgeemagana: Oh man, that sucks :(16:13
*** pballand_ has joined #openstack-meeting16:13
navinriowhich ever team decide16:13
*** 5EXAADML5 has quit IRC16:13
emagana#action prepare etherpad with the section to be completed as target for Mitaka16:14
*** hemnafk is now known as hemna16:14
*** doron_afk has quit IRC16:14
*** pratikma_ has joined #openstack-meeting16:14
Sam-I-Amemagana: might be good to add a bp/spec for the larger picture of things to add16:14
emaganaI want to start with assignments but I rather discuss that over ML once we have the etherpad16:14
*** yamahata has joined #openstack-meeting16:15
emaganaSam-I-Am: +116:15
Sam-I-Amsomething we can at least target with patches16:15
lwilliams__agreed16:15
emaganaSam-I-Am: I like that idea..16:15
navinrioI also like the idea16:15
emagana#action create a docs-spec for the section to be completed in Mitaka cycle and target all patches to it16:15
*** evgenyf has quit IRC16:16
*** pballand has quit IRC16:16
*** pballand_ is now known as pballand16:16
Sam-I-Amso how about we organize our ideas in the etherpad, then figure out what we're going to target for mitaka, then write a spec16:16
emaganaSam-I-Am: That is what I have in mind16:16
john-davidgeSam-I-Am: Sounds good16:16
emaganaSam-I-Am: I will have the etherpad by EOD16:16
emaganawill send the link over ML to let everybody discuss.. we are all open ;-)16:17
lwilliams__sounds good16:17
Sam-I-Amalso make sure neutron and ops know about it16:17
*** pratikmallya has quit IRC16:17
john-davidgeemagana: Yes, send links on the openstack-dev ML as well16:17
emaganaSam-I-Am: roger that, I will include their MLs in the email16:17
Sam-I-Amand maybe join their meetings16:18
*** siva_krishnan has joined #openstack-meeting16:18
*** dkranz has joined #openstack-meeting16:19
emaganaSam-I-Am: I am trying to re-organize my schedule to attend all those meetings.. it is just hard.. but that is the goal..16:19
*** igordcard has joined #openstack-meeting16:19
emaganashould we move to the next topic, OVN in networking guide?16:19
Sam-I-Amtime is hard16:20
Sam-I-Amyeah, so ovn...16:20
*** yamamoto has quit IRC16:20
emagana#topic OVN in networking guide16:20
*** openstack changes topic to "OVN in networking guide (Meeting topic: networking-guide)"16:20
Sam-I-Amthe idea around the original spec was this:16:20
*** pnavarro has quit IRC16:20
Sam-I-Am"looks like ovn is the evolution of ovs, which is a ref arch, so lets document it in a way people can use BEFORE it gets released"16:20
navinrioUnderstood16:21
Sam-I-Ambut its not really a refarch yet, so this opened a can of worms for vendors and third-party folks to add their plugins and stuff to the networking guide16:21
Sam-I-Amwhich is exactly what we dont want, because we've already had lots of problems with third-party content in the docs16:21
emaganaThe problem for me is that .. arrgghhh  you just stole my opinion16:21
emaganaLOL..16:22
Sam-I-Amthey dump stuff in there and leave it, then it gets stale, and the docs team cant maintain it alll16:22
emaganaI agree with Sam-I-Am16:22
emaganaThe idea of the networking-guide was to keep it clean and easy to follow for people who wanted to use neutron16:22
Sam-I-Amso the question is can we write policy around what goes in the networking guide that includes something like OVN and not things like astara or plumgrid16:22
emaganait is already hard to keep it in good shape between LB and OVS to include now OVN16:23
Sam-I-Amif ovn was accepted as a refarch for neutron this would be different, but its not (yet)16:23
lwilliams__i think that's fair..16:23
Sam-I-Amrussellb: wakey wakey16:23
emagananeutron should clarify if they want to support now three official plugins16:23
*** salv-orl_ has joined #openstack-meeting16:23
Sam-I-Amemagana: i think ovn will eventually replace conventional ovs16:24
emaganaif that is the case, then we should include OVN. simple enough16:24
emaganaSam-I-Am: That makes things easier, we just replace OVS sections by OVN ones  :)16:24
Sam-I-Amso the other option is writing up network-guide-like docs in the networking-ovn repo, and porting them to the networking guide when ovn becomes a thing16:24
Sam-I-Amemagana: yeah, when ovn works :)16:24
emaganaSam-I-Am: I second that..16:24
Sam-I-Ameventually yes, i think conventional ovs will disappear16:25
navinrioI agree16:25
Sam-I-Ambecause its really pointless16:25
emaganaSam-I-Am: about the porting part of course.. nothing against OVN16:25
Sam-I-Amso if we think it makes sense to document ovn in networking-ovn, we should figure out what to do with the spec, because its no longer a docs spec16:26
emaganaWell good enough to have all the potential docs in the networking-ovn repo and then help them to move it to networking-guide?16:26
Sam-I-Ammaybe reword the spec to say initial docs are in networking-ovn and we'll port into the networking guide when ready, but this may not be mitaka16:26
Sam-I-Amemagana: yeah good thing its all rst :)16:26
*** salv-orlando has quit IRC16:26
Sam-I-Ami'm working with russellb already16:27
Sam-I-Ami can catch up with him about it later since he's not here16:27
emaganaso, what to do with this one: #link https://review.openstack.org/#/c/252592/16:27
emagana-2 ?16:27
Sam-I-Amin the end it doesnt matter which repo the docs start out in - the end goal is having user/oper docs available when its released16:27
*** paul-carlton1 has quit IRC16:27
Sam-I-Amemagana: not yet16:28
Sam-I-Amemagana: i have a feeling i'll remove the whole spec16:28
emaganaSam-I-Am: I will include my opinion on the review to have it documented16:28
Sam-I-Ami'll probably discuss it with the docs ptl later16:28
Sam-I-Amsure16:28
emaganaok.. anything else on OVN?16:29
Sam-I-Ami dont know where we store policies for docs, but we might replace this spec with a policy for what goes into the networking guide16:29
Sam-I-Amthats it for me on ovn16:29
navinrioI think we shall have comparision of ovs and ovn16:29
egonand lb16:29
Sam-I-Amwell, maybe16:29
egonand maybe a bit of why one vs another16:29
Sam-I-Amovn is ovs16:29
emaganahi egon I did not know you were around16:30
egoni am always around ;-)16:30
Sam-I-Amso right now we could do a comparison between lb and ovs16:30
Sam-I-Amovn is simply making ovs more realistic16:30
egontrue16:30
Sam-I-Amquestion is how to make an objective comparison16:30
Sam-I-Amwe're all opinionated16:30
*** DavidGF has quit IRC16:31
navinriounderstood16:31
egonwell, you could hash out the most edge views16:31
egonso you get to the real meat of the differences16:31
Sam-I-Amthere's definitely some feature support differences - linuxbridge doesnt do gre or dvr, for example16:31
navinrioas old school people will search for ovs16:31
*** adiantum has quit IRC16:31
navinrioand some people ovn16:31
emaganalet's do not make this a OVN - OVS - LB discussion  :-)16:31
Sam-I-Amwe see a lot of nova-net people adopting linuxbridge because nova-net uses it16:32
Sam-I-Ambut yeah :)16:32
emaganalet's move on.. to scenarios restructure16:32
Sam-I-Ammost people didnt know linuxbridge existed until we wrote the networking guide16:32
emaganasounds good?16:32
navinrioOk16:32
Sam-I-Amyep16:32
navinrioI agree16:32
emagana#topic restructuring legacy scenarios16:32
*** openstack changes topic to "restructuring legacy scenarios (Meeting topic: networking-guide)"16:32
emaganaSam-I-Am: Please, explain the idea here16:33
*** zehicle has quit IRC16:33
Sam-I-Amemagana: ok16:33
Sam-I-Amthe idea of neutron was to push people toward "true" cloud networking16:33
Sam-I-Amwhich is self-service private networks, a router, and floating IPs16:33
navinrioyes16:33
*** ihrachys has quit IRC16:33
*** iben has joined #openstack-meeting16:34
*** kjorgensen has joined #openstack-meeting16:34
Sam-I-Ambut we've figured out that neutron L3 doesn't perform/scale well and a lot of people avoid it by using provider nets (l2 only)16:34
Sam-I-Amright now, if you want to deploy the legacy scenarios, you must use L3/routing and private networks16:34
*** vgridnev has joined #openstack-meeting16:34
Sam-I-Amyou can't attach a vm directly to a provider network16:34
egon?16:34
*** mestery has quit IRC16:35
Sam-I-Amegon: the ext/public network is not mapped to the compute nodes16:35
Sam-I-Amits only attached to the network nodes16:35
*** kjorgensen has quit IRC16:35
*** _nadya_ has quit IRC16:35
Sam-I-Amso if you try booting a vm on it, neutron blows up with a vif error because the network isnt there16:35
egonif you're using l3 routing, you mean?16:35
*** alexschm has quit IRC16:35
emaganaSam-I-Am: does it too soon for that functionality in neutron?16:36
Sam-I-Amwell, you have to use l3 routing16:36
*** salv-orl_ has quit IRC16:36
emaganaI dont like to make things more complicated... they are already complicated16:36
Sam-I-Ambecause there's a conventional network node, and the only attach point for the ext/public net is there16:36
egonlet's clarify this after this meeting. We're attaching VMs directly to provider networks.16:36
Sam-I-Amemagana: its not too bad. you just add the ext-net to your compute nodes16:36
Sam-I-Ampoint is - i think we need to allow people to do both16:37
*** kebray has quit IRC16:37
*** mestery has joined #openstack-meeting16:37
*** llu has left #openstack-meeting16:37
emaganaSam-I-Am: understood16:37
Sam-I-Amthey can attach vms directly to provider networks when needed, but can also create private networks and routers16:37
emaganaI haven't tried it myself..  shame on me16:37
egonSam-I-Am: I agree people should be able to do both, but we do... already16:37
Sam-I-Amit works fine. the install guide does it now by default.16:37
Sam-I-Amegon: who is 'we'16:37
egonwalmart16:37
Sam-I-Amthe thought behind this is that a lot of people come from nova-net, and like the simple provider networks option because they hear bad things about neutron L316:38
emaganaSam-I-Am: well, makes clear that we could do the refactoring16:38
Sam-I-Amand dvr is too complicated16:38
Sam-I-Amso they would have the ability to use provider networks directly, but also try private/router stuff and hopefully transition some things to it16:38
emaganabut I dont want to be very aggressive on the goals for the networking guide in mitaka16:39
egonyeah, let's talk after the meeting. We're doing both now.16:39
Sam-I-Amsure, its not too big of a change16:40
egonmostly the provider network directly, though16:40
Sam-I-Ammy question was a) do we need to do this and b) should we augment the existing legacy scenarios or create new scenarios16:40
navinrioI think in Japan Provider network deployment is more popular16:40
Sam-I-Amalso i think we need to ditch the 'legacy' wording16:40
*** jordanP has joined #openstack-meeting16:40
Sam-I-Amwhen we did that we were under the impression people would use dvr and l3ha, but neither of them have taken off due to bugs16:40
Sam-I-Amso i'd change legacy to conventional or something16:41
*** ashtokolov has quit IRC16:41
*** mmedvede has quit IRC16:41
emaganaSam-I-Am: I would like to create new ones16:41
navinrioso I think pros and cons of provider network , private network , dvr if time permits can be included16:41
emagananew scenarios16:41
Sam-I-Amthen the question is do we have too many scenarios - overload16:42
*** belmoreira has quit IRC16:42
*** ashtokolov has joined #openstack-meeting16:42
Sam-I-Amnavinrio: the pros and cons would initially be linuxbridge vs. ovs... then maybe we can get into provider networks vs. private networks and DVR/L3HA16:42
*** fabiog has quit IRC16:42
emaganaSam-I-Am: I have not strong opinion on that16:43
*** jdurgin1 has quit IRC16:43
navinrioCopy that16:43
egon+116:43
lwilliams__might be more a question of "cost" to maintain... if that cost is low and intent of scenarios is clear, probably not a big concern on #16:44
emaganaSam-I-Am: maybe consulting with the MLs?16:44
Sam-I-Amso we probably need a spec for somehow adding provider nets to the existing scenarios... we'll put it in the etherpad first16:44
*** ajmiller_ has joined #openstack-meeting16:44
*** ajmiller has quit IRC16:44
lwilliams__yeah, ML discussion sounds good16:45
Sam-I-Amwhich ml? the people who use/write this stuff are not on the docs list.16:45
Sam-I-Amit would probably be ops if we're polling people16:45
emaganaSam-I-Am: docs and ops16:45
lwilliams__true16:45
*** ajmiller__ has joined #openstack-meeting16:45
navinrioagree with Sam-I-am opinion16:45
*** sdake has quit IRC16:46
Sam-I-Ami suggest we just do ops and maybe neutron16:46
lwilliams__agree16:46
Sam-I-Amso i can take the ML thing16:47
Sam-I-Ami'll post it to ops and neutron, see what sticks16:47
Sam-I-Amif there's agreement, we can add it to the mitaka spec of things to do16:47
sc68calisn't x-posting discouraged?16:47
emaganaSam-I-Am: great!16:47
Sam-I-Amsc68cal: do them sequentially? not sure how else to handle it16:48
*** ajmiller__ has quit IRC16:48
sc68calSam-I-Am: I think probably post the actual topic to one ML, and redirect the other audience to it16:48
*** ajmiller_ has quit IRC16:49
*** electrocucaracha has quit IRC16:49
emaganaare we good on this topic?16:49
navinrioYes16:49
emaganawe have one thing leaast!16:49
Sam-I-Amsc68cal: makes sense16:49
navinrioI am fine16:49
Sam-I-Amemagana: give me an action16:49
lwilliams__out of curiosity... do we have usage #s on the existing scenarios via google analytics?16:49
emaganamy bad16:49
*** vahidh_ has joined #openstack-meeting16:50
Sam-I-Amlwilliams__: no, thats apparently fixed now (or soon)16:50
lwilliams__ok, cool16:50
*** fawadkhaliq has joined #openstack-meeting16:50
emagana#action Sam-I-Am will document the changes on the etherpad and write a spec after the discussion there and ML16:50
Sam-I-Amlwilliams__: ask annegentle for more info16:50
lwilliams__thx16:50
*** tej has quit IRC16:51
*** dougw2 has joined #openstack-meeting16:51
*** vahidh has quit IRC16:51
emagana#topic versioning of the networking guide16:51
*** openstack changes topic to "versioning of the networking guide (Meeting topic: networking-guide)"16:51
Sam-I-Amthis is a big deal16:51
*** dmowrer has quit IRC16:51
emaganasc68cal: yor wrote the spec, right?16:52
emaganayou*16:52
emaganawe have just eight minutes left..16:53
Sam-I-Amproblem - neutron changes a lot from release to release, often in ways not backward compatible with previous versions16:53
Sam-I-Amwe have a lot of people who install older versions for 'stability' reasons16:53
*** rcernin has joined #openstack-meeting16:53
annegentlelwilliams__: still validating the fix works :)16:53
navinrioI agree16:53
annegentlelwilliams__: but sadly we have no data16:53
Sam-I-Ampretty much anything that involves specific config (like the install and network guide) need versioning16:53
lwilliams__thx for the update, anne:) cool!16:54
Sam-I-Amwe found out that trying to use "in X version, do Y" is too hard to maintain16:54
*** mmedvede has joined #openstack-meeting16:54
sc68calemagana: no I don't believe i did16:54
*** arvinchou_ has joined #openstack-meeting16:54
emaganasc68cal: my bad..16:54
john-davidgeemagana: Is the debate wheher or not we should verion? Or how exactly to do it?16:54
Sam-I-Amjohn-davidge: whether or not we should version it16:54
Sam-I-Amhow to do it is not a problem16:54
emaganajohn-davidge: yes, the first part16:54
navinrioI think we should version16:54
Sam-I-Ama version gets cut with each release16:54
john-davidgeI’m of the opinion that we should version16:55
john-davidgeotherwise the guides will become very messy16:55
navinrio+16:55
sc68calI think we probably have to, just based on how much changes as we go forward16:55
navinrio+116:55
emaganabased on how much things change, we should tag after Mitaka16:55
Sam-I-Amwell here's the problem16:55
Sam-I-Amright now the guide is for kilo, so tagging it for liberty wouldnt work16:56
Sam-I-Amwe could update it for liberty and tag but then we lose the kilo stuff16:56
Sam-I-Amso if we can tag for kilo now that'd be great, then update master for liberty, then cut that16:56
*** garyk has joined #openstack-meeting16:56
emaganaSam-I-Am: targetting Kilo makes more sense16:57
john-davidgeSam-I-Am: There may already be some content that is liberty-specific16:57
sc68calWe could tag it based on the commit date16:57
sc68calfind a SHA of the networking guide from the kilo timeframe, tag that as kilo16:57
Sam-I-Amsc68cal: yeah that makes sense16:57
john-davidgesc68cal: that sounds goof16:58
john-davidge*good16:58
sc68cal:)16:58
Sam-I-Amsc68cal: sounds like you just volunteered :)16:58
john-davidge:D16:58
sc68calSam-I-Am: done - i'll do it now16:58
emaganasc68cal: I am ready to add the action  :-)16:58
*** dwalleck has joined #openstack-meeting16:58
Sam-I-Amso tag kilo -> do liberty updates -> tag liberty -> then do mitaka updates in master16:58
Sam-I-Amthis changes the strategy we've been using a little too:16:58
emagana#action sc68cal will tag networking guide16:58
*** cwolferh has joined #openstack-meeting16:59
sc68calkilo was ..... last fall16:59
sc68calright?16:59
emaganaok, one minute left... wow.. long meeting16:59
Sam-I-Amwith CD, we usually waited until the end of the current release cycle to update the guide for that release cycle16:59
Sam-I-Amsc68cal: spring16:59
Sam-I-Am2015.116:59
sc68calSam-I-Am: thanks16:59
*** jaypipes has quit IRC16:59
john-davidgeDoes this mean w should plan to remove kilo and liberty specific sections for Mitaka?16:59
Sam-I-Amnow we'll have to update the guide prior to release when we tag the release16:59
emaganajohn-davidge: I would like to identify those sections first16:59
*** ylobankov has joined #openstack-meeting17:00
Sam-I-Amemagana: we should move the meeting to #openstack-doc17:00
emaganawe are over time17:00
emaganalet's move the conversation..17:00
emagana#end-meeting17:00
john-davidgebyeeee17:00
navinriook17:00
*** akuznetsov has joined #openstack-meeting17:00
lwilliams__bye17:00
emagana#endmeeting17:00
*** Sam-I-Am has left #openstack-meeting17:00
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)"17:00
navinriobye17:00
*** ihrachys has joined #openstack-meeting17:00
openstackMeeting ended Thu Dec  3 17:00:31 2015 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/networking_guide/2015/networking_guide.2015-12-03-16.00.html17:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/networking_guide/2015/networking_guide.2015-12-03-16.00.txt17:00
*** lwilliams__ has quit IRC17:00
openstackLog:            http://eavesdrop.openstack.org/meetings/networking_guide/2015/networking_guide.2015-12-03-16.00.log.html17:00
*** jswarren has joined #openstack-meeting17:00
*** scheuran has quit IRC17:01
*** s3wong has joined #openstack-meeting17:01
mtreinish#startmeeting qa17:01
openstackMeeting started Thu Dec  3 17:01:55 2015 UTC and is due to finish in 60 minutes.  The chair is mtreinish. Information about MeetBot at http://wiki.debian.org/MeetBot.17:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:01
*** openstack changes topic to " (Meeting topic: qa)"17:01
openstackThe meeting name has been set to 'qa'17:01
mtreinishhi, who's here today?17:02
dwallecko/17:02
ylobankovhi17:02
jswarrenhello17:02
mtreinish#link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Proposed_Agenda_for_December_3rd_2015_.281700_UTC.2917:02
mtreinish^^^ Today's agenda17:02
*** dpaterson has joined #openstack-meeting17:03
*** ivar-laz_ has quit IRC17:03
*** navinrio has quit IRC17:03
mtreinishandreaf_, dtroyer, sdague, mkoderer, afazekas, jordanP: around?17:04
*** xingchao has joined #openstack-meeting17:04
*** thorst_ has joined #openstack-meeting17:04
*** _dpaterson has joined #openstack-meeting17:04
sdagueyeh, sort of. If any of my stuff can be front loaded that would be great17:04
_dpatersono/17:04
hogepodgeo/17:05
*** dpaterson has left #openstack-meeting17:05
mtreinishlets get started17:05
jordanPyep17:05
mtreinish#topic Spec Reviews17:05
*** openstack changes topic to "Spec Reviews (Meeting topic: qa)"17:05
*** mestery has quit IRC17:05
mtreinish#link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z17:05
*** john-davidge has quit IRC17:05
mtreinishwe've got a few open spec reviews17:05
mtreinishit'd be good to get eyes on them17:05
andreafo/17:05
mtreinishI know SpamapS has been bugging me about his counters one lately :)17:05
*** mestery has joined #openstack-meeting17:06
mtreinishdoes anyone have a specific spec they'd like to discuss?17:06
andreafI had one questions regarding the resource spec17:06
dwalleckmtreinish: I talked with lifeless about the run one before I left on vacation and he refreshed me about what we discussed in Tokyo. That spec should be up in the next few days17:06
andreaf#link https://review.openstack.org/#/c/173334/6/specs/tempest/tempest-resources.rst,cm17:06
mtreinishdwalleck: ok, cool17:07
mtreinishandreaf_: sure17:07
*** otter768 has joined #openstack-meeting17:07
*** gyee has joined #openstack-meeting17:07
*** armax has joined #openstack-meeting17:07
andreafmtreinish: the spec introduces the concept of filters that can be applied to test/test-classes to express dependency on test resources17:07
*** jorge_munoz has joined #openstack-meeting17:07
*** zeih has quit IRC17:07
andreafthe question is what the behaviour should be in case such resources are not available, skip or fail?17:08
*** dmowrer has joined #openstack-meeting17:08
*** tej has joined #openstack-meeting17:08
*** topol_ has joined #openstack-meeting17:08
*** xingchao has quit IRC17:08
mtreinishhmm, maybe doing a 3 condition kinda thing: hard-requires(fail if missing), soft requires(skip if missing), and preferred17:08
*** igordcard has quit IRC17:08
andreaffor instance if no image is configured - currently we fail if image_ref is not set and a test that requires it is executed17:09
*** dmowrer has quit IRC17:09
_dpaterson+1 on three condition17:09
*** dmowrer has joined #openstack-meeting17:09
*** thorst_ has quit IRC17:09
*** houming has quit IRC17:09
*** topol has quit IRC17:10
jordanP-1 too much complexity17:10
jordanP:)17:10
mtreinishhaha17:10
andreafmtreinish: ok, that sounds like a good idea, but we need to provide some guidance about how to use that17:10
*** thorst_ has joined #openstack-meeting17:10
mtreinishandreaf: yeah, we should document it very clearly17:10
*** xyang1 has joined #openstack-meeting17:10
jordanPwe should just fail, be vocal about it17:10
*** igordcard has joined #openstack-meeting17:10
mtreinishthat's something we need to work on in general is having a better guide for test writing. There is a lot of complexity already in the internal machinery in tempest17:11
*** mestery has quit IRC17:11
mtreinishbut that's a seperate topic17:11
jordanPexactly !17:11
jordanPlanding this auth credentials work is an example17:11
*** otter768 has quit IRC17:11
mtreinishjordanP: so your just saying requires (fail) and prefered17:11
jordanPit was not an easy road17:11
jordanPyes17:11
jordanPand jlanoux also had a hard time with his ssh validation work17:12
andreafin a sense skipping by missing resources is kind of implicit - so perhaps we should just fail and not try to be nice - if someone doesn't want to run a test she/he should skip it otherwise?17:12
*** aranjan has joined #openstack-meeting17:13
jordanPand think this was our policy as of now 'fail hard in case of misconfiguration'17:13
mtreinishI think that makes sense17:13
mtreinishjordanP: yeah it is17:13
mtreinishit's part of being explicit17:13
andreaffor instance @prefered(small-image) means that if a small-image is not found it will go with any image, and if none is found it will fail17:13
*** egallen has quit IRC17:14
jordanPthat is going to require "a lot" of logic17:14
*** ihrachys_ has joined #openstack-meeting17:14
*** egallen has joined #openstack-meeting17:14
*** mudassirlatif has joined #openstack-meeting17:14
*** thorst_ has quit IRC17:14
*** ihrachys has quit IRC17:14
andreafjordanP: not sure that's going to be that complex, but I would start implementing requires as a first step17:15
andreafmtreinish, jordanP: in any case I think it's settled for failure rather than skip then?17:15
mtreinishyeah I think so17:15
jordanPI think that's the easiest way and a good start too17:15
andreafok. Thanks17:15
mtreinishok is there anything else on specs?17:16
dwalleckI had one other question about the resources spec. It introduces the tools section to handle the issue of different commands being necessary for different distros, but how is the problem of handling parsing of the different commands? The remote client still expects the output of the command to be in the format of the original one17:16
andreafdwalleck: heh, thanks I was going to bring that on as well17:16
dwalleckIt's a hot button issue in DefCore right now17:16
jordanPwhere "ip" is in /sbin or /usr/sbin , the output shouldn't change right ?17:16
jordanP*whether17:16
mtreinishdwalleck: I think that's a separate discussion, and honestly the defcore concerns are secondary to the work in the spec17:17
mtreinishjordanP: it's more if what if you wanted to use a freebsd or solaris image17:17
mtreinishthe output and the path would be different17:17
andreafdwalleck: so the alternative would be to define what we want to obtain rather than the specific tool, so if you want to get an IP use this helper17:17
dwalleckmtreinish: That's fair. Being able to use different images is really my concern17:17
*** vhoward has quit IRC17:17
jordanPI see, now I remember this recent thread on the ML...17:18
andreafdwalleck: but then you need to maintain such helpers17:18
andreafguest image specific ways to extract certain data from your OS17:18
andreafand tempest is not the right place for that17:18
mtreinishdwalleck: realistically we're talking about a very small subset of tests too17:18
dwalleckandreaf: Right. I have a few ideas on how this could be implemented cleanly17:18
andreafso you need a plugin mechanism for that or so17:18
dwalleckandreaf: That's exactly what I was thinking17:19
*** matrohon has quit IRC17:19
*** ljxiash has joined #openstack-meeting17:19
andreafdwalleck: that sounds like a separate spec though17:19
andreafI think having the path to the tool can be a first approximation17:19
dwalleckmtreinish: I know they're a small set now, but they're extremely important for me and I see there being a lot more17:20
dwalleckBut that's outside the scope of this conversation. Thanks for humoring me :-)17:20
*** _nadya_ has joined #openstack-meeting17:20
mtreinishok, lets move then17:21
*** maishsk has quit IRC17:21
*** Akis_ has quit IRC17:21
mtreinish#topic Priority Items17:21
*** openstack changes topic to "Priority Items (Meeting topic: qa)"17:21
*** akiskourtis has joined #openstack-meeting17:21
mtreinish#link https://etherpad.openstack.org/p/mitaka-qa-priorities17:21
mtreinishso today being M-1 (well more or less)17:21
mtreinishI think we should go over the open M1 items on the etherpad just to see where they stand17:21
mtreinishI see 3 on the etherpad17:22
*** dougw2 has quit IRC17:22
mtreinishthe first is: Drop extras.d from devstack17:22
mtreinishsdague: ^^^ any update on that?17:22
sdaguemtreinish: yep, just updating etherpad - https://review.openstack.org/#/c/252944/17:22
sdagueI posted the review for that this morning17:22
mtreinish#link https://review.openstack.org/#/c/252944/17:22
mtreinishsdague: ok, cool17:22
*** ljxiash has quit IRC17:22
sdagueI feel like I did enough warning we should be good to go on it17:22
sdaguethough I think I got hit by gerrit restart and lost having tests run on it17:23
*** aranjan has quit IRC17:23
mtreinishheh17:23
*** egallen has quit IRC17:23
sdagueanyway, rechecked now, we should merge it tomorrow17:23
mtreinishsdague: yeah I agree, you've been warning about that and posting to the ml for long enough17:23
mtreinishok cool17:23
*** njohnsto_ has joined #openstack-meeting17:23
mtreinishthe next on the list is: Tempest Microversion support17:24
*** egallen has joined #openstack-meeting17:24
mtreinishwhich is owned by gmann and oomichi17:24
mtreinishbut since they're in JST and probably asleep17:24
*** akuznetsov has quit IRC17:24
mtreinishthey've got reviews up for starting most of that here:17:24
mtreinish#link https://review.openstack.org/#/q/status:open++branch:master+topic:bp/api-microversions-testing-support,n,z17:24
mtreinishprioritizing review on those would be great17:25
*** claudiub|2 has quit IRC17:25
*** ihrachys_ has quit IRC17:25
*** ljxiash has joined #openstack-meeting17:25
mtreinishI don't think the branch is quite enough to close the bp as the spec is written, but it's mostly there17:25
sdagueyeh, there was a sticking point about how to put the config in from devstack17:26
*** Swami has quit IRC17:26
sdaguebecause we should really bypass devstack for this I think17:26
sdagueand go from d-g => tempest17:26
*** ihrachys has joined #openstack-meeting17:27
*** njohnston has quit IRC17:27
*** ujuc has joined #openstack-meeting17:27
*** peristeri has quit IRC17:27
mtreinishsdague: I think that's probably fine. It's not like devstack knows about the microversions being deployed17:27
sdaguealthough...17:27
sdaguenow that I think about it, devstack kind of does know17:27
*** safchain has quit IRC17:27
sdaguebecause it pulled master17:27
*** balajiiyer has quit IRC17:28
*** mtanino has joined #openstack-meeting17:28
sdagueI have to rethink this one, I'll propose something17:28
mtreinishsdague: ok :)17:28
mtreinishanything else to discuss on microversion testing?17:28
*** unicell has joined #openstack-meeting17:28
andreafsdague, mtreinish: still there is a difference between the available microversions and what we want to test in the gate, so we probably need to drive at least some of it via d-g anyways17:29
sdagueandreaf: yes, for sure17:29
*** unicell1 has quit IRC17:29
*** cody-somerville has quit IRC17:29
mtreinishok, the last thing open thing on the list for M1 is: OpenStack Health group-by / filter-by metadata key17:30
mtreinishwhich andreaf is listed as owning17:30
mtreinishandreaf: any update on that?17:30
andreafmtreinish: for group-by there is a patch up, let me dig the link out17:31
andreafbut filter-by is not started yet17:31
*** akiskourtis has quit IRC17:31
andreafand unfortunately some of the folks helping on this are not around anymore17:31
mtreinishandreaf: refresh my memory what does the filter-by entail?17:32
andreafso it may slow down17:32
*** akiskourtis has joined #openstack-meeting17:32
andreaffiltering the graphs on the page by a value on a metadata key17:32
andreafe.g. show all the runs where build_pipeline = periodic17:33
andreafor something like that17:33
mtreinishoh, don't we already have that?17:33
mtreinishthere is the search bar which dynamically filters17:33
*** aranjan has joined #openstack-meeting17:33
andreafI though we could search by name only?17:33
mtreinishoh, this is a secondary key value pair, I get it now17:34
*** unicell has quit IRC17:34
andreafmtreinish: group-by #link https://review.openstack.org/#/c/240453/17:34
mtreinishok, cool thanks17:34
mtreinishbefore we move on, does anyone want to discuss another priority item? (one that's not necessarily M1 targetted)17:35
mtreinishok, let's move on17:36
mtreinish#topic Eslint-config-openstack review approval policy (krotscheck)17:36
*** dougw2 has joined #openstack-meeting17:36
*** openstack changes topic to "Eslint-config-openstack review approval policy (krotscheck) (Meeting topic: qa)"17:36
mtreinishkrotscheck: around? this is your topic17:36
*** dzamboni has quit IRC17:37
*** _nadya_ has quit IRC17:37
*** nmagnezi has joined #openstack-meeting17:38
mtreinishok, I guess he's not around17:38
mtreinishlet's move on17:38
mtreinish#topic Tempest17:39
*** openstack changes topic to "Tempest (Meeting topic: qa)"17:39
mtreinishdoes anyone have anything to discuss on tempest this week?17:39
_dpatersonmtreinish: config script17:39
mtreinishdwalleck: what about it? :)17:40
_dpatersonDaniel from posted something on it on the ML17:40
dwalleckhuh?17:40
_dpatersonHe meant dpaterson :)17:40
mtreinishoh, yeah I've been meaning to chime in on that thread17:40
mtreinishdwalleck: sry, tab complete fail17:40
_dpatersonI guess I still understand the friction on getting it upstream17:41
_dpatersondon't understand rather17:41
*** salv-orlando has joined #openstack-meeting17:41
_dpatersonblueprint is here: https://blueprints.launchpad.net/tempest/+spec/tempest-config-generator17:41
mtreinish_dpaterson: that spec has been abandonded: https://review.openstack.org/#/c/94473/17:42
*** irenab_ has joined #openstack-meeting17:42
mtreinishwhich was the issue originally, is there was discussion about the scope of the tool and where we should cut off what it does and what it doesnt17:42
mtreinishand then interest just died down and nothing happened17:42
*** mrmartin has joined #openstack-meeting17:42
_dpatersonOkay, so I'd like to assist Daniel with re-addressing it, do we need to create a new spec?17:43
andreaf_dpaterson, mtreinish: I think the tool as it is does not fit in tempest, as some parts of it are already in17:43
mtreinishdwalleck: yeah I think starting a fresh spec is the right place to start17:43
jordanPwhat part of it ?17:43
*** irenab has quit IRC17:43
*** irenab_ is now known as irenab17:43
_dpatersonandreaf: where?17:44
*** apoorvad has joined #openstack-meeting17:44
*** ygbo has quit IRC17:44
andreaffor instance the discovery part: that's already in the verify-config-tool17:44
andreafand that's shouldn't be used for anything else than verification17:44
andreafthe resource provisioning part is something that is not in yet, but that we plan to implement as part of the resource bp17:45
jordanPthe point of the tool is to help generate tempest.conf, some sort of discovery is required17:45
*** salv-orlando has quit IRC17:45
_dpatersonandreaf: creating the config and verifying it are two different things, where there is overlap refactoring to common code for discovery would be done17:45
jordanP+117:46
andreafpassing fragments of configs in is something as trivial as append them to the bottom of the file but still is something we could add to a tempest run17:46
mtreinishjordanP, _dpaterson: the verify tool, can make a new config fwiw. You just need to give it the bare min to do the discovery17:46
andreafjordanP, _dpaterson: sure I understand that, but you don't want to use discovery to generate a test config file17:46
*** Swami has joined #openstack-meeting17:46
jordanPandreaf, I don't understand why not17:47
_dpatersonandreaf:  maybe we should take a step back.17:47
_dpatersonA configuration generation tool would be useful17:47
andreafbecause if you generate your configuration by discovery you may miss things17:47
_dpatersonImplementing it can be done a bunch of different ways, lets get a new spec going and move the discusion there.17:48
andreaflet's say that a feature is disabled by mistake - you will stop testing it and never know about it17:48
_dpatersonandreaf: the tool does not dismiss the user from vefifying his environment is correct.  It is a jump start.17:49
*** leeantho has joined #openstack-meeting17:49
*** amitgandhinz has quit IRC17:49
mtreinishin the interest of time, I think we should take this up in the -qa channel post meeting17:49
mtreinishbecause we're at ~10mins left17:49
jordanPand it does not prevent running verify-tempest afteward17:49
*** atiwari1 has quit IRC17:50
_dpatersonI'll work with Daniel on new spec and take discussion to #qa17:50
*** aspiers has quit IRC17:50
*** dimtruck is now known as zz_dimtruck17:50
mtreinish_dpaterson: ok, thanks17:50
mtreinishlet's move on17:50
*** rossella_s has quit IRC17:50
*** aranjan has quit IRC17:50
mtreinish#topic Critical Reviews17:50
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)"17:50
mtreinishDoes anyone have any reviews they'd like to get extra eyes on?17:51
*** SumitNaiksatam has joined #openstack-meeting17:51
*** aranjan has joined #openstack-meeting17:51
*** aranjan has quit IRC17:52
mtreinishone I wanted to raise up was:17:52
mtreinish#link https://review.openstack.org/21630317:52
*** aranjan has joined #openstack-meeting17:52
mtreinishI'm not really sure how to weigh in on it. I don't have a lot of experience with that kinda of testing17:53
mtreinishit also raises a question about having frameworks from outside tempest being added to tempest-lib17:53
*** ildikov has quit IRC17:53
mtreinishbut that's something I've generally been a fan of :)17:53
*** zz_dimtruck is now known as dimtruck17:53
jordanPI am not sure why tempest-lib should host an HTTP fuzzer17:54
jordanP:)17:54
mtreinishheh, fair enough17:54
jordanPI am sorry I tend to first say no and then maybe17:54
*** yamahata has quit IRC17:54
mtreinishthe review was just sitting there, so I just wanted people to take a look and talk about it17:55
mtreinishit's not my patch, so I'm not really invested in it :)17:55
jordanPand also this looks like a preliminary work and we don"t see the practical use yet with this patch17:55
*** ivar-lazzaro has joined #openstack-meeting17:56
jordanPhum I missed the dependent patch17:56
jordanPI'll have to review it more carefully17:56
*** yamahata has joined #openstack-meeting17:56
*** ivar-lazzaro has quit IRC17:56
jordanPbut it really looks like an HTTP fuzzer and there's ton of this already available17:57
*** _nadya_ has joined #openstack-meeting17:57
*** banix has joined #openstack-meeting17:57
*** jmckind has quit IRC17:57
mtreinishjordanP: ok, that's good feedback to have on the review17:58
jordanPyep I'll leave a comment17:58
*** ivar-lazzaro has joined #openstack-meeting17:58
mtreinishok are there any other reviews this week?17:58
*** Obedient_guy has joined #openstack-meeting17:58
mtreinishok, well I guess lets end here then17:59
mtreinishthanks everyone17:59
mtreinish#endmeeting17:59
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)"17:59
openstackMeeting ended Thu Dec  3 17:59:32 2015 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2015/qa.2015-12-03-17.01.html17:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2015/qa.2015-12-03-17.01.txt17:59
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2015/qa.2015-12-03-17.01.log.html17:59
*** Obedient_guy has left #openstack-meeting17:59
jordanPthanks !18:00
*** s3wong has quit IRC18:00
*** _nadya_ has quit IRC18:00
*** pratikma_ has quit IRC18:01
*** adrian_otto has joined #openstack-meeting18:02
*** akiskourtis has quit IRC18:03
*** dwalleck has left #openstack-meeting18:03
*** klkumar has quit IRC18:04
*** jordanP has quit IRC18:04
*** derekh has quit IRC18:04
*** akiskourtis has joined #openstack-meeting18:04
*** mfranc21_ has quit IRC18:05
*** asselin__ has joined #openstack-meeting18:06
*** Piet has joined #openstack-meeting18:06
*** mhickey has quit IRC18:07
*** gjayavelu has quit IRC18:07
*** suro-patz has joined #openstack-meeting18:07
*** eduardo___ has quit IRC18:08
*** mfranc213 has quit IRC18:09
*** adrian_otto has quit IRC18:09
*** ihrachys has quit IRC18:09
*** suro-patz has left #openstack-meeting18:10
*** unicell has joined #openstack-meeting18:11
*** aimon has quit IRC18:11
*** p0rtal has joined #openstack-meeting18:12
*** njohnsto_ has left #openstack-meeting18:12
*** ihrachys has joined #openstack-meeting18:14
*** singhj has joined #openstack-meeting18:15
*** ylobankov has left #openstack-meeting18:16
*** p0rtal has quit IRC18:16
*** eghobo has joined #openstack-meeting18:18
*** ganso has quit IRC18:19
*** bswartz has quit IRC18:19
*** eghobo has left #openstack-meeting18:19
*** bswartz has joined #openstack-meeting18:19
*** ljxiash has quit IRC18:19
*** mrodden has quit IRC18:19
*** maishsk has joined #openstack-meeting18:20
*** ganso has joined #openstack-meeting18:21
*** claudiub has joined #openstack-meeting18:21
*** ndipanov has quit IRC18:22
*** mrodden has joined #openstack-meeting18:22
*** p0rtal has joined #openstack-meeting18:22
*** s3wong has joined #openstack-meeting18:23
*** rohit_ has quit IRC18:23
*** rohit_ has joined #openstack-meeting18:23
*** mbound_ has quit IRC18:27
*** mbound_ has joined #openstack-meeting18:27
*** balajiiyer has joined #openstack-meeting18:28
*** nmagnezi has quit IRC18:28
*** ItSANgo_ has quit IRC18:30
*** AlanClark has joined #openstack-meeting18:30
*** egallen has quit IRC18:31
*** su_zhang has joined #openstack-meeting18:32
*** pballand has quit IRC18:33
*** agentle_ has joined #openstack-meeting18:34
*** hashar has joined #openstack-meeting18:36
*** annegentle has quit IRC18:37
*** ericksonsantos has quit IRC18:38
*** ihrachys has quit IRC18:40
*** ihrachys has joined #openstack-meeting18:42
*** wanghao_ has joined #openstack-meeting18:43
*** wanghao has quit IRC18:44
*** wanghao_ is now known as wanghao18:44
*** nmagnezi has joined #openstack-meeting18:46
*** p0rtal_ has joined #openstack-meeting18:46
*** pballand has joined #openstack-meeting18:46
*** elo has joined #openstack-meeting18:47
*** p0rtal has quit IRC18:49
*** AnothrLundquist has joined #openstack-meeting18:50
*** ericksonsantos has joined #openstack-meeting18:51
*** rohit_ has quit IRC18:52
*** pvaneck has joined #openstack-meeting18:53
*** AnothrLundquist has quit IRC18:53
*** jswarren has left #openstack-meeting18:53
*** aimon has joined #openstack-meeting18:54
*** jmckind has joined #openstack-meeting18:58
*** gjayavelu has joined #openstack-meeting18:58
*** ildikov has joined #openstack-meeting18:58
*** hashar has quit IRC18:58
*** claudiub has quit IRC18:59
*** MeganR has joined #openstack-meeting18:59
*** pratikmallya has joined #openstack-meeting19:00
*** tej has quit IRC19:00
*** dmowrer has quit IRC19:00
*** maishsk has quit IRC19:04
*** maishsk_ has joined #openstack-meeting19:04
*** tej has joined #openstack-meeting19:04
*** jungleboyj has quit IRC19:04
*** dmowrer_ has joined #openstack-meeting19:04
*** cody-somerville has joined #openstack-meeting19:05
*** cody-somerville has quit IRC19:05
*** cody-somerville has joined #openstack-meeting19:05
*** ihrachys_ has joined #openstack-meeting19:07
*** otter768 has joined #openstack-meeting19:08
*** jichen has joined #openstack-meeting19:08
*** penick has joined #openstack-meeting19:08
*** ihrachys has quit IRC19:09
*** ajmiller has joined #openstack-meeting19:09
*** mudassirlatif has quit IRC19:09
*** derekh has joined #openstack-meeting19:09
*** ihrachys_ has quit IRC19:10
*** mestery has joined #openstack-meeting19:11
*** ihrachys has joined #openstack-meeting19:11
*** derekh has quit IRC19:11
*** otter768 has quit IRC19:13
*** scottda has quit IRC19:16
*** scottda has joined #openstack-meeting19:16
*** bnemec has quit IRC19:16
*** yassine__ has quit IRC19:18
*** maishsk_ has quit IRC19:21
*** bnemec has joined #openstack-meeting19:22
*** rderose has quit IRC19:23
*** _amrith_ is now known as amrith19:24
*** mbound_ has quit IRC19:24
*** mbound_ has joined #openstack-meeting19:26
*** tej_ has joined #openstack-meeting19:26
*** eharney_ has joined #openstack-meeting19:28
*** MaxPC has quit IRC19:28
*** topol_ has quit IRC19:28
*** eharney has quit IRC19:29
*** mbound_ has quit IRC19:30
*** rajinir_ has joined #openstack-meeting19:30
*** numans has joined #openstack-meeting19:31
*** dmowrer_ has quit IRC19:31
*** Sukhdev has joined #openstack-meeting19:31
*** terrylhowe has joined #openstack-meeting19:32
*** terrylhowe has left #openstack-meeting19:32
*** dandruta has quit IRC19:34
*** maishsk has joined #openstack-meeting19:36
*** ihrachys has quit IRC19:40
*** aranjan has quit IRC19:42
*** numans has quit IRC19:42
*** aranjan has joined #openstack-meeting19:43
*** ihrachys has joined #openstack-meeting19:43
*** balajiiyer has quit IRC19:44
*** electrofelix has quit IRC19:46
*** gyee has quit IRC19:46
*** ivar-lazzaro has quit IRC19:47
*** ivar-lazzaro has joined #openstack-meeting19:47
*** balajiiyer has joined #openstack-meeting19:48
*** mrmartin has quit IRC19:48
*** dmowrer has joined #openstack-meeting19:50
*** amitgandhinz has joined #openstack-meeting19:50
*** jungleboyj has joined #openstack-meeting19:53
*** ihrachys has quit IRC19:56
*** ihrachys has joined #openstack-meeting19:57
*** mudassirlatif has joined #openstack-meeting19:58
*** ihrachys has quit IRC20:00
*** dmowrer has quit IRC20:03
*** krtaylor has quit IRC20:03
*** sdake has joined #openstack-meeting20:04
*** aysyd has quit IRC20:06
*** p0rtal_ has quit IRC20:09
*** maishsk_ has joined #openstack-meeting20:11
*** MeganR has quit IRC20:12
*** maishsk has quit IRC20:12
*** maishsk_ is now known as maishsk20:12
*** dmowrer has joined #openstack-meeting20:13
*** ociuhandu has quit IRC20:15
*** krtaylor has joined #openstack-meeting20:15
*** salv-orlando has joined #openstack-meeting20:16
*** sambetts is now known as sambetts-afk20:19
*** amrith is now known as _amrith_20:20
*** kozhukalov_ has quit IRC20:20
*** dmowrer_ has joined #openstack-meeting20:21
*** salv-orlando has quit IRC20:22
*** salv-orlando has joined #openstack-meeting20:22
*** penick has quit IRC20:23
*** rderose has joined #openstack-meeting20:23
*** su_zhang has quit IRC20:24
*** p0rtal has joined #openstack-meeting20:24
*** dmowrer has quit IRC20:24
*** bill_az has joined #openstack-meeting20:25
*** novas0x2a|laptop has joined #openstack-meeting20:25
*** changbl has quit IRC20:26
*** mudassirlatif has quit IRC20:27
*** dmowrer_ has quit IRC20:27
*** dmowrer has joined #openstack-meeting20:29
*** dmowrer_ has joined #openstack-meeting20:30
*** aeng has joined #openstack-meeting20:30
*** igordcard has quit IRC20:32
*** dmowrer has quit IRC20:33
*** amitgandhinz has quit IRC20:34
*** Piet has quit IRC20:35
*** nmagnezi has quit IRC20:36
*** fawadkhaliq has quit IRC20:41
*** fawadkhaliq has joined #openstack-meeting20:42
*** dmowrer_ has quit IRC20:44
*** changbl has joined #openstack-meeting20:44
*** fawadkhaliq has quit IRC20:44
*** dmowrer has joined #openstack-meeting20:44
*** su_zhang has joined #openstack-meeting20:44
*** dmowrer_ has joined #openstack-meeting20:45
*** su_zhang has quit IRC20:46
*** dmowrer has quit IRC20:47
*** zul has quit IRC20:48
*** pratikma_ has joined #openstack-meeting20:49
*** dmowrer has joined #openstack-meeting20:49
*** pratikmallya has quit IRC20:49
*** penick has joined #openstack-meeting20:49
*** dmowrer has quit IRC20:50
*** dmowrer_ has quit IRC20:50
*** dmowrer has joined #openstack-meeting20:50
*** eharney_ is now known as eharney20:52
*** vishwanathj has joined #openstack-meeting20:53
*** balajiiyer has quit IRC20:53
*** auggy has joined #openstack-meeting20:54
*** yamahata has quit IRC20:55
*** macsz has joined #openstack-meeting20:55
*** banix has quit IRC20:55
*** iyamahat has quit IRC20:55
*** gyee has joined #openstack-meeting20:57
mikalNova meeting ping...20:57
mikalmikal tjones cburgess jgrimm adrian_otto funzo mjturek jcookekhugen irina_pov krtaylor danpb alexpilotti flip214 jaypipes garyk edleafe dims moshele anteaya Nisha sileht claudiub lxsli neiljerram markus_z swamireddy alevine tonyb andreykurilin ndipanov sc68cal akuriata artom jlvillal mnestratov kashyap aloga rgeragnov bauzas xyang tpatil med_ nic scottda nagyz belliott dguitarbite sdague jroll diana_clarke _diana_ raildo jichen gjayavelu mdorman klindg20:57
tonybo/20:57
*** gyee has quit IRC20:57
jicheno/20:57
*** tej_ has quit IRC20:57
*** tej has quit IRC20:57
scottdahi20:57
gjayaveluo/20:57
macszo/20:57
mikalJust waiting a minute or two so we're not starting early20:58
thingeeo/20:58
*** Vek has joined #openstack-meeting20:58
*** rbowen has quit IRC20:58
dansmithmikal: johnthetubaguy asked alaski and sdague to run this meeting20:58
mikalYay!20:58
dansmithguess that memo got lost again?20:58
mikalI am off the hook!20:58
dims_o/20:59
mikalYeah, hasn't told me20:59
alaskimikal: go for it20:59
mikalBut that's ok20:59
mikalNope, its you20:59
mikal:P20:59
* bauzas waves20:59
egonhello20:59
alaskidansmith: I thought you had signed up first, if you were around which you seem to be :)20:59
auggyo/20:59
dansmithalaski: nice try dude20:59
dansmithalaski: I punted to sdague and he punted to you.. deal with it :)21:00
alaski:)21:00
alaski#startmeeting nova21:00
openstackMeeting started Thu Dec  3 21:00:21 2015 UTC and is due to finish in 60 minutes.  The chair is alaski. Information about MeetBot at http://wiki.debian.org/MeetBot.21:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.21:00
*** openstack changes topic to " (Meeting topic: nova)"21:00
openstackThe meeting name has been set to 'nova'21:00
sc68calo/21:00
* Vek waves21:00
alaski#chair sdague21:00
openstackCurrent chairs: alaski sdague21:00
melwitto/21:00
*** lblanchard has quit IRC21:00
alaskifor when he shows up21:00
edleafe\o21:00
bauzas\o21:00
auggyo/21:00
alaskihttps://wiki.openstack.org/wiki/Meetings/Nova21:01
alaski#topic Release Status21:01
*** openstack changes topic to "Release Status (Meeting topic: nova)"21:01
alaskiThis is mostly just a list of things on the wiki, but I'll share here21:01
alaskiVirtual doc sprint December 8th and 9th21:01
alaskiunfortunately there are no further details included on that21:01
alaskilike who to coordinate with, but hopefully there will be a ML post on it21:01
*** ccarmack has joined #openstack-meeting21:01
jichensome info here:https://etherpad.openstack.org/p/nova-v2.1-api-doc21:02
alaskiahh, great21:02
alaski#link https://etherpad.openstack.org/p/nova-v2.1-api-doc21:02
*** rderose has quit IRC21:02
*** ctrath has joined #openstack-meeting21:02
*** tej_ has joined #openstack-meeting21:02
*** tej has joined #openstack-meeting21:02
alaski* Mitaka-1 is now tagged21:02
ctratho/21:02
*** rlrossit has joined #openstack-meeting21:02
*** lpabon has joined #openstack-meeting21:02
rlrossito/21:03
lpabono/21:03
bauzas\o/21:03
alaskilet's work towards M-2 now21:03
dansmithtime flies21:03
alaskialso according to John that's the 100th tag for Nova21:03
*** rderose has joined #openstack-meeting21:03
dansmithorly21:04
* tonyb checks that .....21:04
alaskithat's what the twitters tell me21:04
Vekdangerous to say things like that in a channel full of geeks :)21:04
*** gyee has joined #openstack-meeting21:04
tonybbalder:nova tony8129$ git tag -l | wc -l 10021:04
tonyb   10021:05
alaski\o/21:05
tonybso there you go21:05
melwittnice21:05
*** raildo is now known as raildo-afk21:05
*** sfinucan has joined #openstack-meeting21:05
alaskinice work everyone21:05
alaski* python-novaclient 3.0 hopefully next week21:05
*** rcernin has quit IRC21:05
bauzasI'd like to see the reno changes merged before21:06
alaskihttp://lists.openstack.org/pipermail/openstack-dev/2015-December/081290.html21:06
dansmithbauzas: reno for client you mean?21:06
alaskisome big changes in there to be aware of21:06
bauzasdansmith: yeah but the CI one https://review.openstack.org/#/c/248898/21:07
*** su_zhang has joined #openstack-meeting21:07
bauzasbtw. change* (without 's')21:07
*** delatte has quit IRC21:07
alaskibauzas: you may want to ping mriedem on that to be sure21:07
bauzasalaski: yeah we'll sync21:07
bauzasreno is in-tre21:08
alaskigreat21:08
bauzastree even21:08
bauzasbut we don't have the voting job yet21:08
alaskiokay21:08
alaskiit would be great to get that, but I'm not sure it should hold up the release21:08
*** claudiub has joined #openstack-meeting21:08
*** otter768 has joined #openstack-meeting21:09
bauzasfair enough, let's sync with mriedem21:09
alaskibut that's with mriedem21:09
alaskiso today is spec and bp freeze21:09
alaskiaccording to the meeting wiki there will be news on the exception process on the ML tomorrow21:09
alaskiso look forward to that21:09
*** mhickey has joined #openstack-meeting21:10
*** apoorvad has quit IRC21:10
*** SumitNaiksatam has quit IRC21:10
alaskithough as always we want exceptions to be just that, exceptions.  so hopefully not much will apply21:10
tonybdoes freeze mean no new submissions or no new approvals?21:10
alaskino new approvals21:10
*** SumitNaiksatam has joined #openstack-meeting21:10
dansmithright21:10
*** rdopiera has joined #openstack-meeting21:10
*** ociuhandu has joined #openstack-meeting21:10
tonybthat21:10
dansmithI lowered my typo tolerance for the day and approved several21:11
tonybs what I thought but I'm easily confused21:11
*** ItSANgo has joined #openstack-meeting21:11
Vekheh21:11
alaskidansmith: they can always be fixed with followups :)21:11
dansmithbut this twitch in my eye can't21:12
*** topol has joined #openstack-meeting21:12
alaskithere are specless bps to review, but that can be done on the following etherpad https://etherpad.openstack.org/p/mitaka-nova-spec-review-tracking21:12
alaskiThere's a call for backwards incompatible changes for novaclient 3.0 http://lists.openstack.org/pipermail/openstack-dev/2015-November/079915.html21:13
alaskiand python2.6 support is being dropped21:13
*** otter768 has quit IRC21:13
*** ianw has quit IRC21:13
alaskiso speak up if there's something you want included there21:14
*** aspiers has joined #openstack-meeting21:14
alaski#topic Regular reminders21:14
*** openstack changes topic to "Regular reminders (Meeting topic: nova)"21:14
alaskiNew review focus list: https://etherpad.openstack.org/p/mitaka-nova-priorities-tracking21:14
alaskipriority reviews should be listed there21:14
*** SumitNaiksatam has quit IRC21:15
alaski#topic Bugs21:15
*** openstack changes topic to "Bugs (Meeting topic: nova)"21:15
alaskiThere's nothing on the agenda here so I'm going to assume we're pretty good here21:15
alaskiunless someone knows of something21:15
*** rderose has quit IRC21:15
alaskihttp://status.openstack.org/elastic-recheck/index.html21:16
bauzasI heard about a CI issue for multinode, right?21:16
VekI think there's supposed to be a statement of the status of bugs, but beyond that...*shrug*21:16
alaskithere do seem to be some Nova bugs in the top there21:16
*** topol has quit IRC21:16
bauzasyeah that one I was referring to is http://status.openstack.org/elastic-recheck/index.html#152182321:17
alaskiokay, eyes on those bugs would be appreciated21:17
*** yamahata has joined #openstack-meeting21:17
alaskifor stable branches there's a note that https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/liberty+topic:fix_status_reporting,n,z should trigger a point release21:18
alaskiafter some reno adds for it21:18
alaski#topic Stuck reviews21:18
*** openstack changes topic to "Stuck reviews (Meeting topic: nova)"21:18
*** ianw has joined #openstack-meeting21:18
alaskimriedem listed one but isn't around to speak to it21:19
alaskihttps://review.openstack.org/#/c/235983/21:19
*** Piet has joined #openstack-meeting21:19
*** rderose has joined #openstack-meeting21:19
alaskithere are some concerns about testing on the spec21:19
alaskifor booting from uefi21:19
* Vek remembers a novaclient review currently needing discussion about the direction to go...21:19
melwittthere's a thread on the ML about it too21:19
alaskihttp://lists.openstack.org/pipermail/openstack-dev/2015-December/081263.html21:19
*** iyamahat has joined #openstack-meeting21:19
alaskimelwitt: that one I think21:19
melwittyes21:20
melwittVek: the requests lib exception exposure thing?21:20
Vekhttps://review.openstack.org/#/c/240023/21:21
Vekmelwitt: exactly the one I was thinking of.21:21
VekI've been meaning to direct him to the email list, but have been forgetting to.21:21
alaskiwithout mriedem around to discuss it I'll ask that reviewers take a look at https://review.openstack.org/#/c/235983/ and chime in21:21
tonybalaski: the ML message is a good read21:22
Vekanyone have any opinions on the lib exception exposure review?21:22
*** neelashah has quit IRC21:23
alaskiVek: I'm against it, but that review seems more stuck between submitter and reviewer than between reviewers21:23
Vek(if we're going to do that, 3.0.0 would be the perfect time to do it...)21:23
*** topol has joined #openstack-meeting21:24
*** julim has quit IRC21:24
alaskitonyb: okay.  I need to read that fully as I don't feel qualified to offer an opinion yet21:24
Vekalaski: yeah, but I want to get more commentors to convince the submitter that we're all on the same page against him, I guess :)21:24
melwittVek: while I get the point of it, I don't see it adding a lot of value21:24
* Vek nods21:25
alaskiVek: perhaps direct him to the ML as you stated, and point out the v3.0 thread21:25
*** njohnston has joined #openstack-meeting21:26
alaskiand anyone else with opinions please contribute to those two threads/reviews21:26
alaski#topic Open discussion21:26
*** openstack changes topic to "Open discussion (Meeting topic: nova)"21:26
melwittI feel like we're in a corner about it, because the requests exceptions have been exposed so long, some people are relying on that, and it's hard to change it now21:26
*** e0ne_ has quit IRC21:26
*** spzala has quit IRC21:26
*** banix has joined #openstack-meeting21:27
macszwanted to ask jaypiepes for status : http://specs.openstack.org/openstack/nova-specs/specs/mitaka/approved/resource-objects.html21:27
macszbut since he is not around21:27
alaskimelwitt: yeah.  and there still hasn't been a great case made for a change21:27
macszanyone knows? this one is pretty old, wanted to contribute to this, but cant get idea what was really done in this matter21:28
Vekmelwitt: agreed, which is why I commented that a 3.0.0 release would be the time to do it.21:28
tonybmacsz: IIUC it's now waiting on the PCI cleanups21:28
Vekmacsz: I saw a bunch of reviews posted by him today that are related to that spec.21:28
alaskimacsz: I believe he's working on splitting it up a bit21:28
Vek(all WIP, mind...)21:28
macszoh, thanks for intel21:29
tonybmacsz: http://specs.openstack.org/openstack/nova-specs/specs/mitaka/approved/pci-stats-generate.html21:29
*** rderose has quit IRC21:29
tonybmacsz: I could be wrong.21:29
*** rderose has joined #openstack-meeting21:29
alaskimacsz: oh, I was thinking of the other spec21:30
alaskitonyb: I believe you're correct on that21:30
alaskihe was also toying around with how it'll work with cells21:30
bauzasyeah the PCI stuff is a bit blocking us21:31
alaskimacsz: you may be able to catch him on irc at some point to get an update21:31
bauzasbecause we have many problems with that21:31
*** ctrath1 has joined #openstack-meeting21:31
alaskiand that spec was approved if I recall21:31
macszalaski: i am counting on taht, but no luck so far :)21:31
tonybbauzas: well the spec merged overnight so that's a good thing21:31
bauzasbut that's really difficult to jump in for that unless you have some experience IMHO21:31
alaskimacsz: he's travelling right now I think21:32
*** bswartz has quit IRC21:32
bauzasbecause the PCI tracking thing is probably one of the best stories in Nova21:32
* Vek hrms...may have thought of the wrong spec21:33
bauzastonyb: honestly, I missed that one and I'm glad to see it approved21:33
alaskiSo there's a ML thread about adding cross project liasons: http://lists.openstack.org/pipermail/openstack-dev/2015-December/080869.html if anyone has interest in that please sign up and let johnthetubaguy know21:33
*** pratikmallya has joined #openstack-meeting21:34
*** changbl has quit IRC21:34
alaskianything else for open discussion?21:34
alaskiI don't think I beat mriedems time but we can end early21:35
* Vek celebrates21:35
dansmith35 minutes is not impressive, no21:35
* Vek once had a class that was -5 minutes long... :)21:35
*** ctrath has quit IRC21:35
bauzasso I had a point21:36
*** aimon has quit IRC21:36
alaskinext time I'll just copy/paste from the wiki so no typing needed21:36
bauzasbut we can hold that one21:36
*** pratikma_ has quit IRC21:36
*** dprince has quit IRC21:36
*** ccarmack has left #openstack-meeting21:36
alaskibauzas: well now's the time if you want to bring it up21:36
bauzasso, the concern is have was raised in https://review.openstack.org/#/c/245891/12/nova/tests/unit/conf_fixture.py,cm21:37
bauzasbasically, we agreed to use a per-service module for the opts21:37
*** apoorvad has joined #openstack-meeting21:37
bauzasso it means that the import_opt() are no longer needed21:37
*** MaxPC has joined #openstack-meeting21:37
bauzasbut it means that for a code readibility, we loose when the option is used21:38
*** cdelatte has joined #openstack-meeting21:38
* Vek is not necessarily convinced that that is true...21:38
*** bswartz has joined #openstack-meeting21:38
*** mwagner_lap has quit IRC21:38
sdaguebauzas: you know later in the code when it's used21:38
tonybbauzas: Oh I though you'd still need to import the opts you were using to be specific21:38
*** Sukhdev has quit IRC21:39
bauzassdague: that's fair to say that21:39
*** Sukhdev has joined #openstack-meeting21:39
sdaguethis is all trade offs, and we chose this trade off to try to get a handle on the 800+ config options by making seeing them all in one place possible21:40
edleafetonyb: no, now you'll just import nova.conf21:40
sdagueversus them being hidden in so many places we don't know where the bodies are21:40
*** jungleboyj has quit IRC21:40
bauzassdague: yeah that I know and I agree21:40
bauzassdague: my concern was just whether we should leave some explicit calls for importing the options we want (not registering them)21:41
sdaguemeh, I think it's pretty arbitrary21:41
edleafebauzas: in what sense is this "importing"? Sounds more like declaring21:42
tonybedleafe: okay I thought there was more magic to it :)21:42
melwittdon't you just get all the opts all the time now?21:42
bauzasokay, I don't want to overthink on it21:42
alaskibauzas: maybe make a case for the explicitness on the code review21:42
*** jichen has quit IRC21:42
sdaguebecause if someone wants to add another option to that fixture are we going to make them add these noop lines?21:42
bauzasmelwitt: yeah by getting the global CONF object, you'll access all the opts now21:42
sdagueif you want explicitness put a class level comment block of "this uses the following conf options"21:42
bauzasokay, fair enough21:43
edleafethe previous imports were necessary because the global CONF may not have imported them21:43
sdaguenoop import statements are just black magic that people will copy and paste and not know why21:43
melwittanother way is to set self.flags(...) in tests where it's important. I do that even when they're already in scope if I think being explicit matters21:43
edleafenow they are all imported up front21:43
*** rtheis has quit IRC21:43
sdaguemelwitt: yeh, our conf usage in tests is layers of gorp :)21:43
alaskisounds like everyone's on the same page now21:43
bauzasyup21:44
alaskithen if nothing else we can all congregate in #openstack-nova21:44
alaskithanks all21:44
*** siva_krishnan has quit IRC21:44
alaski#endmeeting21:44
*** openstack changes topic to "Open Discussion (Meeting topic: storyboard)"21:44
openstackMeeting ended Thu Dec  3 21:44:36 2015 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)21:44
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-12-03-21.00.html21:44
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-12-03-21.00.txt21:44
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2015/nova.2015-12-03-21.00.log.html21:44
macszthanks ! :)21:44
*** Vek has left #openstack-meeting21:44
*** gjayavelu has left #openstack-meeting21:44
*** claudiub has quit IRC21:45
*** maishsk_ has joined #openstack-meeting21:46
*** thangp has quit IRC21:46
*** maishsk has quit IRC21:46
*** maishsk_ is now known as maishsk21:46
*** rtheis has joined #openstack-meeting21:46
*** edtubill has joined #openstack-meeting21:46
*** mudassirlatif has joined #openstack-meeting21:47
*** rlrossit has left #openstack-meeting21:47
*** rdopiera has left #openstack-meeting21:47
*** neiljerram has quit IRC21:47
*** changbl has joined #openstack-meeting21:47
*** neelashah has joined #openstack-meeting21:50
*** auggy has left #openstack-meeting21:50
*** maishsk has quit IRC21:54
*** tej has quit IRC21:55
*** tej_ has quit IRC21:55
*** dmowrer has quit IRC21:55
*** lpabon has left #openstack-meeting21:56
*** dkranz has quit IRC21:58
*** su_zhang has quit IRC21:59
*** Piet has quit IRC21:59
*** su_zhang has joined #openstack-meeting22:00
*** jmckind has quit IRC22:00
*** egallen has joined #openstack-meeting22:00
*** jmckind has joined #openstack-meeting22:03
*** macsz has quit IRC22:03
*** singhj has quit IRC22:03
*** singhj has joined #openstack-meeting22:05
*** su_zhang has quit IRC22:05
*** su_zhang has joined #openstack-meeting22:05
*** unicell1 has joined #openstack-meeting22:06
*** unicell has quit IRC22:07
*** amitgandhinz has joined #openstack-meeting22:09
*** tjones has joined #openstack-meeting22:09
*** rderose has quit IRC22:09
*** sdake has quit IRC22:10
*** eharney has quit IRC22:12
*** su_zhang_ has joined #openstack-meeting22:12
*** su_zhang has quit IRC22:16
*** tjones has left #openstack-meeting22:17
*** njohnsto_ has joined #openstack-meeting22:18
*** vishwanathj has quit IRC22:18
*** amitgandhinz has quit IRC22:19
*** sdake has joined #openstack-meeting22:20
*** njohnston has quit IRC22:21
*** dougw2 has quit IRC22:22
*** tjones has joined #openstack-meeting22:25
*** tjones has left #openstack-meeting22:26
*** topol has quit IRC22:27
*** AlanClark has quit IRC22:30
*** iben has quit IRC22:31
*** agentle_ has quit IRC22:32
*** kencjohnston has joined #openstack-meeting22:32
*** AnothrLundquist has joined #openstack-meeting22:34
*** dmowrer has joined #openstack-meeting22:35
*** ctrath1 has quit IRC22:35
*** sacharya has joined #openstack-meeting22:36
*** ctrath has joined #openstack-meeting22:36
*** mdenny has quit IRC22:36
*** dmowrer has quit IRC22:39
*** henrynash has quit IRC22:40
*** p0rtal_ has joined #openstack-meeting22:40
*** p0rtal has quit IRC22:43
*** AnothrLundquist has quit IRC22:46
*** agireud has quit IRC22:47
*** kencjohnston has quit IRC22:49
*** adahms has joined #openstack-meeting22:51
*** sdake has quit IRC22:52
*** ctrath has quit IRC22:52
*** rtheis has quit IRC22:54
*** vishwanathj has joined #openstack-meeting22:57
*** edtubill has quit IRC23:00
*** ctrath has joined #openstack-meeting23:00
*** MaxPC has quit IRC23:01
*** edtubill has joined #openstack-meeting23:02
*** neelashah has quit IRC23:07
*** JRobinson__ has joined #openstack-meeting23:08
*** spzala has joined #openstack-meeting23:09
*** jmckind has quit IRC23:09
*** otter768 has joined #openstack-meeting23:09
*** aspiers has quit IRC23:10
*** JRobinson__ has joined #openstack-meeting23:12
*** annegentle has joined #openstack-meeting23:12
*** bauzas has quit IRC23:12
*** munish has quit IRC23:13
*** [1]cdearborn has quit IRC23:14
*** otter768 has quit IRC23:14
*** reed_ has joined #openstack-meeting23:16
*** bauzas has joined #openstack-meeting23:19
*** reed_ has quit IRC23:20
*** bobh_ has quit IRC23:21
*** dimtruck is now known as zz_dimtruck23:22
*** pratikmallya has quit IRC23:24
*** novas0x2a|laptop has quit IRC23:25
*** sacharya has quit IRC23:25
*** banix has quit IRC23:25
*** sacharya has joined #openstack-meeting23:25
*** apoorvad has quit IRC23:26
*** novas0x2a|laptop has joined #openstack-meeting23:26
*** aimon has joined #openstack-meeting23:28
*** shz has quit IRC23:30
*** shz has joined #openstack-meeting23:30
*** spotz is now known as spotz_zzz23:32
*** annegentle has quit IRC23:32
*** bnemec has quit IRC23:33
*** bnemec has joined #openstack-meeting23:33
*** gjayavelu has joined #openstack-meeting23:37
*** tochi has joined #openstack-meeting23:37
*** egallen has quit IRC23:39
*** spzala has quit IRC23:43
*** rbak has quit IRC23:47
*** annegentle has joined #openstack-meeting23:47
*** jckasper has quit IRC23:48
*** tej_ has joined #openstack-meeting23:49
*** tej has joined #openstack-meeting23:51
*** agireud has joined #openstack-meeting23:52
*** Sukhdev has quit IRC23:52
*** yamamoto has joined #openstack-meeting23:54
*** pratikmallya has joined #openstack-meeting23:55
*** sigmavirus24 is now known as sigmavirus24_awa23:57
*** amotoki has quit IRC23:58
*** salv-orlando has quit IRC23:58

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