Thursday, 2016-11-03

*** ekcs has joined #openstack-meeting00:00
ekcstime for congress meeting.00:02
ekcs#startmeeting congressteammeeting00:02
openstackMeeting started Thu Nov  3 00:02:47 2016 UTC and is due to finish in 60 minutes.  The chair is ekcs. Information about MeetBot at http://wiki.debian.org/MeetBot.00:02
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.00:02
*** openstack changes topic to " (Meeting topic: congressteammeeting)"00:02
openstackThe meeting name has been set to 'congressteammeeting'00:02
aimeeuHi all - on mobile and here to keep track of what's going on00:04
*** mickeys has quit IRC00:04
ekcshi aimeeu!00:04
thinrichshi all00:04
aimeeuI'm still recovering from the Summit!00:04
*** gyee has quit IRC00:05
ekcsso it seems we have very small group today. masahito told me he’s also on mobile and don’t expect to participate much. I don’t see ramineni guessing she’s recovering from the traveling.00:05
ekcsbut let’s dive in.00:05
ekcstopics I have are:00:06
ekcs1. summit wrap-up00:06
ekcs2. robustness improvements and bug fixes00:06
ekcs3. other ocata priorities00:06
ekcsanything else?00:06
thinrichsLGTM00:06
ekcs#topic summit wrap-up00:07
*** openstack changes topic to "summit wrap-up (Meeting topic: congressteammeeting)"00:07
ekcsI’ll be sending around a recap over ML. but we had a very productive summit with lots of feedback and use case directions from the summit. will probably have stuff to work on for many cycles to come.00:08
aimeeuYes I agree. Good sessions.00:09
thinrichs+100:09
ekcspretty nice publicity with the keynote demo. and came away with some priorities to focus on in ocata.00:09
ekcsany other comments?00:09
thinrichsIt was great having Nate, Adam, and Bryan talk about such concise use cases.  That was a huge help!00:10
aimeeu+100:11
ekcs+100:11
ekcswell moving on then.00:11
ekcs#topic robustness improvements and bug fixes00:12
*** openstack changes topic to "robustness improvements and bug fixes (Meeting topic: congressteammeeting)"00:12
ekcsfor ocata priorities, we can probably break them down between robustness improvements / bug fixes vs new features (others)00:13
*** guoshan has joined #openstack-meeting00:14
ekcsI’ve been registering bugs for robustness and bug fixes.00:15
ekcsrenaming topic.00:16
ekcs#topic ocata priorities00:16
*** openstack changes topic to "ocata priorities (Meeting topic: congressteammeeting)"00:16
ekcsSo based on our discussions at the summit it seems we want to focus on robustness and bug fixes plus out-of-the-box policies and CIDR arithmetic builtin.00:17
ekcsI’ve been registering bugs and setting approximate targets.00:18
ekcshttps://launchpad.net/congress/+milestone/ocata-100:18
ekcshttps://launchpad.net/congress/+milestone/ocata-200:18
ekcshttps://launchpad.net/congress/+milestone/ocata-300:18
ekcsthe ocata-1 targets may be pretty aggressive because it’s in a couple weeks.00:19
*** mickeys has joined #openstack-meeting00:20
*** Julien-zte has joined #openstack-meeting00:20
ekcsbut anyway please take a look at the bugs, grab ones you want to work on, and register additional bugs for robustness and fixes and other ocata priorities.00:21
thinrichsgot it00:21
ekcsa couple things I’ll highlight00:22
*** Julien-zte has quit IRC00:23
ekcsthis is a critical bug that we didn’t quite fix in Newton. #link https://bugs.launchpad.net/congress/+bug/161200800:23
openstackLaunchpad bug 1612008 in congress "HAHT - Update synchronizer for distributed deployment" [Critical,Triaged] - Assigned to Anusha (anusha-iiitm)00:23
*** Julien-zte has joined #openstack-meeting00:24
ekcsI realized just this week it wasn’t completely fixed. So I added a new comment on suggested fix and re-opened it. It should be fairly straightforward.00:24
ekcsany thoughts or comments or discussion on ocata priorities?00:26
thinrichsNope00:27
aimeeuLooks good00:27
ekcscool. ok so I don’t have much else to discuss. let’s open it up then.00:28
ekcs#topic open discussion00:28
*** openstack changes topic to "open discussion (Meeting topic: congressteammeeting)"00:28
thinrichsLooking thru open changes, I see a couple from Aug for Gate troubleshooting.  Need to keep those?00:29
thinrichshttps://review.openstack.org/#/q/project:openstack/congress+status:open00:30
ekcsNo I think I can abandon them.00:30
ekcsI’ll do that.00:31
ekcswe had a discussion about this patch before the summit: https://review.openstack.org/#/c/376166/00:31
*** lhx_ has joined #openstack-meeting00:31
*** ramineni_ has joined #openstack-meeting00:31
ekcsI think thinrichs said we should make this fix if add/delete datasource does not immediately take effect on separate node.00:32
ekcsand indeed as it stands right now add/delete ds does not take effect until next periodic sync.00:33
thinrichsSo if alice adds a datasource and then lists the datasource, she doesn't see her new datasource necessarily (even if she's pinned by haproxy to the same Congress instance).00:34
thinrichsDoes that happen even in a single-node deployment then?00:34
ekcsbut instead of leaving that as is and backporting this patch (or a minimal verison of it) it may make more sense to trigger the sync so that a change takes effect.00:34
ekcsthinrichs: correct. does not affect single-node deployment.00:35
thinrichsWhy doesn't it affect single-node deploy?00:35
ekcsI’ve registered a bug for it. #link https://bugs.launchpad.net/congress/+bug/1638729 we could decide to backport that fix to newton.00:35
openstackLaunchpad bug 1638729 in congress "datasource add/delete not effected until next sync" [High,New]00:35
*** mriedem_away has quit IRC00:36
ekcsthinrichs: the code today triggers a sync right away if the datasourecs are on the same node as the API processing the request.00:36
ekcshttps://github.com/openstack/congress/blob/master/congress/dse2/dse_node.py#L74800:36
thinrichsekcs: ok—so it's that we're not telling all the nodes to pick up the change00:37
ekcsI think it was one of those things we put off deciding in terms what should happen in multi-node case.00:37
thinrichsIf the user lists the datasources, does she see the new one (always), even if it hasn't been created on a separate node?00:37
thinrichsi.e. is the list of datasources coming from the DB or from oslo-messaging?00:38
ramineni_It's coming from db ..00:39
ekcsseems list comes from db so it would show up.00:39
*** masahito has joined #openstack-meeting00:39
*** iceyao has joined #openstack-meeting00:40
ekcsbut if I create a ds and then ask for it’s status, I’d get 404.00:40
thinrichsIt takes 30 seconds to pull the data, which is really the first time the datasource is valuable.00:41
thinrichsObviously it'd be better for everything to work faster, but I wouldn't think this fix needs to go into Newton.00:41
*** askb has quit IRC00:41
ekcstrue.00:41
ekcsit’s not that on it’s own it has to go into newton. rather, if starting from the premise that we need to get at least one of the two into newton, then the sync fix i think makes more sense.00:42
*** askb has joined #openstack-meeting00:42
ekcsthan this fix: https://review.openstack.org/#/c/376166/00:42
ekcsjust my current thoughts.00:43
thinrichsNot sure I see a need to put either fix into Newton.00:43
thinrichsInstead of the first data pull taking 30 seconds from the time the datasource gets added, it takes 30 seconds until the first sync and another 30 seconds to do the first pull.00:44
ekcsI think the bigger problem is delete. that’s why two weeks ago you thought we need to put the fix in.00:44
*** lblanchard has joined #openstack-meeting00:45
ekcsIf i delete a ds and then add again after 10 seconds, I can’t add because it sees a conflict in service name.00:45
*** zhonghua has joined #openstack-meeting00:47
*** julim has joined #openstack-meeting00:47
*** TommyLikeHu__ has joined #openstack-meeting00:47
ekcsanyway feel free to jump in with other topics and thoughts.00:48
*** efried has quit IRC00:48
thinrichsThat's not great UX.00:48
thinrichsekcs: your call whether a fix needs to go into Newton for it.00:48
ekcsthinrichs: yea I’ll think more about it.00:49
thinrichsNothing else from me.00:49
ekcsanyone else still jetlagged from the summit?00:50
*** TommyLikeHu_ has quit IRC00:50
*** zhonghua-lee has quit IRC00:50
aimeeuyes - wiped out even with 2 days vacation00:50
ekcsi’m having a hard time sleeping in to catch up on sleep haha.00:50
aimeeulol00:50
*** thorst has joined #openstack-meeting00:51
*** markvoelker has quit IRC00:52
ekcsanyway I don’t have anything else we need to talk about right now. I’m sure we’ll have discussions over launchpad and gerrit on specific items.00:52
ekcswe can end early with no other topics.00:52
thinrichsI've slept like a champion since I've been back.  Kids will do that to you.  :)00:53
thinrichsSee you all later!00:53
ekcslol!00:53
*** thinrichs has left #openstack-meeting00:53
*** fnaval has joined #openstack-meeting00:53
aimeeuHave a nice evening/morning/afternoon!00:53
ekcsgood to have everyone back safe and sound. see you all next week then?00:53
ekcsaimeeu: yup you too.00:53
*** masahito has quit IRC00:54
ekcs#endmeeting00:54
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"00:54
openstackMeeting ended Thu Nov  3 00:54:53 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)00:54
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-11-03-00.02.html00:54
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-11-03-00.02.txt00:54
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-11-03-00.02.log.html00:54
*** askb has quit IRC00:56
*** askb has joined #openstack-meeting00:58
*** guoshan has quit IRC00:58
*** Daisy has joined #openstack-meeting01:00
*** ricolin has joined #openstack-meeting01:02
*** lhx_ has quit IRC01:02
*** zhhuabj_ has quit IRC01:03
*** Julien-zte has quit IRC01:07
*** Julien-zte has joined #openstack-meeting01:08
*** Daisy has quit IRC01:10
*** khushbu_ has joined #openstack-meeting01:10
*** thorst has quit IRC01:11
*** Daisy has joined #openstack-meeting01:11
*** askb has quit IRC01:11
*** ianychoi has joined #openstack-meeting01:14
*** askb has joined #openstack-meeting01:15
*** zhhuabj_ has joined #openstack-meeting01:16
*** zhurong has joined #openstack-meeting01:18
*** Julien-zte has quit IRC01:20
*** Julien-zte has joined #openstack-meeting01:21
*** Julien-zte has quit IRC01:21
*** Julien-zte has joined #openstack-meeting01:21
*** s3wong has quit IRC01:25
*** Julien-zte has quit IRC01:25
*** askb has quit IRC01:25
*** Julien-zte has joined #openstack-meeting01:26
*** Julien-zte has quit IRC01:26
*** askb has joined #openstack-meeting01:26
*** Julien-zte has joined #openstack-meeting01:27
*** donghao has joined #openstack-meeting01:28
*** Julien-zte has quit IRC01:30
*** Julien-zte has joined #openstack-meeting01:31
*** Daisy_ has joined #openstack-meeting01:32
*** Julien-zte has joined #openstack-meeting01:32
*** jrichli has left #openstack-meeting01:34
*** Daisy has quit IRC01:35
*** thorst has joined #openstack-meeting01:38
*** thorst has quit IRC01:39
*** Daisy_ has quit IRC01:39
*** Daisy has joined #openstack-meeting01:40
*** guoshan has joined #openstack-meeting01:40
*** RongHui has joined #openstack-meeting01:43
*** guoshan has quit IRC01:44
*** Daisy has quit IRC01:45
*** guoshan has joined #openstack-meeting01:45
*** woodster_ has quit IRC01:45
*** iceyao_ has joined #openstack-meeting01:46
*** iceyao has quit IRC01:46
*** lhx_ has joined #openstack-meeting01:49
*** zhhuabj_ has quit IRC01:51
*** markvoelker has joined #openstack-meeting01:53
*** ekcs has quit IRC01:54
*** dmorita has quit IRC01:55
*** Daisy has joined #openstack-meeting01:58
*** markvoelker has quit IRC01:58
*** RongHui has quit IRC02:02
*** Apoorva has quit IRC02:03
*** lblanchard has quit IRC02:04
*** fnaval has quit IRC02:08
*** zhhuabj_ has joined #openstack-meeting02:08
*** fnaval has joined #openstack-meeting02:08
*** Daisy has quit IRC02:12
*** Daisy has joined #openstack-meeting02:13
*** rossella_s has quit IRC02:13
*** rossella_s has joined #openstack-meeting02:14
*** iceyao has joined #openstack-meeting02:14
*** Sukhdev has quit IRC02:15
*** fzdarsky_ has joined #openstack-meeting02:15
*** iceyao_ has quit IRC02:15
*** Daisy has quit IRC02:17
*** fzdarsky has quit IRC02:18
*** Daisy has joined #openstack-meeting02:19
*** armax has quit IRC02:22
*** Daisy has quit IRC02:23
*** balajiiyer has quit IRC02:24
*** Daisy has joined #openstack-meeting02:24
*** epico has joined #openstack-meeting02:28
*** Daisy has quit IRC02:29
*** dmacpher-afk is now known as dmacpher02:33
*** GB21 has joined #openstack-meeting02:34
*** iceyao_ has joined #openstack-meeting02:39
*** iceyao has quit IRC02:42
*** Daisy has joined #openstack-meeting02:47
*** GB21 has quit IRC02:54
*** armax has joined #openstack-meeting02:55
*** cody-somerville has quit IRC02:59
*** gongysh has joined #openstack-meeting02:59
*** julim has quit IRC03:02
*** gouthamr has quit IRC03:04
*** blair has quit IRC03:05
*** blair has joined #openstack-meeting03:06
*** dmacpher has quit IRC03:07
*** armax has quit IRC03:07
*** baoli has quit IRC03:17
*** ramineni_ has quit IRC03:18
*** fnaval has quit IRC03:19
*** dmacpher has joined #openstack-meeting03:20
*** jungleboyj has joined #openstack-meeting03:22
*** anilvenkata has joined #openstack-meeting03:27
*** ykatabam has quit IRC03:29
*** armax has joined #openstack-meeting03:35
*** Daisy has quit IRC03:36
*** chenhb has quit IRC03:41
*** chenhb has joined #openstack-meeting03:41
*** iyamahat has quit IRC03:42
*** khushbu_ has quit IRC03:43
*** ykatabam has joined #openstack-meeting03:45
*** cody-somerville has joined #openstack-meeting03:48
*** cody-somerville has quit IRC03:48
*** cody-somerville has joined #openstack-meeting03:48
*** armax has quit IRC03:49
*** markvoelker has joined #openstack-meeting03:54
*** dmorita has joined #openstack-meeting03:55
*** coolsvap has joined #openstack-meeting03:55
*** guoshan has quit IRC03:56
*** Daisy has joined #openstack-meeting03:57
*** markvoelker has quit IRC03:59
*** dmorita has quit IRC04:00
*** links has joined #openstack-meeting04:01
*** Daisy has quit IRC04:02
*** lhx_ has quit IRC04:10
*** iceyao_ has quit IRC04:12
*** lhx_ has joined #openstack-meeting04:13
*** sandanar has joined #openstack-meeting04:17
*** absubram has joined #openstack-meeting04:23
*** khushbu has joined #openstack-meeting04:24
*** absubram_ has joined #openstack-meeting04:24
*** absubram has quit IRC04:28
*** absubram_ is now known as absubram04:28
*** X-dark_ has joined #openstack-meeting04:33
*** X-dark has quit IRC04:33
*** X-dark_ is now known as X-dark04:33
*** tovin07 has joined #openstack-meeting04:37
*** ntpttr has quit IRC04:41
*** iyamahat has joined #openstack-meeting04:45
*** ntpttr has joined #openstack-meeting04:45
*** singlethink has joined #openstack-meeting04:46
*** yamamoto has quit IRC04:46
*** khushbu has quit IRC04:46
*** absubram has quit IRC04:46
*** bobmel has joined #openstack-meeting04:48
*** bobmel has quit IRC04:53
*** sudipto has joined #openstack-meeting04:55
*** sudipto_ has joined #openstack-meeting04:55
*** singlethink has quit IRC04:55
*** guoshan has joined #openstack-meeting04:57
*** iyamahat_ has joined #openstack-meeting04:58
*** iyamahat has quit IRC04:58
*** iyamahat_ has quit IRC04:59
*** iyamahat has joined #openstack-meeting05:00
*** guoshan has quit IRC05:01
*** iceyao has joined #openstack-meeting05:02
*** jungleboyj has quit IRC05:07
*** liuyulong is now known as yulong|away05:07
*** lhx_ has quit IRC05:09
*** Daisy has joined #openstack-meeting05:09
*** GB21 has joined #openstack-meeting05:18
*** iyamahat has quit IRC05:18
*** iyamahat has joined #openstack-meeting05:19
*** ramishra has quit IRC05:19
*** manikanta_tadi has joined #openstack-meeting05:29
*** ykatabam has quit IRC05:31
*** ykatabam has joined #openstack-meeting05:34
*** Julien-zte has quit IRC05:41
*** prateek has joined #openstack-meeting05:42
*** Julien-zte has joined #openstack-meeting05:42
*** Julien-zte has quit IRC05:45
*** markvoelker has joined #openstack-meeting05:55
*** numans has joined #openstack-meeting05:56
*** guoshan has joined #openstack-meeting05:57
*** nkrinner_afk is now known as nkrinner05:58
*** markvoelker has quit IRC05:59
*** jamespage has quit IRC06:01
*** guoshan has quit IRC06:02
*** zhhuabj_ has quit IRC06:06
*** Rockyg has quit IRC06:10
*** sridharg has joined #openstack-meeting06:12
*** khushbu_ has joined #openstack-meeting06:15
*** guoshan has joined #openstack-meeting06:15
*** Wenzhi has joined #openstack-meeting06:18
*** guoshan has quit IRC06:19
*** zhhuabj_ has joined #openstack-meeting06:19
*** guoshan has joined #openstack-meeting06:20
*** khushbu_ has quit IRC06:22
*** sheel has joined #openstack-meeting06:24
*** zhurong_ has joined #openstack-meeting06:25
*** zhurong has quit IRC06:25
*** GB21 has quit IRC06:26
*** jgregor has joined #openstack-meeting06:33
*** lhx_ has joined #openstack-meeting06:34
*** bobmel has joined #openstack-meeting06:34
*** jamespag` has joined #openstack-meeting06:36
*** jgregor has quit IRC06:38
*** bobmel has quit IRC06:38
*** afazekas has quit IRC06:40
*** afazekas has joined #openstack-meeting06:40
*** dimtruck is now known as zz_dimtruck06:43
*** irenab has joined #openstack-meeting06:46
*** yamamoto has joined #openstack-meeting06:46
*** GB21 has joined #openstack-meeting06:46
*** yamamoto has quit IRC06:51
*** ljxiash has joined #openstack-meeting06:53
*** iyamahat has quit IRC06:54
*** ebalduf has quit IRC06:54
*** markvoelker has joined #openstack-meeting06:55
*** rbartal has joined #openstack-meeting06:55
*** iyamahat has joined #openstack-meeting06:58
*** hystax has joined #openstack-meeting06:59
*** markvoelker has quit IRC07:00
*** flaper87 has joined #openstack-meeting07:00
*** flaper87 has quit IRC07:00
*** flaper87 has joined #openstack-meeting07:00
ianychoiHello! Anybody here for i18n meeting?07:00
*** jtomasek has joined #openstack-meeting07:01
*** irenab has quit IRC07:02
*** kaminohana has quit IRC07:02
*** zhurong_ has quit IRC07:03
*** zhurong has joined #openstack-meeting07:04
*** hystax_ has joined #openstack-meeting07:04
*** irenab has joined #openstack-meeting07:04
*** simon-AS5591 has quit IRC07:05
*** Wenzhi has quit IRC07:06
*** zhhuabj_ has quit IRC07:07
*** yuval has joined #openstack-meeting07:13
*** Naeil has joined #openstack-meeting07:13
*** yuval is now known as Guest1705407:14
*** tesseract has joined #openstack-meeting07:14
*** Guest17054 is now known as yuval07:14
*** tesseract is now known as Guest2520907:14
Daisyianychoi: Hi07:16
ianychoi#startmeeting OpenStack I18n Meeting07:17
openstackMeeting started Thu Nov  3 07:17:06 2016 UTC and is due to finish in 60 minutes.  The chair is ianychoi. Information about MeetBot at http://wiki.debian.org/MeetBot.07:17
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.07:17
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)"07:17
openstackThe meeting name has been set to 'openstack_i18n_meeting'07:17
ianychoiHello Daisy!07:17
DaisyHi, ianychoi !07:17
ianychoiI met zzxwill last week :)07:17
DaisyI heard that.07:17
DaisyNice to have your two meet at Barcelona07:18
ianychoiAha :)07:18
ianychoi#topic Actions from Barcelona i18n contributor meetup07:19
*** openstack changes topic to "Actions from Barcelona i18n contributor meetup (Meeting topic: OpenStack I18n Meeting)"07:19
ianychoiAnd also yesterday zzxwill asked me about Zanata user list for releases..07:19
Daisyok07:20
*** simon-AS559 has joined #openstack-meeting07:20
DaisyAre we able to have this information now?07:20
ianychoiRegarding this, currently zanata_stats.py from Daisy and Stackalytics will partly address to calculate statistics07:21
ianychoiAssuming Zanata users are just accumulated (no people deregister accounts), then zanata_stats.py can calculate stats for specific period07:21
DaisyYeah, I remember that.07:22
ianychoiBut IMO to use this tool would not be familiar with translators07:22
ianychoiReceltly, I have found that Stackalytics stats with language filters for translations does not work07:23
ianychoi#link http://stackalytics.com/?metric=translations&language=chinese%20(china)07:23
*** andreas_s has joined #openstack-meeting07:23
*** Wenzhi has joined #openstack-meeting07:23
*** zhhuabj_ has joined #openstack-meeting07:23
Daisywow, it's bad that it doesn't work.07:24
ianychoiI asked Ilya from Stackalytics team to fix... :)07:24
DaisyDo you know what is wrong?07:24
Daisyok.07:24
*** belmoreira has joined #openstack-meeting07:24
ianychoiNot sure yet.. but IMO language filter name is full language name but data is locale name: zh_CN, ko_KR, ...07:25
ianychoiCurrently release filter is fine.07:25
*** GB21 has quit IRC07:25
ianychoiIf language filter is fixed, the the following url will work well:07:26
ianychoi#link http://stackalytics.com/?metric=translations&language=chinese%20(china)&release=newton07:26
Daisyok.07:26
ianychoiIncluding this, there were so many discussions on last i18n contributors meetup07:27
ianychoi#link https://etherpad.openstack.org/p/barcelona-i18n-meetup07:27
ianychoiI will read again and define actions :)07:27
ianychoi#action ianychoi will review action items from Barcelona i18n meetup and define subsequent actions07:28
ianychoiRegarding this, could you approve my request on openstack-18n launchpad team: https://launchpad.net/~openstack-i18n-core07:29
ianychoi? It is needed to set importance for bugs I think07:29
Daisyok07:30
Daisyianychoi: I will see if I can pass the team owner to you.07:31
ianychoiThank you but IMO I prefer your ownership, since you're i18n team initiator :)07:31
ianychoiAnyway thanks :)07:32
*** ykatabam has quit IRC07:33
ianychoi#topic logs-* translation jobs for oslo07:33
*** openstack changes topic to "logs-* translation jobs for oslo (Meeting topic: OpenStack I18n Meeting)"07:33
ianychoi#link http://lists.openstack.org/pipermail/openstack-i18n/2016-October/002564.html07:33
ianychoi#info Please write opinions on this mail. i18n will decide actions by the next week or sooner07:34
*** rcernin has joined #openstack-meeting07:34
*** bobmel has joined #openstack-meeting07:35
ianychoi#topic how to indicate non-translatable identifiers07:35
*** openstack changes topic to "how to indicate non-translatable identifiers (Meeting topic: OpenStack I18n Meeting)"07:35
ianychoiDaisy, do you have some idea on http://lists.openstack.org/pipermail/openstack-dev/2016-November/106580.html ?07:35
Daisyianychoi: Let me go through the email.07:35
ianychoiDaisy, thank you :)07:36
*** lpetrut has joined #openstack-meeting07:37
Daisyianychoi: I think using quotation mark is an easy way to mark the words which should not be translated.07:39
*** bobmel has quit IRC07:39
DaisyBut I'm not sure if there are some cases that words in quotation mark should be translated.07:39
ianychoiDaisy, how about one suggestion from http://lists.openstack.org/pipermail/openstack-dev/2016-November/106598.html ?07:40
DaisyAdding translation comments can pass more information to translators from developers.07:40
ianychoiYep but Doug Hellman said enhancing tool chains is needed.07:41
Daisywhat does he mean ?07:41
*** jtomasek_ has joined #openstack-meeting07:41
*** jtomasek has quit IRC07:41
ianychoiFrom my understanding, it would be much better if the original source describes notes for translators07:42
ianychoie.g., help=_("Authentication strategy ('keystone' or 'noauth').",note="'keystone' and 'noauth' is keywords")07:43
ianychoiThen a tool which extracts po files from original sources need to understand "note=" argument and need to write po file with translation notes07:44
DaisyI wonder if we can set any rules within the team, for example, don't translate any words in capital. If developers don't want to translate some words, write them in capital.07:44
*** GB21 has joined #openstack-meeting07:44
ianychoiDaisy, it means.. guideline for translation right?07:45
ianychoiAnd documenting to i18n contributor guide07:45
*** GB21 has quit IRC07:48
ianychoiDaisy, I will try to eumerage and list up several rules and/or guidelines :) Thank you today!07:53
ianychois/eumerage/eumerage07:53
ianychois/eumerage/eumerate07:53
ianychois/eumerage/enumerate....07:54
ianychoi#topic Open discussions07:54
*** openstack changes topic to "Open discussions (Meeting topic: OpenStack I18n Meeting)"07:54
ianychoi#link http://lists.openstack.org/pipermail/openstack-docs/2016-November/009294.html07:55
ianychoi#info FYI: Please see more details on AUC (Active User Contributor)07:56
ianychoiI think some i18n contributors satisfy some criteria for AUC07:56
ianychoiDaisy, Thanks a lot today! I would like to finish the meeting :)07:56
*** hashar has joined #openstack-meeting07:57
ianychoi#endmeeting07:58
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"07:58
openstackMeeting ended Thu Nov  3 07:58:08 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)07:58
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-11-03-07.17.html07:58
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-11-03-07.17.txt07:58
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-11-03-07.17.log.html07:58
*** brault|away is now known as brault08:01
*** penick has joined #openstack-meeting08:01
*** cody-somerville has quit IRC08:02
*** penick has quit IRC08:04
*** Julien-zte has joined #openstack-meeting08:07
*** iyamahat has quit IRC08:09
*** tiantian has quit IRC08:14
*** zhhuabj_ has quit IRC08:14
*** tiantian has joined #openstack-meeting08:16
*** zhhuabj_ has joined #openstack-meeting08:18
*** ykatabam has joined #openstack-meeting08:21
*** Wenzhi has quit IRC08:23
*** frasantoro has joined #openstack-meeting08:25
*** gcb has quit IRC08:27
*** irenab has quit IRC08:27
*** gcb has joined #openstack-meeting08:28
*** matrohon has joined #openstack-meeting08:29
*** mkoderer has joined #openstack-meeting08:30
*** acabot has joined #openstack-meeting08:31
*** iyamahat has joined #openstack-meeting08:31
*** yamahata has quit IRC08:32
*** bobmel has joined #openstack-meeting08:35
*** ralonsoh has joined #openstack-meeting08:37
*** iyamahat has quit IRC08:37
*** ralonsoh has quit IRC08:38
*** ralonsoh has joined #openstack-meeting08:38
*** bobmel has quit IRC08:40
*** khushbu_ has joined #openstack-meeting08:42
*** markvoelker has joined #openstack-meeting08:56
*** khushbu_ has quit IRC08:59
*** markvoelker has quit IRC09:00
*** GB21 has joined #openstack-meeting09:01
*** jtomasek_ is now known as jtomasek09:02
*** amotoki has quit IRC09:04
*** donghao has quit IRC09:05
*** andreas_s has quit IRC09:05
*** nijaba has quit IRC09:06
*** GB21 has quit IRC09:07
*** Julien-zte has quit IRC09:07
*** gcb has quit IRC09:11
*** gcb has joined #openstack-meeting09:13
*** phil_ has joined #openstack-meeting09:14
*** zhurong has quit IRC09:14
*** phil_ is now known as Guest9237309:14
*** Daisy has quit IRC09:14
*** nijaba has joined #openstack-meeting09:15
*** nijaba has quit IRC09:15
*** nijaba has joined #openstack-meeting09:15
*** mickeys has quit IRC09:15
*** Daisy has joined #openstack-meeting09:17
*** irenab has joined #openstack-meeting09:17
*** Daisy has quit IRC09:17
*** Daisy has joined #openstack-meeting09:17
*** GB21 has joined #openstack-meeting09:19
*** andreas_s has joined #openstack-meeting09:20
*** khappone_ has quit IRC09:20
*** lpetrut has quit IRC09:20
*** Daisy has quit IRC09:23
*** Daisy has joined #openstack-meeting09:24
*** nmagnezi has joined #openstack-meeting09:24
*** xek has quit IRC09:24
*** bobmel has joined #openstack-meeting09:26
*** Julien-zte has joined #openstack-meeting09:27
*** Julien-zte has quit IRC09:28
*** Daisy has quit IRC09:28
*** Julien-zte has joined #openstack-meeting09:29
*** toscalix has joined #openstack-meeting09:29
*** khappone has joined #openstack-meeting09:30
*** imcsk8 has quit IRC09:31
*** khappone has quit IRC09:31
*** imcsk8 has joined #openstack-meeting09:31
*** khappone has joined #openstack-meeting09:34
*** Julien-zte has quit IRC09:35
*** electrofelix has joined #openstack-meeting09:42
*** yamamoto has joined #openstack-meeting09:42
*** trinaths has joined #openstack-meeting09:47
*** ljxiash has quit IRC09:47
*** ljxiash has joined #openstack-meeting09:48
*** zhurong has joined #openstack-meeting09:49
*** ljxiash has quit IRC09:52
*** imcsk8 has quit IRC09:54
*** imcsk8 has joined #openstack-meeting09:54
*** acoles_ is now known as acoles09:56
*** zhurong has quit IRC10:02
*** zhurong has joined #openstack-meeting10:04
*** khushbu_ has joined #openstack-meeting10:04
*** zhurong has quit IRC10:04
*** tovin07 has quit IRC10:04
*** ricolin has quit IRC10:09
*** khushbu_ has quit IRC10:09
*** lpetrut has joined #openstack-meeting10:12
*** rossella_s has quit IRC10:13
*** rossella_s has joined #openstack-meeting10:14
*** ljxiash has joined #openstack-meeting10:15
*** iceyao has quit IRC10:16
*** mickeys has joined #openstack-meeting10:16
*** khushbu_ has joined #openstack-meeting10:17
*** Daisy has joined #openstack-meeting10:17
*** mickeys has quit IRC10:20
*** Daisy has quit IRC10:22
*** rtheis has joined #openstack-meeting10:22
*** sambetts|afk is now known as sambetts10:23
*** sandanar has quit IRC10:25
*** sandanar has joined #openstack-meeting10:26
*** hystax_ has quit IRC10:27
*** hystax has quit IRC10:31
*** epico has quit IRC10:34
*** links has quit IRC10:40
*** trinaths has quit IRC10:43
*** rfolco has joined #openstack-meeting10:45
*** guoshan_ has joined #openstack-meeting10:46
*** guoshan has quit IRC10:49
*** lpetrut has quit IRC10:49
*** Daisy has joined #openstack-meeting10:49
*** guoshan_ has quit IRC10:50
*** Daisy has quit IRC10:53
*** khushbu_ has quit IRC10:54
*** sudipto has quit IRC10:56
*** sudipto_ has quit IRC10:56
*** dmorita has joined #openstack-meeting10:56
*** markvoelker has joined #openstack-meeting10:57
*** gongysh has quit IRC10:57
*** dmorita has quit IRC11:00
*** markvoelker has quit IRC11:02
*** askb has quit IRC11:02
*** camunoz has quit IRC11:02
*** GB21 has quit IRC11:03
*** Daisy has joined #openstack-meeting11:06
*** nkrinner has quit IRC11:06
*** lpetrut has joined #openstack-meeting11:08
*** mmedvede has quit IRC11:09
*** Daisy has quit IRC11:10
*** mjturek has quit IRC11:11
*** absubram has joined #openstack-meeting11:13
*** absubram_ has joined #openstack-meeting11:14
*** GB21 has joined #openstack-meeting11:15
*** gb21_ has joined #openstack-meeting11:16
*** dprince has joined #openstack-meeting11:16
*** absubram has quit IRC11:17
*** absubram_ is now known as absubram11:17
*** GB21 has quit IRC11:20
*** nkrinner has joined #openstack-meeting11:20
*** donghao has joined #openstack-meeting11:21
*** Daisy has joined #openstack-meeting11:22
*** mmedvede has joined #openstack-meeting11:22
*** Daisy has quit IRC11:27
*** gb21_ is now known as GB2111:27
*** hystax has joined #openstack-meeting11:27
*** links has joined #openstack-meeting11:30
*** hystax has quit IRC11:32
*** rvasilets___ has joined #openstack-meeting11:33
*** Julien-zte has joined #openstack-meeting11:37
*** hystax has joined #openstack-meeting11:41
*** julim has joined #openstack-meeting11:43
*** Daisy has joined #openstack-meeting11:44
*** thorst has joined #openstack-meeting11:45
*** GB21 has quit IRC11:48
*** Daisy has quit IRC11:48
*** Julien-zte has quit IRC11:54
*** zzxwill has joined #openstack-meeting11:56
*** zzxwill has quit IRC11:56
*** zzxwill has joined #openstack-meeting11:58
*** singlethink has joined #openstack-meeting11:59
*** prateek has quit IRC12:01
*** hystax has quit IRC12:03
*** hystax has joined #openstack-meeting12:04
*** tpsilva has joined #openstack-meeting12:05
*** absubram has quit IRC12:06
*** ljxiash has quit IRC12:11
*** raildo has joined #openstack-meeting12:14
*** Daisy has joined #openstack-meeting12:22
*** iceyao has joined #openstack-meeting12:22
*** markvoelker has joined #openstack-meeting12:22
*** singlethink has quit IRC12:25
*** jungleboyj has joined #openstack-meeting12:25
*** Daisy has quit IRC12:26
*** tmorin has joined #openstack-meeting12:27
*** ralonsoh_ has joined #openstack-meeting12:30
*** anilvenkata has quit IRC12:30
*** ralonsoh has quit IRC12:32
*** lamt has joined #openstack-meeting12:32
*** xingchao has joined #openstack-meeting12:34
*** khushbu_ has joined #openstack-meeting12:36
*** thorst is now known as thorst_afk12:39
*** huanxuan has joined #openstack-meeting12:41
*** pradk has joined #openstack-meeting12:43
*** Daisy has joined #openstack-meeting12:47
*** gouthamr has joined #openstack-meeting12:49
*** thorst_afk is now known as thorst12:51
*** Daisy has quit IRC12:51
*** baoli has joined #openstack-meeting12:54
*** david-lyle has quit IRC12:55
*** baoli_ has joined #openstack-meeting12:56
*** zzxwill has quit IRC12:57
*** singlethink has joined #openstack-meeting12:58
*** mriedem has joined #openstack-meeting12:59
*** zzxwill has joined #openstack-meeting13:00
*** baoli has quit IRC13:00
*** lhx_ has quit IRC13:01
*** rbartal has quit IRC13:01
*** julim has quit IRC13:02
*** hystax has quit IRC13:03
*** mjturek has joined #openstack-meeting13:04
*** zz_dimtruck is now known as dimtruck13:05
*** julim has joined #openstack-meeting13:05
*** maeca1 has joined #openstack-meeting13:06
*** mjturek has quit IRC13:08
*** jungleboyj has quit IRC13:10
*** rbartal has joined #openstack-meeting13:13
*** pradk has quit IRC13:14
*** jruano has joined #openstack-meeting13:15
*** jruano has quit IRC13:15
*** hystax has joined #openstack-meeting13:17
*** khushbu_ has quit IRC13:19
*** Kiall_ is now known as Kiall13:19
*** hystax has quit IRC13:19
*** pradk has joined #openstack-meeting13:20
*** hashar is now known as hasharAway13:20
*** ykatabam has quit IRC13:21
*** mjturek has joined #openstack-meeting13:22
*** syjulian has joined #openstack-meeting13:25
*** xyang1 has joined #openstack-meeting13:27
*** jgregor has joined #openstack-meeting13:27
*** dimtruck is now known as zz_dimtruck13:27
*** sudipto_ has joined #openstack-meeting13:28
*** sudipto has joined #openstack-meeting13:28
*** spzala has joined #openstack-meeting13:30
*** lpetrut has quit IRC13:31
*** Naeil has quit IRC13:33
*** eharney has joined #openstack-meeting13:33
*** lhx_ has joined #openstack-meeting13:34
*** singlethink has quit IRC13:38
*** JoseMello has joined #openstack-meeting13:38
*** cleong has joined #openstack-meeting13:38
*** balajiiyer has joined #openstack-meeting13:39
*** lhx_ has quit IRC13:41
*** tonytan4ever has joined #openstack-meeting13:41
*** jgregor has quit IRC13:42
*** krtaylor has joined #openstack-meeting13:43
*** takashin has joined #openstack-meeting13:44
*** rodrigods has quit IRC13:46
*** rodrigods has joined #openstack-meeting13:46
*** lblanchard has joined #openstack-meeting13:47
*** Naeil has joined #openstack-meeting13:48
*** vhoward has joined #openstack-meeting13:49
*** jckasper has joined #openstack-meeting13:50
*** amotoki has joined #openstack-meeting13:50
*** diana_clarke has joined #openstack-meeting13:50
*** links has quit IRC13:52
*** khushbu_ has joined #openstack-meeting13:53
*** edtubill has joined #openstack-meeting13:53
*** diablo_rojo has joined #openstack-meeting13:53
*** pcaruana has joined #openstack-meeting13:53
*** ebalduf has joined #openstack-meeting13:58
*** Julien-zte has joined #openstack-meeting13:58
*** balajiiyer has quit IRC13:59
*** jckasper has quit IRC14:00
*** cdent has joined #openstack-meeting14:00
mriedem#startmeeting nova14:00
openstackMeeting started Thu Nov  3 14:00:28 2016 UTC and is due to finish in 60 minutes.  The chair is mriedem. 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
dansmitho/14:00
*** jckasper has joined #openstack-meeting14:00
takashino/14:00
*** zzxwill has quit IRC14:00
*** lyarwood has joined #openstack-meeting14:00
raj_singho/14:00
diana_clarkeo/14:00
lyarwoodo/14:00
*** jgregor has joined #openstack-meeting14:00
*** sheel has quit IRC14:00
cdento/14:00
johnthetubaguyo/14:01
jroll\o14:01
mriedemalright let's get started14:02
mriedem#link meeting agenda https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting14:02
mriedem#topic release news14:02
*** openstack changes topic to "release news (Meeting topic: nova)"14:02
mriedem#link Ocata release schedule: https://wiki.openstack.org/wiki/Nova/Ocata_Release_Schedule14:02
*** eharney has quit IRC14:02
mriedem^ has the official schedule for nova now14:02
*** dane-fichter has joined #openstack-meeting14:02
*** Julien-z_ has joined #openstack-meeting14:03
mriedemthe only nova-specific date is the spec approval freeze14:03
*** zz_dimtruck is now known as dimtruck14:03
mriedem#info Next upcoming date: Nov 17: o-1 milestone, spec approval freeze14:03
mriedemso we have 2 weeks to approve specs for ocata14:03
mriedem#link Open specs: https://review.openstack.org/#/q/project:openstack/nova-specs+status:open14:03
mriedemand there are lots of them open14:03
*** numans has quit IRC14:03
mriedem#info we've already approved 43 blueprints for ocata https://blueprints.launchpad.net/nova/ocata14:04
mriedemso we've already got a lot of committed work to get done14:04
mriedemso having said that, if you have a spec that needs a 2nd +2 or should be trivial, speak up in -nova to get eyes on it14:04
*** Julien-zte has quit IRC14:05
mriedemquestions?14:05
*** Leom has joined #openstack-meeting14:05
mriedemmoving on14:05
mriedem#topic bugs14:05
*** openstack changes topic to "bugs (Meeting topic: nova)"14:05
mriedemthere are no critical bugs right now14:05
*** neiljerram has quit IRC14:05
mriedemhowever, the number of new untriaged bugs is on the rise14:05
mriedemwe used to keep that hanging <40 but it's at 72 right now14:06
mriedemso please help out and triage a bug or two each day to keep those numbers down, or at least spot anything that's really critical from the rest of the noise14:06
mriedem#link check queue gate status http://status.openstack.org/elastic-recheck/index.html14:07
*** jungleboyj has joined #openstack-meeting14:07
mriedempretty quiet14:07
dansmithmriedem: was there any outcome of looking at why that n-net patch was hanging so bad?14:07
mriedemdansmith: nope. i abandoned just to kill it until we know we don't have any non-cellsv1 n-net jobs in ocata14:07
dansmithokay I'm still curious how it was evading the timer14:08
mriedemme too14:08
dansmithbecause I have some bitcoin to mine, and that would be excellent14:08
mriedemthere has been improvement on removing n-net jobs from ocata gate https://review.openstack.org/#/q/topic:neutron-default14:08
* johnthetubaguy giggles14:08
mriedemi plan on working on clarkb's d-g change today14:08
mriedemwhich will make neutron the default in ocata jobs14:08
mriedemi think i have to cap the grenade n-net jobs at newton first, but that's trivial14:09
mriedemi don't have any news about 3rd party ci really14:09
*** khushbu_ has quit IRC14:10
mriedempowervm is going to work on getting runs of their CI on nova changes, non-voting14:10
mriedemanthonyper is going to work on making the xenproject ci run with neutron14:10
mriedempowerkvm and vmware ci already already working on using neutron14:10
mriedem*are already14:10
mriedemquestions about bugs and/or CI?14:10
*** bobh has joined #openstack-meeting14:10
mriedemalright14:11
mriedem#topic reminders14:11
*** openstack changes topic to "reminders (Meeting topic: nova)"14:11
mriedem#link Ocata review priorities https://etherpad.openstack.org/p/ocata-nova-priorities-tracking14:11
mriedemmy guess is ^ is stale14:11
*** jgregor_ has joined #openstack-meeting14:11
* dansmith is updating now14:11
mriedem#help if you're a subteam lead or have a section in the https://etherpad.openstack.org/p/ocata-nova-priorities-tracking etherpad please make sure it's up to date with the latest priority reviews14:11
johnthetubaguythe api one has been updated by alex_xu recently14:11
mriedem#topic Stable branch status: https://etherpad.openstack.org/p/stable-tracker14:12
*** openstack changes topic to "Stable branch status: https://etherpad.openstack.org/p/stable-tracker (Meeting topic: nova)"14:12
mriedemi have one stable/newton change to mention, https://review.openstack.org/#/c/391086/14:12
mriedemthat's the backport of the db schema migration made last week14:13
mriedemto fix a regression with creating servers in newton14:13
*** rossella_s has quit IRC14:13
mriedemi'd like to get that merged and the reno that sits on top of it and then put out a release14:13
mriedemit's just a table alter to make a column bigger14:13
*** rossella_s has joined #openstack-meeting14:13
mriedemso johnthetubaguy dansmith i'm probably looking to you guys there14:14
dansmithyeah14:14
*** jprovazn has joined #openstack-meeting14:14
*** Leom_ has joined #openstack-meeting14:14
mriedemi don't really have anything to mention about stable otherwise14:14
mriedemi believe liberty-eol is in a couple of weeks14:14
mriedemmoving on14:14
*** irenab has quit IRC14:14
*** huanxuan has quit IRC14:14
mriedem#topic subteam highlights14:15
*** openstack changes topic to "subteam highlights (Meeting topic: nova)"14:15
mriedemdansmith: i know the cellsv2 meeting was cancelled, but any review priority you want to point out here?14:15
*** mtanino has joined #openstack-meeting14:15
dansmithyeah, so, I've been working on this for the last few days:14:15
dansmithhttps://review.openstack.org/#/q/topic:bp/cells-scheduling-interaction+project:openstack/nova+status:open14:15
*** eharney has joined #openstack-meeting14:15
dansmithwhich is the move-instance-creation-to-conductor,14:15
*** jgregor has quit IRC14:15
dansmithwhich is the first step to getting multicell working14:15
dansmithI've made a lot of progress, but it definitely needs review from cellsv2ish people,14:15
dansmithspecifically bauzas at the moment because it includes some legacy scheduling stuff baked into the api that we might not want to import14:16
*** Leom has quit IRC14:16
dansmiththere is also a multicell database fixture in there that probably needs some review from test-y people14:16
dansmithas it creates temporary files14:16
bauzasoh man, did I missed the nova meeting ?14:16
dansmithother than that, not much has changed since last week and melwitt, et al have been out14:16
* bauzas hates daylight shifts14:16
mriedemdoctor test is still on sabbatical14:16
* bauzas waves super late \o14:17
mriedembut i've starred the bottom change14:17
dansmithmriedem: yeah, I added him to the review but might be good to get some other people to look so we don't delay because of a fixture14:17
bauzasdansmith: yeah, I need to review that stack, that's in my pipe14:17
dansmithbauzas: thanks14:17
mriedemi'm glad we both know who doctor test is14:17
dansmithI'm going to start working on the top WIP today14:17
dansmithmriedem: of course :)14:18
dansmithfor one, he's the only one on sabbatical :)14:18
*** neiljerram has joined #openstack-meeting14:18
mriedemalright anything else?14:18
dansmithnay14:18
mriedemthanks14:18
mriedemedleafe: scheduler meeting highlights?14:18
cdentI think edleafe I not yet returned. No particular highlights.14:19
mriedemreview priorities?14:19
mriedemi've been watching the series here14:19
mriedemhttps://review.openstack.org/#/c/390062/14:19
cdentanything from jaypipes, pretty much14:19
*** sheeprine has quit IRC14:19
mriedemfor resource classes14:19
cdentwork has begun on the newton-leftovers14:20
cdentand we still need to resolve the api on requesting a list of filtered resource providers14:20
mriedemok14:20
bauzasI'm just rewriting https://review.openstack.org/#/c/386242/3/nova/objects/resource_provider.py based on cdent's comments on14:20
bauzasand I did cut that patch into two changes, one for the object layer and one for the REST API exposure14:21
*** rbak has joined #openstack-meeting14:21
bauzasthat's it for me14:21
cdentthis will need to be fixed soon: https://bugs.launchpad.net/nova/+bug/163868114:21
openstackLaunchpad bug 1638681 in OpenStack Compute (nova) "resource tracker sets wrong max_unit in placement Inventory" [Undecided,Triaged] - Assigned to Prateek Arora (parora)14:21
cdentpeople are on it though, so no crisis14:21
mriedemok moving on14:21
*** sridharg has quit IRC14:21
mriedemtdurakov: live migration meeting highlights?14:21
*** edtubill has quit IRC14:22
*** sheeprine has joined #openstack-meeting14:22
mriedemok i guess tdurakov isn't here, and didn't dump any highlights14:23
*** sridharg has joined #openstack-meeting14:23
mriedemi didn't attend the full meeting, but tdurakov has patches up to enable ceph + ephemeral in the live migration job14:23
*** edtubill has joined #openstack-meeting14:23
mriedemthat's been his focus from what i can tell, i just need to re-review that series14:23
*** paw_ has joined #openstack-meeting14:24
tdurakovmriedem: hi, right, also, several patches that worth review14:24
mriedemtdurakov: ok make sure those are in https://etherpad.openstack.org/p/ocata-nova-priorities-tracking please14:24
tdurakovmriedem: acked14:24
*** lpetrut has joined #openstack-meeting14:24
mriedemlet's move on14:24
mriedemalex_xu: api meeting highlights?14:24
*** dmacpher has quit IRC14:24
*** dmacpher has joined #openstack-meeting14:25
mriedemjohnthetubaguy: ^ did you attend the api meeting this week?14:25
johnthetubaguysorry, I was just looking up the reviews14:25
johnthetubaguycapabilities API WG spec: https://review.openstack.org/#/c/386555/114:26
johnthetubaguythe parameter validation framework spec, to help cells v2 stuff: https://review.openstack.org/#/c/38851814:26
johnthetubaguyalso the POC for that spec is up14:26
*** singhj has joined #openstack-meeting14:26
johnthetubaguywaiting on the spec for the /servers filter changes themselves14:26
*** spotz_zzz is now known as spotz14:27
johnthetubaguyPOC is: https://review.openstack.org/#/c/389003/14:27
johnthetubaguyI think that the main bits14:27
mriedemok14:27
*** sridharg has quit IRC14:27
mriedemi also wanted to point out 2 specs with +2s for the api14:27
jaypipeshey guys, sorry for being late14:27
mriedemhttps://review.openstack.org/#/c/386771/ and https://review.openstack.org/#/c/357884/14:27
*** toscalix has quit IRC14:28
mriedemfor simple tenant usage paging and the diagnostics info14:28
johnthetubaguyyeah, they are on my TODO list now14:28
*** absubram has joined #openstack-meeting14:28
mriedemo/14:28
mriedemlbeliveau: was there an sriov/pci meeting this week?14:28
lbeliveaumridem: yes14:29
mriedemanything you want to share?14:29
lbeliveaudiscussed mostly blueprints and patches to push (which is done already)14:29
lbeliveauthat's it14:29
mriedemok14:29
mriedemgibi_: notifications meeting?14:30
*** designbybeck has joined #openstack-meeting14:30
*** albertom has quit IRC14:30
mriedemlooks like several were just approved https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/versioned-notification-transformation-ocata14:30
mriedemmaking some decent progress there14:30
mriedemand the searchlight team reported some bugs14:30
mriedemfor potential gaps, e.g. putting volume attachments (bdms) in the server notifications14:31
mriedemi think searchlight's goal is to sync up the REST API and the notifications14:31
mriedemthe server notifications expose interface attachments, so it seems to make sense to also put bdms in that notification14:31
mriedemanyone disagree?14:31
*** jungleboyj has quit IRC14:31
*** annegentle has joined #openstack-meeting14:31
dansmithno14:32
mriedemnote: i still worry about performance hits to building notification payloads that don't get sent14:32
mriedemb/c to get the bdms we'll have to go back to the db14:32
mriedemthere was a ml thread on this but didn't go very far14:32
bauzasI think it's acceptable to lookup the BDMs for sending them over the wire if we need them14:33
johnthetubaguyI thought most of the time we already have the objects we are sending though14:33
cdentmriedem: I got the impression that you were agreed with and it would be figured out when we get there?14:33
mriedemsometimes we do14:33
mriedemanyway, we can move on14:33
johnthetubaguyfrankly BDMs should be part of the instance, like all the other bits are, its so wasteful right now because its not, but thats a total distraction14:33
dansmithjohnthetubaguy: yeah that was the dumbest idea ever :/14:33
mriedemcdent: i'm failing to parse that14:34
mriedemwhat is it and there?14:34
johnthetubaguydansmith: you mean BDMs being separate?14:34
*** Guest92373 has quit IRC14:34
cdentmriedem: on the mailing list people agreed with your assessment of the problem and that it ought to be guarded against and we'll figure it out, somehow14:34
dansmithjohnthetubaguy: no BDMs including instance instead of instances including their BDMs14:34
johnthetubaguydansmith: right14:35
cdentmriedem: where "it" is building notifications14:35
mriedemcdent: yeah, there is agreement that it's an issue14:35
mriedemwhich makes me feel warm and fuzzy14:35
johnthetubaguyI guess its already done, so needs fixing like you suggested14:35
*** phil_ has joined #openstack-meeting14:36
mriedemprobably just falls into the oslo.messaging realm to see if there is a way they can tell us if notifications are enabled for a certain host/queue14:36
*** slayer has joined #openstack-meeting14:36
*** phil_ is now known as Guest7412514:36
mriedemmoving on14:36
mriedem#stuck reviews14:36
mriedemoops14:36
mriedem#topic stuck reviews14:36
*** openstack changes topic to "stuck reviews (Meeting topic: nova)"14:36
*** efried has joined #openstack-meeting14:36
mriedem(dane-fichter): Tempest changes to support security testing gate are  held up. Some reviews from people in the Nova community would be  helpful: https://review.openstack.org/#/c/392329/ and https://review.openstack.org/#/c/390085/14:36
dane-fichteryes ok I have a question for nova folks14:37
dane-fichterwould it be acceptable to have the security scenarios in the barbican tempest plugin14:37
dane-fichteror should they be in tempest itself14:37
mriedemthe barbican tempest plugin14:37
*** albertom has joined #openstack-meeting14:38
mriedemwhich we'll enable when we pull barbican/devstack plugin into a security-specific CI job14:38
dane-fichteralright I guess that solves that debate14:38
mriedem:)14:38
dane-fichterthanks. that's it for me14:38
mriedemsure, thanks for bringing it up14:38
dane-fichterno problem14:38
mriedem#topic open discussion14:39
*** openstack changes topic to "open discussion (Meeting topic: nova)"14:39
mriedem (jroll): Specless blueprint for "Update Ironic plug/unplug_vifs to use new Ironic interface attach/detach APIs": https://blueprints.launchpad.net/nova/+spec/ironic-plug-unplug-vifs-update14:39
jrollhey14:39
jrollso the ironic spec is attached to this, curious if we want a nova spec as well14:39
jrollthe nova side is basically "rework plug_vifs to use a less crappy api"14:39
*** chenhb has quit IRC14:40
johnthetubaguydoes this want to be converted to an os-vif driver?14:40
mriedemwhat's the status on the ironic api?14:40
jrollif you want to wait for the ironic side to complete before approving the bp, that's cool14:40
mriedemi do14:40
jrollmriedem: spec in review, code up and working14:40
jrollanyway, wanted to bring it up and see if we should start hacking on the spec14:40
jrollor if it can just be done14:41
mriedemwill the special ironic + multitenant networking CI job in nova's experimental queue test this?14:41
jrolljohnthetubaguy: I'm not sure why we would or would not want to do that14:41
jrollmriedem: all ironic jobs would exercise this14:41
jrollit's refactoring, essentially, not a new feature14:41
*** rrecio has joined #openstack-meeting14:42
mriedemso with this change, it looks like 2 things could be eventually pulled out of the neutron api code we have, (1) the mac address set and (2) the binding host ID stuff?14:42
mriedemis that correct?14:42
johnthetubaguyjroll: in a cloud with libvirt and ironic, say, when you create a port for ironic you may activate a different neutron backend, and os-vif will drive the negotiation there, but there are more questions in that info than questions14:42
*** jungleboyj has joined #openstack-meeting14:42
dansmithjohnthetubaguy: more questions than questions?14:42
dansmiththat's a lot of questions14:42
johnthetubaguyhmm, not sure about the binding host id stuff moving, I need to get my head around how this really works14:42
*** nk2527 has joined #openstack-meeting14:43
jrollmriedem: (1) yes, (2) don't think so14:43
jrollactually, I think the nova code is up14:43
mriedemjroll: does the ironic spec mention the impacts to nova?14:43
*** edtubill has quit IRC14:43
*** jungleboyj has quit IRC14:43
*** jungleboyj has joined #openstack-meeting14:43
mriedemjroll: if the ironic spec has the high-level nova impacts i'm fine with not duplicating that in a nova spec14:43
*** woodster_ has joined #openstack-meeting14:43
mriedemi think that's what ironic has been doing of late14:43
*** chenhb has joined #openstack-meeting14:43
jrollmriedem: nova poc https://review.openstack.org/#/c/364413/14:44
johnthetubaguydansmith: creeping towards levels of infinity there I guess14:44
*** edtubill has joined #openstack-meeting14:44
jrollmriedem: and yeah, it's there https://review.openstack.org/#/c/317636/9/specs/approved/interface-attach-detach-api.rst14:44
jrollline 18514:44
*** bobh has quit IRC14:44
*** rrecio has quit IRC14:44
mriedemok, cool.14:44
johnthetubaguythat POC kinds points towards it only affecting the driver, which is handy14:45
mriedemso i think we'll just let the nova bp sit until the ironic spec is good to go14:45
*** rrecio has joined #openstack-meeting14:45
*** Julien-z_ has quit IRC14:45
johnthetubaguyyeah, good to wait for the ironic BP to merge14:45
johnthetubaguyspec14:45
jrollsounds good, I'll bug you when that lands, hoping for next week14:45
*** sgundur has joined #openstack-meeting14:45
mmedvedehey nova team, I'd like to request permission for IBM PowerKVM CI to start voting on nova patches. We have been reporting on changes for quite some time now14:45
mriedemi look forward to it14:46
mriedemmmedvede: is that the nova-net one or the neutron one?14:46
jrollawesome, thanks14:46
mmedvedemriedem: the  nova-net for now14:46
*** yamahata has joined #openstack-meeting14:46
*** breitz has joined #openstack-meeting14:46
mriedemmmedvede: i think i'd prefer to wait for the neutron backed job14:46
mriedemand see how that shakes out14:46
*** paw has joined #openstack-meeting14:46
dansmithyeah, a week ago I wouldn't have cared14:47
mmedvedemriedem: ok, sounds reasonable14:47
dansmithbut.. were right in the middle of trying to make it always fail :)14:47
dansmith*we're14:47
mriedemmmedvede: fwiw, if you're using devstack-gate, you might just start running neutron by default real soon14:47
mriedemhttps://review.openstack.org/#/c/392934/14:47
mriedemwhen ^ lands sparks might fly14:48
*** uxdanielle has joined #openstack-meeting14:48
*** sgundur has left #openstack-meeting14:48
cdentsparks++14:48
mmedvedehehe14:48
mriedemok anything else?14:48
mriedemnope. ok thanks everyone.14:48
mriedem#endmeeting14:48
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"14:48
openstackMeeting ended Thu Nov  3 14:48:49 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)14:48
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-11-03-14.00.html14:48
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-11-03-14.00.txt14:48
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2016/nova.2016-11-03-14.00.log.html14:48
*** dane-fichter has left #openstack-meeting14:49
*** takashin has left #openstack-meeting14:49
*** cdent has left #openstack-meeting14:49
*** dimtruck is now known as zz_dimtruck14:51
*** amotoki has quit IRC14:53
*** sfinucan has joined #openstack-meeting14:54
*** adiantum has joined #openstack-meeting14:54
*** edtubill has quit IRC14:55
*** breitz has left #openstack-meeting14:57
*** iceyao has quit IRC14:57
*** d0ugal has quit IRC14:57
jaypipesalex_xu: pushed up fixes for your review comments on the ResourceClassNotFound patch. Thanks much for the review!14:57
*** iceyao has joined #openstack-meeting14:57
*** markstur has joined #openstack-meeting14:59
*** edtubill has joined #openstack-meeting14:59
*** e0ne has joined #openstack-meeting14:59
*** john-davidge has joined #openstack-meeting14:59
*** toscalix has joined #openstack-meeting14:59
*** xingchao has quit IRC15:01
*** lhx_ has joined #openstack-meeting15:02
*** mickeys has joined #openstack-meeting15:03
*** iceyao has quit IRC15:04
*** adiantum1 has joined #openstack-meeting15:07
*** adiantum has quit IRC15:08
*** adiantum1 is now known as adiantum15:08
*** krtaylor has quit IRC15:08
HenryGneiljerram: ping15:09
*** edtubill has quit IRC15:10
*** d0ugal has joined #openstack-meeting15:12
*** chris_morrell has joined #openstack-meeting15:15
*** sandanar has quit IRC15:15
*** zz_dimtruck is now known as dimtruck15:16
*** jgregor has joined #openstack-meeting15:19
*** lhx_ has quit IRC15:19
*** edtubill has joined #openstack-meeting15:19
*** donghao has quit IRC15:20
*** edtubill has quit IRC15:21
*** hurricanerix has joined #openstack-meeting15:22
*** bobh has joined #openstack-meeting15:23
*** jgregor_ has quit IRC15:23
*** jgregor_ has joined #openstack-meeting15:28
*** liusheng has quit IRC15:30
*** liusheng has joined #openstack-meeting15:30
*** e0ne has quit IRC15:30
*** neiljerram has quit IRC15:31
*** yuval has quit IRC15:31
*** jgregor has quit IRC15:31
*** number80 has quit IRC15:34
*** iyamahat has joined #openstack-meeting15:37
*** sudipto_ has quit IRC15:37
*** sudipto has quit IRC15:37
*** d0ugal has quit IRC15:39
*** bobh_ has joined #openstack-meeting15:40
*** diana_clarke has left #openstack-meeting15:41
*** neiljerram has joined #openstack-meeting15:43
*** bobh has quit IRC15:43
*** tonytan4ever has quit IRC15:43
*** nmagnezi has quit IRC15:44
*** hasharAway is now known as hashar15:44
*** jtomasek has quit IRC15:44
*** tonytan4ever has joined #openstack-meeting15:44
*** jgregor_ has quit IRC15:46
*** slayer has quit IRC15:46
*** slayer has joined #openstack-meeting15:47
*** krtaylor has joined #openstack-meeting15:48
*** lhx_ has joined #openstack-meeting15:48
*** jckasper has quit IRC15:48
*** adiantum has quit IRC15:49
*** slayer_ has joined #openstack-meeting15:50
*** slayer_ is now known as 7F1AARGA715:51
*** jgregor has joined #openstack-meeting15:51
*** jckasper has joined #openstack-meeting15:51
*** jckasper has quit IRC15:51
*** 32NAAJHHL has joined #openstack-meeting15:51
*** 32NAAJHHL has quit IRC15:51
*** slayer has quit IRC15:51
*** krtaylor has quit IRC15:53
*** lpetrut has quit IRC15:55
*** edtubill has joined #openstack-meeting15:56
*** harlowja_at_home has joined #openstack-meeting15:57
*** jckasper has joined #openstack-meeting16:00
*** maeca1 has quit IRC16:01
*** number80 has joined #openstack-meeting16:01
john-davidgeAnyone for the networking guide meeting?16:01
*** cody-somerville has joined #openstack-meeting16:01
*** csomerville has joined #openstack-meeting16:02
*** rcernin has quit IRC16:02
*** edtubill has quit IRC16:02
*** jamespag` is now known as jamespage16:03
*** dtrainor has quit IRC16:04
*** dtrainor has joined #openstack-meeting16:04
*** rrecio_ has joined #openstack-meeting16:04
*** jckasper has quit IRC16:05
*** cody-somerville has quit IRC16:05
dasmjohn-davidge: isn't it (like majority of meetings) postponed till next week?16:07
*** rrecio has quit IRC16:07
*** ygbo has joined #openstack-meeting16:07
john-davidgedasm: It is now! :P16:09
*** david-lyle has joined #openstack-meeting16:10
*** armax has joined #openstack-meeting16:12
*** jckasper has joined #openstack-meeting16:12
*** rajinir has joined #openstack-meeting16:12
*** chris_morrell has quit IRC16:14
*** andreas_s has quit IRC16:16
*** jckasper has quit IRC16:17
*** egallen has joined #openstack-meeting16:19
*** belmoreira has quit IRC16:19
*** pcaruana has quit IRC16:20
*** dmorita has joined #openstack-meeting16:20
*** singlethink has joined #openstack-meeting16:21
*** edtubill has joined #openstack-meeting16:21
*** hongbin has joined #openstack-meeting16:21
*** rcernin has joined #openstack-meeting16:25
*** HeOS has quit IRC16:27
*** julim has quit IRC16:28
*** bill_az has joined #openstack-meeting16:29
*** chris_morrell has joined #openstack-meeting16:32
*** gyee has joined #openstack-meeting16:32
*** david-lyle has quit IRC16:32
*** david-lyle has joined #openstack-meeting16:33
*** myoung is now known as myoung|food16:33
*** jckasper has joined #openstack-meeting16:34
*** bill_az has quit IRC16:38
*** bdperkin has quit IRC16:39
*** megm has quit IRC16:41
*** Patifa has joined #openstack-meeting16:42
*** Apoorva has joined #openstack-meeting16:43
*** edtubill has quit IRC16:44
*** nkrinner is now known as nkrinner_afk16:44
*** megm has joined #openstack-meeting16:49
*** piet has joined #openstack-meeting16:51
*** dmacpher is now known as dmacpher-afk16:51
*** dmacpher-afk has quit IRC16:51
*** jtomasek has joined #openstack-meeting16:52
*** maeca1 has joined #openstack-meeting16:54
*** Guest74125 has quit IRC16:55
*** jgregor_ has joined #openstack-meeting16:58
*** jgregor__ has joined #openstack-meeting16:59
*** doonhammer has joined #openstack-meeting16:59
*** jgregor__ has quit IRC17:00
*** jgregor__ has joined #openstack-meeting17:00
*** harlowja_at_home has quit IRC17:00
BobBall /wc17:01
*** BobBall has left #openstack-meeting17:01
*** bdperkin has joined #openstack-meeting17:01
*** bdperkin has quit IRC17:01
*** bdperkin has joined #openstack-meeting17:01
*** nmagnezi has joined #openstack-meeting17:01
*** jgregor__ has quit IRC17:01
*** jgregor__ has joined #openstack-meeting17:02
*** jgregor has quit IRC17:02
*** dimtruck is now known as zz_dimtruck17:02
*** jgregor_ has quit IRC17:02
*** rcernin has quit IRC17:03
*** rcernin has joined #openstack-meeting17:03
*** matrohon has quit IRC17:03
*** frasantoro has quit IRC17:03
*** gouthamr has quit IRC17:05
*** jgregor__ has quit IRC17:06
*** singhj has quit IRC17:06
*** gyee has quit IRC17:07
*** neiljerram has quit IRC17:07
*** 7F1AARGA7 has quit IRC17:08
*** rcernin has quit IRC17:08
*** asselin has joined #openstack-meeting17:08
*** gouthamr has joined #openstack-meeting17:08
*** tmorin has quit IRC17:09
*** hongbin has quit IRC17:09
*** egallen has quit IRC17:10
*** myoung|food is now known as myoung17:11
*** sfinucan has left #openstack-meeting17:13
*** simon-AS559 has left #openstack-meeting17:14
*** ygbo has quit IRC17:14
*** strigazi is now known as strigazi_AFK17:16
*** ralonsoh_ is now known as ralonsoh17:18
*** e0ne has joined #openstack-meeting17:20
*** lhx_ has quit IRC17:21
*** slayer has joined #openstack-meeting17:21
*** slayer has quit IRC17:21
*** slayer has joined #openstack-meeting17:22
*** slayer has quit IRC17:22
*** slayer_ has joined #openstack-meeting17:23
*** lhx_ has joined #openstack-meeting17:26
*** jruano has joined #openstack-meeting17:26
*** rbartal has quit IRC17:31
*** lhx_ has quit IRC17:32
*** ebalduf has quit IRC17:33
*** aarefiev has quit IRC17:34
*** julim has joined #openstack-meeting17:34
*** aarefiev_ has joined #openstack-meeting17:35
*** aarefiev_ has quit IRC17:36
*** aarefiev_ has joined #openstack-meeting17:38
*** aarefiev_ has quit IRC17:42
*** Daisy has joined #openstack-meeting17:43
*** harlowja has quit IRC17:43
*** chris_morrell has quit IRC17:43
*** harlowja has joined #openstack-meeting17:46
*** Daisy has quit IRC17:47
*** ekcs has joined #openstack-meeting17:47
*** Leom_ has quit IRC17:49
*** doonhamm_ has joined #openstack-meeting17:50
*** doonhammer has quit IRC17:53
*** s3wong has joined #openstack-meeting17:55
*** edtubill has joined #openstack-meeting17:57
*** Guest25209 has quit IRC17:57
*** jruano has quit IRC17:57
*** adiantum has joined #openstack-meeting17:59
russellbHi, is anyone around to talk about networking-ovn?18:00
*** chandrav has joined #openstack-meeting18:01
*** ralonsoh has quit IRC18:01
russellbchandrav: hi!18:02
* russellb hasn't started meeting yet, nobody else has been around18:03
russellbbut we can do a quick one if you're here for that18:03
*** Apoorva has quit IRC18:03
chandravHi rusellb18:03
*** nmagnezi has quit IRC18:03
russellb#startmeeting networking_ovn18:04
openstackMeeting started Thu Nov  3 18:04:08 2016 UTC and is due to finish in 60 minutes.  The chair is russellb. Information about MeetBot at http://wiki.debian.org/MeetBot.18:04
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.18:04
*** openstack changes topic to " (Meeting topic: networking_ovn)"18:04
openstackThe meeting name has been set to 'networking_ovn'18:04
russellb#topic Announcements18:04
*** openstack changes topic to "Announcements (Meeting topic: networking_ovn)"18:04
russellbLast week we had the OpenStack Summit18:04
russellbThere was a general OVN talk18:04
russellb#link https://www.youtube.com/watch?v=q3cJ6ezPnCU18:04
russellbwe also had a design summit session on networking-ovn, discussing plans for the cycle18:04
russellb#link https://etherpad.openstack.org/p/networking-ovn-ocata-summit18:04
russellb#topic patches18:05
*** openstack changes topic to "patches (Meeting topic: networking_ovn)"18:05
russellbchandrav: thanks for rebasing the snat / floating ip patch!18:05
*** rcernin has joined #openstack-meeting18:05
russellb#link https://review.openstack.org/#/c/346646/18:05
*** sdake has joined #openstack-meeting18:05
chandravRichard gave a -1 bcoz of missing sync code18:05
russellbyes, i saw that update18:06
chandravi think that can be a follow up patch, would like to know your opinion18:06
russellbchandrav: i think his concern is that it breaks a working CI job18:06
*** zhouhan has joined #openstack-meeting18:06
chandravWhich CI job is this ? isnt the CI job in log mode for the sync ?18:07
russellblet me see if i can find the bug where he mentioned that ...18:07
russellbhttps://bugs.launchpad.net/networking-ovn/+bug/163451118:07
openstackLaunchpad bug 1634511 in networking-ovn "Switch multi-node CI job for networking-ovn to voting" [Undecided,Confirmed]18:07
*** jgregor has joined #openstack-meeting18:07
*** jgregor has quit IRC18:08
*** jgregor has joined #openstack-meeting18:08
russellbbut i'm not sure that what he asked for is related to that failure18:09
chandravyeah, i dont see how it relates to the failure18:09
russellbi think you're right18:09
chandravthe sync mode by default is set to log and not repair IIRC18:10
russellbyes18:10
russellbOK, can you file a bug for the sync util issue then?18:11
russellbare you interested in working on that, or need someone else to pick it up?18:11
chandravhttps://bugs.launchpad.net/networking-ovn/+bug/1629076.18:12
openstackLaunchpad bug 1629076 in networking-ovn "Add sync tool support for NAT" [Undecided,Confirmed] - Assigned to Chandra Sekhar Vejendla (csvejend)18:12
chandravIf someone can take it up that will be great18:12
russellbok18:12
russellbhow about the minor comments from gary18:12
russellbwant to update for those?  or want me to?18:12
russellbi'm happy to18:13
chandravi'll fix them and push a patch in a few mins18:13
*** rossella_s has quit IRC18:13
*** zhouhan has quit IRC18:13
*** rossella_s has joined #openstack-meeting18:14
russellbthanks for your help, chandrav18:14
russellb#topic open discussion18:14
*** openstack changes topic to "open discussion (Meeting topic: networking_ovn)"18:14
russellbanything else for today?18:15
*** dprince has quit IRC18:15
*** baoli_ has quit IRC18:15
russellbwe can continue any further discussion over in #openstack-neutron-ovn18:17
russellbthanks!18:17
russellb#endmeeting18:17
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"18:17
openstackMeeting ended Thu Nov  3 18:17:31 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)18:17
openstackMinutes:        http://eavesdrop.openstack.org/meetings/networking_ovn/2016/networking_ovn.2016-11-03-18.04.html18:17
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/networking_ovn/2016/networking_ovn.2016-11-03-18.04.txt18:17
openstackLog:            http://eavesdrop.openstack.org/meetings/networking_ovn/2016/networking_ovn.2016-11-03-18.04.log.html18:17
*** Naeil has quit IRC18:19
*** Sukhdev has joined #openstack-meeting18:20
*** sdake has quit IRC18:22
*** mkoderer has quit IRC18:22
*** Apoorva has joined #openstack-meeting18:27
*** egallen has joined #openstack-meeting18:28
*** piet has quit IRC18:32
*** hashar is now known as hasharAway18:33
*** egallen has left #openstack-meeting18:33
*** ekcs has left #openstack-meeting18:36
*** singhj has joined #openstack-meeting18:37
*** zz_dimtruck is now known as dimtruck18:39
*** dprince has joined #openstack-meeting18:41
*** john-davidge has quit IRC18:41
*** egallen has joined #openstack-meeting18:42
*** annegentle has quit IRC18:43
*** spzala has quit IRC18:43
*** acoles is now known as acoles_18:45
*** spzala has joined #openstack-meeting18:46
*** kaisers has quit IRC18:46
*** egallen has quit IRC18:48
*** egallen has joined #openstack-meeting18:48
*** kaisers has joined #openstack-meeting18:49
*** rockyg has joined #openstack-meeting18:52
*** paw has quit IRC18:52
*** jruano has joined #openstack-meeting18:54
*** jungleboyj has quit IRC18:57
*** spotz is now known as spotz_zzz18:57
*** chris_morrell has joined #openstack-meeting18:58
*** toscalix has quit IRC18:58
*** strigazi_AFK is now known as strigazi19:02
*** JoseMello has left #openstack-meeting19:03
*** asselin_ has joined #openstack-meeting19:09
*** asselin__ has joined #openstack-meeting19:10
*** jungleboyj has joined #openstack-meeting19:12
*** e0ne has quit IRC19:12
*** asselin has quit IRC19:13
*** bill_az has joined #openstack-meeting19:14
*** asselin_ has quit IRC19:16
*** lpetrut has joined #openstack-meeting19:17
*** baoli_ has joined #openstack-meeting19:18
*** jaugustine_ has joined #openstack-meeting19:19
*** Leom has joined #openstack-meeting19:21
*** david-lyle has quit IRC19:23
*** glonlas_ has joined #openstack-meeting19:24
*** bill_az has quit IRC19:25
*** david-lyle has joined #openstack-meeting19:25
*** singhj has quit IRC19:27
*** glonlas_ has quit IRC19:28
*** glonlas has joined #openstack-meeting19:29
*** mmedvede has quit IRC19:29
*** jckasper has quit IRC19:30
*** electrofelix has quit IRC19:31
*** glonlas has left #openstack-meeting19:32
*** paw has joined #openstack-meeting19:33
*** strigazi is now known as strigazi_AFK19:33
*** yamahata has quit IRC19:34
*** iyamahat has quit IRC19:34
*** strigazi_AFK is now known as strigazi19:35
*** jruano has quit IRC19:35
*** jckasper has joined #openstack-meeting19:36
*** raj_singh_ has joined #openstack-meeting19:40
*** jckasper has quit IRC19:40
*** strigazi is now known as strigazi_AFK19:41
*** baoli_ has quit IRC19:45
*** hasharAway is now known as hashar19:46
*** slayer_ has quit IRC19:47
*** baoli has joined #openstack-meeting19:48
*** jaugustine_ has quit IRC19:50
*** baoli_ has joined #openstack-meeting19:51
*** baoli has quit IRC19:51
*** singhj has joined #openstack-meeting19:54
*** jaugustine_ has joined #openstack-meeting19:55
*** zhonghua has quit IRC19:55
*** baoli__ has joined #openstack-meeting19:55
*** baoli_ has quit IRC19:55
*** zhonghua-lee has joined #openstack-meeting19:56
*** glonlas has joined #openstack-meeting19:57
*** glonlas has left #openstack-meeting19:57
*** sambetts is now known as sambetts|afk19:58
*** rvasilets___ has quit IRC19:58
*** iyamahat has joined #openstack-meeting20:00
*** chris_morrell has quit IRC20:00
*** rfolco has quit IRC20:02
*** krtaylor has joined #openstack-meeting20:02
*** krtaylor has quit IRC20:03
*** auggy has joined #openstack-meeting20:05
*** jgregor has quit IRC20:08
*** jgregor has joined #openstack-meeting20:09
*** bobmel has quit IRC20:10
*** bobmel_ has joined #openstack-meeting20:10
*** rtheis has quit IRC20:12
*** jgregor has quit IRC20:13
*** egallen has quit IRC20:13
*** rockyg has quit IRC20:13
*** hongbin has joined #openstack-meeting20:14
*** egallen has joined #openstack-meeting20:14
*** jaugustine_ has quit IRC20:22
*** askb has joined #openstack-meeting20:24
*** dprince has quit IRC20:26
*** doonhamm_ has quit IRC20:29
*** gyee has joined #openstack-meeting20:32
*** vhoward has quit IRC20:32
*** krtaylor has joined #openstack-meeting20:34
*** pradk has quit IRC20:36
*** dimtruck is now known as zz_dimtruck20:36
*** pradk has joined #openstack-meeting20:36
*** zz_dimtruck is now known as dimtruck20:37
*** egallen has quit IRC20:37
*** chandrav has quit IRC20:39
*** diablo_rojo has quit IRC20:41
*** baoli__ has quit IRC20:43
*** baoli has joined #openstack-meeting20:43
*** adiantum has quit IRC20:46
*** lpetrut has quit IRC20:48
*** mmedvede has joined #openstack-meeting20:48
*** jgregor has joined #openstack-meeting20:51
*** raildo has quit IRC20:54
*** askb has quit IRC20:54
*** julim has quit IRC20:55
*** askb has joined #openstack-meeting20:55
*** rcernin has quit IRC20:57
*** gouthamr has quit IRC20:58
*** cleong has quit IRC20:59
*** jungleboyj has quit IRC20:59
*** slayer has joined #openstack-meeting21:02
*** chris_morrell has joined #openstack-meeting21:05
*** ayoung has quit IRC21:06
*** thorst_ has joined #openstack-meeting21:07
*** thorst has quit IRC21:09
*** david-lyle has quit IRC21:09
*** spzala has quit IRC21:09
*** spzala has joined #openstack-meeting21:10
*** chandrav has joined #openstack-meeting21:12
*** spzala has quit IRC21:15
*** dimtruck is now known as zz_dimtruck21:15
*** lblanchard has quit IRC21:15
*** singhj has quit IRC21:16
*** edtubill has quit IRC21:17
*** eharney has quit IRC21:19
*** spzala has joined #openstack-meeting21:21
*** askb has quit IRC21:21
*** ALUVial has quit IRC21:23
*** bill_az has joined #openstack-meeting21:24
*** Daisy has joined #openstack-meeting21:25
*** chris_morrell has quit IRC21:27
*** slayer has quit IRC21:27
*** Daisy has quit IRC21:29
*** askb has joined #openstack-meeting21:34
*** e0ne has joined #openstack-meeting21:35
*** thorst_ has quit IRC21:36
*** jgregor has quit IRC21:39
*** bill_az has quit IRC21:39
*** jruano has joined #openstack-meeting21:39
*** jgregor has joined #openstack-meeting21:39
*** jruano has quit IRC21:40
*** baoli has quit IRC21:41
*** jgregor has quit IRC21:44
*** jaugustine_ has joined #openstack-meeting21:44
*** jaugustine_ has quit IRC21:44
*** lpetrut has joined #openstack-meeting21:49
*** lbrune has joined #openstack-meeting21:50
*** askb has quit IRC21:50
*** maeca1 has quit IRC21:51
*** askb has joined #openstack-meeting21:52
*** rockyg has joined #openstack-meeting21:54
*** Patifa has quit IRC21:56
*** harlowja has quit IRC21:56
*** jruano has joined #openstack-meeting21:58
*** designbybeck has quit IRC21:58
*** rockyg has quit IRC21:59
*** ihrachys has joined #openstack-meeting22:00
armaxhello22:00
*** rasca has quit IRC22:00
armaxknock knock22:00
armaxanyone out there?22:00
ihrachysyeah though almost missed it22:00
kevinbentonhi22:00
ihrachysbloody tz22:00
armaxihrachys: it looks it might be just me, you...22:01
*** david-lyle_ has joined #openstack-meeting22:01
kevinbenton!@22:01
openstackkevinbenton: Error: "@" is not a valid command.22:01
armaxmaybe kevinbenton22:01
kevinbentonwho else is on this team right now?22:01
ihrachyskevinbenton: still around Vienna22:01
ihrachys?22:01
kevinbentonno, i was in vienna before the summit22:02
kevinbentonjust got around to uploading the pics to facebook :)22:02
armaxamuller, amotoki, HenryG, carl_baldwin and that’s about it22:02
HenryGo/22:02
armaxwow, that’s a late response22:02
*** david-lyle_ has quit IRC22:02
armax!@22:02
openstackarmax: Error: "@" is not a valid command.22:02
armaxthat’s better22:02
ihrachysarmax: it respects you more22:03
armaxihrachys: there you go22:03
kevinbenton! :'(22:03
openstackkevinbenton: Error: ":'(" is not a valid command.22:03
armax!!22:03
openstackarmax: Error: "!" is not a valid command.22:03
HenryG!?22:03
openstackHenryG: Error: "?" is not a valid command.22:03
armax?!22:03
*** bobh_ has quit IRC22:03
*** auggy has left #openstack-meeting22:03
*** david-lyle has joined #openstack-meeting22:03
armaxok, shall we start and perhaps have a brief touch point?22:03
armax#startmeeting neutron_drivers22:03
openstackMeeting started Thu Nov  3 22:03:55 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
*** openstack changes topic to " (Meeting topic: neutron_drivers)"22:03
kevinbentoncode of conduct violation22:03
openstackThe meeting name has been set to 'neutron_drivers'22:03
ihrachysis it neutron drivers or neutron kindergarten meeting? couldn't deduce22:04
HenryGis there a difference?22:04
armaxprobably not22:04
armaxok guys, let’s be quick for ihrachys’ sake22:05
armaxdespite him gaining back an hour22:05
armaxhe’s still pretty sleepy22:05
* ihrachys closes his webcam with a sticker just in case22:05
armaxfor our US folks, next week we switch back from daylight saving22:05
armaxso this meeting we’ll start an hour earlier22:06
armaxso the team meeting, for instance is 6am PST22:06
*** rrecio_ has quit IRC22:06
armaxif I didn’t join at 7am, imagine what happens now22:06
armaxanyhoo22:06
armaxI digress22:06
kevinbentonwell at least it's not too early22:06
*** lpetrut has quit IRC22:06
*** rrecio has joined #openstack-meeting22:06
*** bobh has joined #openstack-meeting22:07
armaxlet’s talk about the stadium assessment really quick22:07
armaxright now we have these pending patches:22:07
armaxhttps://review.openstack.org/#/q/status:open+project:openstack/neutron-specs+branch:master+topic:stadium-implosion22:07
armaxthose that are good to go I believe are22:07
armaxhttps://review.openstack.org/#/c/383908/22:07
armaxhttps://review.openstack.org/#/c/383882/22:07
*** jprovazn has quit IRC22:08
armaxI have not seem much activity on https://review.openstack.org/#/c/383907/22:08
armaxso that’s probably good too22:08
*** iyamahat_ has joined #openstack-meeting22:08
armaxI’ll respin the others22:08
armaxby the end of today22:08
*** iyamahat has quit IRC22:08
armaxif you guys can keep an eye on them22:08
HenryGI tried to ping neil, no response today22:08
armaxHenryG: he and I had a chat at the summit22:09
*** rrecio has quit IRC22:09
armaxhe’ll be working on some of the feedback22:09
ihrachyslast time I heard from neil was on Fri at the summit, asking about some gaps to close22:09
armaxbut time and resources are tight22:09
armaxwe’ll support him the best way we can22:09
*** lamt has quit IRC22:10
armaxas things stand, it’s unlikely calico is gonna make the cut22:10
ihrachysthe question is, will he be able to deliver much in next week. I doubt.22:10
armaxbut miracles do happen22:10
armaxihrachys: you’re not a man of faith?22:10
ihrachysarmax: doesn't seem you are; I am just copying from the best22:10
armaxihrachys: I used to be22:11
armaxihrachys: :)22:11
armaxanyhoo, I’ll refresh these, then I’ll make sure that the summary capture an updated snapshot of where things stand22:11
*** bobh has quit IRC22:11
armaxI started with revisiting the governance list22:12
armaxhttps://review.openstack.org/#/c/392010/22:12
armaxas you can see, the projects don’t disappear22:12
*** raj_singh_ has quit IRC22:12
*** rossella_s has quit IRC22:13
armaxand assumed someone pulls the right weight behind them again, there’s no reason why the patch can’t be reverted22:13
*** rossella_s has joined #openstack-meeting22:13
ihrachysthat retirement is reversible right? they just propose a patch on top, either moving under tent, or into stadium, again22:14
armaxihrachys: correct22:14
armaxa tangential effort I am poking at slowly is this22:14
armaxhttps://review.openstack.org/#/c/391594/22:14
armaxthis is another area to which I would like to bring some sanity too22:14
armaxof all the gazillion drivers we have in neutron, in tree, out of tree and those that rely on 3rd party22:15
armaxci22:15
armaxthere’s no common standard to use as a comparative measure22:15
*** lbrune has quit IRC22:15
armaxif I get some blessing from the tempest folks in the direction22:16
armaxthen I would like to extend these to our internal API tests too22:16
armaxI talked to thingee a few times in the past about this and I also look forward to his feedback22:17
thingeearmax can you point me to any discussion or patch?22:17
armaxhttps://review.openstack.org/#/c/391594/22:18
thingeethanks22:18
armaxwe had a verbal discussion last week22:18
*** maeca1 has joined #openstack-meeting22:18
armaxplus a few emails way back22:18
ihrachysI may easily miss the point, so sorry for that; but that seems more like redefining extensions and/or defcore, which is suspicious. but I need to have a closer look (I will tomorrow)22:19
*** absubram has quit IRC22:19
armaxihrachys: not quite, but if I was unable to convey my message clearly I obviosuly need to work on it22:20
armaxthe patch is just a start22:20
ihrachyswell, it may well be me not being able to grasp the idea in 1 minute of reading the commit message :P22:20
armaxI did not want to put an awful lot of work into it without having an initial feedback22:20
armaxihrachys: sure22:20
*** singhj has joined #openstack-meeting22:20
armaxas to your specific point22:20
armaxtoday when we look at the list of neutron extensions22:21
armaxthe list is flat22:21
thingeearmax thanks for starting this22:21
armaxwe don’t know which plugins implement which extensions22:21
*** gouthamr has joined #openstack-meeting22:21
*** baoli has joined #openstack-meeting22:21
armaxihrachys: there’s probably a few ways to skin this cat, but give it some thought and we can talk at a better time of your day :)22:22
ihrachysofc22:22
*** neiljerram has joined #openstack-meeting22:22
armaxas soon as next week I’d like to resume reviewing some RFEs22:23
*** jaypipes has quit IRC22:23
armaxI appreciate the cycle is tight22:23
armaxand we most likely won’t be able to tackle any22:23
armaxbut at least we can give some feedback to submitters22:24
armaxon whether they are on the right track or not22:24
armaxso if you guys can spare a few momemnts out of your week to look at the usual lists22:25
armaxhttps://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=NEW&field.tag=rfe22:25
armaxhttps://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Confirmed&field.tag=rfe22:25
armaxhttps://bugs.launchpad.net/neutron/+bugs?field.status%3Alist=Triaged&field.tag=rfe22:25
*** singhj has quit IRC22:25
armaxthat would be good22:25
armaxI usually carve some time to screen the lists before the meeting anyway22:25
*** ayoung has joined #openstack-meeting22:26
HenryGDid you see this? https://bugs.launchpad.net/bugs/163839922:26
openstackLaunchpad bug 1638399 in neutron "EC2 networking driver for Neutron" [Undecided,New]22:26
*** xyang1 has quit IRC22:26
armaxyes22:26
armaxit was filed as blueprint to start off22:26
ihrachysHenryG: I think it was at a keynote22:27
ihrachysoh right, that's what it says in the desc22:27
ihrachysI don't believe we need to have it in scope of neutron itself do we?22:28
armaxI haven’t given it any thought yet22:28
HenryGAbout neutron-lib22:29
armaxihrachys: it doesnt’ have to be, but I suppose we can also look at it from the perspective of stadium inclusion criteria and judge that way22:30
armaxHenryG: shoot22:30
ihrachysarmax: it would need to first move to our infra and apply significant effort to get to that point where we could judge it22:30
armaxihrachys: agreed22:31
HenryGHow do we make it official about the new policy for rehoming and (not) deprecating code?22:31
armaxHenryG: make official what exactly?22:31
armaxoh22:31
armaxHenryG: I added a section here:22:31
armaxhttps://wiki.openstack.org/wiki/Network/Meetings#Neutron-lib_and_planned_breakages22:31
armaxI was going to use the latest neutron-lib release as a way to trial the process a bit22:32
armaxso bear with me22:32
armaxI’ll probably tweak the title22:32
HenryGOK. Will we need an entry in policies.rst?22:32
armaxwhat for?22:32
*** devananda is now known as devananda|away22:33
HenryGTo make it official. I guess I am not seeing how we can defend ourselves when we break others.22:33
armaxunderstood22:33
armaxwould a link to https://review.openstack.org/#/c/331338/ (in whichever shape that is going to merge) suffice?22:33
armaxwe’ll have to announce this on the various media we have at our disposal anyway22:34
*** rbak has quit IRC22:34
HenryGYes, that seems about right22:34
armaxto make sure the people who pay attention have a chance to absorb the change22:34
armaxrenamed to https://wiki.openstack.org/wiki/Network/Meetings#Neutron-lib_and_planned_neutron_refactoring btw22:35
armaxbtw we have neutron-lib 1.0.0 by the looks of it22:36
armaxhttps://review.openstack.org/#/c/392009/22:36
HenryGyep, cool22:36
armaxI don’t see it here yet22:36
armaxhttps://review.openstack.org/#/q/project:openstack/requirements+status:open22:36
armaxbut I recall from an email from dhellmann that the process is changing slightly22:37
HenryGAre we missing something?22:37
HenryGOr is it just the usual latency?22:37
armaxhttp://lists.openstack.org/pipermail/openstack-dev/2016-November/106593.html22:38
ihrachysrelease-post job still running for the release22:38
ihrachys4:31 already22:38
armaxpoint * Updating upper-constraints.txt for a release22:38
*** baoli has quit IRC22:38
ihrachysso pypi does not really have a tarball22:38
ihrachysso nothing to update from22:38
ihrachysanother release-post job is hanging for 7hours already.22:40
ihrachysit will take time22:40
armaxouch22:40
armaxI was hoping I could use my bulldozzer straight away22:40
*** baoli has joined #openstack-meeting22:41
armaxok22:42
*** mickeys has quit IRC22:42
*** toabctl has quit IRC22:42
armaxI don’t think I have much else on my plate22:42
armaxand I promised I’d get ihrachys off the hook sooner22:42
*** toabctl has joined #openstack-meeting22:42
armaxthan usual22:42
armaxwe could have him stick another hour though since he’s already back to standard time22:42
ihrachys:)22:43
*** ayoung has quit IRC22:43
*** mickeys has joined #openstack-meeting22:43
armaxanything else that comes to mind from everyone?22:43
armaxwords of praise/despair/dislike/anger/joy?22:43
*** ayoung has joined #openstack-meeting22:44
*** baoli_ has joined #openstack-meeting22:44
*** ircuser-1 has quit IRC22:45
*** fernnest has quit IRC22:45
*** fernnest_ has quit IRC22:45
*** fernnest__ has quit IRC22:45
armaxok it looks like you guys have lost the will to live22:45
*** iyamahat_ has quit IRC22:46
* ihrachys waves22:46
HenryGARMAX IS THE GREATEST22:46
*** baoli has quit IRC22:46
armaxI’ll let you swim in your silence22:46
armaxHenryG: I didn’t say to use words of derision22:46
armaxanyhoo :)22:46
armaxhave a good weekend when it comes22:47
armaxcheers everyone22:47
armax#endmeeting22:47
ihrachyso/22:47
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"22:47
openstackMeeting ended Thu Nov  3 22:47:09 2016 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)22:47
openstackMinutes:        http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-11-03-22.03.html22:47
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-11-03-22.03.txt22:47
openstackLog:            http://eavesdrop.openstack.org/meetings/neutron_drivers/2016/neutron_drivers.2016-11-03-22.03.log.html22:47
kevinbentonby!22:47
kevinbentone22:47
*** diablo_rojo has joined #openstack-meeting22:49
*** iyamahat_ has joined #openstack-meeting22:50
*** annegentle has joined #openstack-meeting22:51
*** baoli has joined #openstack-meeting22:51
*** baoli_ has quit IRC22:53
*** asselin_ has joined #openstack-meeting22:54
*** maeca1 has quit IRC22:55
*** asselin__ has quit IRC22:56
*** kaminohana has joined #openstack-meeting22:56
*** baoli has quit IRC22:57
*** ebalduf has joined #openstack-meeting22:58
*** ircuser-1 has joined #openstack-meeting23:03
*** singlethink has quit IRC23:03
*** ayoung has quit IRC23:03
*** hashar has quit IRC23:03
*** spzala has quit IRC23:04
*** zz_dimtruck is now known as dimtruck23:04
*** tpsilva has quit IRC23:04
*** lpetrut has joined #openstack-meeting23:06
*** bobmel_ has quit IRC23:07
*** bobmel has joined #openstack-meeting23:07
*** bobmel has quit IRC23:12
*** annegentle has quit IRC23:12
*** tr3buchet is now known as clubhand23:13
*** clubhand is now known as tr3buchet23:14
*** askb has quit IRC23:16
*** chandrav has quit IRC23:17
*** yamahata has joined #openstack-meeting23:23
*** bobh has joined #openstack-meeting23:23
*** bobh has quit IRC23:25
*** bobh has joined #openstack-meeting23:28
*** ihrachys has quit IRC23:28
*** lpetrut has quit IRC23:29
*** askb has joined #openstack-meeting23:29
*** bobh has quit IRC23:30
*** lblanchard has joined #openstack-meeting23:33
*** e0ne has quit IRC23:33
*** yamahata has quit IRC23:33
*** yamahata has joined #openstack-meeting23:35
*** mtanino has quit IRC23:39
*** yuanying has joined #openstack-meeting23:41
*** jruano has quit IRC23:43
*** ayoung has joined #openstack-meeting23:48
*** gyee has quit IRC23:49

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