Thursday, 2016-09-22

*** thinrichs has joined #openstack-meeting00:00
thinrichsHi all00:00
*** kjorgensen has joined #openstack-meeting00:00
thinrichscourtesy ping: ekcs, aimeeu, ramineni_, masahito00:01
*** yamamoto has joined #openstack-meeting00:01
ekcshi all00:01
ramineni_hi00:01
thinrichs#startmeeting CongressTeamMeeting00:01
aimeeuhello!00:01
openstackMeeting started Thu Sep 22 00:01:22 2016 UTC and is due to finish in 60 minutes.  The chair is thinrichs. Information about MeetBot at http://wiki.debian.org/MeetBot.00:01
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:01
*** openstack changes topic to " (Meeting topic: CongressTeamMeeting)"00:01
openstackThe meeting name has been set to 'congressteammeeting'00:01
*** cardeois has quit IRC00:01
thinrichsAgenda for today…00:01
thinrichs1. Newton release00:02
*** galstrom is now known as galstrom_zzz00:02
thinrichs2. Other status00:02
thinrichs3. Barcelona00:02
thinrichsAnything else?00:02
thinrichs#topic Newton00:03
*** openstack changes topic to "Newton (Meeting topic: CongressTeamMeeting)"00:03
thinrichsWhat's our status on Newton today?  I saw ekcs's email and was trying to reproduce.  Are there other issues that we think are release blockers?00:04
ekcsNo other ‘release blockers’ iam aware of.00:05
ekcsThat are not already in progress.00:05
thinrichsI was trying to replicate the nova problem right before the meeting and with the latest version of congress am seeing keystone and ceilometer errors when polling.00:06
ekcskeystone error is known. Finally made progress on it today: https://bugs.launchpad.net/congress/+bug/159755500:06
openstackLaunchpad bug 1597555 in congress "keystone_driver fails to poll user data" [High,New] - Assigned to Aimee Ukasick (aimeeu)00:06
thinrichsCould be I have an old version of ceilometer/keystone.  Does unstack/restack always pull the latest versions?00:06
*** kjorgensen has quit IRC00:06
ekcsyes on latest version.00:06
ramineni_ekcs: nova flavor list is failing in the mail you mentioned?00:07
ekcsI’ll try to reproduce ceilometer issue.00:07
ekcsramineni_: yes. in fact all nova seems to be failing even when accessed from horizon.00:08
thinrichsRunning that now then.  Hopefully I can report back on ceilometer by end of meeting.00:08
thinrichsramineni_: how about from the CLI?00:08
ekcsthinrichs: haven’t tried. can do it right now.00:08
thinrichsCLIs were supposed to be frozen weeks ago, so if it's a server regression it should break the CLI too00:09
ramineni_hmm, strange .. we have tempest tests for checking that .. but they are passing right00:09
ramineni_https://github.com/openstack/congress/blob/master/congress_tempest_tests/tests/scenario/congress_datasources/test_nova.py00:09
thinrichsI didn't see a nova error in my setup; could be old.00:10
thinrichsAre either of your Nova's old?00:10
*** akuznetsov has joined #openstack-meeting00:10
thinrichsThe gate is pulling the latest from master00:10
ekcsfails with CLI too. it may be my env or devstack problem.00:10
ekcs$ nova flavor-list00:11
ekcsERROR (ConnectFailure): Unable to establish connection to http://192.168.218.145:8774/v2.100:11
thinrichsOther services working?00:11
ekcssome kind of nova-devstack mismatch.00:11
ramineni_is nova service running without any errrors00:11
ekcsyea others working.00:11
ramineni_may be its not started properly00:11
ramineni_ekcs: you can try restarting the service and check agai00:12
ekcslol. yea nova api failed to start. oops.00:12
ramineni_:)00:12
thinrichsekcs: that's an easy fix, thankfully  :)00:12
thinrichsramineni_: are you pushing your devstack patch to default to 1 process for Newton?00:12
ekcsyea. at least it’s not ours to fix. nova fails to start in standard devstack install. anyway.00:13
ramineni_thinrichs: actually, planning to do that .. but somehow jenkins seems to fail00:13
ramineni_but devstack passes fine when i use that patch in my env00:13
ramineni_still figuring out the issue00:13
thinrichsThat's a weird error—says no hosts available.  Didn't even run the tests.00:14
ramineni_ya.. congress itself not starting00:14
ramineni_bt i couldn see any specific error00:14
thinrichsSeems there may be a couple of other patches we're hoping to land in Newton.  Is that right?00:15
thinrichsekcs: your Engine patch00:15
*** akuznetsov has quit IRC00:16
ekcsright.00:16
thinrichsramineni_: your congress docs00:16
ramineni_yes00:16
*** donghao has joined #openstack-meeting00:16
ekcsand ideally we can also solve the stacktrace issue.00:16
thinrichsMaybe a couple of others00:16
thinrichsekcs: right.  That would be nice to get in.00:16
*** donghao has quit IRC00:16
thinrichsSo that's about 6 patches.00:16
ekcsnot as high priority but I’d also like to add docs in haproxy config00:17
thinrichsLet's try to get those merged by next Wed.  That'll give us 2 days to do some sanity checking before releasing the week after.00:17
thinrichsdoc changes make sense—more clarity is always good00:17
ekcson backporting to newton, does it make sense to wait and do it all at once that way we don’t miss anything?00:18
thinrichs(Release dates are Oct 3-7)00:18
ekcsjust look at rc1 tag and backport everything since (wit some exceptions)00:18
thinrichsekcs: we can do it either way00:19
ekcstrouble is merging takes time too so waiting to do all at once may not be best.00:19
thinrichsIf someone wants to take responsibility to do the merging, that's fine.  I'd probably just have everyone backport themselves once the patch merges into master.00:19
thinrichsAs I'm thinking, it's better to have the person who wrote the patch backport it in case there are conflicts or failures.00:20
thinrichsEspecially if some patches depend on others00:20
ramineni_do we backport everything , only 6 patches mentioned now right00:20
ramineni_and anythoer critical ones?00:21
thinrichsramineni_: just the ones that need to go in.  We're aiming for stability at this point.00:21
thinrichsramineni_: right —the critical ones00:21
thinrichsand the docs00:21
ramineni_ya, ok00:21
ekcsseveral other important fixes since RC1.00:21
ekcssay this one: https://review.openstack.org/#/c/371648/00:22
thinrichsDefinitely looks like we should merge that one.00:22
ekcsthis one makes sense too because things would not work right in python3 is __ne__ isn’t defined. https://review.openstack.org/#/c/372823/00:22
ekcsand adding __ne__ should be zero to low risk.00:23
*** kaisers1 has joined #openstack-meeting00:23
*** Julien-zte has joined #openstack-meeting00:23
thinrichsThat one's less clear.  I don't think OpenStack is officially supporting python3 in prod yet.  But the release team makes the call.  And all cores are on the release team.00:23
*** kaisers2 has joined #openstack-meeting00:23
thinrichsIf there's any quesiton, get someone to +1 it before backporting.00:24
ekcsok.00:24
*** zz_dimtruck is now known as dimtruck00:24
thinrichsHere's the Horizon one...00:25
thinrichshttps://review.openstack.org/#/c/374455/00:25
*** kaisers3 has quit IRC00:25
*** itsuugo has quit IRC00:25
thinrichsFYI you can do most of these through the gerrit front-end with the Cherry Pick button00:25
thinrichsSo in summary...00:26
thinrichsmerge everything into master first00:26
thinrichsthen if critical backport to newton00:26
thinrichsall patches (except maybe docs) in by next Wed (Sept 28)00:26
thinrichsSept 2800:26
thinrichsall patches in by next Friday Sept 3000:27
thinrichsAny questions/comments?00:27
*** ivar-lazzaro has joined #openstack-meeting00:27
*** itsuugo has joined #openstack-meeting00:28
ekcsgreat.00:28
thinrichs#topic Barcelona00:28
*** openstack changes topic to "Barcelona (Meeting topic: CongressTeamMeeting)"00:28
thinrichsWho is coming to Barcelona?00:28
thinrichs(I am)00:28
ekcsme00:28
ramineni_me too00:28
*** cdelatte has quit IRC00:29
thinrichsaimeeu: you coming to Barcelona?00:29
aimeeuComplicated. My current org can't send me, but I move to a new org on 1 Oct and my new boss might. I will know early next week.00:29
thinrichsaimeeu: understood.  We're hoping to see you there!  Good luck!00:30
aimeeuI'm hoping to be there!00:30
thinrichsWe need to decide what topics we are discussing in our meetups.00:31
thinrichsWe have 3 small rooms and 1 large room00:31
thinrichsDo we have topics people feel we should discuss?00:32
*** banix has joined #openstack-meeting00:32
aimeeumore use/test cases ?00:33
thinrichsaimeeu: I like that.  Concrete pain points we can solve now that Congress is HA.00:34
ekcsthat’s a good idea.00:34
aimeeuI've gathered some potential test cases from contacts at work00:34
thinrichsaimeeu:  Awesome!00:34
ekcsusability and ease-of-adoption improvemints is something i think worth thinking about depending on other topics.00:34
aimeeu+100:35
thinrichsekcs: Both of those are really key at this point I'd say  +100:35
ramineni_agree00:35
aimeeuI will also ask bryan_att if he's got any pressing issues00:35
*** roxanaghe has quit IRC00:36
thinrichsaimeeu: masahito might be able to something similar00:36
thinrichsaimeeu: know if bryan is heading to the summit?00:36
aimeeuyes bryan will be there00:36
thinrichsaimeeu: I'd be interested in hearing what use cases they are relying on Congress for00:37
*** Apoorva_ has joined #openstack-meeting00:37
aimeeuyes exactly. I'm meeting with Bryan on Friday to discuss Congress.00:37
thinrichsWhat would we think of having a session where we invite Bryan/Masahito to give us a boots-on-the-ground report on Congress00:37
aimeeuI think that would be excellent. Congress is important to AT&T's ECOMP - I am trying to get more info on that00:38
ekcsthat’d be great.00:39
thinrichsSo it sounds like we have 3 topics…00:39
thinrichs1) use case review00:39
thinrichs2) Bryan/Masahito boots-on-the-ground report00:39
thinrichs3) usability and adoption00:40
thinrichsWe also have 1 large room to have broader, ideally cross-cutting discussions00:40
thinrichswith other teams.00:40
thinrichsThoughts on which other teams we should engage?00:40
*** banix has quit IRC00:41
*** Apoorva_ has quit IRC00:41
*** itsuugo has quit IRC00:41
*** Apoorva has quit IRC00:41
*** itsuugo has joined #openstack-meeting00:43
thinrichsLast cycle we talked with Monasca, Watcher, Vitrage00:43
*** bobh has joined #openstack-meeting00:43
thinrichsWe can reach out to them again.  We've also had someone interested in Quotas reach out.00:43
thinrichsAnyone else?00:43
ekcsi’ll think more about it.00:44
thinrichsIt's about a month away, so we have some time, but not a ton since people's schedules get filled up.00:44
thinrichsMoving on...00:44
thinrichs#topic PTL00:44
*** openstack changes topic to "PTL (Meeting topic: CongressTeamMeeting)"00:44
*** cardeois has joined #openstack-meeting00:44
*** markvoelker has joined #openstack-meeting00:45
thinrichsAs I'm sure you all noticed, ekcs is taking over as PTL for Ocata.00:45
thinrichsSo he'll be running the sessions in Barcelona.00:45
*** lblanchard has joined #openstack-meeting00:45
thinrichsObviously we'll be working closely together to make the transition a smooth one.00:45
thinrichsI'm psyched because I know he's going to do a great job!00:46
thinrichsAnd it's great for the project as a whole to get new folks taking on that role.00:47
ekcsthanks thinrichs. I will need plenty of help from everyone :-)00:47
aimeeuThanks for all your hard work thinrichs!00:47
*** pvaneck has quit IRC00:48
*** cardeois_ has joined #openstack-meeting00:48
thinrichsI've been happy to do it and work with such a stellar team!00:48
thinrichsAlmost forgot one thing about Barcelona..00:49
thinrichs#topic Barcelona00:49
*** openstack changes topic to "Barcelona (Meeting topic: CongressTeamMeeting)"00:49
*** amitgandhinz has joined #openstack-meeting00:49
thinrichsWe have a tradition of having a Congress Team dinner one night.00:49
*** cardeois has quit IRC00:49
*** markvoelker has quit IRC00:49
*** itsuugo has quit IRC00:49
thinrichsWho wants to try organizing this time?00:49
thinrichsekcs did it last time and will have enough on his plate.00:50
ekcsaimeeu may or may not be there.00:50
thinrichsramineni_: would you want to pick a place and get a reservation?00:51
*** kjorgensen has joined #openstack-meeting00:51
ramineni_actually Ill try .. ill get help from you guys ..if im not able to figure out00:52
*** itsuugo has joined #openstack-meeting00:52
thinrichsramineni_: I'm happy to help if you need it.  ekcs had a good idea of finding 3 different restaurants and having people vote/pick00:52
*** iyamahat has quit IRC00:52
*** iyamahat has joined #openstack-meeting00:53
thinrichsProbably someplace that takes reservations.00:53
*** spzala has joined #openstack-meeting00:53
ramineni_thinrichs: ya , will check that00:53
*** spzala has quit IRC00:53
thinrichsramineni_: thanks!00:53
thinrichsJust a few minutes left.00:53
thinrichs#topic open discussion00:53
*** openstack changes topic to "open discussion (Meeting topic: CongressTeamMeeting)"00:53
*** spzala has joined #openstack-meeting00:54
thinrichsAny status updates we didn't get to?  Or other topics to discuss?00:54
thinrichsI've had no luck getting multiple devstacks running.00:54
thinrichsCrashed my laptop multiple times.00:54
thinrichsaimeeu: those instructions you sent out worked great00:54
aimeeuglad they helped!00:54
ekcsHaven't made more progress on HA testing and tox because I haven't been able to code very much with a big flareup in my nerve issue. I still hope to get it done soon. But if someone wants to add tests, please go for it. The framework is there, not too hard to add additional tests.00:54
thinrichsBut then things didn't go so well when I tried adding Congress into the 2nd one.00:54
ekcs#link https://review.openstack.org/#/c/358927/00:55
thinrichsekcs: Will try to take a look over the next week.00:56
*** thinrichs has left #openstack-meeting00:56
ekcsthinrichs: oh interesting so adding congress crashes your laptop?00:56
*** kjorgensen has quit IRC00:56
*** thinrichs has joined #openstack-meeting00:56
ekcsthinrichs: otherwise it’s fine?00:56
ekcsthinrichs: thanks!00:56
*** cardeois_ has quit IRC00:56
*** cardeois has joined #openstack-meeting00:57
*** JRobinson__afk is now known as JRobinson__00:58
*** spzala has quit IRC00:58
*** zhhuabj_ has quit IRC00:58
thinrichsOut of time for this week.  Talk to you all next week!00:59
thinrichs#endmeeting00:59
*** thorst has joined #openstack-meeting00:59
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"00:59
openstackMeeting ended Thu Sep 22 00:59:16 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)00:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-09-22-00.01.html00:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-09-22-00.01.txt00:59
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-09-22-00.01.log.html00:59
*** Julien-zte has quit IRC00:59
*** ijw has quit IRC01:00
*** hongbin has joined #openstack-meeting01:01
*** Swami__ has joined #openstack-meeting01:01
*** Julien-zte has joined #openstack-meeting01:02
*** cardeois has quit IRC01:02
*** thorst has quit IRC01:04
*** zhurong has joined #openstack-meeting01:05
*** Swami_ has quit IRC01:05
*** annegentle has joined #openstack-meeting01:05
*** sdake has quit IRC01:06
*** itsuugo has quit IRC01:07
*** thinrichs has left #openstack-meeting01:07
*** zhonghua-lee has quit IRC01:08
*** itsuugo has joined #openstack-meeting01:08
*** ramineni_ has quit IRC01:08
*** akuznetsov has joined #openstack-meeting01:11
*** zhhuabj_ has joined #openstack-meeting01:12
*** kus_ubuntui686 has joined #openstack-meeting01:12
*** liamji has joined #openstack-meeting01:15
*** akuznetsov has quit IRC01:15
*** yamahata has quit IRC01:15
*** baoli has joined #openstack-meeting01:16
*** mickeys has quit IRC01:17
*** itsuugo has quit IRC01:18
*** rossella_s has quit IRC01:19
*** ijw has joined #openstack-meeting01:19
*** itsuugo has joined #openstack-meeting01:19
*** rossella_s has joined #openstack-meeting01:19
*** gouthamr has quit IRC01:20
*** Swami__ has quit IRC01:20
*** baoli has quit IRC01:21
*** rbak has joined #openstack-meeting01:22
*** ekcs has quit IRC01:23
*** amitgandhinz has quit IRC01:23
*** itsuugo has quit IRC01:23
*** itsuugo has joined #openstack-meeting01:25
*** oferby has quit IRC01:26
*** yuli_s has quit IRC01:27
*** yuli_s has joined #openstack-meeting01:27
*** ivar-laz_ has joined #openstack-meeting01:28
*** Wenzhi has joined #openstack-meeting01:28
*** oferby has joined #openstack-meeting01:28
*** rbak has quit IRC01:29
*** iyamahat has quit IRC01:30
*** ivar-lazzaro has quit IRC01:32
*** jckasper has joined #openstack-meeting01:32
*** ivar-laz_ has quit IRC01:32
*** unicell has quit IRC01:34
*** mickeys has joined #openstack-meeting01:34
*** banix has joined #openstack-meeting01:38
*** epico has joined #openstack-meeting01:38
*** zhihui__ has joined #openstack-meeting01:42
*** salv-orl_ has joined #openstack-meeting01:43
*** yamamoto has quit IRC01:44
*** dmacpher-afk has quit IRC01:44
*** salv-orlando has quit IRC01:45
*** thorst has joined #openstack-meeting01:45
*** markvoelker has joined #openstack-meeting01:46
*** ijw has quit IRC01:48
*** woodster_ has quit IRC01:50
*** markvoelker has quit IRC01:50
*** thorst has quit IRC01:50
*** baoli has joined #openstack-meeting01:52
*** gongysh has joined #openstack-meeting01:57
*** alop has joined #openstack-meeting02:00
*** spzala has joined #openstack-meeting02:08
*** liuhanxi has joined #openstack-meeting02:09
*** jckasper has quit IRC02:10
*** bobh has quit IRC02:10
*** dmorita has quit IRC02:10
*** jckasper has joined #openstack-meeting02:10
*** akuznetsov has joined #openstack-meeting02:12
*** s3wong has quit IRC02:14
*** jckasper has quit IRC02:15
*** itsuugo has quit IRC02:16
*** akuznetsov has quit IRC02:16
*** itsuugo has joined #openstack-meeting02:16
*** gongysh has quit IRC02:16
*** thorst has joined #openstack-meeting02:17
*** spzala has quit IRC02:18
*** aimon has quit IRC02:18
*** amitgandhinz has joined #openstack-meeting02:20
*** gongysh has joined #openstack-meeting02:20
*** ijw has joined #openstack-meeting02:20
*** itsuugo has quit IRC02:21
*** banix has quit IRC02:21
*** thorst has quit IRC02:21
*** itsuugo has joined #openstack-meeting02:22
*** ijw has quit IRC02:25
*** itsuugo has quit IRC02:27
*** itsuugo has joined #openstack-meeting02:29
*** vishnoianil has quit IRC02:29
*** Douhet has joined #openstack-meeting02:30
*** itsuugo has quit IRC02:34
*** itsuugo has joined #openstack-meeting02:34
*** wuhg has joined #openstack-meeting02:39
*** Julien-zte has quit IRC02:40
*** Julien-zte has joined #openstack-meeting02:43
*** itsuugo has quit IRC02:44
*** yamamoto has joined #openstack-meeting02:44
*** itsuugo has joined #openstack-meeting02:45
*** markvoelker has joined #openstack-meeting02:46
*** thorst has joined #openstack-meeting02:48
*** yamamoto has quit IRC02:48
*** yamamoto has joined #openstack-meeting02:48
*** hongbin has quit IRC02:49
*** itsuugo has quit IRC02:50
*** itsuugo has joined #openstack-meeting02:50
*** markvoelker has quit IRC02:51
*** thorst has quit IRC02:53
*** amitgandhinz has quit IRC02:55
*** jckasper has joined #openstack-meeting02:56
*** alop has quit IRC02:58
*** itsuugo has quit IRC02:59
*** itsuugo has joined #openstack-meeting03:00
*** david-lyle has quit IRC03:03
*** yamamoto has quit IRC03:04
*** itsuugo has quit IRC03:05
*** itsuugo has joined #openstack-meeting03:05
*** yamamoto has joined #openstack-meeting03:07
*** sdake has joined #openstack-meeting03:08
*** gcb has joined #openstack-meeting03:09
*** itsuugo has quit IRC03:10
*** itsuugo has joined #openstack-meeting03:11
*** dmacpher has joined #openstack-meeting03:11
*** yamamoto has quit IRC03:12
*** akuznetsov has joined #openstack-meeting03:13
*** akuznetsov has quit IRC03:17
*** jckasper has quit IRC03:18
*** jckasper has joined #openstack-meeting03:18
*** roxanaghe has joined #openstack-meeting03:19
*** Leo_ has joined #openstack-meeting03:21
*** baoli has quit IRC03:21
*** roxanaghe has quit IRC03:22
*** khushbu has joined #openstack-meeting03:22
*** jckasper has quit IRC03:23
*** ebalduf has joined #openstack-meeting03:25
*** roxanaghe has joined #openstack-meeting03:26
*** itsuugo has quit IRC03:27
*** itsuugo has joined #openstack-meeting03:28
*** cartik has joined #openstack-meeting03:28
*** galstrom_zzz is now known as galstrom03:29
*** roxanaghe has quit IRC03:30
*** annegentle has quit IRC03:30
*** itsuugo has quit IRC03:33
*** itsuugo has joined #openstack-meeting03:34
*** coolsvap has joined #openstack-meeting03:36
*** rooneym has quit IRC03:39
*** adisky has joined #openstack-meeting03:40
*** unicell has joined #openstack-meeting03:41
*** zhonghua-lee has joined #openstack-meeting03:42
*** khushbu has quit IRC03:42
*** unicell has quit IRC03:43
*** itsuugo has quit IRC03:43
*** rwsu has joined #openstack-meeting03:43
*** itsuugo has joined #openstack-meeting03:44
*** Sukhdev has joined #openstack-meeting03:45
*** liuhanxi has quit IRC03:45
*** roxanaghe has joined #openstack-meeting03:45
*** unicell has joined #openstack-meeting03:46
*** yamamoto has joined #openstack-meeting03:46
*** itsuugo has quit IRC03:49
*** amitgandhinz has joined #openstack-meeting03:50
*** yamamoto has quit IRC03:51
*** itsuugo has joined #openstack-meeting03:51
*** yamamoto has joined #openstack-meeting03:53
*** yamamoto has quit IRC03:53
*** iyamahat has joined #openstack-meeting03:54
*** zhhuabj_ has quit IRC03:54
*** itsuugo has quit IRC03:56
*** itsuugo has joined #openstack-meeting03:57
*** liuhanxi has joined #openstack-meeting03:57
*** yamamoto has joined #openstack-meeting03:59
*** roxanaghe has quit IRC04:00
*** yamamoto has quit IRC04:01
*** yamamoto has joined #openstack-meeting04:01
*** yamamoto has quit IRC04:02
*** yamamoto has joined #openstack-meeting04:02
*** askb has quit IRC04:02
*** yamamoto has quit IRC04:02
*** askb has joined #openstack-meeting04:03
*** itsuugo has quit IRC04:04
*** roxanaghe has joined #openstack-meeting04:04
*** roxanaghe has quit IRC04:05
*** armax has quit IRC04:05
*** roxanaghe has joined #openstack-meeting04:06
*** itsuugo has joined #openstack-meeting04:06
*** dmorita has joined #openstack-meeting04:10
*** itsuugo has quit IRC04:11
*** tristanC has quit IRC04:11
*** itsuugo has joined #openstack-meeting04:13
*** zhhuabj_ has joined #openstack-meeting04:13
*** akuznetsov has joined #openstack-meeting04:13
*** dmorita has quit IRC04:15
*** kberger has quit IRC04:15
*** kberger has joined #openstack-meeting04:16
*** akuznetsov has quit IRC04:18
*** gongysh has quit IRC04:18
*** galstrom is now known as galstrom_zzz04:19
*** ramineni_ has joined #openstack-meeting04:20
*** itsuugo has quit IRC04:20
*** mickeys has quit IRC04:21
*** itsuugo has joined #openstack-meeting04:22
*** Leo_ has quit IRC04:22
*** roxanaghe has quit IRC04:23
*** ijw has joined #openstack-meeting04:25
*** amitgandhinz has quit IRC04:25
*** itsuugo has quit IRC04:26
*** janki has joined #openstack-meeting04:26
*** itsuugo has joined #openstack-meeting04:28
*** ijw has quit IRC04:29
*** yamamoto has joined #openstack-meeting04:35
*** yamahata has joined #openstack-meeting04:37
*** itsuugo has quit IRC04:43
*** itsuugo has joined #openstack-meeting04:44
*** kberger has quit IRC04:45
*** kberger has joined #openstack-meeting04:46
*** thorst has joined #openstack-meeting04:48
*** itsuugo has quit IRC04:49
*** JRobinson__ is now known as JRobinson__afk04:51
*** itsuugo has joined #openstack-meeting04:51
*** roxanaghe has joined #openstack-meeting04:52
*** itsuugo has quit IRC04:59
*** itsuugo has joined #openstack-meeting05:00
*** yamamoto has quit IRC05:01
*** sshnaidm|afk is now known as sshnaidm05:03
*** claudiub has joined #openstack-meeting05:06
*** yamamoto has joined #openstack-meeting05:08
*** yamamoto has quit IRC05:13
*** akuznetsov has joined #openstack-meeting05:14
*** itsuugo has quit IRC05:15
*** itsuugo has joined #openstack-meeting05:15
*** akuznetsov has quit IRC05:18
*** yamamoto has joined #openstack-meeting05:19
*** JRobinson__afk is now known as JRobinson__05:20
*** itsuugo has quit IRC05:20
*** itsuugo has joined #openstack-meeting05:21
*** amitgandhinz has joined #openstack-meeting05:21
*** dimtruck is now known as zz_dimtruck05:22
*** mickeys has joined #openstack-meeting05:22
*** vishnoianil has joined #openstack-meeting05:23
*** ianw has quit IRC05:23
*** yamamoto has quit IRC05:23
*** jckasper has joined #openstack-meeting05:24
*** prateek has joined #openstack-meeting05:26
*** mickeys has quit IRC05:26
*** ianw has joined #openstack-meeting05:27
*** itsuugo has quit IRC05:28
*** itsuugo has joined #openstack-meeting05:29
*** yamamoto has joined #openstack-meeting05:29
*** jckasper has quit IRC05:30
*** roxanaghe has quit IRC05:30
*** jckasper has joined #openstack-meeting05:30
*** Julien-zte has quit IRC05:32
*** Julien-zte has joined #openstack-meeting05:32
*** itsuugo has quit IRC05:34
*** cartik has quit IRC05:34
*** jckasper has quit IRC05:35
*** itsuugo has joined #openstack-meeting05:36
*** janki has quit IRC05:39
*** thorst has quit IRC05:42
*** itsuugo has quit IRC05:43
*** thorst has joined #openstack-meeting05:45
*** Ravikiran_K has joined #openstack-meeting05:45
*** rajinir has quit IRC05:45
*** itsuugo has joined #openstack-meeting05:45
*** yamamoto has quit IRC05:48
*** lhx_ has joined #openstack-meeting05:53
*** mfedosin has joined #openstack-meeting05:53
*** thorst has quit IRC05:54
*** liuhanxi has quit IRC05:54
*** amitgandhinz has quit IRC05:54
*** yamamoto has joined #openstack-meeting05:55
*** yamamoto has quit IRC05:55
*** tonytan_brb has quit IRC05:56
*** itsuugo has quit IRC05:56
*** hashar has joined #openstack-meeting05:57
*** itsuugo has joined #openstack-meeting05:57
*** apetrich has quit IRC06:01
*** apetrich has joined #openstack-meeting06:02
*** dkehn has quit IRC06:03
*** rcernin has joined #openstack-meeting06:07
*** itsuugo has quit IRC06:10
*** yuval has joined #openstack-meeting06:11
*** itsuugo has joined #openstack-meeting06:11
*** lhx_ has quit IRC06:12
*** liuhanxi has joined #openstack-meeting06:14
*** lpetrut has joined #openstack-meeting06:14
*** rasca has joined #openstack-meeting06:15
*** gongysh has joined #openstack-meeting06:16
*** dkehn has joined #openstack-meeting06:16
*** itsuugo has quit IRC06:16
*** itsuugo has joined #openstack-meeting06:18
*** yamamoto has joined #openstack-meeting06:20
*** ramineni_ has quit IRC06:20
*** ramineni_ has joined #openstack-meeting06:23
*** thorst has joined #openstack-meeting06:24
*** yamamoto has quit IRC06:25
*** vishwanathj has quit IRC06:25
*** ozstacker has joined #openstack-meeting06:26
*** aeng has quit IRC06:28
*** thorst has quit IRC06:30
*** janki has joined #openstack-meeting06:31
*** liuhanxi has quit IRC06:31
*** liuhanxi has joined #openstack-meeting06:32
*** iyamahat has quit IRC06:33
*** sudipto_ has joined #openstack-meeting06:34
*** andreas_s has joined #openstack-meeting06:35
*** rbartal has joined #openstack-meeting06:35
*** kaminohana has quit IRC06:36
*** sudswas__ has joined #openstack-meeting06:36
*** sridharg has joined #openstack-meeting06:36
*** manikanta_tadi has quit IRC06:38
*** roxanaghe has joined #openstack-meeting06:40
*** thorst has joined #openstack-meeting06:41
*** roxanaghe has quit IRC06:44
*** apetrich has quit IRC06:44
*** apetrich has joined #openstack-meeting06:46
*** thorst has quit IRC06:46
*** amitgandhinz has joined #openstack-meeting06:51
*** thorst has joined #openstack-meeting06:57
*** Ravikiran_K has quit IRC06:57
*** lpetrut has quit IRC07:00
*** Sukhdev has quit IRC07:02
*** thorst has quit IRC07:05
*** oshritf has joined #openstack-meeting07:08
*** asettle has joined #openstack-meeting07:09
*** lpetrut has joined #openstack-meeting07:12
*** asettle has quit IRC07:14
*** akuznetsov has joined #openstack-meeting07:16
*** Ravikiran_K has joined #openstack-meeting07:17
*** sridharg has quit IRC07:19
*** akuznetsov has quit IRC07:20
*** liamji has quit IRC07:22
*** amitgandhinz has quit IRC07:26
*** csomerville has quit IRC07:26
*** JRobinson__ has quit IRC07:26
*** cody-somerville has joined #openstack-meeting07:26
*** kjorgensen has joined #openstack-meeting07:26
*** lbrune has joined #openstack-meeting07:26
*** matrohon has joined #openstack-meeting07:28
*** ozstacker_ has joined #openstack-meeting07:29
*** sdake has quit IRC07:30
*** kjorgensen has quit IRC07:31
*** jlanoux has joined #openstack-meeting07:31
*** ozstacker has quit IRC07:32
*** thorst has joined #openstack-meeting07:33
*** marekd2 has joined #openstack-meeting07:35
*** yamamoto has joined #openstack-meeting07:40
*** roxanaghe has joined #openstack-meeting07:41
*** marekd2 has quit IRC07:41
*** thorst has quit IRC07:41
*** salv-orlando has joined #openstack-meeting07:42
*** roxanaghe has quit IRC07:45
*** salv-orl_ has quit IRC07:45
*** yamamoto has quit IRC07:46
*** acoles_ is now known as acoles07:46
*** mfedosin has quit IRC07:47
*** akuznetsov has joined #openstack-meeting07:50
*** apetrich has quit IRC07:50
*** sam64 has quit IRC07:51
*** apetrich has joined #openstack-meeting07:52
*** akuznetsov has quit IRC07:55
*** akuznetsov has joined #openstack-meeting07:55
*** lpetrut has quit IRC07:56
*** tonytan4ever has joined #openstack-meeting07:57
*** moizarif has joined #openstack-meeting07:59
*** toscalix has joined #openstack-meeting08:00
*** moizarif_ has quit IRC08:00
*** moizarif_ has joined #openstack-meeting08:00
*** tonytan4ever has quit IRC08:02
*** lbrune has left #openstack-meeting08:03
*** moizarif has quit IRC08:04
*** Ravikiran_K has quit IRC08:06
*** rasca has quit IRC08:07
*** rasca has joined #openstack-meeting08:08
*** dmorita has joined #openstack-meeting08:11
*** thorst has joined #openstack-meeting08:11
*** itsuugo has quit IRC08:13
*** itsuugo has joined #openstack-meeting08:14
*** phil has joined #openstack-meeting08:14
*** phil is now known as Guest5384608:14
*** dmorita has quit IRC08:15
*** thorst has quit IRC08:16
*** rakhmerov has quit IRC08:17
*** rakhmerov has joined #openstack-meeting08:17
*** amitgandhinz has joined #openstack-meeting08:22
*** dmacpher has quit IRC08:22
*** ozstacker_ has quit IRC08:25
*** ricolin has joined #openstack-meeting08:26
*** comay has quit IRC08:27
*** thorst has joined #openstack-meeting08:28
*** thorst has quit IRC08:33
*** itsuugo has quit IRC08:35
*** itsuugo has joined #openstack-meeting08:36
*** sudipto_ has quit IRC08:38
*** sudswas__ has quit IRC08:38
*** Akis__ has quit IRC08:38
*** sudswas__ has joined #openstack-meeting08:40
*** asettle has joined #openstack-meeting08:40
*** I has joined #openstack-meeting08:41
*** I is now known as Guest5648008:42
*** itsuugo has quit IRC08:43
*** Julien-zte has quit IRC08:43
*** itsuugo has joined #openstack-meeting08:44
*** thorst has joined #openstack-meeting08:44
*** akuznetsov has quit IRC08:48
*** akuznetsov has joined #openstack-meeting08:48
*** akuznetsov has quit IRC08:49
*** itsuugo has quit IRC08:51
*** thorst has quit IRC08:51
*** itsuugo has joined #openstack-meeting08:52
*** akuznetsov has joined #openstack-meeting08:53
*** manikanta_tadi has joined #openstack-meeting08:53
*** Guest53846 is now known as preisner08:54
*** amitgandhinz has quit IRC08:55
*** akuznetsov has quit IRC08:57
*** itsuugo has quit IRC08:57
*** itsuugo has joined #openstack-meeting08:58
*** HeOS has joined #openstack-meeting09:01
*** zhongjun_ has quit IRC09:03
*** shihanzhang has quit IRC09:03
*** shihanzhang has joined #openstack-meeting09:03
*** zhongjun_ has joined #openstack-meeting09:04
*** jordanP has joined #openstack-meeting09:04
*** rasca has quit IRC09:10
*** lpetrut has joined #openstack-meeting09:11
*** iyamahat has joined #openstack-meeting09:13
*** rasca has joined #openstack-meeting09:14
*** mickeys has joined #openstack-meeting09:17
*** arif-ali has quit IRC09:17
*** yamahata has quit IRC09:17
*** iyamahat has quit IRC09:18
*** itsuugo has quit IRC09:18
*** akuznetsov has joined #openstack-meeting09:19
*** rossella_s has quit IRC09:19
*** rossella_s has joined #openstack-meeting09:19
*** arif-ali has joined #openstack-meeting09:20
*** itsuugo has joined #openstack-meeting09:20
*** mfedosin has joined #openstack-meeting09:20
*** ig0r_ has joined #openstack-meeting09:20
*** mickeys has quit IRC09:21
*** thorst has joined #openstack-meeting09:23
*** akuznetsov has quit IRC09:23
*** itsuugo has quit IRC09:25
*** asettle has quit IRC09:26
*** itsuugo has joined #openstack-meeting09:26
*** asettle has joined #openstack-meeting09:27
*** gongysh has quit IRC09:27
*** thorst has quit IRC09:28
*** asettle has quit IRC09:28
*** asettle has joined #openstack-meeting09:28
*** itsuugo has quit IRC09:31
*** itsuugo has joined #openstack-meeting09:32
*** salv-orlando has quit IRC09:37
*** salv-orlando has joined #openstack-meeting09:37
*** obondarev has joined #openstack-meeting09:38
*** thorst has joined #openstack-meeting09:40
*** itsuugo has quit IRC09:40
*** ramineni_ has quit IRC09:41
*** itsuugo has joined #openstack-meeting09:42
*** thorst has quit IRC09:44
*** itsuugo has quit IRC09:47
*** mkoderer has joined #openstack-meeting09:47
*** itsuugo has joined #openstack-meeting09:48
*** donghao has joined #openstack-meeting09:49
*** markvoelker has joined #openstack-meeting09:52
*** amitgandhinz has joined #openstack-meeting09:52
*** itsuugo has quit IRC09:55
*** thorst has joined #openstack-meeting09:56
*** markvoelker has quit IRC09:56
*** marekd2 has joined #openstack-meeting09:56
*** itsuugo has joined #openstack-meeting09:57
*** tonytan4ever has joined #openstack-meeting09:58
*** zhurong has quit IRC10:00
*** tonytan4ever has quit IRC10:02
*** thorst has quit IRC10:04
*** matrohon has quit IRC10:05
*** asettle has quit IRC10:07
*** rossella_ has joined #openstack-meeting10:08
*** ricolin has quit IRC10:08
*** rossella_s has quit IRC10:09
*** itsuugo has quit IRC10:09
*** itsuugo has joined #openstack-meeting10:11
*** asettle has joined #openstack-meeting10:13
*** thorst has joined #openstack-meeting10:16
*** matrohon has joined #openstack-meeting10:18
*** marekd2 has quit IRC10:19
*** itsuugo has quit IRC10:19
*** thorst has quit IRC10:20
*** itsuugo has joined #openstack-meeting10:21
*** akuznetsov has joined #openstack-meeting10:22
*** yamamoto has joined #openstack-meeting10:24
*** yamamoto has quit IRC10:24
*** asettle has quit IRC10:26
*** asettle has joined #openstack-meeting10:27
*** egallen has joined #openstack-meeting10:27
*** akuznetsov has quit IRC10:27
*** amitgandhinz has quit IRC10:27
*** obondarev has quit IRC10:29
*** epico has quit IRC10:31
*** itsuugo has quit IRC10:31
*** thorst has joined #openstack-meeting10:32
*** fzdarsky has joined #openstack-meeting10:32
*** itsuugo has joined #openstack-meeting10:33
*** thorst has quit IRC10:40
*** obondarev has joined #openstack-meeting10:42
*** dprince has joined #openstack-meeting10:42
*** itsuugo has quit IRC10:43
*** itsuugo has joined #openstack-meeting10:43
*** kaminohana has joined #openstack-meeting10:44
*** Wenzhi has quit IRC10:45
*** kberger has quit IRC10:47
*** asettle has quit IRC10:48
*** kberger has joined #openstack-meeting10:48
*** asettle has joined #openstack-meeting10:48
*** sdague has joined #openstack-meeting10:48
*** asettle has quit IRC10:48
*** itsuugo has quit IRC10:48
*** asettle has joined #openstack-meeting10:49
*** itsuugo has joined #openstack-meeting10:49
*** markvoelker has joined #openstack-meeting10:53
*** itsuugo has quit IRC10:54
*** itsuugo has joined #openstack-meeting10:55
*** markvoelker has quit IRC10:57
*** obondarev has quit IRC10:58
*** itsuugo has quit IRC11:00
*** marekd2 has joined #openstack-meeting11:00
*** itsuugo has joined #openstack-meeting11:00
*** lbrune1 has joined #openstack-meeting11:00
*** marekd2 has quit IRC11:01
*** marekd2 has joined #openstack-meeting11:01
*** marekd2 has quit IRC11:03
*** marekd2 has joined #openstack-meeting11:03
*** GB21 has joined #openstack-meeting11:05
*** fzdarsky_ has joined #openstack-meeting11:06
*** thorst has joined #openstack-meeting11:08
*** marekd2 has quit IRC11:10
*** dprince has quit IRC11:10
*** jimholl_ has quit IRC11:10
*** jimholl has joined #openstack-meeting11:11
*** rtheis has joined #openstack-meeting11:13
*** e0ne has joined #openstack-meeting11:13
*** jprovazn has joined #openstack-meeting11:15
*** thorst has quit IRC11:16
*** fzdarsky_ has quit IRC11:17
*** fzdarsky has quit IRC11:17
*** fzdarsky has joined #openstack-meeting11:17
*** amitgandhinz has joined #openstack-meeting11:23
*** akuznetsov has joined #openstack-meeting11:23
*** lblanchard has quit IRC11:23
*** yamamoto has joined #openstack-meeting11:24
*** Guest56480 has quit IRC11:27
*** sudswas__ has quit IRC11:27
*** akuznetsov has quit IRC11:28
*** yamamoto has quit IRC11:31
*** itsuugo has quit IRC11:36
*** obondarev has joined #openstack-meeting11:37
*** prateek has quit IRC11:38
*** itsuugo has joined #openstack-meeting11:38
*** rbudden has joined #openstack-meeting11:41
*** itsuugo has quit IRC11:43
*** thorst has joined #openstack-meeting11:43
*** amitgandhinz has quit IRC11:44
*** itsuugo has joined #openstack-meeting11:44
*** egallen has quit IRC11:48
*** markvoelker has joined #openstack-meeting11:50
*** egallen has joined #openstack-meeting11:50
*** egallen has quit IRC11:51
*** thorst has quit IRC11:52
*** coolsvap has quit IRC11:52
*** asettle has quit IRC11:53
*** itsuugo has quit IRC11:54
*** zigo has quit IRC11:54
*** itsuugo has joined #openstack-meeting11:56
*** bobh has joined #openstack-meeting11:57
*** baoli has joined #openstack-meeting11:58
*** zigo has joined #openstack-meeting11:58
*** zigo is now known as Guest8360111:59
*** baoli_ has joined #openstack-meeting11:59
*** itsuugo has quit IRC12:02
*** baoli has quit IRC12:03
*** trown|outtypewww is now known as trown12:03
*** Guest83601 has quit IRC12:03
*** itsuugo has joined #openstack-meeting12:04
*** lbeliveau has joined #openstack-meeting12:04
*** zhurong has joined #openstack-meeting12:08
*** nk2527 has quit IRC12:10
*** salv-orlando has quit IRC12:10
*** salv-orlando has joined #openstack-meeting12:10
*** zigo_ has joined #openstack-meeting12:12
*** jckasper has joined #openstack-meeting12:12
*** dmorita has joined #openstack-meeting12:12
*** banix has joined #openstack-meeting12:14
*** jckasper has quit IRC12:15
*** itsuugo has quit IRC12:16
*** zigo_ has quit IRC12:17
*** banix has quit IRC12:17
*** dmorita has quit IRC12:17
*** itsuugo has joined #openstack-meeting12:17
*** banix has joined #openstack-meeting12:18
*** zigo_ has joined #openstack-meeting12:18
*** lbrune1 has left #openstack-meeting12:18
*** thorst has joined #openstack-meeting12:19
*** bobh has quit IRC12:22
*** itsuugo has quit IRC12:22
*** rodrigods has quit IRC12:24
*** rodrigods has joined #openstack-meeting12:24
*** itsuugo has joined #openstack-meeting12:24
*** akuznetsov has joined #openstack-meeting12:25
*** thorst has quit IRC12:28
*** akuznetsov has quit IRC12:30
*** armax has joined #openstack-meeting12:30
*** asettle has joined #openstack-meeting12:31
*** itsuugo has quit IRC12:35
*** annegentle has joined #openstack-meeting12:35
*** sridharg has joined #openstack-meeting12:35
*** aohuanxuan has joined #openstack-meeting12:35
*** itsuugo has joined #openstack-meeting12:36
*** njohnsto_ has joined #openstack-meeting12:38
*** roxanaghe has joined #openstack-meeting12:39
*** amitgandhinz has joined #openstack-meeting12:41
*** roxanaghe has quit IRC12:43
*** Guest56480 has joined #openstack-meeting12:43
*** sudswas__ has joined #openstack-meeting12:43
*** itsuugo has quit IRC12:45
*** amitgandhinz has quit IRC12:46
*** itsuugo has joined #openstack-meeting12:47
*** zigo_ has quit IRC12:48
*** zigo_ has joined #openstack-meeting12:51
*** armax has quit IRC12:51
*** armax has joined #openstack-meeting12:56
*** askb has quit IRC12:56
*** david-lyle has joined #openstack-meeting12:57
*** thorst_ has joined #openstack-meeting12:59
*** efried has joined #openstack-meeting12:59
*** tonytan4ever has joined #openstack-meeting12:59
*** amotoki has joined #openstack-meeting13:00
*** _gryf has joined #openstack-meeting13:01
*** egallen has joined #openstack-meeting13:01
*** thorst_ has quit IRC13:04
*** tonytan4ever has quit IRC13:05
*** ralonsoh has joined #openstack-meeting13:05
*** itsuugo has quit IRC13:06
*** liuyulong__ has joined #openstack-meeting13:06
*** rooneym has joined #openstack-meeting13:07
*** coolsvap has joined #openstack-meeting13:08
*** itsuugo has joined #openstack-meeting13:08
*** pcarver_ has quit IRC13:08
*** jhakimra has joined #openstack-meeting13:09
*** GB21 has quit IRC13:09
*** GB21 has joined #openstack-meeting13:10
*** xavierr|afk is now known as xavierr13:11
*** eharney has quit IRC13:12
*** akuznetsov has joined #openstack-meeting13:15
*** gouthamr has joined #openstack-meeting13:15
*** GB21 has quit IRC13:16
*** rossella_ has quit IRC13:19
*** akuznetsov has quit IRC13:19
*** rossella_ has joined #openstack-meeting13:19
*** woodster_ has joined #openstack-meeting13:20
*** paw has quit IRC13:20
*** zz_dimtruck is now known as dimtruck13:20
*** armax has quit IRC13:21
*** baoli_ has quit IRC13:22
*** baoli has joined #openstack-meeting13:22
*** liuhanxi has quit IRC13:24
*** baoli has quit IRC13:27
*** spzala has joined #openstack-meeting13:27
*** itsuugo has quit IRC13:27
*** kaminohana has quit IRC13:29
*** itsuugo has joined #openstack-meeting13:29
*** eharney has joined #openstack-meeting13:30
*** ayoung has quit IRC13:30
*** cardeois has joined #openstack-meeting13:31
*** Leo_ has joined #openstack-meeting13:33
*** Leo_ has quit IRC13:33
*** Leo_ has joined #openstack-meeting13:33
*** itsuugo has quit IRC13:34
*** shuyingya has joined #openstack-meeting13:34
*** thorst_ has joined #openstack-meeting13:35
*** akuznetsov has joined #openstack-meeting13:35
*** cleong has joined #openstack-meeting13:35
*** lamt has joined #openstack-meeting13:35
*** Leom has joined #openstack-meeting13:35
*** itsuugo has joined #openstack-meeting13:36
*** myoung|gone is now known as myoung13:37
*** Leo_ has quit IRC13:38
*** cdub has joined #openstack-meeting13:40
*** thorst_ has quit IRC13:40
*** asettle has quit IRC13:42
*** amitgandhinz has joined #openstack-meeting13:42
*** salv-orl_ has joined #openstack-meeting13:43
*** shuyingya has left #openstack-meeting13:43
*** korzen has joined #openstack-meeting13:44
*** PaulMurray has joined #openstack-meeting13:45
*** salv-orlando has quit IRC13:46
*** rbak has joined #openstack-meeting13:46
*** mtanino has joined #openstack-meeting13:46
*** obondarev has quit IRC13:46
*** moizarif has joined #openstack-meeting13:46
*** liuhanxi has joined #openstack-meeting13:47
*** moizarif_ has quit IRC13:47
*** asettle has joined #openstack-meeting13:47
*** moiz has joined #openstack-meeting13:48
*** amitgandhinz has quit IRC13:50
*** uxdanielle has joined #openstack-meeting13:50
*** amitgandhinz has joined #openstack-meeting13:50
*** diana_clarke has joined #openstack-meeting13:50
*** jamesdenton has joined #openstack-meeting13:51
*** vladikr has joined #openstack-meeting13:51
*** paw has joined #openstack-meeting13:51
*** thorst_ has joined #openstack-meeting13:51
*** moizarif has quit IRC13:52
*** bobh has joined #openstack-meeting13:52
*** panbalag has joined #openstack-meeting13:54
*** thorst_ has quit IRC13:56
*** spotz_zzz is now known as spotz13:56
*** dane-fichter has joined #openstack-meeting13:56
*** cdent has joined #openstack-meeting13:58
*** takashin has joined #openstack-meeting13:58
*** bobh has quit IRC13:59
sdagueok, who is around for nova meeting?13:59
bauzas\o13:59
diana_clarkeo/14:00
takashino/14:00
sdague#startmeeting nova14:00
edleafe\o14:00
openstackMeeting started Thu Sep 22 14:00:06 2016 UTC and is due to finish in 60 minutes.  The chair is sdague. Information about MeetBot at http://wiki.debian.org/MeetBot.14:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:00
*** openstack changes topic to " (Meeting topic: nova)"14:00
openstackThe meeting name has been set to 'nova'14:00
*** BobBall has joined #openstack-meeting14:00
alex_xuo/14:00
takashino/14:00
BobBallo/14:00
raj_singho/14:00
*** matrohon has quit IRC14:00
scottdahi14:00
*** obondarev has joined #openstack-meeting14:00
sdagueyou are getting a non regularly scheduled chair today14:00
dansmitho/14:00
sdague#link https://wiki.openstack.org/wiki/Meetings/Nova14:00
bauzasyet again \o14:00
*** tonytan4ever has joined #openstack-meeting14:00
sdagueagenda for today14:00
gibio/14:00
sdague#topic Release News14:01
*** openstack changes topic to "Release News (Meeting topic: nova)"14:01
PaulMurrayo/14:01
*** HeOS has quit IRC14:01
johnthetubaguyo/14:01
sdaguewe're in rc phase now, as was just said in the nova channel, there will be an rc2 next week14:01
sdaguejust waiting for translation imports14:01
*** HeOS has joined #openstack-meeting14:02
sdagueand any critical bugs found could be nominated for inclusion14:02
sdaguethe ocata proposed schedule is also listed - https://wiki.openstack.org/wiki/Nova/Ocata_Release_Schedule14:02
alaskio/14:02
dane-fichtero/ hi folks14:02
sdagueany other Release items from folks?14:02
sdagueor questions?14:02
*** kashyap has joined #openstack-meeting14:03
sdague#topic Bugs (stuck/critical)14:03
*** openstack changes topic to "Bugs (stuck/critical) (Meeting topic: nova)"14:03
*** sridharg has quit IRC14:03
sdaguerc potential bug list -  https://etherpad.openstack.org/p/nova-newton-rc-potential14:03
sdaguecurrently, nothing is tagged for rc2 that is outstanding, which is good14:03
sdagueif you hit something, please tag it with newton-rc-potential14:04
sdaguegate's been pretty good14:04
sdague#topic Summit planning14:04
*** openstack changes topic to "Summit planning (Meeting topic: nova)"14:04
sdague#link Etherpad for Ocata summit topics: https://etherpad.openstack.org/p/ocata-nova-summit-ideas14:04
sdague#info Cross project summit session ideas are due by 10/1: http://lists.openstack.org/pipermail/openstack-dev/2016-September/103657.html14:04
sdaguefeedback for both of those welcome in their respective locations14:05
*** tonytan4ever has quit IRC14:05
sdague#topic Reminders14:05
*** openstack changes topic to "Reminders (Meeting topic: nova)"14:05
sdague#help https://wiki.openstack.org/wiki/Nova/BugTriage#Weekly_bug_skimming_duty Volunteers for 1 week of bug skimming duty?14:05
sdaguewe're definitely in need of more bug skim volunteers14:05
sdagueit's a good way to get a feel of the incoming bugs to nova and see lots of bits of the project14:06
*** panbalag_ has joined #openstack-meeting14:06
*** panbalag_ has quit IRC14:06
*** sdake has joined #openstack-meeting14:06
sdagueso, if you are looking to help out, please consider doing a rotation14:06
sdague#topic Stable branch status14:06
*** openstack changes topic to "Stable branch status (Meeting topic: nova)"14:06
sdague#link https://etherpad.openstack.org/p/stable-tracker14:07
*** panbalag has left #openstack-meeting14:07
*** thorst_ has joined #openstack-meeting14:07
sdaguethe biggest thing is the liberty qemu sec bug finally got resolved and landed14:07
*** panbalag_ has joined #openstack-meeting14:07
kashyapYay!14:07
sdague#topic Subteam Highlights14:07
*** openstack changes topic to "Subteam Highlights (Meeting topic: nova)"14:07
jaypipeso/ sorry for being late14:07
sdagueskipping cells team per request14:08
sdaguejaypipes: just in time, scheduler team highlights?14:08
edleafeThe discussion was mostly about how to better balance the workloads in Ocata14:08
edleafeIOW, avoiding the bottlenecks we had in Newton and prior14:08
*** Leom has quit IRC14:08
jaypipesyeah, I think the retrospective is going to be... interesting. :)14:08
*** Leo_ has joined #openstack-meeting14:09
*** akuznetsov has quit IRC14:09
*** preisner has quit IRC14:09
sdagueyes, reminder please consider providing input to the retrospective14:09
sdague#link https://etherpad.openstack.org/p/nova-newton-retrospective14:09
*** jmckind has joined #openstack-meeting14:09
sdagueok, Live Migration team? PaulMurray ?14:09
*** panbalag_ has quit IRC14:09
jaypipessdague: yeah, about halfway through reading it. will try to add some comments today if I find something that is not already covered in depth14:10
PaulMurraynope - nothing14:10
*** panbalag_ has joined #openstack-meeting14:10
*** panbalag_ has quit IRC14:10
PaulMurraynothing special anyway14:10
*** baumann has joined #openstack-meeting14:10
sdague#info Scheduler team highlights - discussing how to better balance workloads in Ocata14:10
sdague#info Live Migration team highlights - nothing special14:10
*** sahid has joined #openstack-meeting14:10
sdagueAPI subteam14:10
*** panbalag has joined #openstack-meeting14:11
sdaguewe're mostly doing unwind of the missed network api deprecations, as well as trying to make security groups consistent with neutron14:11
sdagueas the model is very different than in n-net, and our current API actually maps poorly to how they work in neutron14:12
sdaguealex_xu: anything else you want to add?14:12
alex_xusdague: no more from me, that is all thing about also14:12
*** panbalag1 has joined #openstack-meeting14:12
*** panbalag1 has left #openstack-meeting14:12
sdague#info API team highlights - continuing with network api deprecations, as well as trying to make security group interaction more sane with neutron backend14:12
sdagueSR-IOV/PCI - moshe?14:13
sdagueSR-IOV/PCI - moshele?14:13
sdagueNotification - gibi ?14:13
gibihi14:13
jaypipessdague: the Moshe VF is currently consumed by another instance.14:13
gibithe ocata bp for the notification transformation has been approved14:13
gibiso we are ramping up the activity in that area again14:13
sdague#info SR-IOV/PCI team highlights - no one here14:13
gibiI notified those who had patches which missed Newton to restore them14:13
*** aohuanxuan has quit IRC14:14
gibiThe wiki is up to date about what to transform14:14
gibihttps://wiki.openstack.org/wiki/Nova/VersionedNotificationTransformation14:14
jaypipesgibi: would be awesome to have a sdague-like checklist for notifications...14:14
jaypipesgibi: think you can do that?14:14
sdague#info Notification team highlights - ocata bp approved, work started in earnest to get code merging again14:14
gibijaypipes: yeah, I can do that, could you point me to the sdague-like checklist ?14:14
sdaguegibi: hit me up after the meeting14:14
gibisdague: thats all from the subteam14:14
gibisdague: ok14:15
sdagueok, nothing on stuck reviews14:15
sdague#topic Open discussion14:15
*** openstack changes topic to "Open discussion (Meeting topic: nova)"14:15
sdaguedave-johnston ?14:15
sdaguedon't see him, on, moving on14:15
sdaguegibi: you are up next with - Does this bp needs a spec? https://blueprints.launchpad.net/nova/+spec/json-schema-for-versioned-notifications14:16
gibithat is me again14:16
*** thorst_ has quit IRC14:16
gibithe main goal of this bp is to provide json schema for the versioned notification14:16
*** janki has quit IRC14:16
gibipayload based on the work that is pretty much finished in ovo14:16
woodster_o/14:16
gibithe ovo feature makes it possible to generate json schema for any VersionedObject.14:16
gibiso we would just build on that14:16
gibiwhat do you think?14:17
sdagueit seems like we probably still want a basic spec to keep an eye on testing and the like, but I would think it would be pretty quick to approve14:17
*** rajinir has joined #openstack-meeting14:17
sdaguedansmith / alaski - opinions?14:17
*** tonytan4ever has joined #openstack-meeting14:18
dansmithnot just a specless bp?14:18
alaskiagreed. most of the info is in the bp already, but it would be nice to have the spec14:18
dansmithmeh14:18
mriedemso this sends a schema with the versioned notification?14:18
mriedemis that the change?14:18
gibiit does not send the schema on the message bus14:18
*** ralonsoh_ has joined #openstack-meeting14:18
alaskilooks like the Nova side of this is a new CLI tool to output the schemas14:18
gibiit just give a way to  generate the schema ofline14:19
mriedemso write a tool to generate the schemas?14:19
gibimriedem: yes14:19
mriedemok, so i'm a consumer and run the tool to get the schemas,14:19
mriedemand then compare my incoming notifications against those14:19
gibiyes14:19
mriedemif it's just a cli tool, i think specless is fine14:19
sdagueok14:19
*** vishwanathj has joined #openstack-meeting14:19
gibiit is just a cli tool right now14:20
sdagueok, I guess we're saying fine with specless bp14:21
gibithanks14:21
sdaguepanbalag - Tempest plugin for Nova (https://review.openstack.org/#/c/366091/) - a place holder for nova tests that work with internals like libvirt XML, database, etc.,14:21
*** wuhg has quit IRC14:21
panbalagThe goal of this patch is to start a repo where we can place integration tests that run against an active deployment (devstack). I would like to get suggestions/comments on this effort.14:22
*** mriedem is now known as mriedem_away14:22
sdaguepanbalag: there isn't much to evaluate in that patch, and the last time I looked at the repo it was pretty empty14:22
*** annegentle has quit IRC14:22
*** dimtruck is now known as zz_dimtruck14:23
sdaguepersonally, it seems like a discussion on the mailing list might be appropriate, especially as a related effort was pushed out by mirantis qa folks to ML for discussion as well14:23
panbalag So do you want to have sample tests to see what kind of scripts would go in eventually?14:23
sdagueexplain the grand vision, list some examples, and what the setup would look like14:24
*** korzen has quit IRC14:24
sdaguebecause based on #openstack-nova conversation yesterday, there seemed to be some confusion about why this was going to be tempest plugins14:24
*** roxanaghe has joined #openstack-meeting14:25
*** yuval has quit IRC14:26
sdagueok, moving on14:26
sdague(BobBall): Spec-less BP: VIF hotplug for XenAPI https://blueprints.launchpad.net/nova/+spec/xenapi-vif-hotplug14:26
panbalagas I had replied in the patch, we wanted to use tempest infrastructure14:26
BobBallWe've got two feature parity changes we'd like as specless BPs - but only one has a BP so far14:26
BobBallXenAPI VIF hotplug: https://blueprints.launchpad.net/nova/+spec/xenapi-vif-hotplug (Code at https://review.openstack.org/#/c/365505/)14:26
sdaguepanbalag: ok, how about we take this out to the ML, as suggested, and we can discuss there14:26
panbalagok. I'll probably start the discussion on the mailing list.14:26
sdagueBobBall: right, feature parity, I think that's pretty clearly specless BP14:27
BobBallAwesome - and the other one I hope is the same, but no BP yet14:27
BobBallDevice tagging: Following on from https://blueprints.launchpad.net/nova/+spec/virt-device-role-tagging - Needs new BP (Code at https://review.openstack.org/#/c/333781/)14:27
sdaguecool, related to xen, we still have the outstanding issue that the xenplugins don't even get syntax checked14:28
sdagueis that on the xen team radar14:28
sdagueespecially as someone was trying to make them python3 the other day (and not realizing they live in a python 2.4 env)14:28
BobBallYes - that's fixed in https://review.openstack.org/#/c/289431/ which is pending review14:28
sdagueBobBall: ok, great14:29
sdagueBobBall: anything else?14:29
*** roxanaghe has quit IRC14:29
sdague(dane-fichter): Image signing issues. Certificate validation (https://review.openstack.org/#/c/357151/), Cursive integration (https://review.openstack.org/#/c/351232/)14:29
sdague14:29
*** thorst_ has joined #openstack-meeting14:29
BobBallAbsolutely.  But not for this meeting :) We can talk about it next meeting :)14:29
dane-fichterhey all14:29
dane-fichterSo after talking w mriedem yesterday, look like wqe're going to try to create a gate job for testing image signature verification14:30
sdaguedane-fichter: great14:30
dane-fichterSo I'm looking for people who want to help / have opinions on that14:30
dane-fichterI'd also like some feedback / discussion on this: https://review.openstack.org/#/c/357151/14:31
sdague#help looking for people to help dane-fichter on gate job setup that does fullstack verification with image signature verification14:31
dane-fichterSince it's pretty necessary for ensuring that the feature actually accomplishes what it's supposed to do14:31
*** obondarev has quit IRC14:31
sdague#link https://review.openstack.org/#/c/357151/5/specs/ocata/approved/nova-certificate-validation.rst - spec for cert validation14:31
*** baoli has joined #openstack-meeting14:31
dane-fichterthanks sdague14:32
sdagueok, I think that's the whole agenda14:32
sdagueanything else people want to bring up?14:32
sdaguealright, thanks folks14:33
sdaguehappy rc testing14:33
sdague#endmeeting14:33
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"14:33
openstackMeeting ended Thu Sep 22 14:33:11 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:33
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-09-22-14.00.html14:33
*** dane-fichter has left #openstack-meeting14:33
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-09-22-14.00.txt14:33
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-09-22-14.00.log.html14:33
*** takashin has left #openstack-meeting14:33
*** diana_clarke has left #openstack-meeting14:33
*** PaulMurray has left #openstack-meeting14:34
*** vladikr has left #openstack-meeting14:35
*** mikeyp has quit IRC14:37
*** cdent has left #openstack-meeting14:39
*** dasanind has joined #openstack-meeting14:39
*** donghao has quit IRC14:40
*** _gryf has left #openstack-meeting14:43
*** edtubill has joined #openstack-meeting14:43
*** jimholl_ has joined #openstack-meeting14:43
*** jimholl has quit IRC14:46
*** ayoung has joined #openstack-meeting14:49
*** cdelatte has joined #openstack-meeting14:49
*** panbalag has quit IRC14:50
*** amitgandhinz has quit IRC14:51
*** liamji has joined #openstack-meeting14:52
*** amitgandhinz has joined #openstack-meeting14:52
*** bobh has joined #openstack-meeting14:55
*** iyamahat has joined #openstack-meeting14:55
*** e0ne has quit IRC14:57
*** zhurong has quit IRC14:58
*** sahid has left #openstack-meeting14:58
*** jungleboyj has joined #openstack-meeting14:59
*** akuznetsov has joined #openstack-meeting14:59
*** zz_dimtruck is now known as dimtruck14:59
*** bobh has quit IRC14:59
*** Zara has left #openstack-meeting15:02
*** dasanind has quit IRC15:03
*** egallen has quit IRC15:06
*** rcernin has quit IRC15:07
*** jlanoux has quit IRC15:08
*** mickeys has joined #openstack-meeting15:10
*** e0ne has joined #openstack-meeting15:11
*** yamahata has joined #openstack-meeting15:12
*** rrecio has joined #openstack-meeting15:12
*** dasanind has joined #openstack-meeting15:13
*** zigo_ is now known as zigo15:14
*** amitgandhinz has quit IRC15:15
*** andreas_s has quit IRC15:17
*** andreas_s has joined #openstack-meeting15:17
*** lamt has quit IRC15:18
*** rbartal has quit IRC15:22
*** kaisers has joined #openstack-meeting15:23
*** nk2527 has joined #openstack-meeting15:25
*** mriedem_away is now known as mriedem15:25
*** dmacpher has joined #openstack-meeting15:29
*** banix has quit IRC15:30
*** kaisers has quit IRC15:31
*** hemna_ has joined #openstack-meeting15:35
*** njohnston_ has joined #openstack-meeting15:36
*** ntpttr has quit IRC15:36
*** thorst_ has quit IRC15:37
*** cody-somerville has quit IRC15:38
*** hemna_ has quit IRC15:38
*** oshritf has quit IRC15:40
*** akuznetsov has quit IRC15:40
*** ntpttr has joined #openstack-meeting15:40
*** jlanoux has joined #openstack-meeting15:41
*** andreas_s has quit IRC15:42
*** jlanoux_ has joined #openstack-meeting15:44
*** jlanoux has quit IRC15:46
*** tongli has joined #openstack-meeting15:47
*** piet has joined #openstack-meeting15:49
*** kaisers has joined #openstack-meeting15:50
*** Patifa has joined #openstack-meeting15:54
*** kaisers has quit IRC15:54
*** takashi has joined #openstack-meeting15:54
*** jimholl_ has quit IRC15:54
*** itsuugo has quit IRC15:55
*** ntpttr has quit IRC15:55
*** ntpttr has joined #openstack-meeting15:55
*** bobh has joined #openstack-meeting15:55
*** itsuugo has joined #openstack-meeting15:57
*** dmacpher is now known as dmacpher-afk15:59
*** cody-somerville has joined #openstack-meeting15:59
*** njohnston has quit IRC15:59
*** leeantho has joined #openstack-meeting15:59
*** njohnsto_ has quit IRC15:59
*** njohnston_ is now known as njohnston16:00
*** bobh has quit IRC16:00
*** ntpttr has quit IRC16:00
*** ntpttr has joined #openstack-meeting16:01
*** adrianofr_ has quit IRC16:02
*** csomerville has joined #openstack-meeting16:02
*** ntpttr_ has quit IRC16:02
*** ntpttr_ has joined #openstack-meeting16:03
*** ntpttr_ has quit IRC16:03
*** unicell1 has joined #openstack-meeting16:03
*** unicell has quit IRC16:03
*** ralonsoh has quit IRC16:04
*** myoung is now known as myoung|biab16:04
*** gyee has joined #openstack-meeting16:04
*** cody-somerville has quit IRC16:06
*** thorst_ has joined #openstack-meeting16:08
*** masayukig has quit IRC16:09
*** kjorgensen has joined #openstack-meeting16:10
*** masayukig has joined #openstack-meeting16:12
*** dmorita has joined #openstack-meeting16:12
*** thorst_ has quit IRC16:12
*** jhakimra has quit IRC16:15
*** amitgandhinz has joined #openstack-meeting16:16
*** dmorita has quit IRC16:17
*** itsuugo has quit IRC16:18
*** prateek has joined #openstack-meeting16:18
*** thorst_ has joined #openstack-meeting16:18
*** thorst__ has joined #openstack-meeting16:20
*** itsuugo has joined #openstack-meeting16:20
*** hashar is now known as hasharAway16:20
*** rcernin has joined #openstack-meeting16:20
*** csomerville has quit IRC16:21
*** amitgandhinz has quit IRC16:21
*** thorst_ has quit IRC16:22
*** jlanoux_ has quit IRC16:24
*** cody-somerville has joined #openstack-meeting16:30
*** baoli has quit IRC16:31
*** baoli has joined #openstack-meeting16:34
*** lpetrut has quit IRC16:36
*** Swami has joined #openstack-meeting16:38
*** amitgandhinz has joined #openstack-meeting16:38
*** jordanP has quit IRC16:39
*** edtubill has quit IRC16:39
*** banix has joined #openstack-meeting16:39
*** cody-somerville has quit IRC16:41
*** zigo has quit IRC16:41
*** asettle has quit IRC16:41
*** asettle has joined #openstack-meeting16:42
*** dmorita has joined #openstack-meeting16:42
*** annegentle has joined #openstack-meeting16:42
*** dmorita has quit IRC16:44
*** cody-somerville has joined #openstack-meeting16:44
*** dmorita has joined #openstack-meeting16:44
*** zul has quit IRC16:44
*** zul has joined #openstack-meeting16:45
*** asettle has quit IRC16:46
*** cody-somerville has quit IRC16:46
*** liuyulong__ has quit IRC16:47
*** cody-somerville has joined #openstack-meeting16:47
*** baumann has quit IRC16:50
*** zigo has joined #openstack-meeting16:51
*** zigo is now known as Guest1865616:52
*** adisky has quit IRC16:52
*** amitgandhinz has quit IRC16:53
*** baumann_ has joined #openstack-meeting16:54
*** dasanind has quit IRC16:56
*** Guest18656 has quit IRC16:56
*** bobh has joined #openstack-meeting16:56
*** dasanind has joined #openstack-meeting16:57
*** jungleboyj has quit IRC16:58
*** annegentle has quit IRC16:58
*** Patifa has quit IRC16:59
*** zigo_ has joined #openstack-meeting16:59
*** baumann_ has quit IRC17:00
*** amitgandhinz has joined #openstack-meeting17:00
*** Patifa has joined #openstack-meeting17:00
*** bobh has quit IRC17:01
*** iyamahat_ has joined #openstack-meeting17:03
*** iyamahat has quit IRC17:04
*** GB21 has joined #openstack-meeting17:04
*** amitgandhinz has quit IRC17:04
*** amitgandhinz has joined #openstack-meeting17:05
*** Patifa has quit IRC17:05
*** roxanaghe has joined #openstack-meeting17:06
*** ralonsoh_ has quit IRC17:07
*** zigo_ has quit IRC17:07
*** tongli_ has joined #openstack-meeting17:07
*** Apoorva has joined #openstack-meeting17:08
*** rbudden has quit IRC17:09
*** jungleboyj has joined #openstack-meeting17:10
*** tongli has quit IRC17:10
*** e0ne has quit IRC17:10
*** zigo_ has joined #openstack-meeting17:11
*** thorst__ has quit IRC17:11
*** regXboi has joined #openstack-meeting17:11
*** tongli_ has quit IRC17:12
*** pvaneck has joined #openstack-meeting17:13
*** thorst_ has joined #openstack-meeting17:14
*** gouthamr has quit IRC17:15
*** ijw has joined #openstack-meeting17:16
*** thorst__ has joined #openstack-meeting17:16
*** dasanind has quit IRC17:16
*** esberglu has joined #openstack-meeting17:16
*** dane_leblanc_ has quit IRC17:18
*** thorst_ has quit IRC17:18
*** chandrav has joined #openstack-meeting17:20
*** thorst__ has quit IRC17:21
*** trown is now known as trown|lunch17:21
*** thorst_ has joined #openstack-meeting17:21
*** ivar-lazzaro has joined #openstack-meeting17:21
*** thorst_ has quit IRC17:25
*** lpetrut has joined #openstack-meeting17:26
*** liuhanxi has quit IRC17:28
*** rbudden has joined #openstack-meeting17:28
*** acoles is now known as acoles_17:29
*** gouthamr has joined #openstack-meeting17:31
*** azbiswas has joined #openstack-meeting17:33
*** roxanaghe_ has joined #openstack-meeting17:33
*** edtubill has joined #openstack-meeting17:34
*** baumann has joined #openstack-meeting17:34
*** Leo_ has quit IRC17:34
*** roxanaghe__ has joined #openstack-meeting17:34
*** roxanaghe has quit IRC17:37
*** HeOS has quit IRC17:38
*** roxanaghe_ has quit IRC17:39
*** mkoderer has quit IRC17:39
*** pradk has quit IRC17:39
*** pradk has joined #openstack-meeting17:42
*** lbrune has joined #openstack-meeting17:43
*** lamt has joined #openstack-meeting17:44
*** pvaneck has quit IRC17:46
*** pvaneck has joined #openstack-meeting17:46
*** bowser123 has joined #openstack-meeting17:46
*** bowser123 has left #openstack-meeting17:47
*** ramur has joined #openstack-meeting17:47
*** pvaneck has quit IRC17:47
*** thorst_ has joined #openstack-meeting17:51
*** cody-somerville has quit IRC17:53
*** cody-somerville has joined #openstack-meeting17:54
*** e0ne has joined #openstack-meeting17:54
*** takashi has quit IRC17:55
*** dasanind has joined #openstack-meeting17:55
*** thorst__ has joined #openstack-meeting17:56
*** thorst_ has quit IRC17:56
*** banix has quit IRC17:56
*** roxanaghe_ has joined #openstack-meeting17:56
*** Patifa has joined #openstack-meeting17:57
*** itsuugo has quit IRC17:57
*** thorst__ has quit IRC17:57
*** thorst_ has joined #openstack-meeting17:57
*** bobh has joined #openstack-meeting17:57
*** itsuugo has joined #openstack-meeting17:58
*** s3wong has joined #openstack-meeting17:58
*** cody-somerville has quit IRC17:58
*** Guest56480 has quit IRC17:59
*** sudswas__ has quit IRC17:59
rtheishi17:59
*** roxanaghe__ has quit IRC17:59
*** banix has joined #openstack-meeting18:00
rtheis#startmeeting networking_ovn18:00
openstackMeeting started Thu Sep 22 18:00:27 2016 UTC and is due to finish in 60 minutes.  The chair is rtheis. Information about MeetBot at http://wiki.debian.org/MeetBot.18:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.18:00
*** openstack changes topic to " (Meeting topic: networking_ovn)"18:00
openstackThe meeting name has been set to 'networking_ovn'18:00
* regXboi wanders in18:00
rtheiso/18:00
rtheis#topic Announcements18:01
*** openstack changes topic to "Announcements (Meeting topic: networking_ovn)"18:01
rtheisovs 2.6.0 should be released soon18:01
rtheisOnce released and Newton is closed, we should include in Ocata18:01
rtheis#link https://bugs.launchpad.net/networking-ovn/+bug/162264718:01
openstackLaunchpad bug 1622647 in networking-ovn "Move OpenStack requirements to ovs 2.6.0" [Undecided,Confirmed] - Assigned to Richard Theis (rtheis)18:01
*** cody-somerville has joined #openstack-meeting18:02
rtheisThat's all I have for announcements today18:02
rtheisanyone else?18:02
*** jimholl has joined #openstack-meeting18:02
*** bobh has quit IRC18:02
rtheis#topic: Newton RC218:02
*** openstack changes topic to ": Newton RC2 (Meeting topic: networking_ovn)"18:02
rtheisWe'll need rc2 after several DHCP issues were encountered over the last week18:03
*** dasanind has quit IRC18:03
rtheisHere is the WIP for RC2 release18:03
rtheis#link https://review.openstack.org/#/c/374820/18:03
rtheisShould be able to cut RC2 once the following merge on stable/newton18:04
rtheis#link https://review.openstack.org/#/c/374852/18:04
rtheis#link https://review.openstack.org/#/c/374454/18:04
*** gyee has quit IRC18:04
*** vhoward has joined #openstack-meeting18:05
rtheisneutron DHCP force_metadata end enable_isolated_metadata features seem to be broken in the gate18:05
rtheisThere was one more fix on the rc2 list18:06
rtheis#link https://review.openstack.org/#/c/371191/18:06
*** russellb_ has joined #openstack-meeting18:06
chandravrtheis: Can we get the NAT stuff in RC2.18:06
rtheisRamu are you able to continue with this ^^^18:06
rtheischandrav: no18:06
russellb_hi, i'm technically out today, sorry i'm late (and missed ovn meeting)18:06
*** Sam-I-Am has joined #openstack-meeting18:06
rtheisrussellb_ and I discussed a couple days ago18:07
Sam-I-Amoops, late.18:07
regXboirussellb_ - go away and vacate, man!18:07
rtheisI don't think stable maintainers will allow it18:07
*** lbrune has left #openstack-meeting18:07
russellb_i'd really like to get the NAT stuff in18:07
chandravgot it18:07
rtheisrussellb_: rc2?18:07
russellb_but it's probably against stable policy18:07
russellb_yes18:07
Sam-I-Amfeature backports are no18:08
rtheisI have not asked, but could18:08
* mestery lurks18:08
ramur@rtheis: I am updating: https://review.openstack.org/#/c/371191/ based on comments + unit test18:08
Sam-I-Ambug fixes and sec patches go back 1 rel, sec patches go back 2 iirc18:08
russellb_yep.18:08
*** annegentle has joined #openstack-meeting18:08
Sam-I-Amyou could argue that lack of nat is a bug. i consider it a feature :)18:08
Sam-I-Amthat lack of, that is :)18:09
rtheisare there any other items that we should target for rc2?18:09
*** ig0r_ has quit IRC18:09
russellb_we could always propose it and see what happens ...18:10
*** dane_leblanc_ has joined #openstack-meeting18:10
russellb_since this is first release, no regression risk18:10
Sam-I-Amthis is also true18:10
rtheissure, I can ask18:11
russellb_ok, well +1 from me fwiw18:11
rtheis#topic Reviews18:12
*** openstack changes topic to "Reviews (Meeting topic: networking_ovn)"18:12
rtheisWe have several big features in review queue18:12
rtheis(1) NAT support, (2) native DHCP v6  and (3) native metadata18:13
rtheisplease take a look if you have time18:13
*** armax has joined #openstack-meeting18:13
*** xyang1 has joined #openstack-meeting18:13
*** myoung|biab is now known as myoung18:13
rtheisAlso starting to setup a multinode job: https://review.openstack.org/#/c/373528/18:14
rtheisexperimental to start18:14
russellb_is the multi-node job using native services?18:14
rtheisYes18:14
russellb_k :)18:14
Sam-I-Amrtheis: cool18:14
russellb_i'd like to remove out l3 agent job once we merge NAT support18:14
russellb_anyone opposed to that?18:14
russellb_and related, remote support for that entirely18:14
*** banix has quit IRC18:14
russellb_remove*18:15
*** iyamahat_ has quit IRC18:15
*** yamahata has quit IRC18:15
*** iyamahat has joined #openstack-meeting18:15
Sam-I-Amsupport for the conventional l3 agent?18:15
russellb_correct18:15
Sam-I-Amif there's no realistic reason anyone would run it, go for it.18:15
rtheisI'd like to see the same for dhcp and metadata18:15
Sam-I-Amwe had them there to work around missing native functionality18:16
russellb_Sam-I-Am: that's my thinking18:16
russellb_dhcp agent still provides some minor functionality that native dhcp does not18:16
regXboidns?18:16
russellb_metadata support is 1 (though we'll have that resolved soon)18:16
russellb_dns, yes18:16
Sam-I-Amwhat about dns? resolution forwarding?18:16
russellb_yes, internal dns support18:16
russellb_resolving internal names -- nova instance name, usually18:16
Sam-I-Ambut you can hand it a dns ip address, right?18:17
russellb_yes18:17
rtheisrussellb_ the only concern with removing the L3 agent job is that it also cover dhcp18:17
russellb_rtheis: hm, fair point18:17
Sam-I-Ammost installs i know about always specify dns as something besides the dnsmasq ip address18:17
russellb_we could just change it to be a variant of native services that uses dhcp agent instead18:17
rtheisack18:17
rtheismakes sense18:17
russellb_another CI related thing that i think babu will work on when it's time is updating our grenade migration job to use native services18:18
Sam-I-Amusing dnsmasq is sort of there as a last resort for resolution. however, using dns integration might be a different story.18:18
*** iyamahat has quit IRC18:18
russellb_it uses the l3 agent because the tests expect floating ips18:18
russellb_rtheis: sorry, topic was reviews, i took us on a tangent..18:19
rtheisnp18:19
*** piet has quit IRC18:20
*** annegentle has quit IRC18:20
rtheisso just one grenade job for now18:20
russellb_yes, but maybe we need 218:20
rtheisor do we also now need newton to ocata18:20
russellb_the current one does a migration from ml2+ovs to ovn as a part of the upgrade18:20
russellb_we probably need a new one that does newton->master with ovn before and after18:20
Sam-I-Amoh, i didnt know we were doing that18:20
*** prateek has quit IRC18:20
russellb_Sam-I-Am: yeah man18:20
russellb_it's got some hacks, but making it work was step 1 :)18:21
russellb_a huge step 118:21
rtheisyes18:21
Sam-I-Amguess we need to document it18:21
rtheisI think we may have a bug opened for the newton->master grenade job18:21
russellb_probably!18:21
rtheisI'll check18:21
russellb_hm sounds familiar18:21
*** GB21 has quit IRC18:22
*** piet has joined #openstack-meeting18:22
russellb_i remember filing a bug for "we should add a grenade job someday when it makes sense"18:22
rtheisI'll also open a bug to track deprecating L3 agent18:22
rtheisyeah18:22
rtheisthat one18:22
rtheisanything else on this or other reviews to discuss?18:23
rtheis#topic Conferences18:24
*** openstack changes topic to "Conferences (Meeting topic: networking_ovn)"18:24
rtheisOpenStack summit in a month18:24
*** thorst_ has quit IRC18:24
rtheisetherpad started18:24
rtheis#link https://etherpad.openstack.org/p/networking-ovn-ocata-summit18:24
rtheisfeel free to add topics18:24
*** trown|lunch is now known as trown18:24
rtheismy room request was denied for now18:24
*** ayoung has quit IRC18:25
*** thorst_ has joined #openstack-meeting18:25
rtheishopefully something will open or we just do an ad-hoc meetup18:25
russellb_i've been wondering if it'd make sense to propose ovn as a neutron room topic18:25
russellb_not sure if it makes sense to discuss it with the broader neutron dev team18:25
*** dasanind has joined #openstack-meeting18:26
russellb_review status, talk about future18:26
russellb_was thinking devs of ovs support might be interested in talking about it18:26
russellb_but i dunno18:26
rtheiswho to ask on that?18:27
russellb_armax18:27
rtheissure, I can ask him18:27
russellb_i don't feel strongly about, just happy to do it if there's enough people interested18:28
*** toscalix has quit IRC18:29
rtheissounds good18:29
russellb_speaking of conferences, OVSCon is a couple weeks after the barcelona summit18:30
russellb_call for presentation proposals is open until end of this week i believe18:30
rtheisjust going to mention that ;)18:30
*** thorst_ has quit IRC18:30
russellb_i'll be there18:30
*** lpetrut has quit IRC18:30
russellb_haven't proposed any talks though18:30
*** thorst_ has joined #openstack-meeting18:31
Sam-I-Ami wont be there18:31
rtheisme either18:31
rtheisanything else on the conferences?18:32
rtheis#topic Open Discussion18:32
*** openstack changes topic to "Open Discussion (Meeting topic: networking_ovn)"18:32
rtheisWe already covered my one topic on deprecating L3 agent18:32
rtheisI do want to note with Ocata opened, we should be adding release notes for new features, deprecations, upgrade notes, etc.18:33
russellb_rtheis: ah, good point18:33
rtheisIt's nice to have them with the code review but they are easy enough to add later18:34
russellb_we should probably do out best to require them with the code ...18:34
rtheisagreed18:34
rtheis#link http://docs.openstack.org/project-team-guide/release-management.html#managing-release-notes18:34
*** jimholl has quit IRC18:34
rtheisand as alway docs would be nics18:35
rtheisSam-I-Am: should we be doing additional items for docs?18:35
*** thorst_ has quit IRC18:35
rtheisI feel we've been falling behind on docs18:36
*** rasca has quit IRC18:36
Sam-I-Amrtheis: yeah18:36
Sam-I-Amdocs have more or less stalled out18:36
Sam-I-Amif you're writing a feature into networking-ovn, you must include docs with it18:37
Sam-I-Amits a little difficult because of the disconnect between ovs/ovn and networking-ovn18:37
*** Leo_ has joined #openstack-meeting18:37
*** fzdarsky has quit IRC18:37
*** iyamahat has joined #openstack-meeting18:37
rtheisdocs can be within the project or ...?18:37
Sam-I-Amyeah, they're all within networking-ovn18:37
rtheisgood18:37
Sam-I-Amgranted native implementations get a little weird18:38
Sam-I-Amsomeone enabling the feature in networking-ovn for openstack should not be reponsible for writing all the docs for the underlying ovn implementation18:38
Sam-I-Amprimarily write about how to configure it and how it pertains to openstack18:39
Sam-I-Amhopefully people are writing docs in ovn for the operation of things18:39
russellb_i've got to run18:39
rtheisthanks russellb_18:39
russellb_talk to you all later18:40
*** regXboi has quit IRC18:40
rtheisI don't have anything else for today18:40
russellb_back monday18:40
*** russellb_ has quit IRC18:40
rtheisother topics?18:40
*** panbalag has joined #openstack-meeting18:40
Sam-I-Amnothing here18:40
*** panbalag has quit IRC18:40
Sam-I-Ambut reminding people of docs is a thing :)18:41
rtheisdefinitely18:41
Sam-I-Amme and ryan cant be the only ones writing them18:41
Sam-I-Amand occasionally you, i think18:41
*** coolsvap has quit IRC18:42
rtheisokay, let's wrap up for today18:42
rtheisthanks18:42
rtheis#endmeeting18:42
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"18:42
openstackMeeting ended Thu Sep 22 18:42:31 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)18:42
openstackMinutes:        http://eavesdrop.openstack.org/meetings/networking_ovn/2016/networking_ovn.2016-09-22-18.00.html18:42
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/networking_ovn/2016/networking_ovn.2016-09-22-18.00.txt18:42
openstackLog:            http://eavesdrop.openstack.org/meetings/networking_ovn/2016/networking_ovn.2016-09-22-18.00.log.html18:42
*** ramur has quit IRC18:42
*** baoli has quit IRC18:44
*** ivar-lazzaro has quit IRC18:44
Sam-I-Amthx18:45
*** Sam-I-Am has left #openstack-meeting18:45
*** sshnaidm is now known as sshnaidm|afk18:45
*** baoli has joined #openstack-meeting18:45
*** Leo_ has quit IRC18:45
*** Leo_ has joined #openstack-meeting18:46
*** baoli_ has joined #openstack-meeting18:46
*** maishsk has joined #openstack-meeting18:49
*** yamahata has joined #openstack-meeting18:49
*** mickeys has quit IRC18:50
*** baoli has quit IRC18:50
*** e0ne has quit IRC18:53
*** obondarev has joined #openstack-meeting18:55
*** e0ne has joined #openstack-meeting18:57
*** e0ne has quit IRC18:57
*** banix has joined #openstack-meeting18:57
*** bobh has joined #openstack-meeting18:58
*** absubram has joined #openstack-meeting19:01
*** csomerville has joined #openstack-meeting19:02
*** cody-somerville has quit IRC19:02
*** esberglu has quit IRC19:03
*** absubram has quit IRC19:03
*** banix has quit IRC19:03
*** ivar-lazzaro has joined #openstack-meeting19:03
*** bobh has quit IRC19:03
*** itsuugo has quit IRC19:04
*** GordonTX has joined #openstack-meeting19:04
*** pvaneck has joined #openstack-meeting19:04
*** itsuugo has joined #openstack-meeting19:04
*** rocky_g has joined #openstack-meeting19:06
*** absubram has joined #openstack-meeting19:06
*** annegentle has joined #openstack-meeting19:08
*** thorst_ has joined #openstack-meeting19:08
*** e0ne has joined #openstack-meeting19:09
*** ivar-lazzaro has quit IRC19:10
*** mfedosin has quit IRC19:10
*** e0ne has quit IRC19:11
*** ayoung has joined #openstack-meeting19:14
*** ayoung has quit IRC19:14
*** tongli has joined #openstack-meeting19:14
*** r-mibu has quit IRC19:17
*** r-mibu has joined #openstack-meeting19:17
*** tongli_ has joined #openstack-meeting19:17
*** itsuugo has quit IRC19:18
*** tongli has quit IRC19:19
*** devananda is now known as devananda|lunch19:20
*** itsuugo has joined #openstack-meeting19:20
*** jimholl has joined #openstack-meeting19:20
*** maishsk has quit IRC19:23
*** jprovazn has quit IRC19:24
*** HeOS has joined #openstack-meeting19:25
*** paw has quit IRC19:25
*** ivar-lazzaro has joined #openstack-meeting19:27
*** Patifa has quit IRC19:27
*** thorst_ has quit IRC19:28
*** rtheis_ has joined #openstack-meeting19:29
*** zigo_ is now known as zigo19:30
*** rtheis has quit IRC19:30
*** itsuugo has quit IRC19:35
*** rtheis_ is now known as rtheis19:35
*** csomerville has quit IRC19:36
*** itsuugo has joined #openstack-meeting19:37
*** Patifa has joined #openstack-meeting19:37
*** csomerville has joined #openstack-meeting19:37
*** spzala has quit IRC19:41
*** spzala has joined #openstack-meeting19:42
*** salv-orlando has joined #openstack-meeting19:42
*** leeantho has quit IRC19:43
*** itsuugo has quit IRC19:43
*** itsuugo has joined #openstack-meeting19:45
*** spzala_ has joined #openstack-meeting19:45
*** salv-orl_ has quit IRC19:45
*** craigs has joined #openstack-meeting19:46
*** spzala has quit IRC19:46
*** craigs has quit IRC19:47
*** craigs has joined #openstack-meeting19:47
*** spzala_ has quit IRC19:49
*** mickeys has joined #openstack-meeting19:50
*** rrecio has quit IRC19:51
*** ayoung has joined #openstack-meeting19:51
*** ivar-lazzaro has quit IRC19:53
*** Na3iL has joined #openstack-meeting19:53
*** Adri2000 has quit IRC19:53
*** azbiswas has quit IRC19:54
*** thorst_ has joined #openstack-meeting19:54
*** ijw has quit IRC19:54
*** mickeys has quit IRC19:56
*** Adri2000 has joined #openstack-meeting19:56
*** ayoung has quit IRC19:57
*** ijw has joined #openstack-meeting19:58
*** oshritf has joined #openstack-meeting19:58
*** GordonTX has quit IRC19:59
*** bobh has joined #openstack-meeting19:59
*** azbiswas has joined #openstack-meeting19:59
*** paw has joined #openstack-meeting20:02
*** GordonTX has joined #openstack-meeting20:03
*** ijw has quit IRC20:03
*** dasanind has quit IRC20:03
*** bobh has quit IRC20:03
*** dasanind has joined #openstack-meeting20:03
*** thorst_ has quit IRC20:06
*** thorst_ has joined #openstack-meeting20:08
*** itsuugo has quit IRC20:12
*** itsuugo has joined #openstack-meeting20:14
*** ivar-lazzaro has joined #openstack-meeting20:15
*** thorst_ has quit IRC20:16
*** gouthamr has quit IRC20:20
*** oshritf has quit IRC20:22
*** tongli_ has quit IRC20:23
*** spzala has joined #openstack-meeting20:24
*** eranrom has quit IRC20:26
*** dasanind has quit IRC20:26
*** ivar-laz_ has joined #openstack-meeting20:27
*** ijw has joined #openstack-meeting20:28
*** spzala has quit IRC20:28
*** tongli has joined #openstack-meeting20:29
*** jimholl has quit IRC20:30
*** pvaneck_ has joined #openstack-meeting20:30
*** ivar-lazzaro has quit IRC20:31
*** absubram_ has joined #openstack-meeting20:32
*** jungleboyj has quit IRC20:32
*** absubram has quit IRC20:33
*** absubram_ is now known as absubram20:33
*** dasanind has joined #openstack-meeting20:33
*** pvaneck has quit IRC20:33
*** spzala has joined #openstack-meeting20:33
*** annegentle has quit IRC20:34
*** annegentle has joined #openstack-meeting20:34
*** annegentle has quit IRC20:35
*** cdelatte has quit IRC20:37
*** esberglu has joined #openstack-meeting20:37
*** dasanind has quit IRC20:38
*** baoli_ has quit IRC20:40
*** liamji has quit IRC20:42
*** annegentle has joined #openstack-meeting20:43
*** rocky_g has quit IRC20:46
*** ijw has quit IRC20:48
*** spotz is now known as spotz_zzz20:50
*** itsuugo has quit IRC20:50
*** asettle has joined #openstack-meeting20:51
*** itsuugo has joined #openstack-meeting20:52
*** raildo has quit IRC20:52
*** roxanaghe__ has joined #openstack-meeting20:53
*** sdague has quit IRC20:56
*** roxanaghe_ has quit IRC20:57
*** eharney has quit IRC20:58
*** ivar-laz_ has quit IRC21:00
*** bobh has joined #openstack-meeting21:00
*** ivar-lazzaro has joined #openstack-meeting21:01
*** piet has quit IRC21:02
*** Patifa has quit IRC21:02
*** piet has joined #openstack-meeting21:02
*** bobh has quit IRC21:04
*** askb has joined #openstack-meeting21:04
*** ivar-lazzaro has quit IRC21:05
*** piet has quit IRC21:06
*** stephen-la has joined #openstack-meeting21:06
*** markvoelker has quit IRC21:07
*** rocky_g has joined #openstack-meeting21:07
*** myoung is now known as myoung|gone21:10
*** itsuugo has quit IRC21:10
*** spzala has quit IRC21:10
*** itsuugo has joined #openstack-meeting21:11
*** GordonTX has quit IRC21:13
*** esberglu has quit IRC21:13
*** jungleboyj has joined #openstack-meeting21:15
*** itsuugo has quit IRC21:16
*** itsuugo has joined #openstack-meeting21:17
*** obondarev has quit IRC21:18
*** jamesdenton has quit IRC21:21
*** mickeys has joined #openstack-meeting21:22
*** thorst_ has joined #openstack-meeting21:22
*** tongli has quit IRC21:23
*** thorst___ has joined #openstack-meeting21:25
*** pvaneck_ has quit IRC21:25
*** pvaneck_ has joined #openstack-meeting21:26
*** cleong has quit IRC21:26
*** thorst_ has quit IRC21:27
*** salv-orlando has quit IRC21:27
*** gyee has joined #openstack-meeting21:27
*** salv-orlando has joined #openstack-meeting21:27
*** thorst_ has joined #openstack-meeting21:29
*** thorst___ has quit IRC21:30
*** GordonTX has joined #openstack-meeting21:33
*** thorst_ has quit IRC21:33
*** rcernin has quit IRC21:34
*** aeng has joined #openstack-meeting21:34
*** spzala has joined #openstack-meeting21:35
*** spzala has quit IRC21:36
*** GordonTX has quit IRC21:36
*** zul has quit IRC21:36
*** kjorgensen has quit IRC21:36
*** cardeois has quit IRC21:36
*** yuli_s has quit IRC21:37
*** nijaba has quit IRC21:37
*** pfallenop has quit IRC21:37
*** pcarver has quit IRC21:37
*** pkoniszewski has quit IRC21:37
*** bradjones has quit IRC21:37
*** liangy has quit IRC21:37
*** strigazi has quit IRC21:37
*** ntata has quit IRC21:37
*** amitkqed has quit IRC21:37
*** aloga has quit IRC21:37
*** jhesketh has quit IRC21:37
*** rtheis has quit IRC21:37
*** stephen-la has quit IRC21:37
*** xyang1 has quit IRC21:37
*** rbudden has quit IRC21:37
*** amotoki has quit IRC21:37
*** liuyulong has quit IRC21:37
*** rfolco has quit IRC21:37
*** jinli has quit IRC21:37
*** irenab has quit IRC21:37
*** bzhao has quit IRC21:37
*** liusheng has quit IRC21:37
*** haleyb has quit IRC21:37
*** smile-luobin_ has quit IRC21:37
*** jlvillal has quit IRC21:37
*** mikal has quit IRC21:37
*** Qiming has quit IRC21:37
*** DuncanT has quit IRC21:37
*** thingee has quit IRC21:37
*** mickeys has quit IRC21:37
*** hasharAway has quit IRC21:37
*** gcb has quit IRC21:37
*** rmk has quit IRC21:37
*** mriedem has quit IRC21:37
*** dronshaw has quit IRC21:37
*** acabot has quit IRC21:37
*** dbecker has quit IRC21:37
*** megm has quit IRC21:37
*** acoles_ has quit IRC21:37
*** vipul has quit IRC21:37
*** larainema has quit IRC21:37
*** blair has quit IRC21:37
*** tdasilva has quit IRC21:37
*** sweston has quit IRC21:37
*** myoung|gone has quit IRC21:37
*** slagle has quit IRC21:37
*** julian1 has quit IRC21:37
*** madorn has quit IRC21:37
*** d34dh0r53 has quit IRC21:37
*** meteorfox has quit IRC21:37
*** asingh_ has quit IRC21:37
*** kozhukalov has quit IRC21:37
*** edwarnicke has quit IRC21:37
*** akamyshnikova has quit IRC21:37
*** calebb has quit IRC21:37
*** greghaynes has quit IRC21:37
*** boris-42 has quit IRC21:37
*** karlamrhein has quit IRC21:37
*** ameade has quit IRC21:37
*** mrvinti has quit IRC21:37
*** ildikov has quit IRC21:37
*** cgoncalves has quit IRC21:37
*** IgorYozhikov has quit IRC21:37
*** cburgess has quit IRC21:37
*** abramley has quit IRC21:37
*** asselin has quit IRC21:37
*** jay-mehta has quit IRC21:37
*** bswartz has quit IRC21:37
*** kragniz has quit IRC21:37
*** fbo has quit IRC21:37
*** purp has quit IRC21:37
*** sigmavirus has quit IRC21:37
*** flaviof has quit IRC21:37
*** timothyb89 has quit IRC21:37
*** aspiers has quit IRC21:37
*** margaret has quit IRC21:37
*** SWDevAngel has quit IRC21:37
*** ttrifonov has quit IRC21:37
*** samueldmq has quit IRC21:37
*** jaranovich has quit IRC21:37
*** melwitt has quit IRC21:37
*** rderose has quit IRC21:37
*** sindhu has quit IRC21:37
*** johnsom_ has quit IRC21:37
*** betherly has quit IRC21:37
*** vdrok has quit IRC21:37
*** sballe_ has quit IRC21:37
*** zhiyan has quit IRC21:37
*** nikhil has quit IRC21:37
*** ptoohill has quit IRC21:37
*** morgabra has quit IRC21:37
*** mugsie has quit IRC21:37
*** xgerman has quit IRC21:37
*** rocky_g has quit IRC21:37
*** iyamahat has quit IRC21:37
*** vishwanathj has quit IRC21:37
*** rodrigods has quit IRC21:37
*** arif-ali has quit IRC21:37
*** shihanzhang has quit IRC21:37
*** caiobo has quit IRC21:37
*** fernnest__ has quit IRC21:37
*** chenying__ has quit IRC21:37
*** jpeeler has quit IRC21:37
*** jamemcc has quit IRC21:37
*** freerunner has quit IRC21:37
*** torgomatic has quit IRC21:37
*** rhagarty_ has quit IRC21:37
*** clarkb has quit IRC21:37
*** hugokuo has quit IRC21:37
*** jogo has quit IRC21:37
*** ajiang has quit IRC21:37
*** kbyrne has quit IRC21:37
*** pots has quit IRC21:37
*** ianychoi has quit IRC21:37
*** mkoderer__ has quit IRC21:37
*** draynium has quit IRC21:37
*** dosaboy has quit IRC21:37
*** mdbooth has quit IRC21:37
*** bkero has quit IRC21:37
*** mestery has quit IRC21:37
*** dougshelley66 has quit IRC21:37
*** stevemar has quit IRC21:37
*** ttx has quit IRC21:37
*** lazy_prince has quit IRC21:37
*** topol has quit IRC21:37
*** doffm has quit IRC21:37
*** cebruns_ has quit IRC21:37
*** geguileo has quit IRC21:37
*** mugsie_ has quit IRC21:37
*** ajo has quit IRC21:37
*** _alastor_ has quit IRC21:37
*** jcook has quit IRC21:37
*** eglute has quit IRC21:37
*** skraynev has quit IRC21:37
*** gothicmindfood has quit IRC21:37
*** gsilvis has quit IRC21:37
*** peterstac has quit IRC21:37
*** galstrom_zzz has quit IRC21:37
*** annegentle has quit IRC21:37
*** dane_leblanc_ has quit IRC21:37
*** njohnston has quit IRC21:37
*** tonytan4ever has quit IRC21:37
*** rajinir has quit IRC21:37
*** uxdanielle has quit IRC21:37
*** vishnoianil has quit IRC21:37
*** Douhet has quit IRC21:37
*** krtaylor has quit IRC21:37
*** gatekeep has quit IRC21:37
*** ircuser-1 has quit IRC21:37
*** albertom has quit IRC21:37
*** jroll has quit IRC21:37
*** yarkot has quit IRC21:37
*** plopix has quit IRC21:37
*** beisner has quit IRC21:37
*** aorourke has quit IRC21:37
*** gmann has quit IRC21:37
*** knikolla has quit IRC21:37
*** cargonza has quit IRC21:37
*** amit213 has quit IRC21:37
*** gus has quit IRC21:37
*** leifz has quit IRC21:37
*** dimtruck has quit IRC21:37
*** blogan has quit IRC21:37
*** soren has quit IRC21:37
*** pshige______ has quit IRC21:37
*** csatari has quit IRC21:37
*** zaro has quit IRC21:37
*** pasquier-s has quit IRC21:37
*** dlundquist has quit IRC21:37
*** yonglihe has quit IRC21:37
*** CaptTofu has quit IRC21:37
*** sirushti has quit IRC21:37
*** shaohe_feng has quit IRC21:37
*** clenimar has quit IRC21:37
*** netapp has quit IRC21:37
*** dtroyer_zz has quit IRC21:37
*** lbragstad has quit IRC21:37
*** goldenfri has quit IRC21:37
*** egon has quit IRC21:37
*** dcwangmit01_ has quit IRC21:37
*** carl_baldwin has quit IRC21:37
*** notmorgan has quit IRC21:37
*** otherwiseguy has quit IRC21:37
*** HenryG has quit IRC21:37
*** tdurakov has quit IRC21:37
*** ikutukov has quit IRC21:37
*** docaedo has quit IRC21:37
*** amrith has quit IRC21:37
*** dstanek has quit IRC21:37
*** timsim has quit IRC21:37
*** mrunge has quit IRC21:37
*** jbryce has quit IRC21:37
*** andreaf has quit IRC21:37
*** spotz_zzz has quit IRC21:37
*** rsFF has quit IRC21:37
*** mgagne has quit IRC21:37
*** toan has quit IRC21:37
*** fernnest__ has joined #openstack-meeting21:37
*** mickeys has joined #openstack-meeting21:38
*** hasharAway has joined #openstack-meeting21:38
*** gcb has joined #openstack-meeting21:38
*** rmk has joined #openstack-meeting21:38
*** mriedem has joined #openstack-meeting21:38
*** dronshaw has joined #openstack-meeting21:38
*** acabot has joined #openstack-meeting21:38
*** dbecker has joined #openstack-meeting21:38
*** rderose has joined #openstack-meeting21:38
*** megm has joined #openstack-meeting21:38
*** acoles_ has joined #openstack-meeting21:38
*** vipul has joined #openstack-meeting21:38
*** larainema has joined #openstack-meeting21:38
*** blair has joined #openstack-meeting21:38
*** tdasilva has joined #openstack-meeting21:38
*** sweston has joined #openstack-meeting21:38
*** myoung|gone has joined #openstack-meeting21:38
*** slagle has joined #openstack-meeting21:38
*** julian1 has joined #openstack-meeting21:38
*** madorn has joined #openstack-meeting21:38
*** meteorfox has joined #openstack-meeting21:38
*** SWDevAngel has joined #openstack-meeting21:38
*** asingh_ has joined #openstack-meeting21:38
*** kozhukalov has joined #openstack-meeting21:38
*** edwarnicke has joined #openstack-meeting21:38
*** greghaynes has joined #openstack-meeting21:38
*** calebb has joined #openstack-meeting21:38
*** akamyshnikova has joined #openstack-meeting21:38
*** boris-42 has joined #openstack-meeting21:38
*** karlamrhein has joined #openstack-meeting21:38
*** ameade has joined #openstack-meeting21:38
*** mrvinti has joined #openstack-meeting21:38
*** ildikov has joined #openstack-meeting21:38
*** cgoncalves has joined #openstack-meeting21:38
*** IgorYozhikov has joined #openstack-meeting21:38
*** kragniz has joined #openstack-meeting21:38
*** fbo has joined #openstack-meeting21:38
*** bswartz has joined #openstack-meeting21:38
*** cburgess has joined #openstack-meeting21:38
*** abramley has joined #openstack-meeting21:38
*** jay-mehta has joined #openstack-meeting21:38
*** asselin has joined #openstack-meeting21:38
*** sigmavirus has joined #openstack-meeting21:38
*** purp has joined #openstack-meeting21:38
*** flaviof has joined #openstack-meeting21:38
*** timothyb89 has joined #openstack-meeting21:38
*** aspiers has joined #openstack-meeting21:38
*** margaret has joined #openstack-meeting21:38
*** ttrifonov has joined #openstack-meeting21:38
*** samueldmq has joined #openstack-meeting21:38
*** jaranovich has joined #openstack-meeting21:38
*** melwitt has joined #openstack-meeting21:38
*** sindhu has joined #openstack-meeting21:38
*** johnsom_ has joined #openstack-meeting21:38
*** betherly has joined #openstack-meeting21:38
*** sballe_ has joined #openstack-meeting21:38
*** vdrok has joined #openstack-meeting21:38
*** nikhil has joined #openstack-meeting21:38
*** zhiyan has joined #openstack-meeting21:38
*** morgabra has joined #openstack-meeting21:38
*** ptoohill has joined #openstack-meeting21:38
*** mugsie has joined #openstack-meeting21:38
*** xgerman has joined #openstack-meeting21:38
*** pvaneck_ has quit IRC21:38
*** banix has joined #openstack-meeting21:39
*** macsz has quit IRC21:39
*** hazmat has quit IRC21:39
*** MarkAtwood has quit IRC21:39
*** asettle is now known as 7JTABTGDJ21:40
*** asettle has joined #openstack-meeting21:40
*** annegentle has joined #openstack-meeting21:40
*** dane_leblanc_ has joined #openstack-meeting21:40
*** njohnston has joined #openstack-meeting21:40
*** tonytan4ever has joined #openstack-meeting21:40
*** rajinir has joined #openstack-meeting21:40
*** uxdanielle has joined #openstack-meeting21:40
*** vishnoianil has joined #openstack-meeting21:40
*** Douhet has joined #openstack-meeting21:40
*** krtaylor has joined #openstack-meeting21:40
*** gatekeep has joined #openstack-meeting21:40
*** goldenfri has joined #openstack-meeting21:40
*** ircuser-1 has joined #openstack-meeting21:40
*** albertom has joined #openstack-meeting21:40
*** jroll has joined #openstack-meeting21:40
*** yarkot has joined #openstack-meeting21:40
*** plopix has joined #openstack-meeting21:40
*** beisner has joined #openstack-meeting21:40
*** aorourke has joined #openstack-meeting21:40
*** gmann has joined #openstack-meeting21:40
*** knikolla has joined #openstack-meeting21:40
*** amit213 has joined #openstack-meeting21:40
*** gus has joined #openstack-meeting21:40
*** leifz has joined #openstack-meeting21:40
*** dimtruck has joined #openstack-meeting21:40
*** blogan has joined #openstack-meeting21:40
*** pshige______ has joined #openstack-meeting21:40
*** pasquier-s has joined #openstack-meeting21:40
*** yonglihe has joined #openstack-meeting21:40
*** CaptTofu has joined #openstack-meeting21:40
*** sirushti has joined #openstack-meeting21:40
*** shaohe_feng has joined #openstack-meeting21:40
*** netapp has joined #openstack-meeting21:40
*** dtroyer_zz has joined #openstack-meeting21:40
*** clenimar has joined #openstack-meeting21:40
*** lbragstad has joined #openstack-meeting21:40
*** egon has joined #openstack-meeting21:40
*** dcwangmit01_ has joined #openstack-meeting21:40
*** carl_baldwin has joined #openstack-meeting21:40
*** notmorgan has joined #openstack-meeting21:40
*** otherwiseguy has joined #openstack-meeting21:40
*** HenryG has joined #openstack-meeting21:40
*** ikutukov has joined #openstack-meeting21:40
*** docaedo has joined #openstack-meeting21:40
*** amrith has joined #openstack-meeting21:40
*** dstanek has joined #openstack-meeting21:40
*** timsim has joined #openstack-meeting21:40
*** mrunge has joined #openstack-meeting21:40
*** jbryce has joined #openstack-meeting21:40
*** andreaf has joined #openstack-meeting21:40
*** spotz_zzz has joined #openstack-meeting21:40
*** rsFF has joined #openstack-meeting21:40
*** mgagne has joined #openstack-meeting21:40
*** toan has joined #openstack-meeting21:40
*** simonmcc has quit IRC21:40
*** sweston has quit IRC21:40
*** karlamrhein has quit IRC21:40
*** mrvinti has quit IRC21:40
*** ildikov has quit IRC21:40
*** pvaneck has joined #openstack-meeting21:40
*** spzala has joined #openstack-meeting21:40
*** zul has joined #openstack-meeting21:40
*** kjorgensen has joined #openstack-meeting21:40
*** cardeois has joined #openstack-meeting21:40
*** yuli_s has joined #openstack-meeting21:40
*** nijaba has joined #openstack-meeting21:40
*** pfallenop has joined #openstack-meeting21:40
*** pcarver has joined #openstack-meeting21:40
*** pkoniszewski has joined #openstack-meeting21:40
*** bradjones has joined #openstack-meeting21:40
*** liangy has joined #openstack-meeting21:40
*** strigazi has joined #openstack-meeting21:40
*** ntata has joined #openstack-meeting21:40
*** amitkqed has joined #openstack-meeting21:40
*** aloga has joined #openstack-meeting21:40
*** serverascode has quit IRC21:41
*** 7JTABTGDJ has quit IRC21:41
*** jhesketh has joined #openstack-meeting21:41
*** CaptTofu has quit IRC21:41
*** GordonTX has joined #openstack-meeting21:41
*** d34dh0r53 has joined #openstack-meeting21:41
*** stephen-la has joined #openstack-meeting21:41
*** xyang1 has joined #openstack-meeting21:41
*** rbudden has joined #openstack-meeting21:41
*** amotoki has joined #openstack-meeting21:41
*** liuyulong has joined #openstack-meeting21:41
*** rfolco has joined #openstack-meeting21:41
*** jinli has joined #openstack-meeting21:41
*** irenab has joined #openstack-meeting21:41
*** bzhao has joined #openstack-meeting21:41
*** liusheng has joined #openstack-meeting21:41
*** haleyb has joined #openstack-meeting21:41
*** smile-luobin_ has joined #openstack-meeting21:41
*** jlvillal has joined #openstack-meeting21:41
*** mikal has joined #openstack-meeting21:41
*** Qiming has joined #openstack-meeting21:41
*** thingee has joined #openstack-meeting21:41
*** AndyWojo has quit IRC21:41
*** dronshaw has quit IRC21:41
*** asingh_ has quit IRC21:41
*** boris-42 has quit IRC21:41
*** ameade has quit IRC21:41
*** zhiyan has quit IRC21:41
*** nikhil has quit IRC21:41
*** rrecio has joined #openstack-meeting21:41
*** thorst_ has joined #openstack-meeting21:41
*** GordonTX has quit IRC21:42
*** rocky_g has joined #openstack-meeting21:42
*** iyamahat has joined #openstack-meeting21:42
*** vishwanathj has joined #openstack-meeting21:42
*** rodrigods has joined #openstack-meeting21:42
*** arif-ali has joined #openstack-meeting21:42
*** shihanzhang has joined #openstack-meeting21:42
*** torgomatic has joined #openstack-meeting21:42
*** caiobo has joined #openstack-meeting21:42
*** 7YUAB4PDU has joined #openstack-meeting21:42
*** chenying__ has joined #openstack-meeting21:42
*** jpeeler has joined #openstack-meeting21:42
*** jamemcc has joined #openstack-meeting21:42
*** freerunner has joined #openstack-meeting21:42
*** rhagarty_ has joined #openstack-meeting21:42
*** clarkb has joined #openstack-meeting21:42
*** hugokuo has joined #openstack-meeting21:42
*** jogo has joined #openstack-meeting21:42
*** ajiang has joined #openstack-meeting21:42
*** kbyrne has joined #openstack-meeting21:42
*** pots has joined #openstack-meeting21:42
*** ianychoi has joined #openstack-meeting21:42
*** mkoderer__ has joined #openstack-meeting21:42
*** draynium has joined #openstack-meeting21:42
*** dosaboy has joined #openstack-meeting21:42
*** bkero has joined #openstack-meeting21:42
*** mdbooth has joined #openstack-meeting21:42
*** mestery has joined #openstack-meeting21:42
*** dougshelley66 has joined #openstack-meeting21:42
*** stevemar has joined #openstack-meeting21:42
*** ttx has joined #openstack-meeting21:42
*** lazy_prince has joined #openstack-meeting21:42
*** topol has joined #openstack-meeting21:42
*** doffm has joined #openstack-meeting21:42
*** cebruns_ has joined #openstack-meeting21:42
*** geguileo has joined #openstack-meeting21:42
*** mugsie_ has joined #openstack-meeting21:42
*** ajo has joined #openstack-meeting21:42
*** _alastor_ has joined #openstack-meeting21:42
*** jcook has joined #openstack-meeting21:42
*** eglute has joined #openstack-meeting21:42
*** skraynev has joined #openstack-meeting21:42
*** gothicmindfood has joined #openstack-meeting21:42
*** gsilvis has joined #openstack-meeting21:42
*** peterstac has joined #openstack-meeting21:42
*** galstrom_zzz has joined #openstack-meeting21:42
*** Na3iL has quit IRC21:42
*** rrecio_ has joined #openstack-meeting21:43
*** vdrok has quit IRC21:43
*** sindhu has quit IRC21:44
*** amit213 has quit IRC21:44
*** carl_baldwin has quit IRC21:44
*** rajinir has quit IRC21:44
*** kozhukalov has quit IRC21:44
*** betherly has quit IRC21:44
*** hrybacki has quit IRC21:45
*** asettle has quit IRC21:45
*** rrecio has quit IRC21:45
*** pasquier-s has quit IRC21:45
*** yonglihe has quit IRC21:45
*** spzala has quit IRC21:47
*** thorst_ has quit IRC21:47
*** tdurakov has joined #openstack-meeting21:49
*** baumann has quit IRC21:49
*** simonmcc has joined #openstack-meeting21:50
*** hazmat has joined #openstack-meeting21:50
*** jmckind has quit IRC21:50
*** unicell1 has quit IRC21:51
*** unicell has joined #openstack-meeting21:52
*** unicell has quit IRC21:52
*** unicell has joined #openstack-meeting21:52
*** dlundquist has joined #openstack-meeting21:52
*** zaro has joined #openstack-meeting21:54
*** macsz has joined #openstack-meeting21:54
*** mrvinti has joined #openstack-meeting21:55
*** rooneym has quit IRC21:56
*** thorst_ has joined #openstack-meeting21:56
*** MarkAtwood has joined #openstack-meeting21:56
*** ayoung has joined #openstack-meeting21:56
*** hasharAway has quit IRC21:57
*** ivar-lazzaro has joined #openstack-meeting21:58
*** ihrachys has joined #openstack-meeting21:58
*** rocky_g has quit IRC21:59
*** thorst__ has joined #openstack-meeting22:00
*** thorst_ has quit IRC22:00
*** soren has joined #openstack-meeting22:00
armaxyello22:00
*** bobh has joined #openstack-meeting22:01
dasmtumbleweed22:01
armaxdasm: :(22:01
armax:)22:01
*** manjeets has joined #openstack-meeting22:01
* njohnston spectates22:01
armaxmore time back to us I guess22:01
*** jimholl has joined #openstack-meeting22:02
* ihrachys lurks22:02
manjeetso/22:03
*** jimholl_ has joined #openstack-meeting22:03
*** rbak has quit IRC22:03
armax#startmeeting neutron_drivers22:03
openstackMeeting started Thu Sep 22 22:03:13 2016 UTC and is due to finish in 60 minutes.  The chair is armax. Information about MeetBot at http://wiki.debian.org/MeetBot.22:03
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.22:03
*** dasanind has joined #openstack-meeting22:03
*** openstack changes topic to " (Meeting topic: neutron_drivers)"22:03
openstackThe meeting name has been set to 'neutron_drivers'22:03
armaxworse comes to worse we can make this meeting super brief22:03
HenryGo/22:03
armaxI wanted to discuss the RC2 backlog22:03
amotokihi22:03
*** mmalik4 has joined #openstack-meeting22:03
armaxit looks like we’re pretty close to squashing it22:03
armaxamotoki: hi!22:03
*** abhiraut has joined #openstack-meeting22:03
armaxyou guys ready?22:03
armax#link https://launchpad.net/neutron/+milestone/newton-rc222:04
HenryGYES22:04
armaxYES?22:04
armaxgood22:04
armaxHenryG: are you sure?22:04
HenryGNO22:04
kevinbentonHI22:04
armaxNO SHOUTING PLEASE22:04
*** cargonza has joined #openstack-meeting22:04
ihrachysI don't see Inessa's port calculation fix in. was it deferred to O?22:04
*** GordonTX has joined #openstack-meeting22:04
*** sshank has joined #openstack-meeting22:04
armaxihrachys: you’re jumping the gun22:05
armaxihrachys: go back to your place22:05
armaxihrachys: I ask politely22:05
armaxmind you22:05
*** dronshaw has joined #openstack-meeting22:05
ihrachysI see!22:05
armaxyou see?22:05
armaxgood22:05
*** electrocucaracha has joined #openstack-meeting22:05
*** bobh has quit IRC22:05
armaxjust making sure we all know who rules here22:05
*** karlamrhein has joined #openstack-meeting22:05
armaxand that’s be me22:05
armaxok22:06
armaxjokes aside22:06
armaxlet’s dive in22:06
*** jimholl has quit IRC22:06
armaxthe provisional deadline for RC2 is Sep 2922:06
armaxso ihrachys and I will aim to have everything in tip top shape by the 2722:06
armaxso 27, we’ll cut RC222:07
*** boris-42 has joined #openstack-meeting22:07
armaxthat gives us 48 hours for the clusterfudge of the last minute22:07
armaxfair?22:07
armaxihrachys: what do you reckon?22:07
armaxsince you’re the release manager, I am asking you to stand up now22:07
njohnstonsounds fair to me22:08
ihrachys+ to what the gentleman said22:08
armaxihrachys: thank you sir22:08
armaxso22:08
*** yonglihe has joined #openstack-meeting22:08
armaxbesides, I am on PTO from Sep 28 :)22:08
*** ndahiwade has joined #openstack-meeting22:08
*** DuncanT has joined #openstack-meeting22:08
*** ildikov has joined #openstack-meeting22:08
ihrachysso you don't show up on Mon?22:08
*** bobh has joined #openstack-meeting22:08
armax28 is Wed22:08
ihrachyspff, oh well, sorry22:09
*** pasquier-s has joined #openstack-meeting22:09
armaxok, now with that in mind22:09
armaxihrachys: it’s ok we know it’s late on your neck of the woods22:09
*** carl_baldwin has joined #openstack-meeting22:09
*** banix has quit IRC22:09
armaxlet’s go from the lowest priority to the highest22:09
*** edtubill has quit IRC22:09
*** roxanaghe__ has quit IRC22:09
armaxbug 153709122:10
openstackbug 1537091 in neutron "Prevent the attachment of a subnet to a router" [Wishlist,In progress] https://launchpad.net/bugs/1537091 - Assigned to Mathieu Rohon (mathieu-rohon)22:10
*** csatari has joined #openstack-meeting22:10
armaxit’s a low-hanging-fruit ish22:10
*** zhhuabj_ has quit IRC22:10
*** rajinir has joined #openstack-meeting22:10
armaxlet’s vote for to agree if we want to work/review to have it in22:10
*** kozhukalov has joined #openstack-meeting22:10
armaxI think the patch churned enough times and it’s ready-ish22:10
armaxso I am +122:10
*** asingh_ has joined #openstack-meeting22:11
*** zhhuabj_ has joined #openstack-meeting22:11
*** thorst__ is now known as thorst22:11
armax+1 to work to allow it in RC222:11
*** AndyWojo has joined #openstack-meeting22:11
armaxif we review it extensively and we don’t like it so be it22:11
kevinbenton+122:11
armaxok22:11
amotoki+1 from me too. I just commented on variable naming in the review, but it looks good in general.22:11
armaxHenryG: ?22:11
*** sweston has joined #openstack-meeting22:11
armaxihrachys: ?22:11
*** sindhu has joined #openstack-meeting22:12
ihrachysI haven't reviewed the patch; I am also not sure why it's high priority on bgpvpn side (it seems like a lack of validation which is not critical in my worldview). but I don't mind either.22:12
armaxok22:12
armaxlet’s keep it targeted22:12
armaxnext22:12
armaxbug 162598122:12
openstackbug 1625981 in neutron "update response of ML2 doesn't include bumped revision number" [Medium,In progress] https://launchpad.net/bugs/1625981 - Assigned to Kevin Benton (kevinbenton)22:12
armaxI think kevinbenton wants this22:12
armaxand assuming he doesn’t screw up again, I am ok with helping him22:12
*** hrybacki has joined #openstack-meeting22:13
kevinbenton+1. it makes the dhcp agent unable to distinguish between some stale port updates22:13
kevinbenton:)22:13
* armax loves kevinbenton 22:13
*** vdrok has joined #openstack-meeting22:13
armaxI reviewed the patches already22:13
armaxthey ready-ish22:13
armaxHenryG, amotoki, ihrachys ?22:13
*** serverascode has joined #openstack-meeting22:13
ihrachys+1 on that one, I will review tomorrow.22:13
armaxcool22:13
amotoki+1 from me. i am reviewing it.22:14
armaxsweet22:14
armaxnext one22:14
armaxbug 162395322:14
openstackbug 1623953 in neutron "Updating firewall rule that is associated with a policy causes KeyError" [Medium,In progress] https://launchpad.net/bugs/1623953 - Assigned to Sridar Kandaswamy (skandasw)22:14
armaxnjohnston: that’s in your realm22:14
*** amit213 has joined #openstack-meeting22:14
njohnstonYes, it's an edge case that SridarK found in testing22:14
armaxnjohnston: I am happy to support you22:14
armaxamotoki, kevinbenton, HenryG, ihrachys ?22:15
kevinbentonthis is in fwaas22:15
kevinbenton+122:15
armaxyes22:15
*** betherly has joined #openstack-meeting22:15
njohnstonthe fix is simple, and SridarK already has a patch up that includes a test22:15
armaxnjohnston: ok, make sure the fix lands in master22:15
ihrachys+1, though who cares about fwaasv2 :P22:15
*** thorst has quit IRC22:15
armaxand we’ll take care of the backport22:15
*** ameade has joined #openstack-meeting22:15
njohnstonI swear I'll read the doc this time! :-)22:15
armaxnjohnston: just press the button22:16
armax:)22:16
amotokiI am not sure the impact. njohnston any idea on priority?22:16
armaxthis early in the realease it’s probably the only time when it works22:16
*** nikhil has joined #openstack-meeting22:16
armaxamotoki: looks like an edge case, but worth nailing down nonetheless22:16
*** zhiyan has joined #openstack-meeting22:16
njohnstonamotoki: SridarK didn't mention how major the edge case was that he found, so I have only his rating of 'medium' to go on22:16
armaxbesides the fwaas gate is bleeding fast22:16
*** Leo_ has quit IRC22:16
amotoki+1 to try to have this in.22:16
njohnstonarmax: bleeding?22:16
armaxbecause they don’t test anything22:16
armaxcough cough22:17
*** thorst has joined #openstack-meeting22:17
*** Leo_ has joined #openstack-meeting22:17
armaxnjohnston: I mean that the fwaas gate is not as cumbersome and job intensive as the neutron one22:17
njohnstonarmax: Ah, I see. :)22:17
armaxso approving/merging code is usually quick22:17
armaxbesides not being in the integrated gate22:17
armaxpatches are tested in isolation22:18
armaxand thus free of gate resets induced by other projects22:18
HenryGIs the fwaas functional job running yet? Do we know if the models and migrations are in sync?22:18
armaxanyhow22:18
armaxHenryG: not yet22:18
armaxI don’t think22:18
*** vishwanathj has quit IRC22:18
*** CaptTofu has joined #openstack-meeting22:18
njohnstonHenryG: Not yet https://review.openstack.org/#/c/359320/22:18
armaxbut that’s a good point, if someone were to look into that and found niggley bits22:18
*** thorst has quit IRC22:18
armaxI would not mind to nail issues down22:19
armaxHenryG: didn’t you reconcile the models a while back?22:19
armaxI don’t recall migrations go in recently22:19
HenryGI tried22:19
armaxbut failed?22:19
HenryGI don't remember22:19
*** jrist has quit IRC22:19
njohnstonI have run the model migration test manually a few times in the past week, it worked for me22:19
HenryGcool22:20
armaxHenryG: oh boy22:20
* njohnston will put "it worked for me" on his tombstone22:20
armaxHenryG: it must have been a failure then22:20
armaxHenryG: those are the events that the human minds tend to discard22:20
armaxanyhoo22:20
armaxlet’s move on22:20
HenryGI recall I got them working but the job was not up22:20
armaxbug 162370822:20
openstackbug 1623708 in neutron "OVS trunk management does not tolerate agent failures" [Medium,In progress] https://launchpad.net/bugs/1623708 - Assigned to Armando Migliaccio (armando-migliaccio)22:20
armaxthis one has two changes22:20
*** xyang1 has quit IRC22:20
armaxone from me and one from rossella_22:20
*** thorst has joined #openstack-meeting22:20
armaxrossella_’s is nearly ready22:20
armaxmine I just posted it, I need to clean it up a little but I will be done in the next hour or so22:21
armaxthen I need kuba and some other OVS guru to review it22:21
armaxobviously I’d love it in22:21
*** rbak has joined #openstack-meeting22:21
armaxamotoki, ihrachys, kevinbenton, HenryG?22:21
*** Leo_ has quit IRC22:22
ihrachysdefinitely + on that one22:22
HenryGno objection from me22:22
kevinbenton+122:22
amotokino objection22:22
armaxcool22:22
*** bobh has quit IRC22:22
armaxI would also like this one22:22
armaxhttps://review.openstack.org/#/c/374388/22:22
armaxbut I have to talk some sense into kevinbenton first22:22
armaxif that doesn’t make it though it’s not the end of the world22:22
armaxI’ll blame kevinbenton in case people want this22:23
armaxso,22:23
*** dasanind has quit IRC22:23
armaxnext two issues get a little thorny22:23
armaxbug 161925322:23
openstackbug 1619253 in neutron "Subnet update bumps revision_number for network but does not notify about the change on RPC wire" [Medium,In progress] https://launchpad.net/bugs/1619253 - Assigned to Darren Shaw (dronshaw)22:23
armaxthis has a proposed fix but broken22:23
armaxI pinged the author22:24
*** amitgandhinz has quit IRC22:24
armaxno response so far22:24
armaxkevinbenton: seems important22:24
*** lamt has quit IRC22:24
kevinbentonno, this can be deferred22:24
armaxkevinbenton: do you want to spread your magic dust?22:24
ihrachyswhy is it rc2?22:24
armaxok22:24
ihrachys+ to defer, not critical and potentially scary22:24
kevinbentonworth a back-port when it does get fixed (assuming not to complex)22:24
armaxso we want to defer it a priori?22:24
armaxok22:24
armaxamotoki, HenryG you concur?22:24
HenryGI don't understand the implications well enough22:25
armaxok22:25
armaxthat’s enough for me to take it out of RC222:25
amotokiI haven't understood the whole picture22:25
kevinbentonit will only affect things in the future if we depend on using revision numbers to detect out of sync things22:25
armaxyour comments say it all22:25
armaxdone22:25
armaxok22:25
armaxnext one22:25
armaxbug 162261622:25
openstackbug 1622616 in neutron "delete_subnet update_port appears racey with ipam" [High,In progress] https://launchpad.net/bugs/162261622:25
armaxthis one is well known I guess22:25
armaxwe had a couple of stop gaps in place22:26
armaxit looks like the gate is back to behaving better22:26
armaxbut we’re still prone to potential issues, afaik22:26
kevinbentoni think this can be deferred at this point22:26
HenryGRoot cause not yet pin-pointed?22:26
armaxI did put a patch up22:26
kevinbentonroot cause is concurrent port updates22:26
armaxkevinbenton and I can try and whip into shape22:26
ihrachysHenryG: I think we understand the cause22:26
kevinbentonto the same port22:26
armaxif it looks good we could have it in22:26
armaxif not so be it22:27
armaxI am talking about this one22:27
armaxhttps://review.openstack.org/#/c/373536/22:27
ihrachysarmax: post in the bug comments?22:27
armaxihrachys: I will22:27
kevinbentonwhich is pretty rare. we just had a bug with DHCP agent racing to update its port with the port update in delete_subnet22:27
kevinbentonthat patch has a -2 on it22:27
armaxkevinbenton: duh!22:27
armax:)22:27
armaxcan’t merge like that, now can it?22:28
armaxyou and I need to whip it into shape remember22:28
armax?22:28
ihrachysalso seems like catch is misplaced in that WIP?22:28
ihrachysit's in delete_subnet() while should go into update_port()?22:28
armaxihrachys: yeah, I literally didn’t give it more than 5 minutes worth of thought but I swear I want to get back to it22:28
ihrachysok :)22:29
armaxI’ll work on it22:29
armaxand we can make the judgement call later22:29
armaxif we defer, not the end of the world22:29
armaxok?22:29
ihrachysit would be nice to have it in if it's ready. I prefer we keep it in list.22:29
kevinbentonrally subnet tests are passing now even with high load22:29
armaxcool22:30
armaxok22:30
kevinbentonwhich is what uncovered this quite a bit before22:30
*** trevormc has joined #openstack-meeting22:30
armaxwe squashed this list22:30
armaxlet’s move on to another list22:30
*** chandrav has quit IRC22:30
*** ntpttr has quit IRC22:31
*** ntpttr has joined #openstack-meeting22:31
*** HenryG has left #openstack-meeting22:32
*** HenryG has joined #openstack-meeting22:32
armax#link22:32
armaxhttps://bugs.launchpad.net/neutron/+bugs?field.searchtext=&orderby=-importance&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.status%3Alist=FIXCOMMITTED&field.status%3Alist=INCOMPLETE_WITH_RESPONSE&field.status%3Alist=INCOMPLETE_WITHOUT_RESPONSE&assignee_option=any&field.assignee=&field.bug_reporter=&field.bug_commenter=&field.subscriber=&field.structural_subscriber=&fiel22:32
armaxld.milestone%3Alist=79508&field.tag=newton-rc-potential+&field.tags_combinator=ANY&field.has_cve.used=&field.omit_dupes.used=&field.omit_dupes=on&field.affects_me.used=&field.has_patch.used=&field.has_branches.used=&field.has_branches=on&field.has_no_branches.used=&field.has_no_branches=on&field.has_blueprints.used=&field.has_blueprints=on&field.has_no_blueprints.used=&field.has_no_blueprints=on&search=Search22:32
armaxdon’t get scared22:32
armaxit’s just 3 bugs22:32
armaxbug 162200222:32
openstackbug 1622002 in neutron "dhcp_release6 can be called when it is not present" [High,In progress] https://launchpad.net/bugs/1622002 - Assigned to Brian Haley (brian-haley)22:32
armaxthis seems thorny22:32
armaxI don’t think it’s doable22:33
armaxin time22:33
kevinbenton+1 for RC222:33
armaxwhat other things?22:33
ihrachysarmax: define 'it'22:33
armaxihrachys: it’s doable to have it in RC@22:33
armaxRC222:33
ihrachysarmax: depends on what we WANT to see in RC2 for that.22:34
armaxbtw we need to nail the grenade patch if it didn’t already22:34
armaxihrachys: what’s your suggestion?22:34
ihrachysI may argue it's mostly fine as-is right now22:34
ihrachysit fails with a traceback, yes, that's expected when you have your setup broken.22:35
armaxright, on that basis and assuming we were particular careful in release note this22:35
armaxI think we should be ok if this doesn’t land22:35
ihrachysmaybe graceful catch of the error is ok, but definitely I discourage going the path of api response22:35
amotokiagree with ihar22:36
armaxihrachys: agreed, it’s overkill for this type of scenario22:36
armaxthe user should install the damn right tool and move on22:36
armaxif he/she wants IPv622:36
armaxI mean dhcp v6 stateful22:36
armaxok, so let’s keep it targeted for O-1?22:37
armaxi.e. out of RC2?22:37
ihrachysyeah, we can backport refining of error handling later22:37
armaxok22:37
armaxnext one is bug 162522122:37
openstackbug 1625221 in neutron "Fullstack looses test workers if eventlet's Timeout is raised" [High,In progress] https://launchpad.net/bugs/1625221 - Assigned to Ihar Hrachyshka (ihar-hrachyshka)22:37
amotoki+122:37
kevinbentonare we sure this doesn't break?22:37
armaxkevinbenton: you mean ^?22:37
armaxthe bug I just referenced?22:37
kevinbentonno, the dhcp release uncaught exception22:38
armaxbreak how?22:38
*** annegentle has quit IRC22:38
*** jimholl_ has quit IRC22:39
kevinbentonthis is going to prevent normal reload of allocations for a network22:39
kevinbentonif '_release_unused_leases' leaks an exception22:40
*** jimholl has joined #openstack-meeting22:40
armaxyou mean the patch proposed or the existing code?22:40
kevinbentonthe existing code22:40
armaxok, let’s take this offline and see if there are loose ends22:40
kevinbentonok22:40
armaxbut let’s agree not to do anymore22:40
armaxthan that22:40
armaxok?22:40
kevinbentonyeah, we need to contain the failure for RC2 IMO22:41
kevinbentonlogs can be ugly22:41
armaxok moving on22:41
kevinbentonbut it shouldn't interfere22:41
armaxto bug 162522122:41
openstackbug 1625221 in neutron "Fullstack looses test workers if eventlet's Timeout is raised" [High,In progress] https://launchpad.net/bugs/1625221 - Assigned to Ihar Hrachyshka (ihar-hrachyshka)22:41
armaxihrachys: what you feel?22:41
armaxthis needs more time?22:41
ihrachysthat one... fullstack is non-voting, also it does not break gate in any way, so...22:42
ihrachysit just makes some tests not executed if another failed already22:42
armaxok22:42
ihrachysI don't think it's rc2 critical22:42
ihrachysbut it's nice to have22:42
ihrachysthe fix is invasive though22:42
ihrachysso maybe better to wait22:42
HenryGit feels like inception22:42
armaxok, let’s keep it on the backburner for now22:42
armaxlast one of the O-1+rc-potential pile22:43
armaxis bug 161199122:43
openstackbug 1611991 in neutron "[ovs firewall] Port masking adds wrong masks in several cases." [High,In progress] https://launchpad.net/bugs/1611991 - Assigned to Inessa Vasilevskaya (ivasilevskaya)22:43
armaxwe have this affecting mitaka as well as newton22:43
armaxamuller initially suggested to defer22:43
armaxbut I don’t know if sending a defer signal is the right thing to do22:43
armaxwe want people to gain confidence and adopt the driver22:44
*** jungleboyj has quit IRC22:44
*** annegentle has joined #openstack-meeting22:44
armaxespecially when it’s the only driver that works with trunks22:44
armaxat the same time I wouldn’t want the existing functionality to regress22:44
armaxso I am a bit on the fence here22:44
kevinbentonthis should be RC222:44
kevinbentonthe existing functionality is busted :)22:44
armaxonly in some cases22:44
kevinbentonnot much to regress22:44
armaxnot all cases22:44
armaxdepends where the wind blows22:45
kevinbentonwe have tests for the stuff though22:45
kevinbentonwe need to merge this!22:45
kevinbenton!!!!~!~~!~!22:45
openstackkevinbenton: Error: "!!!~!~~!~!" is not a valid command.22:45
armaxif you want it, commit to it!22:45
armaxwhat do other people think/22:45
armax?22:45
ihrachyswhat happened with the idea of reusing Jakub's algorithm to validate the better one?22:46
armaxno-one is acting on it22:46
kevinbentoni can act on it!22:46
armaxkevinbenton: oh boy22:46
kevinbentonarmax did just tell me to commit to it22:46
armaxI smell disaster22:46
kevinbentongit commit22:46
armaxok22:46
ihrachyskevinbenton: do you need a nudge? I give you a nudge!22:46
armaxkevinbenton: are you gonna commit with diversity in mind?22:47
armaxok, then I hear consensus of having this RC2?22:47
amotokirc2 potential looks better.22:47
ihrachys+ for rc222:47
armaxok22:47
armaxI’ll add this in a bit22:47
armaxlet’s move on to the next and final list22:47
armaxand that’s the bugs that are marked potential22:48
armaxbut not vetted yet and hence have no milestone22:48
armaxbug 162407922:48
openstackbug 1624079 in neutron "KeyError on "subnet_dhcp_ip = subnet_to_interface_ip[subnet.id]"" [High,Confirmed] https://launchpad.net/bugs/162407922:48
*** csomerville has quit IRC22:48
armaxthis might be another of kevinbenton screw ups22:48
armaxbut it needs triaging22:48
armaxanyone keen on it?22:48
armaxkevinbenton cough kevinbenton cough?22:49
kevinbentonyeah, i can look at the cause of this22:49
kevinbentonlooks like nobody is quite sure yet22:49
armaxok22:49
*** Patifa has joined #openstack-meeting22:49
armaxlet’s reassess offline22:49
armaxbut eyes on it would be good22:50
armaxso if people could help look into it22:50
armaxthat’d be good22:50
armaxnext one22:50
armaxbug 162530522:50
openstackbug 1625305 in neutron "neutron-openvswitch-agent is crashing due to KeyError in _restore_local_vlan_map()" [High,New] https://launchpad.net/bugs/162530522:50
armaxthis is somewhat troubling22:50
armaxbut we don’t have enough to go by22:50
armaxit does sound scare22:51
armax*scary22:51
ihrachysI have deja-vu22:51
ihrachyswe had something similar back in mitaka rc* times :)22:51
armaxright22:51
armaxbut it doesn’t seem the fix worked for the guy22:51
*** torgomatic has left #openstack-meeting22:51
kevinbentoni'm still collecting info22:52
armaxok22:52
kevinbentonto get a keyerror it seems the ports have to have different net uuids22:52
armaxI don’t understand enough of this code to judge22:53
*** sam64 has joined #openstack-meeting22:53
armaxanyone has an opinion?22:53
ihrachysno, I would need to read the code; I will tomorrow.22:54
armaxok22:54
armaxthanks22:54
armaxlast one of this pile22:54
armaxbug 162530522:54
openstackbug 1625305 in neutron "neutron-openvswitch-agent is crashing due to KeyError in _restore_local_vlan_map()" [High,New] https://launchpad.net/bugs/162530522:54
armaxoops22:54
armaxbug 162601022:54
openstackbug 1626010 in neutron "Connectivity problem on trunk parent with MAC reuse and openvswitch firewall driver" [High,New] https://launchpad.net/bugs/1626010 - Assigned to Jakub Libosvar (libosvar)22:54
armaxthis probably is going to stay untargeted for now22:54
armaxbecause we need to undestand a bit more how ovs-fw can handle the same mac on different networks22:55
armaxdougwig: ping22:56
armaxok, I have nothing else22:56
armaxfor now22:56
armaxwe have another couple of days to squash these22:57
armaxthanks everyone for watching stable backports and current fixes22:58
armaxany last minute comment?22:58
armaxif not22:58
*** GordonTX has quit IRC22:58
armaxlooks like not22:58
armax#endmeeting22:59
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"22:59
openstackMeeting ended Thu Sep 22 22:59:00 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)22:59
openstackMinutes:        http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-09-22-22.03.html22:59
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-09-22-22.03.txt22:59
openstackLog:            http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-09-22-22.03.log.html22:59
armaxa good bye would be nice22:59
johnsombye22:59
njohnstonbye!22:59
armax:)23:00
ihrachysciao23:00
amotokibye23:01
kevinbentonby23:01
kevinbentone23:01
manjeetsbye good night and morning assume acc to time zone23:01
*** rbudden has quit IRC23:01
*** dasanind has joined #openstack-meeting23:02
*** Patifa has quit IRC23:03
*** GordonTX has joined #openstack-meeting23:03
*** annegentle has quit IRC23:04
*** trevormc has quit IRC23:06
*** itsuugo has quit IRC23:08
*** asselin_ has joined #openstack-meeting23:08
*** lamt has joined #openstack-meeting23:09
*** kaminohana has joined #openstack-meeting23:09
*** cardeois has quit IRC23:10
*** itsuugo has joined #openstack-meeting23:10
*** HeOS has quit IRC23:10
*** asselin__ has quit IRC23:10
*** asselin__ has joined #openstack-meeting23:11
*** asselin_ has quit IRC23:12
*** ayoung has quit IRC23:13
*** ihrachys has quit IRC23:13
*** itsuugo has quit IRC23:15
*** mmalik4 has quit IRC23:15
*** itsuugo has joined #openstack-meeting23:16
*** cody-somerville has joined #openstack-meeting23:19
*** thorst has quit IRC23:19
*** thorst has joined #openstack-meeting23:20
*** roxanaghe has joined #openstack-meeting23:21
*** thorst_ has joined #openstack-meeting23:24
*** amitgandhinz has joined #openstack-meeting23:24
*** thorst has quit IRC23:25
*** thorst has joined #openstack-meeting23:28
*** HenryG has quit IRC23:28
*** HenryG has joined #openstack-meeting23:28
*** thorst_ has quit IRC23:29
*** amitgandhinz has quit IRC23:29
*** baoli has joined #openstack-meeting23:32
*** thorst has quit IRC23:32
*** GordonTX has quit IRC23:32
*** roxanaghe has quit IRC23:33
*** armax has quit IRC23:33
*** rbak has quit IRC23:40
*** Swami has quit IRC23:42
*** craigs has quit IRC23:45
*** zhurong has joined #openstack-meeting23:47
*** itsuugo has quit IRC23:50
*** thorst has joined #openstack-meeting23:51
*** itsuugo has joined #openstack-meeting23:51
*** thorst has quit IRC23:55
*** itsuugo has quit IRC23:56
*** itsuugo has joined #openstack-meeting23:57
*** dasanind has quit IRC23:58

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