Thursday, 2017-09-28

*** ekcs has joined #openstack-meeting00:00
*** ramineni_ has joined #openstack-meeting00:00
*** iyamahat has quit IRC00:01
ekcs#startmeeting congressteammeeting00:01
openstackMeeting started Thu Sep 28 00:01:45 2017 UTC and is due to finish in 60 minutes.  The chair is ekcs. 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
ekcshi all. welcome back! topics are here as usual: #link https://etherpad.openstack.org/p/congress-meeting-topics00:02
ramineni_ekcs: hi00:02
ekcshi ramineni_ !00:02
ekcslet’s get started then =)00:04
ekcslet’s start with the qos driver00:04
ekcs#topic QoS patch00:05
*** openstack changes topic to "QoS patch (Meeting topic: congressteammeeting)"00:05
ekcs#link https://review.openstack.org/#/c/488992/00:05
patchbotpatch 488992 - congress - Add Qos translator in neutron datasource drive.00:05
*** baoli_ has quit IRC00:05
ekcsmaybe we can settle on a course of action for the duplicated code between neutron driver and neutron qos driver00:05
ekcsramineni_ said: Actually, my initial thought was if we inherit from Neutronv2 driver, would make sense, but you pointed out that both are independent, may be we can make this class method in neutronv2 and use it here or if we can reuse this for every datasource, adding in common file like utils.py makes sense.?00:06
ramineni_I saw your comment .. if it's too difficult to common out we can leave it as it is .. And fix that later00:07
*** thorst has joined #openstack-meeting00:07
*** thorst has quit IRC00:08
ekcsI like the thought about whether it’s a general thing many drivers can use.00:10
ekcsthe concept is certainly general, but I think it’s used only in neutron because of the way neutron’s update method works.00:10
*** galstrom_zzz is now known as galstrom00:10
ramineni_ekcs: right00:11
ekcsa class method is complicated because it calls instance methods.00:12
ekcsI do think it’s a good idea to minimize duplication.00:12
ekcsSo I wonder if it’s worth introducing an abstract parent class for both neutron and neutron qos00:13
*** yangyapeng has quit IRC00:13
ramineni_ekcs: I think sounds good00:14
*** yangyapeng has joined #openstack-meeting00:14
ramineni_We can add all the common functions to base class00:14
ekcsi’m on the fence because avoiding duplication is good, but may also be overkill in this case.00:15
ekcsYou know another thought is maybe we can remove that method altogether from qos00:15
ekcsI think we can just do that actually.00:16
ekcsI’ll look into that.00:16
ramineni_Is it not required00:16
ramineni_?00:17
ramineni_For action execution we can directly call neutron: update..00:17
ekcsit’s a special action to make it more convenient to invoke neutron update action.00:17
ekcsbut I don’t think we necessarily need to in the qos driver00:18
*** yangyapeng has quit IRC00:18
ekcsunless it’s needed for qos specific action, which I don’t think it is.00:18
ramineni_Ok got it .then we can remove it00:18
ekcsalright great! easiest solution of all haha.00:19
ramineni_It uses neutron client .. So it should be supported for all actions00:19
ramineni_Both uses neutron client00:19
ramineni_So ..ya method is not required in QoS I suppose00:20
ekcsright.00:20
ekcsok moving on then00:20
ekcs#topic other patches00:20
*** openstack changes topic to "other patches (Meeting topic: congressteammeeting)"00:20
*** baoli has joined #openstack-meeting00:20
ekcsany other patch we should discuss?00:21
ekcs#link https://review.openstack.org/#/q/project:openstack/congress+status:open00:21
ekcsmaybe not.00:21
ekcsOn this patch: https://review.openstack.org/#/c/492791/00:22
patchbotpatch 492791 - congress - Resolve replica test instability and re-enable00:22
ramineni_Your first patch seems good ..but I want to check logs once .. It's giving file not found .. So issued recheck00:22
ramineni_Then Jenkins seems not passing00:23
ramineni_:(00:23
*** galstrom is now known as galstrom_zzz00:23
ramineni_ekcs: yes, please go ahead .. I didn't understand that patch fix00:24
ekcsgot it yea that shouldn’t be hard to fix. i’ll push it through later.00:24
ramineni_49279100:24
ekcsYes for that one, I don’t totally understand either.00:24
ekcsI’m with you that it seems initialize to called before services are launched00:25
ekcsso by the time congress responds to curl the file should be there.00:25
ekcsbut it’s only even remotely plausible possibility I could come up with why sometimes00:25
ekcsthe permission setting didn’t go through.00:25
ekcsSince it’s just testing code that doesn’t affect users, I’d like to just merge it and see what happens.00:26
ekcsif the same problem remains, then we can investigate further.00:26
ekcsbut if the problem goes away then we’re good.00:26
ramineni_Hmm00:27
*** slaweq_ has quit IRC00:27
ramineni_But can we check permission is there at that point in test00:27
ramineni_Did u try to print that one00:28
ramineni_Ok .. Let me go through patch again00:29
ramineni_Replica instability came after the encryption patch merged?00:29
ekcsI know it’s because of permission because I see it in the logs. first they won’t work at all. then I added this permission fix to devstack to make it work. but somehow once in a while I still saw the same permission issue.00:30
ekcsyes it’s because of encryption patch.00:30
ekcshow about we add an bash echo statement here: https://review.openstack.org/#/c/492791/1/devstack/plugin.sh@23800:31
patchbotpatch 492791 - congress - Resolve replica test instability and re-enable00:31
ekcsand merge it. that way we’ll be able to see whether it ever happens the file doesn’t exist at this point i ndevstack.00:31
*** slaweq_ has joined #openstack-meeting00:32
ramineni_ekcs: ok .. hoping we won't be looping forever if file creation failed with some reason00:33
ekcswell then at least the problem should be obvious =)00:34
ekcsok then.00:34
ekcsmoving on then.00:34
ekcs#topic proposed neutron action to attach/detach security group to port00:35
*** openstack changes topic to "proposed neutron action to attach/detach security group to port (Meeting topic: congressteammeeting)"00:35
ekcsWhen a Congress policy modifies the security groups associated with a neutron port, it is often helpful to have an action to add or remove a single security group. Here is an example: https://etherpad.openstack.org/p/congress-microseg (find string: neutronv2:attach_security_group_to_port)00:35
*** wanghao has joined #openstack-meeting00:35
ekcsBut the standard neutron API requires updating the entire list of security groups associated with a port (https://developer.openstack.org/api-ref/network/v2/index.html#update-port)00:36
ekcswhich is hard to do in congress policy.00:36
ekcsSo I’m thinking I’ll add a driver action for attach and an action for detach (a single group to port)00:37
ramineni_Ok .. And u call update port only in that right00:37
ekcsthe code should be fairly simple. read the SGs attached to port. add a new one. then call update with the new list.00:38
ramineni_Ok00:38
ekcsthe only problem is that it can give an undesirable result sometimes because it’s not transactional.00:38
ekcsif between the retrieval and the update, another API call made a change, that change can get lost.00:39
ekcsactually overwritten.00:39
ramineni_Ohk .. Right00:39
*** wanghao has quit IRC00:40
*** b1airo has quit IRC00:40
ramineni_We can't use update_ resource_attrs00:40
ramineni_Even with that we have same problem right00:40
ekcswe can. but update means replace old list with new list. not add/remove individual element.00:40
ekcsright.00:40
ramineni_Ok .. I think sounds good .. I'll take a look at patch when u submit00:41
*** kiennt26 has joined #openstack-meeting00:42
ekcsok. yea unfortunately we’re fundamentally limited by the neutron api here. i’ll submit a patch and include these discussions.00:42
ramineni_Ok00:42
ekcs#topic enable all/most drivers in conf by default00:43
*** openstack changes topic to "enable all/most drivers in conf by default (Meeting topic: congressteammeeting)"00:43
*** bcafarel has quit IRC00:44
ekcswe have already discussed and agreed between you, me, and masahito. was hoping to bring it up when thinrichs is here00:44
ramineni_Oohk .. then may be next time then00:45
ekcsbut I think we should just go ahead and do it. pretty straightforward thing. no change for existing configs. can be overridden by new config.00:45
ekcsdo you see any possible problems to discuss?00:46
*** nikhil has joined #openstack-meeting00:46
*** zhurong has joined #openstack-meeting00:47
ramineni_ekcs: my main idea is not to keep it configurable .. and just in Conf if we have to disable ..just use driver names like nova , etc instead of class names00:47
ramineni_ekcs:  so not my ideal solution .. but solves part of issue I suppose :p00:48
ramineni_Main issue00:48
ekcsso you’re proposing we change the conf option so that we disable rather than enable drivers?00:48
ekcswhat case do you see that’s better addressed by changing the conf option rather than just enabling by default?00:49
ramineni_Yes , if we have to ..by default all will be enabled .. That's my idea00:49
*** litao__ has joined #openstack-meeting00:49
ekcsok I’m a little confused.00:50
*** Swami has quit IRC00:50
ekcsfrom our discussions we have a possible approach:00:50
ramineni_I don't see it's ideal to enable via class names in Conf .. it's not user changeable ..who does nt know the code00:51
ekcsA. all/most drivers enabled by default. most users would not need to specify the drivers conf option at all in their conf file.00:51
*** bcafarel has joined #openstack-meeting00:51
ekcsSo you’re saying A is good, but you would like to do something in addition to A.00:52
ekcsthat is if a user does find the need to specify the drivers conf option, that they do it by driver name rather than class path00:52
ekcsis that correct?00:52
ramineni_Using stevedore ..not enable by conf ..00:53
ramineni_Enable by class names in Conf is not my option and expose to user00:53
ekcsok i’m confused again.00:54
ekcsif we make it not configurable, then it doesn’t matter whether it’s by class path or driver name right?00:54
ramineni_But I think we can go ahead as discussed before .. It's just I'm not fully on-board somehow ..00:54
ekcsok can you explain a situation where a user benefits from the stevedore approach but not this default conf approach?00:55
ekcswe can continue the disucssion later too.00:55
ramineni_From user / operator point of view .. if we expose in Conf ..it's confurable right00:55
ekcsyes.00:56
ramineni_You can't make it read-only option for them00:56
ekcsno00:56
ramineni_I think time up again ..we  can continue later00:57
ramineni_Any other topics00:57
ekcsi don’t have other topics.00:57
ramineni_Queen priority00:57
ramineni_?00:57
ramineni_I assigned 2 features00:57
ekcsgreat!00:58
ramineni_Tempest and policy lib ..do they sound good00:58
ramineni_Or any other priority I can take it up?00:58
ekcsyea that sounds great!00:59
*** mriedem has quit IRC00:59
ramineni_Great00:59
*** YanXing_an has joined #openstack-meeting00:59
ekcsok then see you next time then! have a great week/end!01:00
ramineni_Bye01:00
ekcsbye!01:00
ekcs#endmeeting01:00
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"01:00
*** rbudden has quit IRC01:00
openstackMeeting ended Thu Sep 28 01:00:46 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)01:00
openstackMinutes:        http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-09-28-00.01.html01:00
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-09-28-00.01.txt01:00
openstackLog:            http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-09-28-00.01.log.html01:00
*** b1airo has joined #openstack-meeting01:03
*** lhx_ has quit IRC01:03
*** liusheng has quit IRC01:04
*** slaweq_ has quit IRC01:05
*** thorst has joined #openstack-meeting01:09
*** lennyb has quit IRC01:11
*** lennyb has joined #openstack-meeting01:11
*** slaweq_ has joined #openstack-meeting01:13
*** liusheng has joined #openstack-meeting01:16
*** yangyapeng has joined #openstack-meeting01:20
*** kevzha01 has joined #openstack-meeting01:20
*** mikal_ has joined #openstack-meeting01:22
*** hongbin has joined #openstack-meeting01:22
*** eharney has quit IRC01:22
*** thorst has quit IRC01:23
*** thorst has joined #openstack-meeting01:23
*** tovin07_ has joined #openstack-meeting01:24
*** yangyape_ has joined #openstack-meeting01:25
*** yangyapeng has quit IRC01:25
*** mikal has quit IRC01:25
*** thorst has quit IRC01:26
*** mikal_ has quit IRC01:28
*** edmondsw has joined #openstack-meeting01:28
*** masayukig has quit IRC01:28
*** masayukig has joined #openstack-meeting01:29
*** gcb has joined #openstack-meeting01:31
*** ekcs has quit IRC01:31
*** edmondsw has quit IRC01:32
*** julim has joined #openstack-meeting01:34
*** bnemec has quit IRC01:34
*** markstur has quit IRC01:36
*** eharney has joined #openstack-meeting01:36
*** markstur has joined #openstack-meeting01:36
*** markstur has quit IRC01:36
*** bnemec has joined #openstack-meeting01:39
*** esberglu has quit IRC01:43
*** slaweq_ has quit IRC01:43
*** slaweq_ has joined #openstack-meeting01:50
*** bcafarel has quit IRC01:51
*** mikal has joined #openstack-meeting01:56
*** bcafarel has joined #openstack-meeting01:58
zhenguo#startmeeting mogan02:02
openstackMeeting started Thu Sep 28 02:02:04 2017 UTC and is due to finish in 60 minutes.  The chair is zhenguo. Information about MeetBot at http://wiki.debian.org/MeetBot.02:02
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.02:02
*** openstack changes topic to " (Meeting topic: mogan)"02:02
openstackThe meeting name has been set to 'mogan'02:02
liushengo/02:02
zhenguoliusheng, shaohe_feng, litao__, Xinran, zhangyang: o/02:02
litao__o/02:02
Xinrano/02:03
zhenguoas always, the agenda:02:03
zhenguo#link https://wiki.openstack.org/wiki/Meetings/Mogan#Agenda_for_next_meeting02:03
zhenguolet's jump in02:03
zhenguo#topic announcements and reminders02:03
*** openstack changes topic to "announcements and reminders (Meeting topic: mogan)"02:03
shaohe_fengzhenguo: morning02:04
zhenguowe had a virtual PTG last week, thanks everyone for joining!02:04
zhenguoshaohe_feng: o/02:04
zhenguo#link https://etherpad.openstack.org/p/mogan-queens-ptg02:04
shaohe_fengzhenguo: we can get together next time. :)02:04
zhenguoshaohe_feng: sure, hah02:05
*** sdague has quit IRC02:05
liushengyes, let's go to Bug Smash in wuhan :P02:05
zhenguowhen?02:05
liushengzhenguo: not sure, maybe a month later02:05
zhenguohah cool02:06
*** unicell has quit IRC02:06
zhenguoThe current mogan master hasn't been replaced yet as infra folks are stuck with the zuul upgrade these days, hope it can be fixed up today.02:06
zhenguo#link http://lists.openstack.org/pipermail/openstack-dev/2017-September/122509.html02:06
*** b1airo has quit IRC02:07
shaohe_fengzhenguo: Chinese people will on vocation02:07
zhenguovacation?02:08
shaohe_fengzhenguo: so we are not eager to replaced the repo02:08
shaohe_fengzhenguo: yes, vacation02:08
shaohe_fengtypo02:08
liushengNational Day02:08
shaohe_fengzhenguo: maybe replaced it in chinese National Day  is OK.02:08
zhenguoyes, sure, but maybe there's someone want to work during vacation, lol02:08
liushenglol02:09
shaohe_fengzhenguo: OK. Thats can earn 3X salary.02:09
zhenguohah02:09
zhenguoI sent out an email to collect suggestions/concerns for mogan before we start the formal-vote for inclusion.02:10
zhenguo#link http://lists.openstack.org/pipermail/openstack-dev/2017-September/122594.htm02:10
shaohe_fengzhenguo: I I can get 3X salary, I want to work during vacation.02:10
zhenguoshaohe_feng: maybe you should takl with JF02:10
zhenguo*talk02:10
*** Apoorva_ has quit IRC02:10
shaohe_fengzhenguo: good idea. and take vacation after National Day.02:11
zhenguoshaohe_feng: that would never happen for us :(02:12
*** rbudden has joined #openstack-meeting02:13
zhenguoseems missed a trailing 'l' at the link obove02:13
zhenguoseems we don't get extreme objections for now02:13
shaohe_fengzhenguo: yes, I can not access it.02:14
shaohe_fengzhenguo: good.02:14
zhenguook, you can keep an eye on that mail02:15
*** liuyulong has joined #openstack-meeting02:15
zhenguonot much of announcement, anyone else have a thing here?02:15
shaohe_fengzhenguo: really good. Mogan is good to enhance  openstack on Bear metal cloud02:16
zhenguoshaohe_feng: sure thing, we all believe that, lol02:16
shaohe_fengzhenguo: It is good scenario to leverage ironic.02:16
*** rbudden has quit IRC02:17
zhenguoanything else?02:17
shaohe_fengzhenguo: I believe there will be more and more mogan deployment for BM cloud.02:17
liushengsomeone raised their concerns about conflicts with Ironic in the thread02:18
zhenguoliusheng: you can read the following mail02:18
shaohe_fengzhenguo: Seems are most developers on vacation already?02:19
zhenguoliusheng: especially from ironic guys opinions02:19
liushengzhenguo: any new reponse, I have readed all02:19
zhenguoliusheng: I mean those following up that one you raised02:19
liushengzhenguo: ok, will read later, someting wrong with my gmail connection :(02:20
zhenguoliusheng: ok02:20
*** krtaylor has joined #openstack-meeting02:20
shaohe_fengliusheng: should we explain to them,  that mogan is help ironic to setup BM cloud ecosystem?02:20
zhenguolet's move on02:20
liushengshaohe_feng: let's talk that later :)02:21
shaohe_fengliusheng: we do not touch ironic, just leverage it.02:21
shaohe_fengliusheng: OK, talk it later.02:21
zhenguoshaohe_feng: yes, sure, that's already clear now02:21
zhenguo#topic task tracking02:22
*** yamamoto has joined #openstack-meeting02:22
*** openstack changes topic to "task tracking (Meeting topic: mogan)"02:22
shaohe_fengzhenguo: Good. Hope other's, especially ironic developers know this.02:22
*** yamamoto has quit IRC02:22
*** slaweq_ has quit IRC02:22
zhenguo#links https://etherpad.openstack.org/p/MoganWhiteBoard02:22
*** yamamoto has joined #openstack-meeting02:22
zhenguoplease add the tasks assigined to you during the discussion on PTG02:24
*** baoli has quit IRC02:24
shaohe_fengOK02:24
*** thorst has joined #openstack-meeting02:26
*** slaweq_ has joined #openstack-meeting02:27
zhenguoas it's a new cycle, I don't think there are updates here02:27
zhenguowho's got a thing :)02:28
liushengwe have frozen code merging, hah02:29
zhenguo#topic open discussion02:29
*** openstack changes topic to "open discussion (Meeting topic: mogan)"02:29
zhenguoliusheng: oh, yes02:29
zhenguoliusheng: but seems there's no patch ready to land, lol02:30
zhenguoand seems we should focus on specs work now02:30
liushengzhenguo: yes, it should be02:30
*** unicell has joined #openstack-meeting02:31
zhenguowe will cancle the next week's meeting due to the vacation02:31
litao__zhenguo: yes02:31
shaohe_feng+102:31
litao__+102:31
liusheng+102:32
zhenguook02:32
zhenguohope you all have a nice vacation then02:32
*** esberglu has joined #openstack-meeting02:32
zhenguoif no more things want to discuss, we can end the meeting here02:32
shaohe_fengthanks. same to you.02:32
*** b1airo has joined #openstack-meeting02:33
zhenguook, thanks all for joining the meeting!02:33
zhenguo#endmeeting02:33
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"02:33
openstackMeeting ended Thu Sep 28 02:33:27 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)02:33
litao__ok02:33
openstackMinutes:        http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-09-28-02.02.html02:33
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-09-28-02.02.txt02:33
openstackLog:            http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-09-28-02.02.log.html02:33
*** baoli has joined #openstack-meeting02:34
*** unicell has quit IRC02:35
*** esberglu has quit IRC02:36
*** baoli has quit IRC02:42
*** wanghao has joined #openstack-meeting02:43
*** baoli has joined #openstack-meeting02:44
*** Rockyg has joined #openstack-meeting02:50
*** kiennt26 has quit IRC02:51
*** kiennt26 has joined #openstack-meeting02:51
*** nikhil has quit IRC02:55
*** slaweq_ has quit IRC03:00
*** b1airo has quit IRC03:04
*** kiennt26 has quit IRC03:06
*** reedip_ has joined #openstack-meeting03:07
*** janki has joined #openstack-meeting03:09
*** slaweq_ has joined #openstack-meeting03:09
*** reedip_ has quit IRC03:10
*** noslzzp has quit IRC03:10
*** kiennt26 has joined #openstack-meeting03:11
*** Sukhdev has quit IRC03:15
*** dgonzalez has quit IRC03:16
*** edmondsw has joined #openstack-meeting03:16
*** wanghao has quit IRC03:18
*** edmondsw has quit IRC03:21
*** dgonzalez has joined #openstack-meeting03:21
*** baoli has quit IRC03:21
*** baoli has joined #openstack-meeting03:22
*** Sukhdev has joined #openstack-meeting03:24
*** ramineni_ has quit IRC03:25
*** bnemec has quit IRC03:26
*** pksingh has joined #openstack-meeting03:30
*** baoli has quit IRC03:34
*** epico has joined #openstack-meeting03:34
*** slaweq_ has quit IRC03:41
*** links has joined #openstack-meeting03:44
*** slaweq_ has joined #openstack-meeting03:45
*** pksingh has quit IRC03:48
*** sridharg has joined #openstack-meeting03:52
*** tdasilva has quit IRC03:53
*** pksingh has joined #openstack-meeting04:00
*** zhurong has quit IRC04:07
*** kiennt26 has quit IRC04:09
*** tdasilva has joined #openstack-meeting04:11
*** sw3 has quit IRC04:13
*** slaweq_ has quit IRC04:18
*** yangyape_ has quit IRC04:22
*** yangyapeng has joined #openstack-meeting04:23
*** b1airo has joined #openstack-meeting04:23
*** sw3 has joined #openstack-meeting04:23
*** annabelleB has joined #openstack-meeting04:24
*** slaweq_ has joined #openstack-meeting04:24
*** hongbin has quit IRC04:31
*** Rockyg has quit IRC04:42
*** tongl has joined #openstack-meeting04:46
*** lpetrut has joined #openstack-meeting04:46
*** pksingh has quit IRC04:48
*** psachin has joined #openstack-meeting04:52
*** slaweq_ has quit IRC04:56
*** tongl has quit IRC04:58
*** slaweq_ has joined #openstack-meeting05:03
*** markstur has joined #openstack-meeting05:03
*** edmondsw has joined #openstack-meeting05:04
*** pksingh has joined #openstack-meeting05:07
*** markstur_ has joined #openstack-meeting05:08
*** lpetrut has quit IRC05:08
*** edmondsw has quit IRC05:09
*** annabelleB has quit IRC05:11
*** markstur has quit IRC05:12
*** annabelleB has joined #openstack-meeting05:17
*** dfflanders has joined #openstack-meeting05:22
*** lpetrut has joined #openstack-meeting05:23
*** pksingh has quit IRC05:27
*** Sukhdev has quit IRC05:29
*** yangyape_ has joined #openstack-meeting05:29
*** yangyapeng has quit IRC05:29
*** chyka has quit IRC05:31
*** pksingh has joined #openstack-meeting05:31
*** yangyape_ has quit IRC05:31
*** yangyapeng has joined #openstack-meeting05:32
*** slaweq_ has quit IRC05:33
*** dtrainor has quit IRC05:33
*** markstur_ has quit IRC05:34
*** claudiub|3 has joined #openstack-meeting05:37
*** markstur has joined #openstack-meeting05:38
*** marios has joined #openstack-meeting05:42
*** slaweq_ has joined #openstack-meeting05:43
*** lpetrut has quit IRC05:47
*** yangyapeng has quit IRC05:50
*** yangyape_ has joined #openstack-meeting05:50
*** flanders_ has joined #openstack-meeting05:51
*** lbrune has joined #openstack-meeting05:58
*** mrunge_ is now known as mrunge06:00
*** iyamahat has joined #openstack-meeting06:02
*** zhipeng has joined #openstack-meeting06:08
*** esberglu has joined #openstack-meeting06:11
*** erlon has quit IRC06:14
*** esberglu has quit IRC06:15
*** iyamahat has quit IRC06:16
*** liuyulong has quit IRC06:17
*** yangyape_ has quit IRC06:18
*** yangyapeng has joined #openstack-meeting06:19
*** rbartal has joined #openstack-meeting06:19
*** pcaruana has joined #openstack-meeting06:19
*** coolsvap has joined #openstack-meeting06:20
*** mrunge has quit IRC06:22
*** markstur has quit IRC06:23
*** yangyapeng has quit IRC06:23
*** mrunge has joined #openstack-meeting06:27
*** yangyapeng has joined #openstack-meeting06:29
*** markvoelker has quit IRC06:30
*** Alex_Staf has quit IRC06:30
*** yangyapeng has quit IRC06:34
*** zhurong has joined #openstack-meeting06:39
*** markstur has joined #openstack-meeting06:43
*** aeng has quit IRC06:46
*** slaweq_ has quit IRC06:46
*** ad_rien_ has joined #openstack-meeting06:46
*** markstur has quit IRC06:48
*** rossella_s has joined #openstack-meeting06:49
*** Tom has joined #openstack-meeting06:50
*** edmondsw has joined #openstack-meeting06:52
*** slaweq_ has joined #openstack-meeting06:53
*** makowals has joined #openstack-meeting06:53
*** tobiajo has joined #openstack-meeting06:54
*** edmondsw has quit IRC06:57
*** rcernin has joined #openstack-meeting07:00
*** yangyapeng has joined #openstack-meeting07:03
*** oidgar has joined #openstack-meeting07:06
*** yangyapeng has quit IRC07:07
*** fzdarsky has joined #openstack-meeting07:08
*** armax has joined #openstack-meeting07:08
*** asettle has quit IRC07:08
*** asettle has joined #openstack-meeting07:10
*** asettle is now known as Guest382807:10
*** reedip has quit IRC07:14
*** iyamahat has joined #openstack-meeting07:14
*** armax has quit IRC07:14
*** treiz has joined #openstack-meeting07:17
*** yangyapeng has joined #openstack-meeting07:17
*** yangyapeng has quit IRC07:18
*** yangyapeng has joined #openstack-meeting07:18
*** ralonsoh has joined #openstack-meeting07:19
*** b1airo has quit IRC07:25
*** kevzha01 has quit IRC07:26
*** kevzha01 has joined #openstack-meeting07:26
*** slaweq_ has quit IRC07:27
*** reedip has joined #openstack-meeting07:28
*** yangyapeng has quit IRC07:29
*** yangyape_ has joined #openstack-meeting07:29
*** anilvenkata|AFK is now known as anilvenkata07:29
*** slaweq_ has joined #openstack-meeting07:30
*** yangyape_ has quit IRC07:30
*** yangyapeng has joined #openstack-meeting07:30
*** armax has joined #openstack-meeting07:36
*** ad_rien_ has quit IRC07:36
*** zhouyaguo has joined #openstack-meeting07:42
*** armax has quit IRC07:42
*** annabelleB has quit IRC07:43
*** dfflanders has quit IRC07:44
*** kiennt26 has joined #openstack-meeting07:44
*** toscalix has joined #openstack-meeting07:54
*** yamamoto has quit IRC07:56
*** pksingh has quit IRC07:58
*** esberglu has joined #openstack-meeting07:59
*** slaweq_ has quit IRC08:02
*** rossella_s has quit IRC08:03
*** yamamoto has joined #openstack-meeting08:03
*** esberglu has quit IRC08:03
*** electrofelix has joined #openstack-meeting08:05
*** Alex_Staf has joined #openstack-meeting08:05
*** slaweq_ has joined #openstack-meeting08:09
*** zhipeng has quit IRC08:10
*** iyamahat has quit IRC08:10
*** eglute has quit IRC08:14
*** eglute has joined #openstack-meeting08:14
*** lpetrut has joined #openstack-meeting08:16
*** hashar has joined #openstack-meeting08:20
*** acoles has left #openstack-meeting08:21
*** alexchadin has joined #openstack-meeting08:22
*** lbrune has quit IRC08:24
*** yamamoto has quit IRC08:25
*** yamamoto has joined #openstack-meeting08:30
*** markvoelker has joined #openstack-meeting08:31
*** yamamoto_ has joined #openstack-meeting08:32
*** yamamoto_ has quit IRC08:34
*** yamamoto has quit IRC08:35
*** gongysh has joined #openstack-meeting08:35
*** yamahata has joined #openstack-meeting08:36
*** zhouyaguo has quit IRC08:39
*** Guest3828 is now known as asettle08:39
*** zhouyaguo has joined #openstack-meeting08:39
*** jesusaur has quit IRC08:40
*** edmondsw has joined #openstack-meeting08:41
*** lbrune has joined #openstack-meeting08:41
*** e0ne has joined #openstack-meeting08:42
*** slaweq_ has quit IRC08:43
*** edmondsw has quit IRC08:45
*** dbecker has joined #openstack-meeting08:46
*** beekhof_mb has joined #openstack-meeting08:46
*** yamahata has quit IRC08:46
*** yamahata has joined #openstack-meeting08:47
*** jesusaur has joined #openstack-meeting08:49
*** alexchadin has quit IRC08:50
*** alexchadin has joined #openstack-meeting08:51
*** alexchadin has quit IRC08:51
*** alexchadin has joined #openstack-meeting08:51
*** slaweq_ has joined #openstack-meeting08:54
*** beekhof_mb has quit IRC08:54
*** ralonsoh_ has joined #openstack-meeting09:00
*** kiennt26 has quit IRC09:00
*** alexchadin has quit IRC09:01
*** alexchadin has joined #openstack-meeting09:03
*** gongysh has quit IRC09:03
*** ralonsoh has quit IRC09:03
*** yangyapeng has quit IRC09:04
*** markvoelker has quit IRC09:05
*** yangyapeng has joined #openstack-meeting09:08
*** Tom has quit IRC09:09
*** yamamoto has joined #openstack-meeting09:14
*** yamamoto has quit IRC09:17
*** marios has quit IRC09:21
*** sambetts|afk is now known as sambetts09:24
*** artom has joined #openstack-meeting09:24
*** slaweq_ has quit IRC09:26
*** kevzha01 has quit IRC09:27
*** alexchad_ has joined #openstack-meeting09:28
*** alexchadin has quit IRC09:30
*** alexchad_ has quit IRC09:32
*** alexchadin has joined #openstack-meeting09:33
*** slaweq_ has joined #openstack-meeting09:36
*** armax has joined #openstack-meeting09:38
*** yamahata has quit IRC09:40
*** flanders_ has quit IRC09:40
*** armax has quit IRC09:42
*** sdague has joined #openstack-meeting09:44
*** markstur has joined #openstack-meeting09:44
*** ijw has quit IRC09:47
*** esberglu has joined #openstack-meeting09:47
*** markstur has quit IRC09:49
*** esberglu has quit IRC09:51
*** radez has quit IRC09:58
*** marios has joined #openstack-meeting09:59
*** dalvarez has quit IRC09:59
*** tovin07_ has quit IRC10:01
*** artom has quit IRC10:02
*** YanXing_an has quit IRC10:02
*** YanXing_an has joined #openstack-meeting10:02
*** markvoelker has joined #openstack-meeting10:02
*** yangyapeng has quit IRC10:02
*** yamamoto has joined #openstack-meeting10:03
*** ralonsoh__ has joined #openstack-meeting10:03
*** yangyapeng has joined #openstack-meeting10:03
*** YanXing_an has quit IRC10:03
*** rossella_s has joined #openstack-meeting10:03
*** radez has joined #openstack-meeting10:04
*** dalvarez has joined #openstack-meeting10:04
*** yangyapeng has quit IRC10:04
*** yamamoto has quit IRC10:05
*** ralonsoh_ has quit IRC10:06
*** masber has quit IRC10:06
*** masber has joined #openstack-meeting10:07
*** slaweq_ has quit IRC10:09
*** b1airo has joined #openstack-meeting10:09
*** reedip has quit IRC10:12
*** marios has quit IRC10:12
*** mahatic has quit IRC10:14
*** chyka has joined #openstack-meeting10:16
*** slaweq_ has joined #openstack-meeting10:17
*** janki has quit IRC10:20
*** chyka has quit IRC10:21
*** ralonsoh__ is now known as ralonsoh10:24
*** rossella_s has quit IRC10:25
*** reedip has joined #openstack-meeting10:26
*** zhurong has quit IRC10:27
*** edmondsw has joined #openstack-meeting10:29
*** yamamoto has joined #openstack-meeting10:29
*** tobiajo has quit IRC10:29
*** janki has joined #openstack-meeting10:30
*** yamamoto has quit IRC10:31
*** alexchadin has quit IRC10:32
*** edmondsw has quit IRC10:33
*** markvoelker has quit IRC10:35
*** jkilpatr has quit IRC10:35
*** iyamahat has joined #openstack-meeting10:35
*** iyamahat has quit IRC10:36
*** iyamahat_ has joined #openstack-meeting10:36
*** yamamoto has joined #openstack-meeting10:37
*** yamamoto has quit IRC10:38
*** spn has quit IRC10:39
*** yamamoto has joined #openstack-meeting10:40
*** spn has joined #openstack-meeting10:41
*** spn has quit IRC10:41
*** spn has joined #openstack-meeting10:41
*** yamamoto has quit IRC10:43
*** tobiajo has joined #openstack-meeting10:43
*** yamamoto has joined #openstack-meeting10:46
*** ijw has joined #openstack-meeting10:47
*** raildo has joined #openstack-meeting10:47
*** zhouyaguo has quit IRC10:48
*** yamamoto has quit IRC10:49
*** spn has quit IRC10:50
*** gcb has quit IRC10:50
*** spn has joined #openstack-meeting10:50
*** spn has quit IRC10:50
*** spn has joined #openstack-meeting10:50
*** Tom__ has joined #openstack-meeting10:51
*** jkilpatr has joined #openstack-meeting10:52
*** ijw has quit IRC10:52
*** slaweq_ has quit IRC10:53
*** Tom__ has quit IRC10:55
*** ad_rien_ has joined #openstack-meeting10:59
*** markstur has joined #openstack-meeting11:02
*** spn has quit IRC11:03
*** spn has joined #openstack-meeting11:04
*** spn has quit IRC11:04
*** spn has joined #openstack-meeting11:04
*** marios has joined #openstack-meeting11:05
*** markstur has quit IRC11:06
*** gcb has joined #openstack-meeting11:07
*** spn has quit IRC11:09
*** spn has joined #openstack-meeting11:09
*** spn has quit IRC11:09
*** spn has joined #openstack-meeting11:09
*** thorst has quit IRC11:16
*** slaweq_ has joined #openstack-meeting11:23
*** yamamoto has joined #openstack-meeting11:28
*** martial_ has joined #openstack-meeting11:31
*** markvoelker has joined #openstack-meeting11:32
*** esberglu has joined #openstack-meeting11:35
*** epico has quit IRC11:37
*** esberglu has quit IRC11:39
*** ansmith has quit IRC11:42
*** b1airo has quit IRC11:50
*** witek has left #openstack-meeting11:53
*** slaweq_ has quit IRC11:57
*** markstur has joined #openstack-meeting11:59
*** slaweq_ has joined #openstack-meeting12:01
*** yamamoto has quit IRC12:03
*** bobh has joined #openstack-meeting12:03
*** markstur has quit IRC12:03
*** thorst has joined #openstack-meeting12:03
*** tpsilva has joined #openstack-meeting12:05
*** beekhof_mb has joined #openstack-meeting12:05
*** francoblanco has quit IRC12:05
*** pksingh has joined #openstack-meeting12:06
*** markvoelker has quit IRC12:06
*** iyamahat_ has quit IRC12:06
*** eharney has quit IRC12:06
*** reedip has quit IRC12:07
*** bobh has quit IRC12:07
*** jpich has joined #openstack-meeting12:11
*** gcb has quit IRC12:12
*** gcb has joined #openstack-meeting12:12
*** rbudden has joined #openstack-meeting12:14
*** ad_rien_ has quit IRC12:17
*** markvoelker has joined #openstack-meeting12:18
*** reedip has joined #openstack-meeting12:20
*** litao__ has quit IRC12:26
*** dprince has joined #openstack-meeting12:29
*** pcaruana has quit IRC12:31
*** edmondsw has joined #openstack-meeting12:31
*** slaweq_ has quit IRC12:34
*** mlakat has quit IRC12:43
*** slaweq_ has joined #openstack-meeting12:44
*** jaypipes has joined #openstack-meeting12:45
*** ad_rien_ has joined #openstack-meeting12:45
*** ansmith has joined #openstack-meeting12:50
*** hemna_ has joined #openstack-meeting12:51
*** beekhof_mb has quit IRC12:52
*** eumel8 has joined #openstack-meeting12:52
*** rmascena has joined #openstack-meeting12:53
*** erlon has joined #openstack-meeting12:53
*** raildo has quit IRC12:55
*** eharney has joined #openstack-meeting12:55
*** artom has joined #openstack-meeting12:55
*** bobh has joined #openstack-meeting12:56
*** artom has quit IRC12:56
*** artom has joined #openstack-meeting12:56
*** artom has quit IRC12:57
*** artom has joined #openstack-meeting12:57
*** artom has quit IRC12:58
*** gcb has quit IRC12:58
*** artom has joined #openstack-meeting12:58
*** artom has quit IRC12:59
*** artom has joined #openstack-meeting12:59
*** artom has quit IRC13:00
*** mlakat has joined #openstack-meeting13:00
eumel8#startmeeting OpenStack I18n Meeting13:00
openstackMeeting started Thu Sep 28 13:00:32 2017 UTC and is due to finish in 60 minutes.  The chair is eumel8. Information about MeetBot at http://wiki.debian.org/MeetBot.13:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:00
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)"13:00
openstackThe meeting name has been set to 'openstack_i18n_meeting'13:00
eumel8Hello!13:00
*** artom has joined #openstack-meeting13:00
*** pcaruana has joined #openstack-meeting13:00
jpichHi o/13:00
eumel8Who is there for the I18n team meeting?13:00
eumel8:)13:00
*** pksingh has quit IRC13:01
eumel8Hi jpich :)13:01
*** artom has quit IRC13:01
*** raildo has joined #openstack-meeting13:01
*** belmoreira has joined #openstack-meeting13:01
*** artom has joined #openstack-meeting13:01
*** rmascena has quit IRC13:02
*** artom has quit IRC13:02
ianychoi_o/13:02
ianychoi_Hello eumel8 and jpich !13:02
*** artom has joined #openstack-meeting13:02
*** gcb has joined #openstack-meeting13:02
eumel8Hi ianychoi!13:03
ianychoi_:)13:03
jpich:)13:03
*** yamamoto has joined #openstack-meeting13:03
eumel8I have only 2 topics today13:03
eumel8so we are very fast13:04
eumel8#topic Zanata Upgrade Version 413:04
*** openstack changes topic to "Zanata Upgrade Version 4 (Meeting topic: OpenStack I18n Meeting)"13:04
eumel8#link https://blueprints.launchpad.net/openstack-i18n/+spec/queens-zanata-upgrade13:04
*** iyamahat has joined #openstack-meeting13:04
eumel8#link https://review.openstack.org/#/c/506795/13:04
patchbotpatch 506795 - openstack-infra/puppet-zanata - Preparation for Zanata 4 version13:04
*** iyamahat has quit IRC13:05
eumel8I started to work on the Zanata update some days ago13:05
*** iyamahat has joined #openstack-meeting13:05
ianychoi_Great!13:06
*** ianychoi_ is now known as ianychoi13:06
eumel8there are some changes due the new version 413:06
*** belmoreira has quit IRC13:06
*** belmorei_ has joined #openstack-meeting13:06
eumel8so we have to change some things in the the puppet module13:07
*** belmorei_ has quit IRC13:07
eumel8Zanata guys have already reviewed my changes so we wait of the merge :)13:07
*** belmoreira has joined #openstack-meeting13:07
*** cleong has joined #openstack-meeting13:08
eumel8Then I tried to start a new story on the storyboard but this depends on infra projects and there is no full matching for this tasks13:08
eumel8so I copied shameless the blueprint from the last zanata upgrade and started with a new one13:08
*** yamamoto has quit IRC13:09
ianychoiFor storyboard, Foundation previously asked me whether I18n team wants to move the use of task management from Launchpad to Storyboard.13:09
ianychoiI discussed it previously in IRC meeting, but most opinions at that time was that using Launchpad would be fine.13:10
ianychoiIf we think that using Storyboard would be a good idea, then we can ask Foundation to open a project such as openstack/i18n13:10
*** cdub has joined #openstack-meeting13:11
eumel8ianychoi: I know, that was also my information, but at the end there is only this one story and the tasks are not 100% in our team13:11
*** esberglu has joined #openstack-meeting13:11
*** pchavva has joined #openstack-meeting13:11
ianychoieumel8, I see :)13:12
*** ijw has joined #openstack-meeting13:12
eumel8btw: here is a running preview of zanata 4.2.1 https://tewa.eumelnet.de13:12
eumel8there is one small issue with error 404 after openid login13:13
ianychoiWow.. plz teach me how to run Zanata 4.2.1 eumel8!13:13
ianychoiUI looks so cool!13:14
eumel8yes, some new ideas in ui..13:14
*** yangyapeng has joined #openstack-meeting13:15
eumel8and it's fast (beside my lxd container)13:15
eumel8here is the upgrade procedure: #link https://etherpad.openstack.org/p/zanata_upgrade_4xx13:15
ianychoiWow.. it would be great if you share how to install Zanata 4.2.1. Actually, I don't have enough knowledge on this, but I would like to learn it13:15
*** baoli has joined #openstack-meeting13:16
*** wanghao has joined #openstack-meeting13:16
eumel8first thing we have to merge puppet-zanata to provide the new config stuff. Then it would be easy13:17
ianychoieumel8, great - thanks a lot again for helping with this.13:17
ianychoiYep.. asking it to infra IRC meeting would be a good idea13:17
*** slaweq_ has quit IRC13:17
*** ijw has quit IRC13:18
eumel8And 4.3. is on the ramp, so we can start very fresh during the Summit13:18
eumel8The Zanata guys wants to talk with the infra team about requirements13:19
ianychoirequirements?13:19
eumel8Maybe we can shift the workload a little in our direction. We are doing the same on translation check site13:20
eumel8ianychoi: requirements with more RAM or CPU - I don't know. Maybe I've overseen something :)13:21
ianychoieumel8, aha :)13:21
ianychoiI think current RAM and/or CPU should be sufficient13:21
ianychoiHmm I will check a previous case: Zanata 3.9.6 in dev server had resource problems during my test. I need to recall it..13:22
eumel8for me it's fast enough but my database is currently empty. So I don't know how it will work with the live database.13:22
*** slaweq_ has joined #openstack-meeting13:24
eumel8#topic Topics for Forum Sydney13:24
*** openstack changes topic to "Topics for Forum Sydney (Meeting topic: OpenStack I18n Meeting)"13:24
eumel8next topic is topics for Forum Sydney13:24
eumel8#link http://forumtopics.openstack.org/cfp/create13:24
eumel8I know, amotoki will be there13:25
eumel8if we have something to submit it's time till Friday to do so :)13:25
eumel8just to remark13:26
eumel8#topic Open Discussion13:26
*** openstack changes topic to "Open Discussion (Meeting topic: OpenStack I18n Meeting)"13:26
eumel8last point - open discussion13:26
*** mriedem has joined #openstack-meeting13:26
jpichA bit random but, I think it's ok to merge stable/pike to master for tripleo-ui, it's been 2 weeks and the people who told me they would help to translate it all have their language at 100% so... eumel8 or anyone, whenever you have a chance please feel free to do the merge on Zanata. Thank you :)13:27
eumel8ok, jpich, we will do so :)13:28
jpichCheers!13:28
*** alexchadin has joined #openstack-meeting13:28
eumel8then thanks for participation, jpich, ianychoi and have a nice evening/night :)13:29
jpichYou too!13:29
ianychoieumel8, thanks a lot13:29
eumel8#endmeeting13:29
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"13:29
openstackMeeting ended Thu Sep 28 13:29:51 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)13:29
openstackMinutes:        http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-09-28-13.00.html13:29
ianychoijpich, thank u!13:29
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-09-28-13.00.txt13:29
openstackLog:            http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-09-28-13.00.log.html13:29
eumel8:)13:29
jpich:)13:30
*** jpich has left #openstack-meeting13:30
*** jrist has quit IRC13:31
*** eumel8 has left #openstack-meeting13:32
*** yamahata has joined #openstack-meeting13:33
*** jrist has joined #openstack-meeting13:35
*** gouthamr has joined #openstack-meeting13:35
*** iyamahat has quit IRC13:35
*** rbowen has joined #openstack-meeting13:39
*** VW has joined #openstack-meeting13:41
*** rossella_s has joined #openstack-meeting13:44
*** mlakat has quit IRC13:46
*** genek has joined #openstack-meeting13:49
*** zhonghua has quit IRC13:49
*** zhonghua has joined #openstack-meeting13:50
*** bnemec has joined #openstack-meeting13:53
*** pksingh has joined #openstack-meeting13:53
*** alex_xu has quit IRC13:54
*** lhx_ has joined #openstack-meeting13:54
*** gcb has quit IRC13:54
*** alex_xu has joined #openstack-meeting13:54
*** slaweq_ has quit IRC13:56
*** belmoreira has quit IRC13:57
*** dbecker has quit IRC13:57
*** shintaro has joined #openstack-meeting13:58
*** nikhil has joined #openstack-meeting13:58
*** zhouyaguo has joined #openstack-meeting13:59
*** hemna_ has quit IRC14:00
*** awaugama has joined #openstack-meeting14:01
*** Xinran has quit IRC14:01
*** yamahata has quit IRC14:01
*** Xinran has joined #openstack-meeting14:02
*** alex_xu has quit IRC14:02
*** gcb has joined #openstack-meeting14:02
*** links has quit IRC14:02
*** ijw has joined #openstack-meeting14:03
*** tobiajo has quit IRC14:03
*** belmoreira has joined #openstack-meeting14:03
*** slaweq_ has joined #openstack-meeting14:03
*** spzala has joined #openstack-meeting14:03
shintarohi14:04
*** VW has quit IRC14:06
*** VW has joined #openstack-meeting14:07
*** artom has quit IRC14:07
*** jamemcc_ has joined #openstack-meeting14:08
*** ijw has quit IRC14:08
*** rbowen has quit IRC14:08
jamemcc_Hellp14:08
jamemcc_Hello14:08
jamemcc_Will start IRC meeting for LCOO now14:08
jamemcc_#startmeeting LCOO14:10
openstackMeeting started Thu Sep 28 14:10:12 2017 UTC and is due to finish in 60 minutes.  The chair is jamemcc_. Information about MeetBot at http://wiki.debian.org/MeetBot.14:10
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.14:10
*** openstack changes topic to " (Meeting topic: LCOO)"14:10
openstackThe meeting name has been set to 'lcoo'14:10
jamemcc_Welcome to the semi regular LCOO meeting14:10
shintaroo/14:10
zhouyaguohi, jamey & shintaro14:11
shintarohi zhouyaguo14:11
shintaro#link https://openstack-lcoo.atlassian.net/wiki/spaces/LCOO/pages/14652261/2017.09.28+LCOO+General14:11
*** VW has quit IRC14:11
shintaroyou have to be in the "edit mode" to see the update on the wiki14:12
zhouyaguothanks shintaro, got that.14:12
zhouyaguoI'm tring skype at home14:12
jamemcc_Meeting Agenda and notes are at: #URL https://openstack-lcoo.atlassian.net/wiki/spaces/LCOO/pages/14652261/2017.09.28+LCOO+General14:12
jamemcc_Thanks Yahgou - glad to have you14:13
jamemcc_First announcing the status of Extreme Testing14:14
AndyUHi zhouyaguo.  You can use the Skype for Business web interface or you can also download a free desktop client that may work a bit better for you: https://www.microsoft.com/en-us/download/details.aspx?id=4944014:15
shintaroI heard PTG session was productive14:15
*** jrist has quit IRC14:17
*** tobiajo has joined #openstack-meeting14:17
zhouyaguoandy, yeah, i'm trying my skype, i'm on the fedora desktop, some problem when enter Conference id14:17
jamemcc_Plans are to begin coding of 1 new project and be ready to demo at Sydney14:17
jamemcc_Will start the process to open or join a SIG for this effort14:18
shintaroforum session was proposed for the extreme testing14:19
jamemcc_On to the next topics - 2.1 Announcements14:19
shintaro#link http://forumtopics.openstack.org/cfp/details/2114:19
*** zhouyaguo has quit IRC14:24
*** zhouyaguo has joined #openstack-meeting14:24
jamemcc_#topic Sydney Planning14:24
*** openstack changes topic to "Sydney Planning (Meeting topic: LCOO)"14:24
*** rbartal has quit IRC14:25
*** oidgar has quit IRC14:25
shintaroI will be there14:26
jamemcc_We have setup the LCOO plannign pad for Sydney.  This is another wik page which we setup so we can plan which staff will be at the summit, what their interests are and below that a schedule of sessions.14:26
shintaro#link https://openstack-lcoo.atlassian.net/wiki/spaces/LCOO/pages/16616215/Large+Contributing+OpenStack+Operators+Sydney+Summit+and+Forum+Planning+Pad14:28
*** rtjure has joined #openstack-meeting14:35
jamemcc_#topic LCOO Year 214:35
*** openstack changes topic to "LCOO Year 2 (Meeting topic: LCOO)"14:35
*** hongbin has joined #openstack-meeting14:35
*** ijw has joined #openstack-meeting14:36
*** slaweq_ has quit IRC14:37
*** spotz_ is now known as spotz14:40
*** oidgar has joined #openstack-meeting14:41
*** ijw has quit IRC14:42
shintaroseems good idea to have topic specific meeting14:42
*** SpamapS is now known as Zuulv214:43
*** kevzha01 has joined #openstack-meeting14:43
*** Zuulv2 is now known as SpamapS14:43
*** markstur has joined #openstack-meeting14:44
*** kevzha01_ has joined #openstack-meeting14:45
jamemcc_We are reviewing the proposal which calls for Monthly topical meetings - planned by us well in advance with enought time for our members to bring in the right SMEs.14:45
*** slaweq_ has joined #openstack-meeting14:45
jamemcc_There is a list of topics that came out of the 1 year review meeting but we can add more14:46
*** kevzha01 has quit IRC14:48
*** alexchadin has quit IRC14:48
jamemcc_The aim is to identfy areas of common interest and let those SMEs naturally move them forward once the synergy is identfied14:48
*** markstur has quit IRC14:48
*** makowals has quit IRC14:49
*** rossella_s has quit IRC14:51
*** marc__ has joined #openstack-meeting14:53
*** Swami has joined #openstack-meeting14:53
*** gyee has joined #openstack-meeting14:58
*** hemna_ has joined #openstack-meeting14:58
*** jrist has joined #openstack-meeting14:59
*** belmorei_ has joined #openstack-meeting14:59
*** belmoreira has quit IRC15:00
jamemcc_#endmeeting15:02
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"15:02
openstackMeeting ended Thu Sep 28 15:02:12 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:02
openstackMinutes:        http://eavesdrop.openstack.org/meetings/lcoo/2017/lcoo.2017-09-28-14.10.html15:02
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/lcoo/2017/lcoo.2017-09-28-14.10.txt15:02
openstackLog:            http://eavesdrop.openstack.org/meetings/lcoo/2017/lcoo.2017-09-28-14.10.log.html15:02
*** markstur has joined #openstack-meeting15:02
shintarothank you jamemcc15:02
*** shintaro has quit IRC15:02
*** hemna_ has quit IRC15:05
*** sdague has quit IRC15:07
*** donghao has joined #openstack-meeting15:10
*** xyang1 has joined #openstack-meeting15:11
*** dbecker has joined #openstack-meeting15:13
*** spzala has quit IRC15:14
*** lamt has joined #openstack-meeting15:16
*** slaweq_ has quit IRC15:18
*** bobmel has quit IRC15:19
*** psachin has quit IRC15:21
*** Alex_Staf has quit IRC15:22
*** zhouyaguo has quit IRC15:27
*** oidgar has quit IRC15:29
*** slaweq_ has joined #openstack-meeting15:30
*** sridharg has quit IRC15:31
*** jkilpatr has quit IRC15:34
*** marios has quit IRC15:35
*** tssurya has quit IRC15:35
*** e0ne has quit IRC15:36
*** jrist has quit IRC15:36
*** Patifa has joined #openstack-meeting15:36
*** wanghao has quit IRC15:36
*** wanghao has joined #openstack-meeting15:37
*** hemna_ has joined #openstack-meeting15:38
*** donghao has quit IRC15:41
*** marc__ has quit IRC15:43
*** spzala has joined #openstack-meeting15:44
*** yangyapeng has left #openstack-meeting15:44
*** donghao has joined #openstack-meeting15:44
*** annp has joined #openstack-meeting15:45
*** edmondsw has quit IRC15:46
*** rcernin has quit IRC15:46
*** kevzha01_ has quit IRC15:47
*** spzala has quit IRC15:48
*** ad_rien_ has quit IRC15:50
*** belmorei_ has quit IRC15:51
*** hashar is now known as hasharAway15:51
*** iyamahat has joined #openstack-meeting15:52
*** chyka has joined #openstack-meeting15:53
*** spn is now known as spn215:59
*** toscalix has quit IRC16:00
*** armax has joined #openstack-meeting16:01
*** slaweq_ has quit IRC16:02
*** tongl has joined #openstack-meeting16:02
*** tongl has quit IRC16:03
*** annp has quit IRC16:04
*** slaweq_ has joined #openstack-meeting16:06
*** wanghao_ has joined #openstack-meeting16:06
*** wanghao_ has quit IRC16:07
*** wanghao has quit IRC16:09
*** kbyrne has quit IRC16:10
*** jrist has joined #openstack-meeting16:10
*** kbyrne has joined #openstack-meeting16:12
*** oidgar has joined #openstack-meeting16:13
*** armax has quit IRC16:17
*** Apoorva has joined #openstack-meeting16:17
*** Apoorva has quit IRC16:17
*** Apoorva has joined #openstack-meeting16:18
*** corey_ has joined #openstack-meeting16:19
*** cleong has quit IRC16:20
*** markstur_ has joined #openstack-meeting16:20
*** iyamahat has quit IRC16:21
*** markstur has quit IRC16:24
*** galstrom_zzz is now known as galstrom16:29
*** gongysh has joined #openstack-meeting16:30
*** lpetrut has quit IRC16:30
*** ralonsoh has quit IRC16:33
*** gongysh has quit IRC16:34
*** Swami has quit IRC16:36
*** lbrune has quit IRC16:38
*** annabelleB has joined #openstack-meeting16:39
*** Alex_Staf has joined #openstack-meeting16:40
*** donghao has quit IRC16:42
*** slaweq_ has quit IRC16:42
*** numans has quit IRC16:46
*** rwsu has joined #openstack-meeting16:47
*** numans has joined #openstack-meeting16:49
*** VW has joined #openstack-meeting16:54
*** gongysh has joined #openstack-meeting16:55
*** gongysh has quit IRC16:56
*** blancos has joined #openstack-meeting16:59
andreaf#startmeeting qa17:00
openstackMeeting started Thu Sep 28 17:00:05 2017 UTC and is due to finish in 60 minutes.  The chair is andreaf. Information about MeetBot at http://wiki.debian.org/MeetBot.17:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.17:00
*** openstack changes topic to " (Meeting topic: qa)"17:00
openstackThe meeting name has been set to 'qa'17:00
andreaf#https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_September_28th_2017_.281700_UTC.29 Today's agenda17:00
*** baoli has quit IRC17:00
andreafHello everyone, who's here for the meeting today? o/17:00
*** baoli has joined #openstack-meeting17:01
chandankumar\o17:01
blancoso/17:01
*** jamemcc_ has quit IRC17:01
mguineyo/17:01
*** lbrune has joined #openstack-meeting17:01
andreafhello :)17:02
andreafLet's get started17:02
andreafI changed a bit the agenda and pruned a few things out17:03
*** Alex_Staf has quit IRC17:03
andreafNot because we don't need to discuss things anymore, only I would like to keep the meetings to the time needed, and discuss topic when people add them to the agenda or bring them up during the meeting17:04
*** anilvenkata has quit IRC17:04
*** oidgar has quit IRC17:05
andreafAccording to what we discussed during PTG we will keep meetings even if they are not always getting a lot of participation, however I would like to keep them to the indispensible17:05
andreafok let's move on17:06
andreafOne thing I wanted to mention is the forum submission deadline17:06
andreaf#info The deadline for submission of topics for the forum is tomorrow Sep 29th17:06
andreafSo if you have ideas for things to be discussed there you still have a bit of time for that, but not much17:07
*** ad_rien_ has joined #openstack-meeting17:07
andreaf#link https://etherpad.openstack.org/p/qa-sydney-forum-topics The etherpad for that17:07
andreafOtherwise I will submit the topics we had in Boston as well about getting feedback / input on QA tools from users17:08
andreaf#topic bug triage17:08
*** openstack changes topic to "bug triage (Meeting topic: qa)"17:08
*** dbecker has quit IRC17:08
*** Swami has joined #openstack-meeting17:09
andreafAs discussed during the PTG I would like to setup the role of bug czar and I put together a proposed definition of the role17:09
andreaf#link https://etherpad.openstack.org/p/qa-bug-czar17:09
andreafchandankumar graciously offered to help and take the role17:10
andreafso I would like people input on the etherpad17:10
chandankumarandreaf: thanks :-)17:10
andreafchandankumar: thank you17:10
andreaflet me know what you think about that17:10
*** claudiub|3 has quit IRC17:11
andreafsince we are such a small group today I would switch to open discussion now17:11
*** dustins has joined #openstack-meeting17:11
andreafso people can bring up any topic they may have for discussion17:11
andreaf#topic Open Discussion17:12
*** openstack changes topic to "Open Discussion (Meeting topic: qa)"17:12
*** spzala has joined #openstack-meeting17:12
* mguiney waves17:12
mguineyhello! two things, both tempest related:17:13
*** tobiajo has quit IRC17:14
mguineythe first being that I currently have a tempest patch up for review: https://review.openstack.org/#/c/500470/17:14
patchbotpatch 500470 - tempest - Add "list projects for a single-project user" test17:14
mguineyand would really appreciate some review so I can keep moving towards getting it merged17:14
andreaf#link https://review.openstack.org/#/c/500470/17:15
patchbotpatch 500470 - tempest - Add "list projects for a single-project user" test17:15
*** baoli has quit IRC17:16
mguiney(thank you, apologies for using the wrong format, not super used to talking in this meeting :) )17:16
andreafmguiney: no worries17:16
*** sambetts is now known as sambetts|afk17:17
andreafmguiney: ok I will review it17:17
andreafmguiney: what's the second thing?17:17
mguineythe second thing was to give y'all a heads up that we're currently doing scoring for the new guideline over on the interop side of things, and as a result there may be a new few tests incoming!17:17
*** nikhil has quit IRC17:18
mguineynot a huge thing, just letting people know :)17:18
andreafmguiney: thanks for the heads up17:18
andreafit would be handy to have a note in the commit message about the tests being interop related when the patch are written17:18
andreafmguiney: do you know for what services?17:19
mguineycinder, thus far, i'm currently sussing out which new capabilities are and are not covered17:20
mguineyand maybe a new one for swift17:21
mguineyi'm looking forward to getting to write some new tests, should be interesting :)17:21
mguineyand can do, i'll certainly note that theyre for the new capabilities :)17:22
andreafmguiney: that's nice, thank you17:22
mguineycool! well thank you for hearing me out, that's all for me!17:23
*** baoli has joined #openstack-meeting17:24
andreafanything else?17:24
*** SumitNaiksatam has joined #openstack-meeting17:24
andreafblancos, felipe mentioned that patrole CI was broken a lot due to tempest changes recently17:25
andreafblancos: is it any better now?17:25
blancosandreaf Yes we've been reviewing and merging patches, I think the issue has been resolved17:25
blancosThank you17:25
andreafblancos: I was wondering it we should have a review of the APIs in tempest used by patrole that are not stable interfaces17:25
andreafblancos: ok good to hear17:25
*** numans has quit IRC17:26
blancosandreaf That might be a good idea17:26
andreafblancos: unless there is a need for it I don't plan to mark more tempest interfaces as stable (after test.py is done) - so if Patrole needs something it would be good to know about it17:27
blancosandreaf I'll have to look them over and get back to you on which ones we might need17:28
andreafcool, thank you!17:28
andreafok, unless there is something else, I would give everyone 30min back of your lives, and close the meeting here ^_^17:29
*** coolsvap has quit IRC17:29
*** lhx_ has quit IRC17:29
andreafok thanks everyone! have a great day17:30
andreaf#endmeeting17:30
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"17:30
openstackMeeting ended Thu Sep 28 17:30:06 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)17:30
openstackMinutes:        http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-09-28-17.00.html17:30
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-09-28-17.00.txt17:30
openstackLog:            http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-09-28-17.00.log.html17:30
*** Apoorva_ has joined #openstack-meeting17:30
mguineyhave a good week, all!17:30
*** VW_ has joined #openstack-meeting17:30
*** numans has joined #openstack-meeting17:31
*** esberglu has quit IRC17:31
*** baoli has quit IRC17:32
*** baoli has joined #openstack-meeting17:32
*** VW_ has quit IRC17:32
*** blancos has quit IRC17:32
*** VW has quit IRC17:33
*** VW_ has joined #openstack-meeting17:33
*** Apoorva has quit IRC17:33
*** dustins has left #openstack-meeting17:37
*** sshank has joined #openstack-meeting17:37
*** diablo_rojo has joined #openstack-meeting17:38
*** annabelleB has quit IRC17:40
*** annabelleB has joined #openstack-meeting17:41
*** esberglu has joined #openstack-meeting17:45
*** lpetrut has joined #openstack-meeting17:46
*** VW_ has quit IRC17:47
*** VW has joined #openstack-meeting17:47
*** ricolin has quit IRC17:51
*** baoli has quit IRC17:56
*** unicell has joined #openstack-meeting17:56
*** martial_ has quit IRC17:56
*** baoli has joined #openstack-meeting17:57
*** edmondsw has joined #openstack-meeting18:01
*** ekcs has joined #openstack-meeting18:03
*** edmondsw has quit IRC18:04
*** edmondsw has joined #openstack-meeting18:04
*** dprince has quit IRC18:05
*** baoli has quit IRC18:07
*** dprince has joined #openstack-meeting18:07
*** Apoorva_ has quit IRC18:09
*** annabelleB has quit IRC18:10
*** Apoorva has joined #openstack-meeting18:10
*** annabelleB_ has joined #openstack-meeting18:10
*** baoli has joined #openstack-meeting18:10
*** tssurya has joined #openstack-meeting18:10
*** dprince has quit IRC18:13
*** dprince has joined #openstack-meeting18:14
*** jkilpatr has joined #openstack-meeting18:14
*** ekcs has left #openstack-meeting18:19
*** hasharAway is now known as hashar18:27
*** longkb_ has quit IRC18:29
*** baoli has quit IRC18:30
*** dprince has quit IRC18:31
*** baoli has joined #openstack-meeting18:34
*** sshank has quit IRC18:35
*** sshank has joined #openstack-meeting18:36
*** sshank has quit IRC18:43
*** janki has quit IRC18:45
*** janki has joined #openstack-meeting18:48
*** dayou has joined #openstack-meeting18:49
*** dayou has quit IRC18:53
*** dayou_ has joined #openstack-meeting18:53
*** bobmel has joined #openstack-meeting18:54
*** ansmith has quit IRC18:59
*** dprince has joined #openstack-meeting19:01
*** slaweq_ has joined #openstack-meeting19:05
*** bnemec has quit IRC19:07
*** spzala has quit IRC19:10
*** bnemec has joined #openstack-meeting19:13
*** tlaxkit has joined #openstack-meeting19:13
*** ansmith has joined #openstack-meeting19:14
*** spzala has joined #openstack-meeting19:15
*** bnemec has quit IRC19:16
*** spzala_ has joined #openstack-meeting19:17
*** e0ne has joined #openstack-meeting19:17
*** spzala__ has joined #openstack-meeting19:18
*** bobmel_ has joined #openstack-meeting19:18
*** spzala has quit IRC19:20
*** Sukhdev has joined #openstack-meeting19:21
*** bobmel has quit IRC19:21
*** hemna_ has quit IRC19:21
*** spzala__ has quit IRC19:21
*** spzala_ has quit IRC19:22
*** spzala_ has joined #openstack-meeting19:25
*** nikhil has joined #openstack-meeting19:27
*** spzala has joined #openstack-meeting19:27
*** Alex_Staf has joined #openstack-meeting19:28
*** spzala_ has quit IRC19:30
*** dbecker has joined #openstack-meeting19:31
*** pcaruana has quit IRC19:31
*** bnemec has joined #openstack-meeting19:35
*** spzala has quit IRC19:36
*** annabelleB_ has quit IRC19:37
*** annabelleB has joined #openstack-meeting19:38
*** e0ne has quit IRC19:40
*** awaugama has quit IRC19:41
*** e0ne has joined #openstack-meeting19:44
*** VW has quit IRC19:51
*** VW_ has joined #openstack-meeting19:51
*** hashar has quit IRC19:53
*** pksingh has quit IRC19:56
*** ijw has joined #openstack-meeting20:01
*** janki has quit IRC20:02
*** e0ne has quit IRC20:03
*** ansmith has quit IRC20:03
*** annabelleB has quit IRC20:10
*** weshay has quit IRC20:10
*** annabelleB has joined #openstack-meeting20:11
*** weshay has joined #openstack-meeting20:11
*** annabelleB has quit IRC20:12
*** slaweq_ has quit IRC20:12
*** slaweq_ has joined #openstack-meeting20:13
*** slaweq_ has quit IRC20:13
*** slaweq_ has joined #openstack-meeting20:14
*** lbrune has quit IRC20:15
*** ansmith has joined #openstack-meeting20:15
*** spzala has joined #openstack-meeting20:19
*** thorst has quit IRC20:26
*** eharney has quit IRC20:28
*** sshank has joined #openstack-meeting20:28
*** Exhar has quit IRC20:30
*** Alex_Staf has quit IRC20:31
*** sshank has quit IRC20:33
*** sshank has joined #openstack-meeting20:33
*** ansmith has quit IRC20:41
*** raildo has quit IRC20:42
*** rcernin has joined #openstack-meeting20:42
*** thorst has joined #openstack-meeting20:43
*** corey_ has quit IRC20:54
*** cdent has joined #openstack-meeting20:57
*** yamahata has joined #openstack-meeting20:58
*** takashin has joined #openstack-meeting20:58
*** thorst has quit IRC21:00
mriedem#startmeeting nova21:00
openstackMeeting started Thu Sep 28 21:00:24 2017 UTC and is due to finish in 60 minutes.  The chair is mriedem. Information about MeetBot at http://wiki.debian.org/MeetBot.21:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.21:00
*** openstack changes topic to " (Meeting topic: nova)"21:00
melwitto/21:00
openstackThe meeting name has been set to 'nova'21:00
takashino/21:00
tssuryao/21:00
efried\o21:00
*** thorst has joined #openstack-meeting21:00
edleafe\o21:00
dansmitho/21:01
mriedemalright let's get started21:01
mriedem#link agenda https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting21:01
mriedem#topic release news21:01
*** openstack changes topic to "release news (Meeting topic: nova)"21:01
mriedem#link Queens release schedule: https://wiki.openstack.org/wiki/Nova/Queens_Release_Schedule21:01
mriedem#info Re-propose and review specs for Queens21:02
mriedem#info Oct 19: q-1 milestone, nova spec freeze (3 weeks away)21:02
mriedem#info Blueprints: 41 targeted, 12 approved, 1 complete21:02
mriedemi know i personally haven't done a good job of reviewing specs right now21:02
mriedemany questions about the release?21:03
mriedem#topic bugs21:03
*** openstack changes topic to "bugs (Meeting topic: nova)"21:03
mriedemnothing listed as critical21:03
mriedem#info 9 new untriaged bugs (up 1 from last week)21:03
mriedema few of the ones opened in the last day look like easy triage21:04
mriedemif someone wants to dig into those21:04
* tonyb will take a look21:04
tssuryaI can chip in too21:04
mriedemgate status21:05
mriedemwell, zuul is being changed to v321:05
mriedemso there is really no ci today21:05
*** spzala has quit IRC21:05
*** gjayavelu has joined #openstack-meeting21:05
mriedemhttp://status.openstack.org/zuul/21:05
mriedemi did happen to notice that our live migration grenade multinode job has been broken since 8/16 or so21:05
mriedemi have a patch up to fix that21:05
mriedemthat's about it for ci21:06
mriedem#topic reminders21:06
*** openstack changes topic to "reminders (Meeting topic: nova)"21:06
mriedem#help We need to propose Forum topics by 9/29 (tomorrow): https://etherpad.openstack.org/p/SYD-nova-brainstorming21:06
mriedemmore on ^ in open discussion...21:06
mriedem#topic stable branch status21:06
*** openstack changes topic to "stable branch status (Meeting topic: nova)"21:06
mriedem#link stable/pike: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/pike,n,z21:06
mriedem#info Pike 16.0.1 released21:06
mriedem#link Etherpad for bugs tracked for Pike backports: https://etherpad.openstack.org/p/nova-pike-bug-fix-backports21:06
mriedemi started to have a hard time keeping track of all of the regressions in pike that needed fixing,21:07
mriedemso i started that etherpad21:07
mriedemthink of it like pike rc1021:07
tonybLOL21:07
mriedem#link stable/ocata: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/ocata,n,z21:07
tonyblink?  It'll help with reviews21:07
mriedemlink is above21:07
mriedem#link stable/newton: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/newton,n,z21:07
mriedemnewton is eol pretty soon right?21:07
tonybYeah21:08
jaypipeso/21:08
mriedem2017-10-1121:08
tonybOn that this is the last week for library releases so if there's anythign in novaclient or (os-vif) we shoudl do that thing21:08
mriedemos-vif didn't exist in newton21:08
mriedemso i think we're ok there21:08
tonybsure I was too lazy to check hence the ? ;P21:09
mriedemhttps://review.openstack.org/#/q/status:open+project:openstack/python-novaclient+branch:stable/newton21:09
mriedemok i guess i have to review that one21:09
mriedemand then do a novaclient release yeah?21:09
mriedemyes ok21:09
tonybYeah21:09
mriedemmoving on21:09
tonybonly 2 changes but worth it21:10
mriedem#action mriedem to do a novaclient newton release for the last time21:10
mriedem#topic subteam highlights21:10
*** openstack changes topic to "subteam highlights (Meeting topic: nova)"21:10
mriedemdansmith: cellsv221:10
dansmithwe had a meeting21:10
dansmithI whined21:10
dansmithwe're close to cutting over to the new instance list stuff21:10
dansmithum, I forget if there was anything else important as I'm pretty focused on that21:11
dansmithI think not so much21:11
mriedemdon't think so21:11
*** thorst has quit IRC21:11
mriedemedleafe: scheduler highlights?21:11
edleafeLong meeting this week.21:11
edleafeSettled on naming for the Selection object - went with accuracy over existing names21:11
edleafeThe traits specs are close21:11
edleafeNested RPs are once again moving forward21:11
edleafeOtherwise discussed a whole lot of specs and reviews that are currently being worked on21:12
edleafeFin21:12
mriedemok i dont think we have anyone around that was at the api meeting21:12
mriedemnotification stuff21:12
mriedemi'm standing in for gibi21:12
mriedem#help The BDM notification performance fix series needs review: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bug/171822621:12
mriedem#info We propose to remove "notify_on_api_faults": http://lists.openstack.org/pipermail/openstack-dev/2017-September/122658.html21:12
mriedempenick said he's ok with ^21:12
mriedemeven though he's using it in his archaic juno env21:13
mriedemhe's probably ok with it since he's never going to upgrade that env21:13
mriedembut i digress21:13
mriedem#help gibi is looking for a home to host the versioned notifications burndown graph service21:13
mriedemgibi is investigating ways to simplify the duplication in the notification sample files21:13
mriedemok cinder21:13
cdentIs gibi just in need a web server somewhere, I got one of those that’s he’s welcome to21:14
*** lpetrut has quit IRC21:14
*** tssurya has quit IRC21:14
mriedemthe cinder team is working on some specs for multiattach data modeling stuff for shared storage backends21:14
mriedemcdent: i think so,21:14
cdentI’ll ping him tomorrow21:14
mriedemsdague also said he might have something21:14
mriedemand in the nova/cinder meeting we talked about policy rules for multiattach, and agreed to just keep it simple for now - you can either do multiattach volumes in cinder or not,21:15
mriedemso ops can disable it if they don't want it on at all to start21:15
mriedemthe r/o vs r/w policy stuff is more complicated,21:15
mriedemprobably going to talk about some of that at the summit21:15
mriedemstvnoyes has to make some updates to the live migration patch,21:16
mriedembut it's close21:16
mriedemthat's it21:16
mriedem#topic stuck reviews21:16
*** openstack changes topic to "stuck reviews (Meeting topic: nova)"21:16
mriedemnothing on the agenda21:16
mriedemdoes anyone have something to bring up that's stuck?21:16
mriedem#topic open discussion21:17
*** openstack changes topic to "open discussion (Meeting topic: nova)"21:17
mriedemok i've got 2 things21:17
mriedem1. Should we have a spec review sprint next week?21:17
mriedemi think probably yes21:17
mriedemdansmith: jaypipes: ^?21:17
jaypipes++21:17
dansmithas you wish21:17
jaypipesmriedem: can even do one tomorrow if you'd like.21:18
jaypipesmriedem: while waiting for tests to run on n-r-p, I've spent most of my time reading specs this week...21:18
mriedemhmm, that doesn't give me sufficient time to mentally and emotionally prepare21:18
jaypipesmriedem: :) monday also works.21:18
mriedemi'll send something to the ML21:18
*** tssurya has joined #openstack-meeting21:18
jaypipescoo21:19
mriedemok the other thing21:19
mriedem2. Need to discuss forum topic proposals: https://etherpad.openstack.org/p/SYD-nova-brainstorming21:19
mriedemso we have some stuff in ther21:19
mriedem*there21:19
mriedemit's come time to cull the list lest i just start proposing stuff21:19
mriedemmikal wanted to do something on privsep i think21:20
tonybYeah but he's sick so not here21:21
mriedemsounds like one catch-all would be new stuff in pike21:21
mriedemwhich is multi-cell plus limitations, claims in the scheduler, and quotas21:21
dansmiththat's a lot for one session21:21
mriedemwe will have a project update talk, but this would be more informal21:21
mriedemcould be 2 sessions? or we break into cells/quota for one and placement for another21:22
mriedemi think ^ is what we did in boston21:22
tonybYeah there's a lot to cover in 45mins21:22
mriedemif people are ok with 2 sessions for those, i can propose those21:22
mriedemthose can also mix in stuff we're doing for them in queens21:23
dansmithsounds fine21:23
mriedemanother one i thought about was a general, queens dev items and current status21:23
mriedemwhich is essentially highlights of things being worked on in queens, which could be a place to ask questions21:24
mriedemlike the vgpu stuff came to mind21:24
mriedemsince we start to start small there21:24
mriedem*we said21:24
mriedemoh yeah - the ironic upgrade thing....that would be a good fodder too but i don't know where that goes21:25
cdentmaybe a generic topics in  vm/bm session21:26
mriedemis there going to be a vm/bm session?21:26
mriedemi don't know if johnthetubaguy is going to be at the summit21:26
mriedemthis is what's currently proposed btw http://forumtopics.openstack.org/21:26
cdentI’m predictig lots of proposals at the last minute21:27
mriedemstephenfin has some stuff in here about hardware and docs work, which i'm fine with leaving to him if he wants to propose those21:27
mriedemso,21:27
*** pchavva has quit IRC21:28
mriedemmaybe i'll just roll up what i plan on proposing, which right now is basically cells v2 pike/queens, placement pike/queens, and maybe upgrade? (melwitt's), and then if others want to propose stuff they can21:28
*** slaweq_ has quit IRC21:28
*** slaweq_ has joined #openstack-meeting21:29
mriedemok. well, ok then.21:29
mriedemanything else for open discussion?21:29
mriedemalright, that's the end of the meeting then, thanks everyone21:30
mriedem#endmeeting21:30
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"21:30
openstackMeeting ended Thu Sep 28 21:30:07 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)21:30
openstackMinutes:        http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-09-28-21.00.html21:30
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-09-28-21.00.txt21:30
openstackLog:            http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-09-28-21.00.log.html21:30
*** sshank has quit IRC21:32
*** thorst has joined #openstack-meeting21:32
*** eharney has joined #openstack-meeting21:34
*** takashin has left #openstack-meeting21:34
*** sshank has joined #openstack-meeting21:35
*** nikhil has quit IRC21:36
*** thorst has quit IRC21:36
*** tssurya has quit IRC21:39
*** ansmith has joined #openstack-meeting21:39
*** rbowen has joined #openstack-meeting21:45
*** armax has joined #openstack-meeting21:47
*** iyamahat has joined #openstack-meeting21:53
*** mlavalle has joined #openstack-meeting21:55
*** gouthamr has quit IRC21:56
*** ihrachys has joined #openstack-meeting22:00
mlavalle#startmeeting neutron_drivers22:00
openstackMeeting started Thu Sep 28 22:00:19 2017 UTC and is due to finish in 60 minutes.  The chair is mlavalle. Information about MeetBot at http://wiki.debian.org/MeetBot.22:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.22:00
*** openstack changes topic to " (Meeting topic: neutron_drivers)"22:00
openstackThe meeting name has been set to 'neutron_drivers'22:00
*** cdent has left #openstack-meeting22:00
*** esberglu has quit IRC22:00
ihrachyso/22:00
mlavallehey22:00
mlavalleis armax around22:01
mlavalle?22:01
ihrachysis that all we have? :)22:01
mlavallewell, amotoki is on vacation22:01
mlavallethis week22:02
ihrachysweren't we supposed to add new folks?22:02
mlavalleyes22:02
mlavalleI need to work on that22:02
mlavallepart of the challenge is the meeting time22:02
mlavalleif we can have it earlier, I know haleyb will be able to attend22:03
ihrachysif not for armax, we could make like 9am your tz22:04
ihrachysthat would be my 6am22:04
*** gouthamr has joined #openstack-meeting22:04
mlavalle6 your time is 8 my time22:04
mlavalle9 haleyb's22:04
ihrachysok I thought TX is same as NY22:05
*** bnemec has quit IRC22:05
mlavalleand that opens the door to people in Japan, yamamoto for example22:05
mlavalle8 my time is perfectly fine22:05
*** baoli has quit IRC22:06
ihrachysok22:06
mlavalleNY is eastern time, TX is central time22:06
ihrachysspeaking of this meeting, since we don't have participation, do we cancel?22:06
*** VW_ has quit IRC22:06
mlavalleyeah, before cancelling, let me get your opinion on possible forum sessions22:06
*** VW has joined #openstack-meeting22:07
mlavalle1) Last summit we did a Neutron pain points to get feedback from users operators22:07
*** galstrom is now known as galstrom_zzz22:07
mlavalleI am thinking of doing it again22:07
ihrachysI've heard it was considered useful both by devs and ops so yes22:07
*** iyamahat_ has joined #openstack-meeting22:07
mlavallegreat!22:07
*** iyamahat has quit IRC22:07
*** iyamahat_ has quit IRC22:08
mlavalleThe other one is Queens checkpoint22:08
mlavalleto see where we are in terms of blueprints, resources etc22:08
ihrachysI've heard topics for forum should be cross-project or of interest to ops. not sure dev-specific things like that apply there. but maybe you mean sync with nova?22:09
mlavallethat maybe part of the focus22:09
ihrachysit doesn't sounds right to me that to participate in ongoing life of a project and release planning, one should go to forum22:10
mlavallethat's a fair point22:10
mlavalleso let's do the pain points one22:10
mlavalledo you have anything else to discuss?22:12
ihrachysno22:12
mlavallecool. thanks for attending. I know it is late for you :-)22:12
ihrachysthat's fine22:13
*** thorst has joined #openstack-meeting22:13
ihrachysonce a week is not too big of a deal22:13
ihrachyssee you!22:13
mlavalle#endmeeting22:13
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings"22:13
openstackMeeting ended Thu Sep 28 22:13:28 2017 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)22:13
openstackMinutes:        http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-09-28-22.00.html22:13
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-09-28-22.00.txt22:13
openstackLog:            http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-09-28-22.00.log.html22:13
*** sshank has quit IRC22:14
*** gjayavelu has left #openstack-meeting22:15
*** bobh has quit IRC22:16
*** davidsha has joined #openstack-meeting22:16
*** slaweq_ has quit IRC22:17
*** thorst has quit IRC22:17
*** gouthamr has quit IRC22:18
*** dayou_ has quit IRC22:19
*** davidsha has quit IRC22:19
*** gouthamr has joined #openstack-meeting22:20
*** sshank has joined #openstack-meeting22:20
*** thorst has joined #openstack-meeting22:23
*** gouthamr has quit IRC22:23
*** tpsilva has quit IRC22:24
*** iyamahat has joined #openstack-meeting22:25
*** thorst has quit IRC22:35
*** thorst has joined #openstack-meeting22:36
*** eharney has quit IRC22:37
bzhaooh no.....22:37
*** lbragstad has quit IRC22:37
*** esberglu has joined #openstack-meeting22:40
*** thorst has quit IRC22:42
*** esberglu has quit IRC22:45
*** thorst has joined #openstack-meeting22:45
*** xyang1 has quit IRC22:50
*** thorst has quit IRC22:58
*** thorst has joined #openstack-meeting22:58
*** Patifa has quit IRC23:02
*** masber has quit IRC23:02
*** reed has quit IRC23:05
*** hongbin has quit IRC23:07
*** reed has joined #openstack-meeting23:08
*** gongysh has joined #openstack-meeting23:08
*** gongysh has quit IRC23:08
*** genek has quit IRC23:11
*** VW_ has joined #openstack-meeting23:29
*** VW has quit IRC23:29
*** thorst has quit IRC23:31
*** torgomatic has left #openstack-meeting23:32
*** ssathaye has quit IRC23:35
*** cdub has quit IRC23:35
*** ssathaye has joined #openstack-meeting23:36
*** mlavalle has quit IRC23:37
*** markvoelker has quit IRC23:37
*** thorst has joined #openstack-meeting23:39
*** genek has joined #openstack-meeting23:40
*** jaypipes has quit IRC23:42
*** sshank has quit IRC23:50
*** mriedem is now known as mriedem_dinner23:51
*** SumitNaiksatam has quit IRC23:53
*** thorst has quit IRC23:54
*** thorst has joined #openstack-meeting23:55
*** iyamahat has quit IRC23:56
*** yamahata has quit IRC23:56
*** chyka has quit IRC23:58
*** baoli has joined #openstack-meeting23:59

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