*** ekcs has joined #openstack-meeting | 00:00 | |
*** ramineni_ has joined #openstack-meeting | 00:00 | |
*** iyamahat has quit IRC | 00:01 | |
ekcs | #startmeeting congressteammeeting | 00:01 |
---|---|---|
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:01 |
*** openstack changes topic to " (Meeting topic: congressteammeeting)" | 00:01 | |
openstack | The meeting name has been set to 'congressteammeeting' | 00:01 |
ekcs | hi all. welcome back! topics are here as usual: #link https://etherpad.openstack.org/p/congress-meeting-topics | 00:02 |
ramineni_ | ekcs: hi | 00:02 |
ekcs | hi ramineni_ ! | 00:02 |
ekcs | let’s get started then =) | 00:04 |
ekcs | let’s start with the qos driver | 00:04 |
ekcs | #topic QoS patch | 00:05 |
*** openstack changes topic to "QoS patch (Meeting topic: congressteammeeting)" | 00:05 | |
ekcs | #link https://review.openstack.org/#/c/488992/ | 00:05 |
patchbot | patch 488992 - congress - Add Qos translator in neutron datasource drive. | 00:05 |
*** baoli_ has quit IRC | 00:05 | |
ekcs | maybe we can settle on a course of action for the duplicated code between neutron driver and neutron qos driver | 00:05 |
ekcs | ramineni_ 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 later | 00:07 |
*** thorst has joined #openstack-meeting | 00:07 | |
*** thorst has quit IRC | 00:08 | |
ekcs | I like the thought about whether it’s a general thing many drivers can use. | 00:10 |
ekcs | the 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 galstrom | 00:10 | |
ramineni_ | ekcs: right | 00:11 |
ekcs | a class method is complicated because it calls instance methods. | 00:12 |
ekcs | I do think it’s a good idea to minimize duplication. | 00:12 |
ekcs | So I wonder if it’s worth introducing an abstract parent class for both neutron and neutron qos | 00:13 |
*** yangyapeng has quit IRC | 00:13 | |
ramineni_ | ekcs: I think sounds good | 00:14 |
*** yangyapeng has joined #openstack-meeting | 00:14 | |
ramineni_ | We can add all the common functions to base class | 00:14 |
ekcs | i’m on the fence because avoiding duplication is good, but may also be overkill in this case. | 00:15 |
ekcs | You know another thought is maybe we can remove that method altogether from qos | 00:15 |
ekcs | I think we can just do that actually. | 00:16 |
ekcs | I’ll look into that. | 00:16 |
ramineni_ | Is it not required | 00:16 |
ramineni_ | ? | 00:17 |
ramineni_ | For action execution we can directly call neutron: update.. | 00:17 |
ekcs | it’s a special action to make it more convenient to invoke neutron update action. | 00:17 |
ekcs | but I don’t think we necessarily need to in the qos driver | 00:18 |
*** yangyapeng has quit IRC | 00:18 | |
ekcs | unless it’s needed for qos specific action, which I don’t think it is. | 00:18 |
ramineni_ | Ok got it .then we can remove it | 00:18 |
ekcs | alright great! easiest solution of all haha. | 00:19 |
ramineni_ | It uses neutron client .. So it should be supported for all actions | 00:19 |
ramineni_ | Both uses neutron client | 00:19 |
ramineni_ | So ..ya method is not required in QoS I suppose | 00:20 |
ekcs | right. | 00:20 |
ekcs | ok moving on then | 00:20 |
ekcs | #topic other patches | 00:20 |
*** openstack changes topic to "other patches (Meeting topic: congressteammeeting)" | 00:20 | |
*** baoli has joined #openstack-meeting | 00:20 | |
ekcs | any other patch we should discuss? | 00:21 |
ekcs | #link https://review.openstack.org/#/q/project:openstack/congress+status:open | 00:21 |
ekcs | maybe not. | 00:21 |
ekcs | On this patch: https://review.openstack.org/#/c/492791/ | 00:22 |
patchbot | patch 492791 - congress - Resolve replica test instability and re-enable | 00:22 |
ramineni_ | Your first patch seems good ..but I want to check logs once .. It's giving file not found .. So issued recheck | 00:22 |
ramineni_ | Then Jenkins seems not passing | 00:23 |
ramineni_ | :( | 00:23 |
*** galstrom is now known as galstrom_zzz | 00:23 | |
ramineni_ | ekcs: yes, please go ahead .. I didn't understand that patch fix | 00:24 |
ekcs | got it yea that shouldn’t be hard to fix. i’ll push it through later. | 00:24 |
ramineni_ | 492791 | 00:24 |
ekcs | Yes for that one, I don’t totally understand either. | 00:24 |
ekcs | I’m with you that it seems initialize to called before services are launched | 00:25 |
ekcs | so by the time congress responds to curl the file should be there. | 00:25 |
ekcs | but it’s only even remotely plausible possibility I could come up with why sometimes | 00:25 |
ekcs | the permission setting didn’t go through. | 00:25 |
ekcs | Since it’s just testing code that doesn’t affect users, I’d like to just merge it and see what happens. | 00:26 |
ekcs | if the same problem remains, then we can investigate further. | 00:26 |
ekcs | but if the problem goes away then we’re good. | 00:26 |
ramineni_ | Hmm | 00:27 |
*** slaweq_ has quit IRC | 00:27 | |
ramineni_ | But can we check permission is there at that point in test | 00:27 |
ramineni_ | Did u try to print that one | 00:28 |
ramineni_ | Ok .. Let me go through patch again | 00:29 |
ramineni_ | Replica instability came after the encryption patch merged? | 00:29 |
ekcs | I 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 |
ekcs | yes it’s because of encryption patch. | 00:30 |
ekcs | how about we add an bash echo statement here: https://review.openstack.org/#/c/492791/1/devstack/plugin.sh@238 | 00:31 |
patchbot | patch 492791 - congress - Resolve replica test instability and re-enable | 00:31 |
ekcs | and 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-meeting | 00:32 | |
ramineni_ | ekcs: ok .. hoping we won't be looping forever if file creation failed with some reason | 00:33 |
ekcs | well then at least the problem should be obvious =) | 00:34 |
ekcs | ok then. | 00:34 |
ekcs | moving on then. | 00:34 |
ekcs | #topic proposed neutron action to attach/detach security group to port | 00:35 |
*** openstack changes topic to "proposed neutron action to attach/detach security group to port (Meeting topic: congressteammeeting)" | 00:35 | |
ekcs | When 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-meeting | 00:35 | |
ekcs | But 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 |
ekcs | which is hard to do in congress policy. | 00:36 |
ekcs | So 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 right | 00:37 |
ekcs | the 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_ | Ok | 00:38 |
ekcs | the only problem is that it can give an undesirable result sometimes because it’s not transactional. | 00:38 |
ekcs | if between the retrieval and the update, another API call made a change, that change can get lost. | 00:39 |
ekcs | actually overwritten. | 00:39 |
ramineni_ | Ohk .. Right | 00:39 |
*** wanghao has quit IRC | 00:40 | |
*** b1airo has quit IRC | 00:40 | |
ramineni_ | We can't use update_ resource_attrs | 00:40 |
ramineni_ | Even with that we have same problem right | 00:40 |
ekcs | we can. but update means replace old list with new list. not add/remove individual element. | 00:40 |
ekcs | right. | 00:40 |
ramineni_ | Ok .. I think sounds good .. I'll take a look at patch when u submit | 00:41 |
*** kiennt26 has joined #openstack-meeting | 00:42 | |
ekcs | ok. yea unfortunately we’re fundamentally limited by the neutron api here. i’ll submit a patch and include these discussions. | 00:42 |
ramineni_ | Ok | 00:42 |
ekcs | #topic enable all/most drivers in conf by default | 00:43 |
*** openstack changes topic to "enable all/most drivers in conf by default (Meeting topic: congressteammeeting)" | 00:43 | |
*** bcafarel has quit IRC | 00:44 | |
ekcs | we have already discussed and agreed between you, me, and masahito. was hoping to bring it up when thinrichs is here | 00:44 |
ramineni_ | Oohk .. then may be next time then | 00:45 |
ekcs | but 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 |
ekcs | do you see any possible problems to discuss? | 00:46 |
*** nikhil has joined #openstack-meeting | 00:46 | |
*** zhurong has joined #openstack-meeting | 00: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 names | 00:47 |
ramineni_ | ekcs: so not my ideal solution .. but solves part of issue I suppose :p | 00:48 |
ramineni_ | Main issue | 00:48 |
ekcs | so you’re proposing we change the conf option so that we disable rather than enable drivers? | 00:48 |
ekcs | what 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 idea | 00:49 |
*** litao__ has joined #openstack-meeting | 00:49 | |
ekcs | ok I’m a little confused. | 00:50 |
*** Swami has quit IRC | 00:50 | |
ekcs | from 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 code | 00:51 |
ekcs | A. 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-meeting | 00:51 | |
ekcs | So you’re saying A is good, but you would like to do something in addition to A. | 00:52 |
ekcs | that is if a user does find the need to specify the drivers conf option, that they do it by driver name rather than class path | 00:52 |
ekcs | is 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 user | 00:53 |
ekcs | ok i’m confused again. | 00:54 |
ekcs | if 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 |
ekcs | ok can you explain a situation where a user benefits from the stevedore approach but not this default conf approach? | 00:55 |
ekcs | we can continue the disucssion later too. | 00:55 |
ramineni_ | From user / operator point of view .. if we expose in Conf ..it's confurable right | 00:55 |
ekcs | yes. | 00:56 |
ramineni_ | You can't make it read-only option for them | 00:56 |
ekcs | no | 00:56 |
ramineni_ | I think time up again ..we can continue later | 00:57 |
ramineni_ | Any other topics | 00:57 |
ekcs | i don’t have other topics. | 00:57 |
ramineni_ | Queen priority | 00:57 |
ramineni_ | ? | 00:57 |
ramineni_ | I assigned 2 features | 00:57 |
ekcs | great! | 00:58 |
ramineni_ | Tempest and policy lib ..do they sound good | 00:58 |
ramineni_ | Or any other priority I can take it up? | 00:58 |
ekcs | yea that sounds great! | 00:59 |
*** mriedem has quit IRC | 00:59 | |
ramineni_ | Great | 00:59 |
*** YanXing_an has joined #openstack-meeting | 00:59 | |
ekcs | ok then see you next time then! have a great week/end! | 01:00 |
ramineni_ | Bye | 01:00 |
ekcs | bye! | 01:00 |
ekcs | #endmeeting | 01:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:00 | |
*** rbudden has quit IRC | 01:00 | |
openstack | Meeting ended Thu Sep 28 01:00:46 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-09-28-00.01.html | 01:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-09-28-00.01.txt | 01:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-09-28-00.01.log.html | 01:00 |
*** b1airo has joined #openstack-meeting | 01:03 | |
*** lhx_ has quit IRC | 01:03 | |
*** liusheng has quit IRC | 01:04 | |
*** slaweq_ has quit IRC | 01:05 | |
*** thorst has joined #openstack-meeting | 01:09 | |
*** lennyb has quit IRC | 01:11 | |
*** lennyb has joined #openstack-meeting | 01:11 | |
*** slaweq_ has joined #openstack-meeting | 01:13 | |
*** liusheng has joined #openstack-meeting | 01:16 | |
*** yangyapeng has joined #openstack-meeting | 01:20 | |
*** kevzha01 has joined #openstack-meeting | 01:20 | |
*** mikal_ has joined #openstack-meeting | 01:22 | |
*** hongbin has joined #openstack-meeting | 01:22 | |
*** eharney has quit IRC | 01:22 | |
*** thorst has quit IRC | 01:23 | |
*** thorst has joined #openstack-meeting | 01:23 | |
*** tovin07_ has joined #openstack-meeting | 01:24 | |
*** yangyape_ has joined #openstack-meeting | 01:25 | |
*** yangyapeng has quit IRC | 01:25 | |
*** mikal has quit IRC | 01:25 | |
*** thorst has quit IRC | 01:26 | |
*** mikal_ has quit IRC | 01:28 | |
*** edmondsw has joined #openstack-meeting | 01:28 | |
*** masayukig has quit IRC | 01:28 | |
*** masayukig has joined #openstack-meeting | 01:29 | |
*** gcb has joined #openstack-meeting | 01:31 | |
*** ekcs has quit IRC | 01:31 | |
*** edmondsw has quit IRC | 01:32 | |
*** julim has joined #openstack-meeting | 01:34 | |
*** bnemec has quit IRC | 01:34 | |
*** markstur has quit IRC | 01:36 | |
*** eharney has joined #openstack-meeting | 01:36 | |
*** markstur has joined #openstack-meeting | 01:36 | |
*** markstur has quit IRC | 01:36 | |
*** bnemec has joined #openstack-meeting | 01:39 | |
*** esberglu has quit IRC | 01:43 | |
*** slaweq_ has quit IRC | 01:43 | |
*** slaweq_ has joined #openstack-meeting | 01:50 | |
*** bcafarel has quit IRC | 01:51 | |
*** mikal has joined #openstack-meeting | 01:56 | |
*** bcafarel has joined #openstack-meeting | 01:58 | |
zhenguo | #startmeeting mogan | 02:02 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 02:02 |
*** openstack changes topic to " (Meeting topic: mogan)" | 02:02 | |
openstack | The meeting name has been set to 'mogan' | 02:02 |
liusheng | o/ | 02:02 |
zhenguo | liusheng, shaohe_feng, litao__, Xinran, zhangyang: o/ | 02:02 |
litao__ | o/ | 02:02 |
Xinran | o/ | 02:03 |
zhenguo | as always, the agenda: | 02:03 |
zhenguo | #link https://wiki.openstack.org/wiki/Meetings/Mogan#Agenda_for_next_meeting | 02:03 |
zhenguo | let's jump in | 02:03 |
zhenguo | #topic announcements and reminders | 02:03 |
*** openstack changes topic to "announcements and reminders (Meeting topic: mogan)" | 02:03 | |
shaohe_feng | zhenguo: morning | 02:04 |
zhenguo | we had a virtual PTG last week, thanks everyone for joining! | 02:04 |
zhenguo | shaohe_feng: o/ | 02:04 |
zhenguo | #link https://etherpad.openstack.org/p/mogan-queens-ptg | 02:04 |
shaohe_feng | zhenguo: we can get together next time. :) | 02:04 |
zhenguo | shaohe_feng: sure, hah | 02:05 |
*** sdague has quit IRC | 02:05 | |
liusheng | yes, let's go to Bug Smash in wuhan :P | 02:05 |
zhenguo | when? | 02:05 |
liusheng | zhenguo: not sure, maybe a month later | 02:05 |
zhenguo | hah cool | 02:06 |
*** unicell has quit IRC | 02:06 | |
zhenguo | The 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.html | 02:06 |
*** b1airo has quit IRC | 02:07 | |
shaohe_feng | zhenguo: Chinese people will on vocation | 02:07 |
zhenguo | vacation? | 02:08 |
shaohe_feng | zhenguo: so we are not eager to replaced the repo | 02:08 |
shaohe_feng | zhenguo: yes, vacation | 02:08 |
shaohe_feng | typo | 02:08 |
liusheng | National Day | 02:08 |
shaohe_feng | zhenguo: maybe replaced it in chinese National Day is OK. | 02:08 |
zhenguo | yes, sure, but maybe there's someone want to work during vacation, lol | 02:08 |
liusheng | lol | 02:09 |
shaohe_feng | zhenguo: OK. Thats can earn 3X salary. | 02:09 |
zhenguo | hah | 02:09 |
zhenguo | I 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.htm | 02:10 |
shaohe_feng | zhenguo: I I can get 3X salary, I want to work during vacation. | 02:10 |
zhenguo | shaohe_feng: maybe you should takl with JF | 02:10 |
zhenguo | *talk | 02:10 |
*** Apoorva_ has quit IRC | 02:10 | |
shaohe_feng | zhenguo: good idea. and take vacation after National Day. | 02:11 |
zhenguo | shaohe_feng: that would never happen for us :( | 02:12 |
*** rbudden has joined #openstack-meeting | 02:13 | |
zhenguo | seems missed a trailing 'l' at the link obove | 02:13 |
zhenguo | seems we don't get extreme objections for now | 02:13 |
shaohe_feng | zhenguo: yes, I can not access it. | 02:14 |
shaohe_feng | zhenguo: good. | 02:14 |
zhenguo | ok, you can keep an eye on that mail | 02:15 |
*** liuyulong has joined #openstack-meeting | 02:15 | |
zhenguo | not much of announcement, anyone else have a thing here? | 02:15 |
shaohe_feng | zhenguo: really good. Mogan is good to enhance openstack on Bear metal cloud | 02:16 |
zhenguo | shaohe_feng: sure thing, we all believe that, lol | 02:16 |
shaohe_feng | zhenguo: It is good scenario to leverage ironic. | 02:16 |
*** rbudden has quit IRC | 02:17 | |
zhenguo | anything else? | 02:17 |
shaohe_feng | zhenguo: I believe there will be more and more mogan deployment for BM cloud. | 02:17 |
liusheng | someone raised their concerns about conflicts with Ironic in the thread | 02:18 |
zhenguo | liusheng: you can read the following mail | 02:18 |
shaohe_feng | zhenguo: Seems are most developers on vacation already? | 02:19 |
zhenguo | liusheng: especially from ironic guys opinions | 02:19 |
liusheng | zhenguo: any new reponse, I have readed all | 02:19 |
zhenguo | liusheng: I mean those following up that one you raised | 02:19 |
liusheng | zhenguo: ok, will read later, someting wrong with my gmail connection :( | 02:20 |
zhenguo | liusheng: ok | 02:20 |
*** krtaylor has joined #openstack-meeting | 02:20 | |
shaohe_feng | liusheng: should we explain to them, that mogan is help ironic to setup BM cloud ecosystem? | 02:20 |
zhenguo | let's move on | 02:20 |
liusheng | shaohe_feng: let's talk that later :) | 02:21 |
shaohe_feng | liusheng: we do not touch ironic, just leverage it. | 02:21 |
shaohe_feng | liusheng: OK, talk it later. | 02:21 |
zhenguo | shaohe_feng: yes, sure, that's already clear now | 02:21 |
zhenguo | #topic task tracking | 02:22 |
*** yamamoto has joined #openstack-meeting | 02:22 | |
*** openstack changes topic to "task tracking (Meeting topic: mogan)" | 02:22 | |
shaohe_feng | zhenguo: Good. Hope other's, especially ironic developers know this. | 02:22 |
*** yamamoto has quit IRC | 02:22 | |
*** slaweq_ has quit IRC | 02:22 | |
zhenguo | #links https://etherpad.openstack.org/p/MoganWhiteBoard | 02:22 |
*** yamamoto has joined #openstack-meeting | 02:22 | |
zhenguo | please add the tasks assigined to you during the discussion on PTG | 02:24 |
*** baoli has quit IRC | 02:24 | |
shaohe_feng | OK | 02:24 |
*** thorst has joined #openstack-meeting | 02:26 | |
*** slaweq_ has joined #openstack-meeting | 02:27 | |
zhenguo | as it's a new cycle, I don't think there are updates here | 02:27 |
zhenguo | who's got a thing :) | 02:28 |
liusheng | we have frozen code merging, hah | 02:29 |
zhenguo | #topic open discussion | 02:29 |
*** openstack changes topic to "open discussion (Meeting topic: mogan)" | 02:29 | |
zhenguo | liusheng: oh, yes | 02:29 |
zhenguo | liusheng: but seems there's no patch ready to land, lol | 02:30 |
zhenguo | and seems we should focus on specs work now | 02:30 |
liusheng | zhenguo: yes, it should be | 02:30 |
*** unicell has joined #openstack-meeting | 02:31 | |
zhenguo | we will cancle the next week's meeting due to the vacation | 02:31 |
litao__ | zhenguo: yes | 02:31 |
shaohe_feng | +1 | 02:31 |
litao__ | +1 | 02:31 |
liusheng | +1 | 02:32 |
zhenguo | ok | 02:32 |
zhenguo | hope you all have a nice vacation then | 02:32 |
*** esberglu has joined #openstack-meeting | 02:32 | |
zhenguo | if no more things want to discuss, we can end the meeting here | 02:32 |
shaohe_feng | thanks. same to you. | 02:32 |
*** b1airo has joined #openstack-meeting | 02:33 | |
zhenguo | ok, thanks all for joining the meeting! | 02:33 |
zhenguo | #endmeeting | 02:33 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 02:33 | |
openstack | Meeting 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__ | ok | 02:33 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-09-28-02.02.html | 02:33 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-09-28-02.02.txt | 02:33 |
openstack | Log: http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-09-28-02.02.log.html | 02:33 |
*** baoli has joined #openstack-meeting | 02:34 | |
*** unicell has quit IRC | 02:35 | |
*** esberglu has quit IRC | 02:36 | |
*** baoli has quit IRC | 02:42 | |
*** wanghao has joined #openstack-meeting | 02:43 | |
*** baoli has joined #openstack-meeting | 02:44 | |
*** Rockyg has joined #openstack-meeting | 02:50 | |
*** kiennt26 has quit IRC | 02:51 | |
*** kiennt26 has joined #openstack-meeting | 02:51 | |
*** nikhil has quit IRC | 02:55 | |
*** slaweq_ has quit IRC | 03:00 | |
*** b1airo has quit IRC | 03:04 | |
*** kiennt26 has quit IRC | 03:06 | |
*** reedip_ has joined #openstack-meeting | 03:07 | |
*** janki has joined #openstack-meeting | 03:09 | |
*** slaweq_ has joined #openstack-meeting | 03:09 | |
*** reedip_ has quit IRC | 03:10 | |
*** noslzzp has quit IRC | 03:10 | |
*** kiennt26 has joined #openstack-meeting | 03:11 | |
*** Sukhdev has quit IRC | 03:15 | |
*** dgonzalez has quit IRC | 03:16 | |
*** edmondsw has joined #openstack-meeting | 03:16 | |
*** wanghao has quit IRC | 03:18 | |
*** edmondsw has quit IRC | 03:21 | |
*** dgonzalez has joined #openstack-meeting | 03:21 | |
*** baoli has quit IRC | 03:21 | |
*** baoli has joined #openstack-meeting | 03:22 | |
*** Sukhdev has joined #openstack-meeting | 03:24 | |
*** ramineni_ has quit IRC | 03:25 | |
*** bnemec has quit IRC | 03:26 | |
*** pksingh has joined #openstack-meeting | 03:30 | |
*** baoli has quit IRC | 03:34 | |
*** epico has joined #openstack-meeting | 03:34 | |
*** slaweq_ has quit IRC | 03:41 | |
*** links has joined #openstack-meeting | 03:44 | |
*** slaweq_ has joined #openstack-meeting | 03:45 | |
*** pksingh has quit IRC | 03:48 | |
*** sridharg has joined #openstack-meeting | 03:52 | |
*** tdasilva has quit IRC | 03:53 | |
*** pksingh has joined #openstack-meeting | 04:00 | |
*** zhurong has quit IRC | 04:07 | |
*** kiennt26 has quit IRC | 04:09 | |
*** tdasilva has joined #openstack-meeting | 04:11 | |
*** sw3 has quit IRC | 04:13 | |
*** slaweq_ has quit IRC | 04:18 | |
*** yangyape_ has quit IRC | 04:22 | |
*** yangyapeng has joined #openstack-meeting | 04:23 | |
*** b1airo has joined #openstack-meeting | 04:23 | |
*** sw3 has joined #openstack-meeting | 04:23 | |
*** annabelleB has joined #openstack-meeting | 04:24 | |
*** slaweq_ has joined #openstack-meeting | 04:24 | |
*** hongbin has quit IRC | 04:31 | |
*** Rockyg has quit IRC | 04:42 | |
*** tongl has joined #openstack-meeting | 04:46 | |
*** lpetrut has joined #openstack-meeting | 04:46 | |
*** pksingh has quit IRC | 04:48 | |
*** psachin has joined #openstack-meeting | 04:52 | |
*** slaweq_ has quit IRC | 04:56 | |
*** tongl has quit IRC | 04:58 | |
*** slaweq_ has joined #openstack-meeting | 05:03 | |
*** markstur has joined #openstack-meeting | 05:03 | |
*** edmondsw has joined #openstack-meeting | 05:04 | |
*** pksingh has joined #openstack-meeting | 05:07 | |
*** markstur_ has joined #openstack-meeting | 05:08 | |
*** lpetrut has quit IRC | 05:08 | |
*** edmondsw has quit IRC | 05:09 | |
*** annabelleB has quit IRC | 05:11 | |
*** markstur has quit IRC | 05:12 | |
*** annabelleB has joined #openstack-meeting | 05:17 | |
*** dfflanders has joined #openstack-meeting | 05:22 | |
*** lpetrut has joined #openstack-meeting | 05:23 | |
*** pksingh has quit IRC | 05:27 | |
*** Sukhdev has quit IRC | 05:29 | |
*** yangyape_ has joined #openstack-meeting | 05:29 | |
*** yangyapeng has quit IRC | 05:29 | |
*** chyka has quit IRC | 05:31 | |
*** pksingh has joined #openstack-meeting | 05:31 | |
*** yangyape_ has quit IRC | 05:31 | |
*** yangyapeng has joined #openstack-meeting | 05:32 | |
*** slaweq_ has quit IRC | 05:33 | |
*** dtrainor has quit IRC | 05:33 | |
*** markstur_ has quit IRC | 05:34 | |
*** claudiub|3 has joined #openstack-meeting | 05:37 | |
*** markstur has joined #openstack-meeting | 05:38 | |
*** marios has joined #openstack-meeting | 05:42 | |
*** slaweq_ has joined #openstack-meeting | 05:43 | |
*** lpetrut has quit IRC | 05:47 | |
*** yangyapeng has quit IRC | 05:50 | |
*** yangyape_ has joined #openstack-meeting | 05:50 | |
*** flanders_ has joined #openstack-meeting | 05:51 | |
*** lbrune has joined #openstack-meeting | 05:58 | |
*** mrunge_ is now known as mrunge | 06:00 | |
*** iyamahat has joined #openstack-meeting | 06:02 | |
*** zhipeng has joined #openstack-meeting | 06:08 | |
*** esberglu has joined #openstack-meeting | 06:11 | |
*** erlon has quit IRC | 06:14 | |
*** esberglu has quit IRC | 06:15 | |
*** iyamahat has quit IRC | 06:16 | |
*** liuyulong has quit IRC | 06:17 | |
*** yangyape_ has quit IRC | 06:18 | |
*** yangyapeng has joined #openstack-meeting | 06:19 | |
*** rbartal has joined #openstack-meeting | 06:19 | |
*** pcaruana has joined #openstack-meeting | 06:19 | |
*** coolsvap has joined #openstack-meeting | 06:20 | |
*** mrunge has quit IRC | 06:22 | |
*** markstur has quit IRC | 06:23 | |
*** yangyapeng has quit IRC | 06:23 | |
*** mrunge has joined #openstack-meeting | 06:27 | |
*** yangyapeng has joined #openstack-meeting | 06:29 | |
*** markvoelker has quit IRC | 06:30 | |
*** Alex_Staf has quit IRC | 06:30 | |
*** yangyapeng has quit IRC | 06:34 | |
*** zhurong has joined #openstack-meeting | 06:39 | |
*** markstur has joined #openstack-meeting | 06:43 | |
*** aeng has quit IRC | 06:46 | |
*** slaweq_ has quit IRC | 06:46 | |
*** ad_rien_ has joined #openstack-meeting | 06:46 | |
*** markstur has quit IRC | 06:48 | |
*** rossella_s has joined #openstack-meeting | 06:49 | |
*** Tom has joined #openstack-meeting | 06:50 | |
*** edmondsw has joined #openstack-meeting | 06:52 | |
*** slaweq_ has joined #openstack-meeting | 06:53 | |
*** makowals has joined #openstack-meeting | 06:53 | |
*** tobiajo has joined #openstack-meeting | 06:54 | |
*** edmondsw has quit IRC | 06:57 | |
*** rcernin has joined #openstack-meeting | 07:00 | |
*** yangyapeng has joined #openstack-meeting | 07:03 | |
*** oidgar has joined #openstack-meeting | 07:06 | |
*** yangyapeng has quit IRC | 07:07 | |
*** fzdarsky has joined #openstack-meeting | 07:08 | |
*** armax has joined #openstack-meeting | 07:08 | |
*** asettle has quit IRC | 07:08 | |
*** asettle has joined #openstack-meeting | 07:10 | |
*** asettle is now known as Guest3828 | 07:10 | |
*** reedip has quit IRC | 07:14 | |
*** iyamahat has joined #openstack-meeting | 07:14 | |
*** armax has quit IRC | 07:14 | |
*** treiz has joined #openstack-meeting | 07:17 | |
*** yangyapeng has joined #openstack-meeting | 07:17 | |
*** yangyapeng has quit IRC | 07:18 | |
*** yangyapeng has joined #openstack-meeting | 07:18 | |
*** ralonsoh has joined #openstack-meeting | 07:19 | |
*** b1airo has quit IRC | 07:25 | |
*** kevzha01 has quit IRC | 07:26 | |
*** kevzha01 has joined #openstack-meeting | 07:26 | |
*** slaweq_ has quit IRC | 07:27 | |
*** reedip has joined #openstack-meeting | 07:28 | |
*** yangyapeng has quit IRC | 07:29 | |
*** yangyape_ has joined #openstack-meeting | 07:29 | |
*** anilvenkata|AFK is now known as anilvenkata | 07:29 | |
*** slaweq_ has joined #openstack-meeting | 07:30 | |
*** yangyape_ has quit IRC | 07:30 | |
*** yangyapeng has joined #openstack-meeting | 07:30 | |
*** armax has joined #openstack-meeting | 07:36 | |
*** ad_rien_ has quit IRC | 07:36 | |
*** zhouyaguo has joined #openstack-meeting | 07:42 | |
*** armax has quit IRC | 07:42 | |
*** annabelleB has quit IRC | 07:43 | |
*** dfflanders has quit IRC | 07:44 | |
*** kiennt26 has joined #openstack-meeting | 07:44 | |
*** toscalix has joined #openstack-meeting | 07:54 | |
*** yamamoto has quit IRC | 07:56 | |
*** pksingh has quit IRC | 07:58 | |
*** esberglu has joined #openstack-meeting | 07:59 | |
*** slaweq_ has quit IRC | 08:02 | |
*** rossella_s has quit IRC | 08:03 | |
*** yamamoto has joined #openstack-meeting | 08:03 | |
*** esberglu has quit IRC | 08:03 | |
*** electrofelix has joined #openstack-meeting | 08:05 | |
*** Alex_Staf has joined #openstack-meeting | 08:05 | |
*** slaweq_ has joined #openstack-meeting | 08:09 | |
*** zhipeng has quit IRC | 08:10 | |
*** iyamahat has quit IRC | 08:10 | |
*** eglute has quit IRC | 08:14 | |
*** eglute has joined #openstack-meeting | 08:14 | |
*** lpetrut has joined #openstack-meeting | 08:16 | |
*** hashar has joined #openstack-meeting | 08:20 | |
*** acoles has left #openstack-meeting | 08:21 | |
*** alexchadin has joined #openstack-meeting | 08:22 | |
*** lbrune has quit IRC | 08:24 | |
*** yamamoto has quit IRC | 08:25 | |
*** yamamoto has joined #openstack-meeting | 08:30 | |
*** markvoelker has joined #openstack-meeting | 08:31 | |
*** yamamoto_ has joined #openstack-meeting | 08:32 | |
*** yamamoto_ has quit IRC | 08:34 | |
*** yamamoto has quit IRC | 08:35 | |
*** gongysh has joined #openstack-meeting | 08:35 | |
*** yamahata has joined #openstack-meeting | 08:36 | |
*** zhouyaguo has quit IRC | 08:39 | |
*** Guest3828 is now known as asettle | 08:39 | |
*** zhouyaguo has joined #openstack-meeting | 08:39 | |
*** jesusaur has quit IRC | 08:40 | |
*** edmondsw has joined #openstack-meeting | 08:41 | |
*** lbrune has joined #openstack-meeting | 08:41 | |
*** e0ne has joined #openstack-meeting | 08:42 | |
*** slaweq_ has quit IRC | 08:43 | |
*** edmondsw has quit IRC | 08:45 | |
*** dbecker has joined #openstack-meeting | 08:46 | |
*** beekhof_mb has joined #openstack-meeting | 08:46 | |
*** yamahata has quit IRC | 08:46 | |
*** yamahata has joined #openstack-meeting | 08:47 | |
*** jesusaur has joined #openstack-meeting | 08:49 | |
*** alexchadin has quit IRC | 08:50 | |
*** alexchadin has joined #openstack-meeting | 08:51 | |
*** alexchadin has quit IRC | 08:51 | |
*** alexchadin has joined #openstack-meeting | 08:51 | |
*** slaweq_ has joined #openstack-meeting | 08:54 | |
*** beekhof_mb has quit IRC | 08:54 | |
*** ralonsoh_ has joined #openstack-meeting | 09:00 | |
*** kiennt26 has quit IRC | 09:00 | |
*** alexchadin has quit IRC | 09:01 | |
*** alexchadin has joined #openstack-meeting | 09:03 | |
*** gongysh has quit IRC | 09:03 | |
*** ralonsoh has quit IRC | 09:03 | |
*** yangyapeng has quit IRC | 09:04 | |
*** markvoelker has quit IRC | 09:05 | |
*** yangyapeng has joined #openstack-meeting | 09:08 | |
*** Tom has quit IRC | 09:09 | |
*** yamamoto has joined #openstack-meeting | 09:14 | |
*** yamamoto has quit IRC | 09:17 | |
*** marios has quit IRC | 09:21 | |
*** sambetts|afk is now known as sambetts | 09:24 | |
*** artom has joined #openstack-meeting | 09:24 | |
*** slaweq_ has quit IRC | 09:26 | |
*** kevzha01 has quit IRC | 09:27 | |
*** alexchad_ has joined #openstack-meeting | 09:28 | |
*** alexchadin has quit IRC | 09:30 | |
*** alexchad_ has quit IRC | 09:32 | |
*** alexchadin has joined #openstack-meeting | 09:33 | |
*** slaweq_ has joined #openstack-meeting | 09:36 | |
*** armax has joined #openstack-meeting | 09:38 | |
*** yamahata has quit IRC | 09:40 | |
*** flanders_ has quit IRC | 09:40 | |
*** armax has quit IRC | 09:42 | |
*** sdague has joined #openstack-meeting | 09:44 | |
*** markstur has joined #openstack-meeting | 09:44 | |
*** ijw has quit IRC | 09:47 | |
*** esberglu has joined #openstack-meeting | 09:47 | |
*** markstur has quit IRC | 09:49 | |
*** esberglu has quit IRC | 09:51 | |
*** radez has quit IRC | 09:58 | |
*** marios has joined #openstack-meeting | 09:59 | |
*** dalvarez has quit IRC | 09:59 | |
*** tovin07_ has quit IRC | 10:01 | |
*** artom has quit IRC | 10:02 | |
*** YanXing_an has quit IRC | 10:02 | |
*** YanXing_an has joined #openstack-meeting | 10:02 | |
*** markvoelker has joined #openstack-meeting | 10:02 | |
*** yangyapeng has quit IRC | 10:02 | |
*** yamamoto has joined #openstack-meeting | 10:03 | |
*** ralonsoh__ has joined #openstack-meeting | 10:03 | |
*** yangyapeng has joined #openstack-meeting | 10:03 | |
*** YanXing_an has quit IRC | 10:03 | |
*** rossella_s has joined #openstack-meeting | 10:03 | |
*** radez has joined #openstack-meeting | 10:04 | |
*** dalvarez has joined #openstack-meeting | 10:04 | |
*** yangyapeng has quit IRC | 10:04 | |
*** yamamoto has quit IRC | 10:05 | |
*** ralonsoh_ has quit IRC | 10:06 | |
*** masber has quit IRC | 10:06 | |
*** masber has joined #openstack-meeting | 10:07 | |
*** slaweq_ has quit IRC | 10:09 | |
*** b1airo has joined #openstack-meeting | 10:09 | |
*** reedip has quit IRC | 10:12 | |
*** marios has quit IRC | 10:12 | |
*** mahatic has quit IRC | 10:14 | |
*** chyka has joined #openstack-meeting | 10:16 | |
*** slaweq_ has joined #openstack-meeting | 10:17 | |
*** janki has quit IRC | 10:20 | |
*** chyka has quit IRC | 10:21 | |
*** ralonsoh__ is now known as ralonsoh | 10:24 | |
*** rossella_s has quit IRC | 10:25 | |
*** reedip has joined #openstack-meeting | 10:26 | |
*** zhurong has quit IRC | 10:27 | |
*** edmondsw has joined #openstack-meeting | 10:29 | |
*** yamamoto has joined #openstack-meeting | 10:29 | |
*** tobiajo has quit IRC | 10:29 | |
*** janki has joined #openstack-meeting | 10:30 | |
*** yamamoto has quit IRC | 10:31 | |
*** alexchadin has quit IRC | 10:32 | |
*** edmondsw has quit IRC | 10:33 | |
*** markvoelker has quit IRC | 10:35 | |
*** jkilpatr has quit IRC | 10:35 | |
*** iyamahat has joined #openstack-meeting | 10:35 | |
*** iyamahat has quit IRC | 10:36 | |
*** iyamahat_ has joined #openstack-meeting | 10:36 | |
*** yamamoto has joined #openstack-meeting | 10:37 | |
*** yamamoto has quit IRC | 10:38 | |
*** spn has quit IRC | 10:39 | |
*** yamamoto has joined #openstack-meeting | 10:40 | |
*** spn has joined #openstack-meeting | 10:41 | |
*** spn has quit IRC | 10:41 | |
*** spn has joined #openstack-meeting | 10:41 | |
*** yamamoto has quit IRC | 10:43 | |
*** tobiajo has joined #openstack-meeting | 10:43 | |
*** yamamoto has joined #openstack-meeting | 10:46 | |
*** ijw has joined #openstack-meeting | 10:47 | |
*** raildo has joined #openstack-meeting | 10:47 | |
*** zhouyaguo has quit IRC | 10:48 | |
*** yamamoto has quit IRC | 10:49 | |
*** spn has quit IRC | 10:50 | |
*** gcb has quit IRC | 10:50 | |
*** spn has joined #openstack-meeting | 10:50 | |
*** spn has quit IRC | 10:50 | |
*** spn has joined #openstack-meeting | 10:50 | |
*** Tom__ has joined #openstack-meeting | 10:51 | |
*** jkilpatr has joined #openstack-meeting | 10:52 | |
*** ijw has quit IRC | 10:52 | |
*** slaweq_ has quit IRC | 10:53 | |
*** Tom__ has quit IRC | 10:55 | |
*** ad_rien_ has joined #openstack-meeting | 10:59 | |
*** markstur has joined #openstack-meeting | 11:02 | |
*** spn has quit IRC | 11:03 | |
*** spn has joined #openstack-meeting | 11:04 | |
*** spn has quit IRC | 11:04 | |
*** spn has joined #openstack-meeting | 11:04 | |
*** marios has joined #openstack-meeting | 11:05 | |
*** markstur has quit IRC | 11:06 | |
*** gcb has joined #openstack-meeting | 11:07 | |
*** spn has quit IRC | 11:09 | |
*** spn has joined #openstack-meeting | 11:09 | |
*** spn has quit IRC | 11:09 | |
*** spn has joined #openstack-meeting | 11:09 | |
*** thorst has quit IRC | 11:16 | |
*** slaweq_ has joined #openstack-meeting | 11:23 | |
*** yamamoto has joined #openstack-meeting | 11:28 | |
*** martial_ has joined #openstack-meeting | 11:31 | |
*** markvoelker has joined #openstack-meeting | 11:32 | |
*** esberglu has joined #openstack-meeting | 11:35 | |
*** epico has quit IRC | 11:37 | |
*** esberglu has quit IRC | 11:39 | |
*** ansmith has quit IRC | 11:42 | |
*** b1airo has quit IRC | 11:50 | |
*** witek has left #openstack-meeting | 11:53 | |
*** slaweq_ has quit IRC | 11:57 | |
*** markstur has joined #openstack-meeting | 11:59 | |
*** slaweq_ has joined #openstack-meeting | 12:01 | |
*** yamamoto has quit IRC | 12:03 | |
*** bobh has joined #openstack-meeting | 12:03 | |
*** markstur has quit IRC | 12:03 | |
*** thorst has joined #openstack-meeting | 12:03 | |
*** tpsilva has joined #openstack-meeting | 12:05 | |
*** beekhof_mb has joined #openstack-meeting | 12:05 | |
*** francoblanco has quit IRC | 12:05 | |
*** pksingh has joined #openstack-meeting | 12:06 | |
*** markvoelker has quit IRC | 12:06 | |
*** iyamahat_ has quit IRC | 12:06 | |
*** eharney has quit IRC | 12:06 | |
*** reedip has quit IRC | 12:07 | |
*** bobh has quit IRC | 12:07 | |
*** jpich has joined #openstack-meeting | 12:11 | |
*** gcb has quit IRC | 12:12 | |
*** gcb has joined #openstack-meeting | 12:12 | |
*** rbudden has joined #openstack-meeting | 12:14 | |
*** ad_rien_ has quit IRC | 12:17 | |
*** markvoelker has joined #openstack-meeting | 12:18 | |
*** reedip has joined #openstack-meeting | 12:20 | |
*** litao__ has quit IRC | 12:26 | |
*** dprince has joined #openstack-meeting | 12:29 | |
*** pcaruana has quit IRC | 12:31 | |
*** edmondsw has joined #openstack-meeting | 12:31 | |
*** slaweq_ has quit IRC | 12:34 | |
*** mlakat has quit IRC | 12:43 | |
*** slaweq_ has joined #openstack-meeting | 12:44 | |
*** jaypipes has joined #openstack-meeting | 12:45 | |
*** ad_rien_ has joined #openstack-meeting | 12:45 | |
*** ansmith has joined #openstack-meeting | 12:50 | |
*** hemna_ has joined #openstack-meeting | 12:51 | |
*** beekhof_mb has quit IRC | 12:52 | |
*** eumel8 has joined #openstack-meeting | 12:52 | |
*** rmascena has joined #openstack-meeting | 12:53 | |
*** erlon has joined #openstack-meeting | 12:53 | |
*** raildo has quit IRC | 12:55 | |
*** eharney has joined #openstack-meeting | 12:55 | |
*** artom has joined #openstack-meeting | 12:55 | |
*** bobh has joined #openstack-meeting | 12:56 | |
*** artom has quit IRC | 12:56 | |
*** artom has joined #openstack-meeting | 12:56 | |
*** artom has quit IRC | 12:57 | |
*** artom has joined #openstack-meeting | 12:57 | |
*** artom has quit IRC | 12:58 | |
*** gcb has quit IRC | 12:58 | |
*** artom has joined #openstack-meeting | 12:58 | |
*** artom has quit IRC | 12:59 | |
*** artom has joined #openstack-meeting | 12:59 | |
*** artom has quit IRC | 13:00 | |
*** mlakat has joined #openstack-meeting | 13:00 | |
eumel8 | #startmeeting OpenStack I18n Meeting | 13:00 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:00 |
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)" | 13:00 | |
openstack | The meeting name has been set to 'openstack_i18n_meeting' | 13:00 |
eumel8 | Hello! | 13:00 |
*** artom has joined #openstack-meeting | 13:00 | |
*** pcaruana has joined #openstack-meeting | 13:00 | |
jpich | Hi o/ | 13:00 |
eumel8 | Who is there for the I18n team meeting? | 13:00 |
eumel8 | :) | 13:00 |
*** pksingh has quit IRC | 13:01 | |
eumel8 | Hi jpich :) | 13:01 |
*** artom has quit IRC | 13:01 | |
*** raildo has joined #openstack-meeting | 13:01 | |
*** belmoreira has joined #openstack-meeting | 13:01 | |
*** artom has joined #openstack-meeting | 13:01 | |
*** rmascena has quit IRC | 13:02 | |
*** artom has quit IRC | 13:02 | |
ianychoi_ | o/ | 13:02 |
ianychoi_ | Hello eumel8 and jpich ! | 13:02 |
*** artom has joined #openstack-meeting | 13:02 | |
*** gcb has joined #openstack-meeting | 13:02 | |
eumel8 | Hi ianychoi! | 13:03 |
ianychoi_ | :) | 13:03 |
jpich | :) | 13:03 |
*** yamamoto has joined #openstack-meeting | 13:03 | |
eumel8 | I have only 2 topics today | 13:03 |
eumel8 | so we are very fast | 13:04 |
eumel8 | #topic Zanata Upgrade Version 4 | 13: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-upgrade | 13:04 |
*** iyamahat has joined #openstack-meeting | 13:04 | |
eumel8 | #link https://review.openstack.org/#/c/506795/ | 13:04 |
patchbot | patch 506795 - openstack-infra/puppet-zanata - Preparation for Zanata 4 version | 13:04 |
*** iyamahat has quit IRC | 13:05 | |
eumel8 | I started to work on the Zanata update some days ago | 13:05 |
*** iyamahat has joined #openstack-meeting | 13:05 | |
ianychoi_ | Great! | 13:06 |
*** ianychoi_ is now known as ianychoi | 13:06 | |
eumel8 | there are some changes due the new version 4 | 13:06 |
*** belmoreira has quit IRC | 13:06 | |
*** belmorei_ has joined #openstack-meeting | 13:06 | |
eumel8 | so we have to change some things in the the puppet module | 13:07 |
*** belmorei_ has quit IRC | 13:07 | |
eumel8 | Zanata guys have already reviewed my changes so we wait of the merge :) | 13:07 |
*** belmoreira has joined #openstack-meeting | 13:07 | |
*** cleong has joined #openstack-meeting | 13:08 | |
eumel8 | Then I tried to start a new story on the storyboard but this depends on infra projects and there is no full matching for this tasks | 13:08 |
eumel8 | so I copied shameless the blueprint from the last zanata upgrade and started with a new one | 13:08 |
*** yamamoto has quit IRC | 13:09 | |
ianychoi | For storyboard, Foundation previously asked me whether I18n team wants to move the use of task management from Launchpad to Storyboard. | 13:09 |
ianychoi | I discussed it previously in IRC meeting, but most opinions at that time was that using Launchpad would be fine. | 13:10 |
ianychoi | If we think that using Storyboard would be a good idea, then we can ask Foundation to open a project such as openstack/i18n | 13:10 |
*** cdub has joined #openstack-meeting | 13:11 | |
eumel8 | ianychoi: 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 team | 13:11 |
*** esberglu has joined #openstack-meeting | 13:11 | |
*** pchavva has joined #openstack-meeting | 13:11 | |
ianychoi | eumel8, I see :) | 13:12 |
*** ijw has joined #openstack-meeting | 13:12 | |
eumel8 | btw: here is a running preview of zanata 4.2.1 https://tewa.eumelnet.de | 13:12 |
eumel8 | there is one small issue with error 404 after openid login | 13:13 |
ianychoi | Wow.. plz teach me how to run Zanata 4.2.1 eumel8! | 13:13 |
ianychoi | UI looks so cool! | 13:14 |
eumel8 | yes, some new ideas in ui.. | 13:14 |
*** yangyapeng has joined #openstack-meeting | 13:15 | |
eumel8 | and it's fast (beside my lxd container) | 13:15 |
eumel8 | here is the upgrade procedure: #link https://etherpad.openstack.org/p/zanata_upgrade_4xx | 13:15 |
ianychoi | Wow.. 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 it | 13:15 |
*** baoli has joined #openstack-meeting | 13:16 | |
*** wanghao has joined #openstack-meeting | 13:16 | |
eumel8 | first thing we have to merge puppet-zanata to provide the new config stuff. Then it would be easy | 13:17 |
ianychoi | eumel8, great - thanks a lot again for helping with this. | 13:17 |
ianychoi | Yep.. asking it to infra IRC meeting would be a good idea | 13:17 |
*** slaweq_ has quit IRC | 13:17 | |
*** ijw has quit IRC | 13:18 | |
eumel8 | And 4.3. is on the ramp, so we can start very fresh during the Summit | 13:18 |
eumel8 | The Zanata guys wants to talk with the infra team about requirements | 13:19 |
ianychoi | requirements? | 13:19 |
eumel8 | Maybe we can shift the workload a little in our direction. We are doing the same on translation check site | 13:20 |
eumel8 | ianychoi: requirements with more RAM or CPU - I don't know. Maybe I've overseen something :) | 13:21 |
ianychoi | eumel8, aha :) | 13:21 |
ianychoi | I think current RAM and/or CPU should be sufficient | 13:21 |
ianychoi | Hmm 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 |
eumel8 | for 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-meeting | 13:24 | |
eumel8 | #topic Topics for Forum Sydney | 13:24 |
*** openstack changes topic to "Topics for Forum Sydney (Meeting topic: OpenStack I18n Meeting)" | 13:24 | |
eumel8 | next topic is topics for Forum Sydney | 13:24 |
eumel8 | #link http://forumtopics.openstack.org/cfp/create | 13:24 |
eumel8 | I know, amotoki will be there | 13:25 |
eumel8 | if we have something to submit it's time till Friday to do so :) | 13:25 |
eumel8 | just to remark | 13:26 |
eumel8 | #topic Open Discussion | 13:26 |
*** openstack changes topic to "Open Discussion (Meeting topic: OpenStack I18n Meeting)" | 13:26 | |
eumel8 | last point - open discussion | 13:26 |
*** mriedem has joined #openstack-meeting | 13:26 | |
jpich | A 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 |
eumel8 | ok, jpich, we will do so :) | 13:28 |
jpich | Cheers! | 13:28 |
*** alexchadin has joined #openstack-meeting | 13:28 | |
eumel8 | then thanks for participation, jpich, ianychoi and have a nice evening/night :) | 13:29 |
jpich | You too! | 13:29 |
ianychoi | eumel8, thanks a lot | 13:29 |
eumel8 | #endmeeting | 13:29 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 13:29 | |
openstack | Meeting ended Thu Sep 28 13:29:51 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:29 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-09-28-13.00.html | 13:29 |
ianychoi | jpich, thank u! | 13:29 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-09-28-13.00.txt | 13:29 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-09-28-13.00.log.html | 13:29 |
eumel8 | :) | 13:29 |
jpich | :) | 13:30 |
*** jpich has left #openstack-meeting | 13:30 | |
*** jrist has quit IRC | 13:31 | |
*** eumel8 has left #openstack-meeting | 13:32 | |
*** yamahata has joined #openstack-meeting | 13:33 | |
*** jrist has joined #openstack-meeting | 13:35 | |
*** gouthamr has joined #openstack-meeting | 13:35 | |
*** iyamahat has quit IRC | 13:35 | |
*** rbowen has joined #openstack-meeting | 13:39 | |
*** VW has joined #openstack-meeting | 13:41 | |
*** rossella_s has joined #openstack-meeting | 13:44 | |
*** mlakat has quit IRC | 13:46 | |
*** genek has joined #openstack-meeting | 13:49 | |
*** zhonghua has quit IRC | 13:49 | |
*** zhonghua has joined #openstack-meeting | 13:50 | |
*** bnemec has joined #openstack-meeting | 13:53 | |
*** pksingh has joined #openstack-meeting | 13:53 | |
*** alex_xu has quit IRC | 13:54 | |
*** lhx_ has joined #openstack-meeting | 13:54 | |
*** gcb has quit IRC | 13:54 | |
*** alex_xu has joined #openstack-meeting | 13:54 | |
*** slaweq_ has quit IRC | 13:56 | |
*** belmoreira has quit IRC | 13:57 | |
*** dbecker has quit IRC | 13:57 | |
*** shintaro has joined #openstack-meeting | 13:58 | |
*** nikhil has joined #openstack-meeting | 13:58 | |
*** zhouyaguo has joined #openstack-meeting | 13:59 | |
*** hemna_ has quit IRC | 14:00 | |
*** awaugama has joined #openstack-meeting | 14:01 | |
*** Xinran has quit IRC | 14:01 | |
*** yamahata has quit IRC | 14:01 | |
*** Xinran has joined #openstack-meeting | 14:02 | |
*** alex_xu has quit IRC | 14:02 | |
*** gcb has joined #openstack-meeting | 14:02 | |
*** links has quit IRC | 14:02 | |
*** ijw has joined #openstack-meeting | 14:03 | |
*** tobiajo has quit IRC | 14:03 | |
*** belmoreira has joined #openstack-meeting | 14:03 | |
*** slaweq_ has joined #openstack-meeting | 14:03 | |
*** spzala has joined #openstack-meeting | 14:03 | |
shintaro | hi | 14:04 |
*** VW has quit IRC | 14:06 | |
*** VW has joined #openstack-meeting | 14:07 | |
*** artom has quit IRC | 14:07 | |
*** jamemcc_ has joined #openstack-meeting | 14:08 | |
*** ijw has quit IRC | 14:08 | |
*** rbowen has quit IRC | 14:08 | |
jamemcc_ | Hellp | 14:08 |
jamemcc_ | Hello | 14:08 |
jamemcc_ | Will start IRC meeting for LCOO now | 14:08 |
jamemcc_ | #startmeeting LCOO | 14:10 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:10 |
*** openstack changes topic to " (Meeting topic: LCOO)" | 14:10 | |
openstack | The meeting name has been set to 'lcoo' | 14:10 |
jamemcc_ | Welcome to the semi regular LCOO meeting | 14:10 |
shintaro | o/ | 14:10 |
zhouyaguo | hi, jamey & shintaro | 14:11 |
shintaro | hi zhouyaguo | 14:11 |
shintaro | #link https://openstack-lcoo.atlassian.net/wiki/spaces/LCOO/pages/14652261/2017.09.28+LCOO+General | 14:11 |
*** VW has quit IRC | 14:11 | |
shintaro | you have to be in the "edit mode" to see the update on the wiki | 14:12 |
zhouyaguo | thanks shintaro, got that. | 14:12 |
zhouyaguo | I'm tring skype at home | 14:12 |
jamemcc_ | Meeting Agenda and notes are at: #URL https://openstack-lcoo.atlassian.net/wiki/spaces/LCOO/pages/14652261/2017.09.28+LCOO+General | 14:12 |
jamemcc_ | Thanks Yahgou - glad to have you | 14:13 |
jamemcc_ | First announcing the status of Extreme Testing | 14:14 |
AndyU | Hi 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=49440 | 14:15 |
shintaro | I heard PTG session was productive | 14:15 |
*** jrist has quit IRC | 14:17 | |
*** tobiajo has joined #openstack-meeting | 14:17 | |
zhouyaguo | andy, yeah, i'm trying my skype, i'm on the fedora desktop, some problem when enter Conference id | 14:17 |
jamemcc_ | Plans are to begin coding of 1 new project and be ready to demo at Sydney | 14:17 |
jamemcc_ | Will start the process to open or join a SIG for this effort | 14:18 |
shintaro | forum session was proposed for the extreme testing | 14:19 |
jamemcc_ | On to the next topics - 2.1 Announcements | 14:19 |
shintaro | #link http://forumtopics.openstack.org/cfp/details/21 | 14:19 |
*** zhouyaguo has quit IRC | 14:24 | |
*** zhouyaguo has joined #openstack-meeting | 14:24 | |
jamemcc_ | #topic Sydney Planning | 14:24 |
*** openstack changes topic to "Sydney Planning (Meeting topic: LCOO)" | 14:24 | |
*** rbartal has quit IRC | 14:25 | |
*** oidgar has quit IRC | 14:25 | |
shintaro | I will be there | 14: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+Pad | 14:28 |
*** rtjure has joined #openstack-meeting | 14:35 | |
jamemcc_ | #topic LCOO Year 2 | 14:35 |
*** openstack changes topic to "LCOO Year 2 (Meeting topic: LCOO)" | 14:35 | |
*** hongbin has joined #openstack-meeting | 14:35 | |
*** ijw has joined #openstack-meeting | 14:36 | |
*** slaweq_ has quit IRC | 14:37 | |
*** spotz_ is now known as spotz | 14:40 | |
*** oidgar has joined #openstack-meeting | 14:41 | |
*** ijw has quit IRC | 14:42 | |
shintaro | seems good idea to have topic specific meeting | 14:42 |
*** SpamapS is now known as Zuulv2 | 14:43 | |
*** kevzha01 has joined #openstack-meeting | 14:43 | |
*** Zuulv2 is now known as SpamapS | 14:43 | |
*** markstur has joined #openstack-meeting | 14:44 | |
*** kevzha01_ has joined #openstack-meeting | 14: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-meeting | 14:45 | |
jamemcc_ | There is a list of topics that came out of the 1 year review meeting but we can add more | 14:46 |
*** kevzha01 has quit IRC | 14:48 | |
*** alexchadin has quit IRC | 14:48 | |
jamemcc_ | The aim is to identfy areas of common interest and let those SMEs naturally move them forward once the synergy is identfied | 14:48 |
*** markstur has quit IRC | 14:48 | |
*** makowals has quit IRC | 14:49 | |
*** rossella_s has quit IRC | 14:51 | |
*** marc__ has joined #openstack-meeting | 14:53 | |
*** Swami has joined #openstack-meeting | 14:53 | |
*** gyee has joined #openstack-meeting | 14:58 | |
*** hemna_ has joined #openstack-meeting | 14:58 | |
*** jrist has joined #openstack-meeting | 14:59 | |
*** belmorei_ has joined #openstack-meeting | 14:59 | |
*** belmoreira has quit IRC | 15:00 | |
jamemcc_ | #endmeeting | 15:02 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 15:02 | |
openstack | Meeting ended Thu Sep 28 15:02:12 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 15:02 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/lcoo/2017/lcoo.2017-09-28-14.10.html | 15:02 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/lcoo/2017/lcoo.2017-09-28-14.10.txt | 15:02 |
openstack | Log: http://eavesdrop.openstack.org/meetings/lcoo/2017/lcoo.2017-09-28-14.10.log.html | 15:02 |
*** markstur has joined #openstack-meeting | 15:02 | |
shintaro | thank you jamemcc | 15:02 |
*** shintaro has quit IRC | 15:02 | |
*** hemna_ has quit IRC | 15:05 | |
*** sdague has quit IRC | 15:07 | |
*** donghao has joined #openstack-meeting | 15:10 | |
*** xyang1 has joined #openstack-meeting | 15:11 | |
*** dbecker has joined #openstack-meeting | 15:13 | |
*** spzala has quit IRC | 15:14 | |
*** lamt has joined #openstack-meeting | 15:16 | |
*** slaweq_ has quit IRC | 15:18 | |
*** bobmel has quit IRC | 15:19 | |
*** psachin has quit IRC | 15:21 | |
*** Alex_Staf has quit IRC | 15:22 | |
*** zhouyaguo has quit IRC | 15:27 | |
*** oidgar has quit IRC | 15:29 | |
*** slaweq_ has joined #openstack-meeting | 15:30 | |
*** sridharg has quit IRC | 15:31 | |
*** jkilpatr has quit IRC | 15:34 | |
*** marios has quit IRC | 15:35 | |
*** tssurya has quit IRC | 15:35 | |
*** e0ne has quit IRC | 15:36 | |
*** jrist has quit IRC | 15:36 | |
*** Patifa has joined #openstack-meeting | 15:36 | |
*** wanghao has quit IRC | 15:36 | |
*** wanghao has joined #openstack-meeting | 15:37 | |
*** hemna_ has joined #openstack-meeting | 15:38 | |
*** donghao has quit IRC | 15:41 | |
*** marc__ has quit IRC | 15:43 | |
*** spzala has joined #openstack-meeting | 15:44 | |
*** yangyapeng has left #openstack-meeting | 15:44 | |
*** donghao has joined #openstack-meeting | 15:44 | |
*** annp has joined #openstack-meeting | 15:45 | |
*** edmondsw has quit IRC | 15:46 | |
*** rcernin has quit IRC | 15:46 | |
*** kevzha01_ has quit IRC | 15:47 | |
*** spzala has quit IRC | 15:48 | |
*** ad_rien_ has quit IRC | 15:50 | |
*** belmorei_ has quit IRC | 15:51 | |
*** hashar is now known as hasharAway | 15:51 | |
*** iyamahat has joined #openstack-meeting | 15:52 | |
*** chyka has joined #openstack-meeting | 15:53 | |
*** spn is now known as spn2 | 15:59 | |
*** toscalix has quit IRC | 16:00 | |
*** armax has joined #openstack-meeting | 16:01 | |
*** slaweq_ has quit IRC | 16:02 | |
*** tongl has joined #openstack-meeting | 16:02 | |
*** tongl has quit IRC | 16:03 | |
*** annp has quit IRC | 16:04 | |
*** slaweq_ has joined #openstack-meeting | 16:06 | |
*** wanghao_ has joined #openstack-meeting | 16:06 | |
*** wanghao_ has quit IRC | 16:07 | |
*** wanghao has quit IRC | 16:09 | |
*** kbyrne has quit IRC | 16:10 | |
*** jrist has joined #openstack-meeting | 16:10 | |
*** kbyrne has joined #openstack-meeting | 16:12 | |
*** oidgar has joined #openstack-meeting | 16:13 | |
*** armax has quit IRC | 16:17 | |
*** Apoorva has joined #openstack-meeting | 16:17 | |
*** Apoorva has quit IRC | 16:17 | |
*** Apoorva has joined #openstack-meeting | 16:18 | |
*** corey_ has joined #openstack-meeting | 16:19 | |
*** cleong has quit IRC | 16:20 | |
*** markstur_ has joined #openstack-meeting | 16:20 | |
*** iyamahat has quit IRC | 16:21 | |
*** markstur has quit IRC | 16:24 | |
*** galstrom_zzz is now known as galstrom | 16:29 | |
*** gongysh has joined #openstack-meeting | 16:30 | |
*** lpetrut has quit IRC | 16:30 | |
*** ralonsoh has quit IRC | 16:33 | |
*** gongysh has quit IRC | 16:34 | |
*** Swami has quit IRC | 16:36 | |
*** lbrune has quit IRC | 16:38 | |
*** annabelleB has joined #openstack-meeting | 16:39 | |
*** Alex_Staf has joined #openstack-meeting | 16:40 | |
*** donghao has quit IRC | 16:42 | |
*** slaweq_ has quit IRC | 16:42 | |
*** numans has quit IRC | 16:46 | |
*** rwsu has joined #openstack-meeting | 16:47 | |
*** numans has joined #openstack-meeting | 16:49 | |
*** VW has joined #openstack-meeting | 16:54 | |
*** gongysh has joined #openstack-meeting | 16:55 | |
*** gongysh has quit IRC | 16:56 | |
*** blancos has joined #openstack-meeting | 16:59 | |
andreaf | #startmeeting qa | 17:00 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:00 |
*** openstack changes topic to " (Meeting topic: qa)" | 17:00 | |
openstack | The 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 agenda | 17:00 |
*** baoli has quit IRC | 17:00 | |
andreaf | Hello everyone, who's here for the meeting today? o/ | 17:00 |
*** baoli has joined #openstack-meeting | 17:01 | |
chandankumar | \o | 17:01 |
blancos | o/ | 17:01 |
*** jamemcc_ has quit IRC | 17:01 | |
mguiney | o/ | 17:01 |
*** lbrune has joined #openstack-meeting | 17:01 | |
andreaf | hello :) | 17:02 |
andreaf | Let's get started | 17:02 |
andreaf | I changed a bit the agenda and pruned a few things out | 17:03 |
*** Alex_Staf has quit IRC | 17:03 | |
andreaf | Not 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 meeting | 17:04 |
*** anilvenkata has quit IRC | 17:04 | |
*** oidgar has quit IRC | 17:05 | |
andreaf | According 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 indispensible | 17:05 |
andreaf | ok let's move on | 17:06 |
andreaf | One thing I wanted to mention is the forum submission deadline | 17:06 |
andreaf | #info The deadline for submission of topics for the forum is tomorrow Sep 29th | 17:06 |
andreaf | So if you have ideas for things to be discussed there you still have a bit of time for that, but not much | 17:07 |
*** ad_rien_ has joined #openstack-meeting | 17:07 | |
andreaf | #link https://etherpad.openstack.org/p/qa-sydney-forum-topics The etherpad for that | 17:07 |
andreaf | Otherwise I will submit the topics we had in Boston as well about getting feedback / input on QA tools from users | 17:08 |
andreaf | #topic bug triage | 17:08 |
*** openstack changes topic to "bug triage (Meeting topic: qa)" | 17:08 | |
*** dbecker has quit IRC | 17:08 | |
*** Swami has joined #openstack-meeting | 17:09 | |
andreaf | As discussed during the PTG I would like to setup the role of bug czar and I put together a proposed definition of the role | 17:09 |
andreaf | #link https://etherpad.openstack.org/p/qa-bug-czar | 17:09 |
andreaf | chandankumar graciously offered to help and take the role | 17:10 |
andreaf | so I would like people input on the etherpad | 17:10 |
chandankumar | andreaf: thanks :-) | 17:10 |
andreaf | chandankumar: thank you | 17:10 |
andreaf | let me know what you think about that | 17:10 |
*** claudiub|3 has quit IRC | 17:11 | |
andreaf | since we are such a small group today I would switch to open discussion now | 17:11 |
*** dustins has joined #openstack-meeting | 17:11 | |
andreaf | so people can bring up any topic they may have for discussion | 17:11 |
andreaf | #topic Open Discussion | 17:12 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 17:12 | |
*** spzala has joined #openstack-meeting | 17:12 | |
* mguiney waves | 17:12 | |
mguiney | hello! two things, both tempest related: | 17:13 |
*** tobiajo has quit IRC | 17:14 | |
mguiney | the first being that I currently have a tempest patch up for review: https://review.openstack.org/#/c/500470/ | 17:14 |
patchbot | patch 500470 - tempest - Add "list projects for a single-project user" test | 17:14 |
mguiney | and would really appreciate some review so I can keep moving towards getting it merged | 17:14 |
andreaf | #link https://review.openstack.org/#/c/500470/ | 17:15 |
patchbot | patch 500470 - tempest - Add "list projects for a single-project user" test | 17:15 |
*** baoli has quit IRC | 17:16 | |
mguiney | (thank you, apologies for using the wrong format, not super used to talking in this meeting :) ) | 17:16 |
andreaf | mguiney: no worries | 17:16 |
*** sambetts is now known as sambetts|afk | 17:17 | |
andreaf | mguiney: ok I will review it | 17:17 |
andreaf | mguiney: what's the second thing? | 17:17 |
mguiney | the 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 IRC | 17:18 | |
mguiney | not a huge thing, just letting people know :) | 17:18 |
andreaf | mguiney: thanks for the heads up | 17:18 |
andreaf | it would be handy to have a note in the commit message about the tests being interop related when the patch are written | 17:18 |
andreaf | mguiney: do you know for what services? | 17:19 |
mguiney | cinder, thus far, i'm currently sussing out which new capabilities are and are not covered | 17:20 |
mguiney | and maybe a new one for swift | 17:21 |
mguiney | i'm looking forward to getting to write some new tests, should be interesting :) | 17:21 |
mguiney | and can do, i'll certainly note that theyre for the new capabilities :) | 17:22 |
andreaf | mguiney: that's nice, thank you | 17:22 |
mguiney | cool! well thank you for hearing me out, that's all for me! | 17:23 |
*** baoli has joined #openstack-meeting | 17:24 | |
andreaf | anything else? | 17:24 |
*** SumitNaiksatam has joined #openstack-meeting | 17:24 | |
andreaf | blancos, felipe mentioned that patrole CI was broken a lot due to tempest changes recently | 17:25 |
andreaf | blancos: is it any better now? | 17:25 |
blancos | andreaf Yes we've been reviewing and merging patches, I think the issue has been resolved | 17:25 |
blancos | Thank you | 17:25 |
andreaf | blancos: I was wondering it we should have a review of the APIs in tempest used by patrole that are not stable interfaces | 17:25 |
andreaf | blancos: ok good to hear | 17:25 |
*** numans has quit IRC | 17:26 | |
blancos | andreaf That might be a good idea | 17:26 |
andreaf | blancos: 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 it | 17:27 |
blancos | andreaf I'll have to look them over and get back to you on which ones we might need | 17:28 |
andreaf | cool, thank you! | 17:28 |
andreaf | ok, unless there is something else, I would give everyone 30min back of your lives, and close the meeting here ^_^ | 17:29 |
*** coolsvap has quit IRC | 17:29 | |
*** lhx_ has quit IRC | 17:29 | |
andreaf | ok thanks everyone! have a great day | 17:30 |
andreaf | #endmeeting | 17:30 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 17:30 | |
openstack | Meeting ended Thu Sep 28 17:30:06 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:30 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-09-28-17.00.html | 17:30 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-09-28-17.00.txt | 17:30 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-09-28-17.00.log.html | 17:30 |
*** Apoorva_ has joined #openstack-meeting | 17:30 | |
mguiney | have a good week, all! | 17:30 |
*** VW_ has joined #openstack-meeting | 17:30 | |
*** numans has joined #openstack-meeting | 17:31 | |
*** esberglu has quit IRC | 17:31 | |
*** baoli has quit IRC | 17:32 | |
*** baoli has joined #openstack-meeting | 17:32 | |
*** VW_ has quit IRC | 17:32 | |
*** blancos has quit IRC | 17:32 | |
*** VW has quit IRC | 17:33 | |
*** VW_ has joined #openstack-meeting | 17:33 | |
*** Apoorva has quit IRC | 17:33 | |
*** dustins has left #openstack-meeting | 17:37 | |
*** sshank has joined #openstack-meeting | 17:37 | |
*** diablo_rojo has joined #openstack-meeting | 17:38 | |
*** annabelleB has quit IRC | 17:40 | |
*** annabelleB has joined #openstack-meeting | 17:41 | |
*** esberglu has joined #openstack-meeting | 17:45 | |
*** lpetrut has joined #openstack-meeting | 17:46 | |
*** VW_ has quit IRC | 17:47 | |
*** VW has joined #openstack-meeting | 17:47 | |
*** ricolin has quit IRC | 17:51 | |
*** baoli has quit IRC | 17:56 | |
*** unicell has joined #openstack-meeting | 17:56 | |
*** martial_ has quit IRC | 17:56 | |
*** baoli has joined #openstack-meeting | 17:57 | |
*** edmondsw has joined #openstack-meeting | 18:01 | |
*** ekcs has joined #openstack-meeting | 18:03 | |
*** edmondsw has quit IRC | 18:04 | |
*** edmondsw has joined #openstack-meeting | 18:04 | |
*** dprince has quit IRC | 18:05 | |
*** baoli has quit IRC | 18:07 | |
*** dprince has joined #openstack-meeting | 18:07 | |
*** Apoorva_ has quit IRC | 18:09 | |
*** annabelleB has quit IRC | 18:10 | |
*** Apoorva has joined #openstack-meeting | 18:10 | |
*** annabelleB_ has joined #openstack-meeting | 18:10 | |
*** baoli has joined #openstack-meeting | 18:10 | |
*** tssurya has joined #openstack-meeting | 18:10 | |
*** dprince has quit IRC | 18:13 | |
*** dprince has joined #openstack-meeting | 18:14 | |
*** jkilpatr has joined #openstack-meeting | 18:14 | |
*** ekcs has left #openstack-meeting | 18:19 | |
*** hasharAway is now known as hashar | 18:27 | |
*** longkb_ has quit IRC | 18:29 | |
*** baoli has quit IRC | 18:30 | |
*** dprince has quit IRC | 18:31 | |
*** baoli has joined #openstack-meeting | 18:34 | |
*** sshank has quit IRC | 18:35 | |
*** sshank has joined #openstack-meeting | 18:36 | |
*** sshank has quit IRC | 18:43 | |
*** janki has quit IRC | 18:45 | |
*** janki has joined #openstack-meeting | 18:48 | |
*** dayou has joined #openstack-meeting | 18:49 | |
*** dayou has quit IRC | 18:53 | |
*** dayou_ has joined #openstack-meeting | 18:53 | |
*** bobmel has joined #openstack-meeting | 18:54 | |
*** ansmith has quit IRC | 18:59 | |
*** dprince has joined #openstack-meeting | 19:01 | |
*** slaweq_ has joined #openstack-meeting | 19:05 | |
*** bnemec has quit IRC | 19:07 | |
*** spzala has quit IRC | 19:10 | |
*** bnemec has joined #openstack-meeting | 19:13 | |
*** tlaxkit has joined #openstack-meeting | 19:13 | |
*** ansmith has joined #openstack-meeting | 19:14 | |
*** spzala has joined #openstack-meeting | 19:15 | |
*** bnemec has quit IRC | 19:16 | |
*** spzala_ has joined #openstack-meeting | 19:17 | |
*** e0ne has joined #openstack-meeting | 19:17 | |
*** spzala__ has joined #openstack-meeting | 19:18 | |
*** bobmel_ has joined #openstack-meeting | 19:18 | |
*** spzala has quit IRC | 19:20 | |
*** Sukhdev has joined #openstack-meeting | 19:21 | |
*** bobmel has quit IRC | 19:21 | |
*** hemna_ has quit IRC | 19:21 | |
*** spzala__ has quit IRC | 19:21 | |
*** spzala_ has quit IRC | 19:22 | |
*** spzala_ has joined #openstack-meeting | 19:25 | |
*** nikhil has joined #openstack-meeting | 19:27 | |
*** spzala has joined #openstack-meeting | 19:27 | |
*** Alex_Staf has joined #openstack-meeting | 19:28 | |
*** spzala_ has quit IRC | 19:30 | |
*** dbecker has joined #openstack-meeting | 19:31 | |
*** pcaruana has quit IRC | 19:31 | |
*** bnemec has joined #openstack-meeting | 19:35 | |
*** spzala has quit IRC | 19:36 | |
*** annabelleB_ has quit IRC | 19:37 | |
*** annabelleB has joined #openstack-meeting | 19:38 | |
*** e0ne has quit IRC | 19:40 | |
*** awaugama has quit IRC | 19:41 | |
*** e0ne has joined #openstack-meeting | 19:44 | |
*** VW has quit IRC | 19:51 | |
*** VW_ has joined #openstack-meeting | 19:51 | |
*** hashar has quit IRC | 19:53 | |
*** pksingh has quit IRC | 19:56 | |
*** ijw has joined #openstack-meeting | 20:01 | |
*** janki has quit IRC | 20:02 | |
*** e0ne has quit IRC | 20:03 | |
*** ansmith has quit IRC | 20:03 | |
*** annabelleB has quit IRC | 20:10 | |
*** weshay has quit IRC | 20:10 | |
*** annabelleB has joined #openstack-meeting | 20:11 | |
*** weshay has joined #openstack-meeting | 20:11 | |
*** annabelleB has quit IRC | 20:12 | |
*** slaweq_ has quit IRC | 20:12 | |
*** slaweq_ has joined #openstack-meeting | 20:13 | |
*** slaweq_ has quit IRC | 20:13 | |
*** slaweq_ has joined #openstack-meeting | 20:14 | |
*** lbrune has quit IRC | 20:15 | |
*** ansmith has joined #openstack-meeting | 20:15 | |
*** spzala has joined #openstack-meeting | 20:19 | |
*** thorst has quit IRC | 20:26 | |
*** eharney has quit IRC | 20:28 | |
*** sshank has joined #openstack-meeting | 20:28 | |
*** Exhar has quit IRC | 20:30 | |
*** Alex_Staf has quit IRC | 20:31 | |
*** sshank has quit IRC | 20:33 | |
*** sshank has joined #openstack-meeting | 20:33 | |
*** ansmith has quit IRC | 20:41 | |
*** raildo has quit IRC | 20:42 | |
*** rcernin has joined #openstack-meeting | 20:42 | |
*** thorst has joined #openstack-meeting | 20:43 | |
*** corey_ has quit IRC | 20:54 | |
*** cdent has joined #openstack-meeting | 20:57 | |
*** yamahata has joined #openstack-meeting | 20:58 | |
*** takashin has joined #openstack-meeting | 20:58 | |
*** thorst has quit IRC | 21:00 | |
mriedem | #startmeeting nova | 21:00 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 21:00 |
*** openstack changes topic to " (Meeting topic: nova)" | 21:00 | |
melwitt | o/ | 21:00 |
openstack | The meeting name has been set to 'nova' | 21:00 |
takashin | o/ | 21:00 |
tssurya | o/ | 21:00 |
efried | \o | 21:00 |
*** thorst has joined #openstack-meeting | 21:00 | |
edleafe | \o | 21:00 |
dansmith | o/ | 21:01 |
mriedem | alright let's get started | 21:01 |
mriedem | #link agenda https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting | 21:01 |
mriedem | #topic release news | 21: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_Schedule | 21:01 |
mriedem | #info Re-propose and review specs for Queens | 21:02 |
mriedem | #info Oct 19: q-1 milestone, nova spec freeze (3 weeks away) | 21:02 |
mriedem | #info Blueprints: 41 targeted, 12 approved, 1 complete | 21:02 |
mriedem | i know i personally haven't done a good job of reviewing specs right now | 21:02 |
mriedem | any questions about the release? | 21:03 |
mriedem | #topic bugs | 21:03 |
*** openstack changes topic to "bugs (Meeting topic: nova)" | 21:03 | |
mriedem | nothing listed as critical | 21:03 |
mriedem | #info 9 new untriaged bugs (up 1 from last week) | 21:03 |
mriedem | a few of the ones opened in the last day look like easy triage | 21:04 |
mriedem | if someone wants to dig into those | 21:04 |
* tonyb will take a look | 21:04 | |
tssurya | I can chip in too | 21:04 |
mriedem | gate status | 21:05 |
mriedem | well, zuul is being changed to v3 | 21:05 |
mriedem | so there is really no ci today | 21:05 |
*** spzala has quit IRC | 21:05 | |
*** gjayavelu has joined #openstack-meeting | 21:05 | |
mriedem | http://status.openstack.org/zuul/ | 21:05 |
mriedem | i did happen to notice that our live migration grenade multinode job has been broken since 8/16 or so | 21:05 |
mriedem | i have a patch up to fix that | 21:05 |
mriedem | that's about it for ci | 21:06 |
mriedem | #topic reminders | 21: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-brainstorming | 21:06 |
mriedem | more on ^ in open discussion... | 21:06 |
mriedem | #topic stable branch status | 21: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,z | 21:06 |
mriedem | #info Pike 16.0.1 released | 21:06 |
mriedem | #link Etherpad for bugs tracked for Pike backports: https://etherpad.openstack.org/p/nova-pike-bug-fix-backports | 21:06 |
mriedem | i started to have a hard time keeping track of all of the regressions in pike that needed fixing, | 21:07 |
mriedem | so i started that etherpad | 21:07 |
mriedem | think of it like pike rc10 | 21:07 |
tonyb | LOL | 21:07 |
mriedem | #link stable/ocata: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/ocata,n,z | 21:07 |
tonyb | link? It'll help with reviews | 21:07 |
mriedem | link is above | 21:07 |
mriedem | #link stable/newton: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/newton,n,z | 21:07 |
mriedem | newton is eol pretty soon right? | 21:07 |
tonyb | Yeah | 21:08 |
jaypipes | o/ | 21:08 |
mriedem | 2017-10-11 | 21:08 |
tonyb | On that this is the last week for library releases so if there's anythign in novaclient or (os-vif) we shoudl do that thing | 21:08 |
mriedem | os-vif didn't exist in newton | 21:08 |
mriedem | so i think we're ok there | 21:08 |
tonyb | sure I was too lazy to check hence the ? ;P | 21:09 |
mriedem | https://review.openstack.org/#/q/status:open+project:openstack/python-novaclient+branch:stable/newton | 21:09 |
mriedem | ok i guess i have to review that one | 21:09 |
mriedem | and then do a novaclient release yeah? | 21:09 |
mriedem | yes ok | 21:09 |
tonyb | Yeah | 21:09 |
mriedem | moving on | 21:09 |
tonyb | only 2 changes but worth it | 21:10 |
mriedem | #action mriedem to do a novaclient newton release for the last time | 21:10 |
mriedem | #topic subteam highlights | 21:10 |
*** openstack changes topic to "subteam highlights (Meeting topic: nova)" | 21:10 | |
mriedem | dansmith: cellsv2 | 21:10 |
dansmith | we had a meeting | 21:10 |
dansmith | I whined | 21:10 |
dansmith | we're close to cutting over to the new instance list stuff | 21:10 |
dansmith | um, I forget if there was anything else important as I'm pretty focused on that | 21:11 |
dansmith | I think not so much | 21:11 |
mriedem | don't think so | 21:11 |
*** thorst has quit IRC | 21:11 | |
mriedem | edleafe: scheduler highlights? | 21:11 |
edleafe | Long meeting this week. | 21:11 |
edleafe | Settled on naming for the Selection object - went with accuracy over existing names | 21:11 |
edleafe | The traits specs are close | 21:11 |
edleafe | Nested RPs are once again moving forward | 21:11 |
edleafe | Otherwise discussed a whole lot of specs and reviews that are currently being worked on | 21:12 |
edleafe | Fin | 21:12 |
mriedem | ok i dont think we have anyone around that was at the api meeting | 21:12 |
mriedem | notification stuff | 21:12 |
mriedem | i'm standing in for gibi | 21: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/1718226 | 21:12 |
mriedem | #info We propose to remove "notify_on_api_faults": http://lists.openstack.org/pipermail/openstack-dev/2017-September/122658.html | 21:12 |
mriedem | penick said he's ok with ^ | 21:12 |
mriedem | even though he's using it in his archaic juno env | 21:13 |
mriedem | he's probably ok with it since he's never going to upgrade that env | 21:13 |
mriedem | but i digress | 21:13 |
mriedem | #help gibi is looking for a home to host the versioned notifications burndown graph service | 21:13 |
mriedem | gibi is investigating ways to simplify the duplication in the notification sample files | 21:13 |
mriedem | ok cinder | 21:13 |
cdent | Is gibi just in need a web server somewhere, I got one of those that’s he’s welcome to | 21:14 |
*** lpetrut has quit IRC | 21:14 | |
*** tssurya has quit IRC | 21:14 | |
mriedem | the cinder team is working on some specs for multiattach data modeling stuff for shared storage backends | 21:14 |
mriedem | cdent: i think so, | 21:14 |
cdent | I’ll ping him tomorrow | 21:14 |
mriedem | sdague also said he might have something | 21:14 |
mriedem | and 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 |
mriedem | so ops can disable it if they don't want it on at all to start | 21:15 |
mriedem | the r/o vs r/w policy stuff is more complicated, | 21:15 |
mriedem | probably going to talk about some of that at the summit | 21:15 |
mriedem | stvnoyes has to make some updates to the live migration patch, | 21:16 |
mriedem | but it's close | 21:16 |
mriedem | that's it | 21:16 |
mriedem | #topic stuck reviews | 21:16 |
*** openstack changes topic to "stuck reviews (Meeting topic: nova)" | 21:16 | |
mriedem | nothing on the agenda | 21:16 |
mriedem | does anyone have something to bring up that's stuck? | 21:16 |
mriedem | #topic open discussion | 21:17 |
*** openstack changes topic to "open discussion (Meeting topic: nova)" | 21:17 | |
mriedem | ok i've got 2 things | 21:17 |
mriedem | 1. Should we have a spec review sprint next week? | 21:17 |
mriedem | i think probably yes | 21:17 |
mriedem | dansmith: jaypipes: ^? | 21:17 |
jaypipes | ++ | 21:17 |
dansmith | as you wish | 21:17 |
jaypipes | mriedem: can even do one tomorrow if you'd like. | 21:18 |
jaypipes | mriedem: while waiting for tests to run on n-r-p, I've spent most of my time reading specs this week... | 21:18 |
mriedem | hmm, that doesn't give me sufficient time to mentally and emotionally prepare | 21:18 |
jaypipes | mriedem: :) monday also works. | 21:18 |
mriedem | i'll send something to the ML | 21:18 |
*** tssurya has joined #openstack-meeting | 21:18 | |
jaypipes | coo | 21:19 |
mriedem | ok the other thing | 21:19 |
mriedem | 2. Need to discuss forum topic proposals: https://etherpad.openstack.org/p/SYD-nova-brainstorming | 21:19 |
mriedem | so we have some stuff in ther | 21:19 |
mriedem | *there | 21:19 |
mriedem | it's come time to cull the list lest i just start proposing stuff | 21:19 |
mriedem | mikal wanted to do something on privsep i think | 21:20 |
tonyb | Yeah but he's sick so not here | 21:21 |
mriedem | sounds like one catch-all would be new stuff in pike | 21:21 |
mriedem | which is multi-cell plus limitations, claims in the scheduler, and quotas | 21:21 |
dansmith | that's a lot for one session | 21:21 |
mriedem | we will have a project update talk, but this would be more informal | 21:21 |
mriedem | could be 2 sessions? or we break into cells/quota for one and placement for another | 21:22 |
mriedem | i think ^ is what we did in boston | 21:22 |
tonyb | Yeah there's a lot to cover in 45mins | 21:22 |
mriedem | if people are ok with 2 sessions for those, i can propose those | 21:22 |
mriedem | those can also mix in stuff we're doing for them in queens | 21:23 |
dansmith | sounds fine | 21:23 |
mriedem | another one i thought about was a general, queens dev items and current status | 21:23 |
mriedem | which is essentially highlights of things being worked on in queens, which could be a place to ask questions | 21:24 |
mriedem | like the vgpu stuff came to mind | 21:24 |
mriedem | since we start to start small there | 21:24 |
mriedem | *we said | 21:24 |
mriedem | oh yeah - the ironic upgrade thing....that would be a good fodder too but i don't know where that goes | 21:25 |
cdent | maybe a generic topics in vm/bm session | 21:26 |
mriedem | is there going to be a vm/bm session? | 21:26 |
mriedem | i don't know if johnthetubaguy is going to be at the summit | 21:26 |
mriedem | this is what's currently proposed btw http://forumtopics.openstack.org/ | 21:26 |
cdent | I’m predictig lots of proposals at the last minute | 21:27 |
mriedem | stephenfin has some stuff in here about hardware and docs work, which i'm fine with leaving to him if he wants to propose those | 21:27 |
mriedem | so, | 21:27 |
*** pchavva has quit IRC | 21:28 | |
mriedem | maybe 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 can | 21:28 |
*** slaweq_ has quit IRC | 21:28 | |
*** slaweq_ has joined #openstack-meeting | 21:29 | |
mriedem | ok. well, ok then. | 21:29 |
mriedem | anything else for open discussion? | 21:29 |
mriedem | alright, that's the end of the meeting then, thanks everyone | 21:30 |
mriedem | #endmeeting | 21:30 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 21:30 | |
openstack | Meeting ended Thu Sep 28 21:30:07 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 21:30 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-09-28-21.00.html | 21:30 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-09-28-21.00.txt | 21:30 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-09-28-21.00.log.html | 21:30 |
*** sshank has quit IRC | 21:32 | |
*** thorst has joined #openstack-meeting | 21:32 | |
*** eharney has joined #openstack-meeting | 21:34 | |
*** takashin has left #openstack-meeting | 21:34 | |
*** sshank has joined #openstack-meeting | 21:35 | |
*** nikhil has quit IRC | 21:36 | |
*** thorst has quit IRC | 21:36 | |
*** tssurya has quit IRC | 21:39 | |
*** ansmith has joined #openstack-meeting | 21:39 | |
*** rbowen has joined #openstack-meeting | 21:45 | |
*** armax has joined #openstack-meeting | 21:47 | |
*** iyamahat has joined #openstack-meeting | 21:53 | |
*** mlavalle has joined #openstack-meeting | 21:55 | |
*** gouthamr has quit IRC | 21:56 | |
*** ihrachys has joined #openstack-meeting | 22:00 | |
mlavalle | #startmeeting neutron_drivers | 22:00 |
openstack | Meeting 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 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 22:00 |
*** openstack changes topic to " (Meeting topic: neutron_drivers)" | 22:00 | |
openstack | The meeting name has been set to 'neutron_drivers' | 22:00 |
*** cdent has left #openstack-meeting | 22:00 | |
*** esberglu has quit IRC | 22:00 | |
ihrachys | o/ | 22:00 |
mlavalle | hey | 22:00 |
mlavalle | is armax around | 22:01 |
mlavalle | ? | 22:01 |
ihrachys | is that all we have? :) | 22:01 |
mlavalle | well, amotoki is on vacation | 22:01 |
mlavalle | this week | 22:02 |
ihrachys | weren't we supposed to add new folks? | 22:02 |
mlavalle | yes | 22:02 |
mlavalle | I need to work on that | 22:02 |
mlavalle | part of the challenge is the meeting time | 22:02 |
mlavalle | if we can have it earlier, I know haleyb will be able to attend | 22:03 |
ihrachys | if not for armax, we could make like 9am your tz | 22:04 |
ihrachys | that would be my 6am | 22:04 |
*** gouthamr has joined #openstack-meeting | 22:04 | |
mlavalle | 6 your time is 8 my time | 22:04 |
mlavalle | 9 haleyb's | 22:04 |
ihrachys | ok I thought TX is same as NY | 22:05 |
*** bnemec has quit IRC | 22:05 | |
mlavalle | and that opens the door to people in Japan, yamamoto for example | 22:05 |
mlavalle | 8 my time is perfectly fine | 22:05 |
*** baoli has quit IRC | 22:06 | |
ihrachys | ok | 22:06 |
mlavalle | NY is eastern time, TX is central time | 22:06 |
ihrachys | speaking of this meeting, since we don't have participation, do we cancel? | 22:06 |
*** VW_ has quit IRC | 22:06 | |
mlavalle | yeah, before cancelling, let me get your opinion on possible forum sessions | 22:06 |
*** VW has joined #openstack-meeting | 22:07 | |
mlavalle | 1) Last summit we did a Neutron pain points to get feedback from users operators | 22:07 |
*** galstrom is now known as galstrom_zzz | 22:07 | |
mlavalle | I am thinking of doing it again | 22:07 |
ihrachys | I've heard it was considered useful both by devs and ops so yes | 22:07 |
*** iyamahat_ has joined #openstack-meeting | 22:07 | |
mlavalle | great! | 22:07 |
*** iyamahat has quit IRC | 22:07 | |
*** iyamahat_ has quit IRC | 22:08 | |
mlavalle | The other one is Queens checkpoint | 22:08 |
mlavalle | to see where we are in terms of blueprints, resources etc | 22:08 |
ihrachys | I'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 |
mlavalle | that maybe part of the focus | 22:09 |
ihrachys | it doesn't sounds right to me that to participate in ongoing life of a project and release planning, one should go to forum | 22:10 |
mlavalle | that's a fair point | 22:10 |
mlavalle | so let's do the pain points one | 22:10 |
mlavalle | do you have anything else to discuss? | 22:12 |
ihrachys | no | 22:12 |
mlavalle | cool. thanks for attending. I know it is late for you :-) | 22:12 |
ihrachys | that's fine | 22:13 |
*** thorst has joined #openstack-meeting | 22:13 | |
ihrachys | once a week is not too big of a deal | 22:13 |
ihrachys | see you! | 22:13 |
mlavalle | #endmeeting | 22:13 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 22:13 | |
openstack | Meeting ended Thu Sep 28 22:13:28 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 22:13 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-09-28-22.00.html | 22:13 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-09-28-22.00.txt | 22:13 |
openstack | Log: http://eavesdrop.openstack.org/meetings/neutron_drivers/2017/neutron_drivers.2017-09-28-22.00.log.html | 22:13 |
*** sshank has quit IRC | 22:14 | |
*** gjayavelu has left #openstack-meeting | 22:15 | |
*** bobh has quit IRC | 22:16 | |
*** davidsha has joined #openstack-meeting | 22:16 | |
*** slaweq_ has quit IRC | 22:17 | |
*** thorst has quit IRC | 22:17 | |
*** gouthamr has quit IRC | 22:18 | |
*** dayou_ has quit IRC | 22:19 | |
*** davidsha has quit IRC | 22:19 | |
*** gouthamr has joined #openstack-meeting | 22:20 | |
*** sshank has joined #openstack-meeting | 22:20 | |
*** thorst has joined #openstack-meeting | 22:23 | |
*** gouthamr has quit IRC | 22:23 | |
*** tpsilva has quit IRC | 22:24 | |
*** iyamahat has joined #openstack-meeting | 22:25 | |
*** thorst has quit IRC | 22:35 | |
*** thorst has joined #openstack-meeting | 22:36 | |
*** eharney has quit IRC | 22:37 | |
bzhao | oh no..... | 22:37 |
*** lbragstad has quit IRC | 22:37 | |
*** esberglu has joined #openstack-meeting | 22:40 | |
*** thorst has quit IRC | 22:42 | |
*** esberglu has quit IRC | 22:45 | |
*** thorst has joined #openstack-meeting | 22:45 | |
*** xyang1 has quit IRC | 22:50 | |
*** thorst has quit IRC | 22:58 | |
*** thorst has joined #openstack-meeting | 22:58 | |
*** Patifa has quit IRC | 23:02 | |
*** masber has quit IRC | 23:02 | |
*** reed has quit IRC | 23:05 | |
*** hongbin has quit IRC | 23:07 | |
*** reed has joined #openstack-meeting | 23:08 | |
*** gongysh has joined #openstack-meeting | 23:08 | |
*** gongysh has quit IRC | 23:08 | |
*** genek has quit IRC | 23:11 | |
*** VW_ has joined #openstack-meeting | 23:29 | |
*** VW has quit IRC | 23:29 | |
*** thorst has quit IRC | 23:31 | |
*** torgomatic has left #openstack-meeting | 23:32 | |
*** ssathaye has quit IRC | 23:35 | |
*** cdub has quit IRC | 23:35 | |
*** ssathaye has joined #openstack-meeting | 23:36 | |
*** mlavalle has quit IRC | 23:37 | |
*** markvoelker has quit IRC | 23:37 | |
*** thorst has joined #openstack-meeting | 23:39 | |
*** genek has joined #openstack-meeting | 23:40 | |
*** jaypipes has quit IRC | 23:42 | |
*** sshank has quit IRC | 23:50 | |
*** mriedem is now known as mriedem_dinner | 23:51 | |
*** SumitNaiksatam has quit IRC | 23:53 | |
*** thorst has quit IRC | 23:54 | |
*** thorst has joined #openstack-meeting | 23:55 | |
*** iyamahat has quit IRC | 23:56 | |
*** yamahata has quit IRC | 23:56 | |
*** chyka has quit IRC | 23:58 | |
*** baoli has joined #openstack-meeting | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!