*** yangyape_ has quit IRC | 00:00 | |
*** jamesdenton has quit IRC | 00:00 | |
*** sshank has quit IRC | 00:00 | |
*** ekcs has joined #openstack-meeting | 00:02 | |
*** yamahata has joined #openstack-meeting | 00:02 | |
ekcs | time for congress meeting thinrichs ramineni masahito aimeeu | 00:02 |
---|---|---|
ekcs | #startmeeting congressteammeeting | 00:02 |
openstack | Meeting started Thu May 4 00:02:52 2017 UTC and is due to finish in 60 minutes. The chair is ekcs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:02 |
*** openstack changes topic to " (Meeting topic: congressteammeeting)" | 00:02 | |
openstack | The meeting name has been set to 'congressteammeeting' | 00:02 |
*** ramineni_ has joined #openstack-meeting | 00:03 | |
*** csomerville has quit IRC | 00:03 | |
ekcs | Hi all! welcome back for another week. topics are here as usual: #link: https://etherpad.openstack.org/p/congress-meeting-topics | 00:03 |
ramineni_ | hi | 00:03 |
*** eric_young has quit IRC | 00:04 | |
ekcs | hi ramineni_ ! | 00:04 |
*** armax has quit IRC | 00:05 | |
*** mickeys has joined #openstack-meeting | 00:05 | |
*** lamt has quit IRC | 00:06 | |
*** eric_young has joined #openstack-meeting | 00:06 | |
*** amotoki has quit IRC | 00:07 | |
ekcs | pretty quiet today haha. well lets get started | 00:07 |
ekcs | #topic gate failure | 00:07 |
*** openstack changes topic to "gate failure (Meeting topic: congressteammeeting)" | 00:07 | |
ekcs | seems like we have a new kind of gate failure. | 00:08 |
ekcs | devstack@congress-api.service: Service lacks both ExecStart= and ExecStop= setting. Refusing. | 00:08 |
ramineni_ | ekcs: yes, that issue is solved by this patch https://review.openstack.org/#/c/461623/ | 00:08 |
patchbot | patch 461623 - congress - [Testing] Gate Issue | 00:08 |
ekcs | ah great! | 00:09 |
ekcs | ahd it seems to solve smoe of the auth problems too? | 00:09 |
ramineni_ | ekcs: yes, but the problem is with oly keytsonev2 | 00:09 |
ekcs | i’ve tried to look for devstack and keystone changes merged around the right time to see where the auth problem came from, but haven’t found something exact. | 00:10 |
ekcs | oh perfect! | 00:10 |
ekcs | so maybe we just need to move all the drivers to keystone v3? | 00:10 |
ramineni_ | ekcs: as you mentioned it is because of the change in endpoint of keystone | 00:10 |
ramineni_ | ekcs: but the problem is we have keystone_driver.py which is v2 one, should we deprecate it? all the tests related to that driver is failing | 00:11 |
ekcs | hmmm. we shoudl probably figure out why v2 is failing, and whether it’s supposed to fail or not. | 00:12 |
ekcs | do you know if v2 is not supported any more? | 00:12 |
ramineni_ | ekcs: and also i need to check if they have totally deprecated v2 | 00:12 |
ramineni_ | ekcs: i knw its deprecated , but totally removed or not, i need to check | 00:12 |
*** imcsk8 has quit IRC | 00:13 | |
ekcs | I see. Great. if they have removed keystone v2, I’d think we also removed keystone v2 driver. or just document that it doesn’t work with latest openstack version, and remove the tempest tests for that driver. | 00:14 |
ekcs | does that make sense? | 00:14 |
ramineni_ | ekcs: sounds good, ill look into that today | 00:15 |
*** aeng has quit IRC | 00:17 | |
ekcs | according to this (probably out of date) document, v2 shoud be around in pike. well i guess looking at keystone patches is the place. | 00:17 |
ekcs | anyway great work figuring this out! | 00:17 |
*** jamesdenton has joined #openstack-meeting | 00:17 | |
ekcs | anything to discuss right now on gate issue? | 00:17 |
ramineni_ | ekcs: no | 00:18 |
ekcs | ok next topic then. | 00:18 |
ekcs | #topic policy library | 00:19 |
*** openstack changes topic to "policy library (Meeting topic: congressteammeeting)" | 00:19 | |
ekcs | spec under discussion: https://review.openstack.org/#/c/457880/ | 00:19 |
patchbot | patch 457880 - congress-specs - policy library spec | 00:19 |
ekcs | there are a few TODO sections but those are very minor. the spec is ready for review. | 00:20 |
ekcs | also have a patch up for review that implements one of the key functions needed by the spec: #link https://review.openstack.org/#/c/460348/ | 00:20 |
patchbot | patch 460348 - congress - support transactional insert of multiple rules | 00:20 |
*** guyr-infinidat has joined #openstack-meeting | 00:20 | |
*** xgerman has joined #openstack-meeting | 00:20 | |
ekcs | anything to discuss here? | 00:21 |
ramineni_ | ekcs: ok, ill get to the spec this week | 00:22 |
ekcs | I’ll point out one interesting thing. also noted on gerrit. it’s always been the case that if insert rule into policy engine succeeds, then later write to db fails, the rule may have already have effects (triggers, query answers), before the insert is undone. | 00:23 |
ekcs | itd be pretty hard to change that behavior. but we shoudl still think about whether that’s acceptable or not. | 00:23 |
ekcs | cool thanks! | 00:24 |
ekcs | let’s move on then. | 00:24 |
ekcs | #topic patches | 00:24 |
*** openstack changes topic to "patches (Meeting topic: congressteammeeting)" | 00:24 | |
ramineni_ | ekcs: so, if inmem one suceeds and db one doesnt , then the problme is seen you are saying right? | 00:24 |
ekcs | any patches to discuss? | 00:24 |
ekcs | ramineni_: right. | 00:24 |
ramineni_ | ekcs: cant we reverse the insertion | 00:25 |
ramineni_ | ? | 00:25 |
ramineni_ | ekcs: insert only if DB one suceeds | 00:25 |
ekcs | that’s how policy creation is done. that would make more sense, but for rules, there are checks that need to be done that can’t be done in db | 00:26 |
ekcs | so whoever did the DB code initially decided to insert into engine first. | 00:26 |
ekcs | and in order to reverse that, we’d need to impelement kind of a separate policy engine that checks the rules are ok to insert, then insert into DB, then insert into actual policy engine. | 00:27 |
ramineni_ | ekcs: i thought policy synchronizer takes care of inmem for policy insertion | 00:28 |
ekcs | the main problem is that policy rule checks are complex (recursion and stuff), unlike policy which just need to not have the same name as existing | 00:28 |
ramineni_ | ekcs: ya, rules one looks difficult | 00:28 |
ramineni_ | ekcs: ok, got it | 00:28 |
ekcs | hmmmm actually. | 00:28 |
*** jamesdenton has quit IRC | 00:28 | |
*** VW has joined #openstack-meeting | 00:28 | |
ekcs | if we insert into DB first, that may work. | 00:28 |
ekcs | other strange things happen, but maybe ok. | 00:29 |
ramineni_ | ekcs: ya, but not usre if it is possible | 00:29 |
*** gyee has quit IRC | 00:29 | |
ekcs | insert into DB, then synchronizer needs to tolerate failing to insert into policy engine. | 00:29 |
ekcs | which is not hard. | 00:30 |
*** xingchao has joined #openstack-meeting | 00:30 | |
ekcs | but if someone in the mean time lists rules, the disallowed rule would be listed because it’s according to DB. | 00:30 |
ekcs | but maybe that’s ok. | 00:30 |
ekcs | insert into DB, insert into PE, then undo from DB if PE fails. | 00:30 |
ramineni_ | ekcs: right, if we have rule enable/disable option that might solve the problme you are saying | 00:31 |
ramineni_ | ekcs: we can mark it disabled first and enable once all checks pass | 00:31 |
ramineni_ | ekcs: but i think that is the second stage | 00:31 |
*** zhurong has joined #openstack-meeting | 00:32 | |
ekcs | hmm. something like that. marking the rule as provisional / disabled. | 00:32 |
ramineni_ | ekcs: ya, enable/disable also good thing to add , i think bryan also suggested the same during PTG | 00:33 |
ekcs | may be good thing to add. but I think we can use the disbaled concept for this problem, witout exposing that to user. | 00:33 |
ramineni_ | ekcs: yes, right | 00:34 |
*** aeng has joined #openstack-meeting | 00:34 | |
ekcs | ok well. good discussion. | 00:34 |
ekcs | anything more? | 00:34 |
*** ijw has quit IRC | 00:34 | |
ekcs | policy library or other patches? or anything else. | 00:34 |
*** xingchao has quit IRC | 00:35 | |
ramineni_ | ekcs: no | 00:35 |
ekcs | haha ok then. should we end meeting ? | 00:35 |
*** dhellmann has quit IRC | 00:35 | |
ramineni_ | ekcs: next meeting would be cancelled rigt? | 00:36 |
ramineni_ | ekcs: everyone will be at summit? | 00:36 |
*** dhellmann has joined #openstack-meeting | 00:36 | |
ekcs | i was thinking about that. OS summit is next seek. masahito, aimeeu and me will all be there. you? | 00:36 |
ramineni_ | ekcs: no, not making it this time | 00:37 |
ekcs | I dont know if thinrichs is going. so I was debating whether to have meeting anyway. | 00:37 |
ekcs | since it maybe like half the people there and half not. | 00:37 |
ekcs | I can still hold a meeting. | 00:37 |
ramineni_ | ekcs: ya, ok | 00:37 |
*** fnaval has joined #openstack-meeting | 00:37 | |
ekcs | well maybe let’s decide over ML later. | 00:38 |
ramineni_ | ekcs: sure, | 00:38 |
ekcs | i’m leaning toward having a meeting. even if a couple people cant make it. do you have opinion? | 00:38 |
ramineni_ | ekcs: ya, you should hold the meeting , disucusing problems in person would be resolved faster :) | 00:39 |
ekcs | Oh you mean in person meeting. | 00:40 |
ekcs | I meant IRC meeting. | 00:40 |
ramineni_ | ekcs: oh , :) | 00:40 |
ramineni_ | ekcs: im ok with that too | 00:40 |
*** fnaval_ has quit IRC | 00:40 | |
ramineni_ | ekcs: if you guys are not tired at summit , then may be we can have | 00:41 |
ekcs | ok. well let’s decide later. | 00:41 |
ekcs | anything else to talk about? | 00:41 |
ramineni_ | ekcs: no | 00:41 |
*** wanghao has joined #openstack-meeting | 00:43 | |
ekcs | alright. later then! | 00:43 |
ekcs | have a great day. | 00:43 |
ramineni_ | ekcs: have a great week, bye | 00:43 |
*** thinrichs has joined #openstack-meeting | 00:43 | |
ekcs | #endmeeting | 00:44 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 00:44 | |
openstack | Meeting ended Thu May 4 00:44:35 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 00:44 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-05-04-00.02.html | 00:44 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-05-04-00.02.txt | 00:44 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-05-04-00.02.log.html | 00:44 |
*** tovin07_ has joined #openstack-meeting | 00:46 | |
*** artom has quit IRC | 00:48 | |
*** artom has joined #openstack-meeting | 00:49 | |
*** artom has quit IRC | 00:50 | |
*** artom has joined #openstack-meeting | 00:50 | |
*** donghao has joined #openstack-meeting | 00:52 | |
*** xingchao has joined #openstack-meeting | 00:54 | |
*** donghao has quit IRC | 00:57 | |
*** jkilpatr has quit IRC | 01:02 | |
*** Julien-zte has joined #openstack-meeting | 01:03 | |
*** sshank has joined #openstack-meeting | 01:04 | |
*** ramineni_ has quit IRC | 01:05 | |
*** zhhuabj has quit IRC | 01:06 | |
*** aeng has quit IRC | 01:08 | |
*** yangyapepeng has joined #openstack-meeting | 01:11 | |
*** thinrichs has quit IRC | 01:11 | |
*** yangyapepeng has quit IRC | 01:11 | |
*** yolkfull__ has joined #openstack-meeting | 01:13 | |
*** thorst has joined #openstack-meeting | 01:15 | |
*** david-lyle has joined #openstack-meeting | 01:16 | |
*** zhurong has quit IRC | 01:16 | |
*** jamesmca_ has joined #openstack-meeting | 01:18 | |
*** zhhuabj has joined #openstack-meeting | 01:19 | |
*** yangyapeng has joined #openstack-meeting | 01:21 | |
*** Apoorva__ has quit IRC | 01:21 | |
*** aeng has joined #openstack-meeting | 01:22 | |
*** timburke has left #openstack-meeting | 01:22 | |
*** gcb has joined #openstack-meeting | 01:23 | |
*** kaisers_ has joined #openstack-meeting | 01:25 | |
*** zhurong has joined #openstack-meeting | 01:27 | |
*** jamesmca_ has quit IRC | 01:27 | |
*** jamesmca_ has joined #openstack-meeting | 01:27 | |
*** kaisers has quit IRC | 01:29 | |
*** s3wong has quit IRC | 01:30 | |
*** yamamoto has joined #openstack-meeting | 01:31 | |
*** david-lyle has quit IRC | 01:34 | |
*** yamamoto has quit IRC | 01:35 | |
*** jamesmca_ has quit IRC | 01:35 | |
*** litao has joined #openstack-meeting | 01:41 | |
*** dmacpher has quit IRC | 01:43 | |
*** ijw has joined #openstack-meeting | 01:49 | |
*** ijw has quit IRC | 01:54 | |
*** wanghao has quit IRC | 01:59 | |
zhenguo | #startmeeting mogan | 02:01 |
openstack | Meeting started Thu May 4 02:01:21 2017 UTC and is due to finish in 60 minutes. The chair is zhenguo. Information about MeetBot at http://wiki.debian.org/MeetBot. | 02:01 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 02:01 |
*** openstack changes topic to " (Meeting topic: mogan)" | 02:01 | |
openstack | The meeting name has been set to 'mogan' | 02:01 |
*** unicell has quit IRC | 02:01 | |
zhenguo | anybody here? | 02:02 |
*** wanghao has joined #openstack-meeting | 02:02 | |
litao | yes | 02:03 |
*** mriedem has quit IRC | 02:03 | |
zhenguo | litao: o/ | 02:03 |
*** tonytan4ever has joined #openstack-meeting | 02:04 | |
zhenguo | let's wait for a few | 02:04 |
luyao | o/ | 02:04 |
*** VW has quit IRC | 02:04 | |
*** cloudrancher has quit IRC | 02:05 | |
zhenguo | luyao: o/ | 02:05 |
*** VW has joined #openstack-meeting | 02:05 | |
zhenguo | liusheng: are you around? | 02:05 |
*** salv-orlando has joined #openstack-meeting | 02:05 | |
*** fnaval_ has joined #openstack-meeting | 02:05 | |
liusheng | o/ | 02:05 |
*** cloudrancher has joined #openstack-meeting | 02:06 | |
liusheng | zhenguo: sorry, just forgot :D | 02:06 |
zhenguo | liusheng: hah | 02:06 |
zhenguo | ok as always, the agenda: | 02:06 |
zhenguo | #link https://wiki.openstack.org/wiki/Meetings/Mogan#Agenda_for_next_meeting | 02:06 |
zhenguo | let's jump in | 02:06 |
zhenguo | #topic announcements and reminders | 02:06 |
*** openstack changes topic to "announcements and reminders (Meeting topic: mogan)" | 02:06 | |
zhenguo | Our devstack local.conf in dev-quickstart doc will lead errors as there is a bug with ironic devstack plugin if you disable nova* | 02:07 |
zhenguo | #link https://review.openstack.org/#/c/452413/ | 02:07 |
patchbot | patch 452413 - ironic - Avoid double ".img" postfix of image file path in ... | 02:07 |
zhenguo | liusheng: seems still no core review the patch :( | 02:07 |
zhenguo | there's no any vote except my +1 and jenkins, hah | 02:08 |
liusheng | zhenguo: yes | 02:08 |
litao | I will vote it | 02:08 |
zhenguo | As it's stuck for a long time, I'd like to update our doc to remove disable nova* to make it work | 02:08 |
zhenguo | #link https://review.openstack.org/#/c/462335/ | 02:08 |
patchbot | patch 462335 - mogan - Update devstack config file to enable nova* | 02:08 |
*** fnaval has quit IRC | 02:08 | |
zhenguo | litao: hah, thanks! | 02:09 |
*** VW has quit IRC | 02:09 | |
*** salv-orlando has quit IRC | 02:09 | |
zhenguo | we have replace all instances stuff to servers and also instance_types to flavors, thanks liusheng for the hard work! | 02:10 |
liusheng | zhenguo: np :) | 02:11 |
zhenguo | so we don't have concepts of instances and instance_types in future | 02:11 |
litao | great | 02:11 |
*** tonytan_brb has joined #openstack-meeting | 02:11 | |
zhenguo | ok, not much announcement, anyone else have a thing here? | 02:12 |
zhenguo | if not, let's move on | 02:12 |
*** jamesmca_ has joined #openstack-meeting | 02:13 | |
litao | zhenguo: I am absent for a moments for a internal meeting | 02:13 |
zhenguo | #topic task tracking | 02:13 |
*** openstack changes topic to "task tracking (Meeting topic: mogan)" | 02:13 | |
*** tonytan4ever has quit IRC | 02:13 | |
zhenguo | litao: ok | 02:13 |
luyao | I will go to Suzhou bug smash . : D | 02:13 |
zhenguo | luyao: hah | 02:13 |
*** yolkfull has joined #openstack-meeting | 02:13 | |
zhenguo | luyao: finally | 02:13 |
zhenguo | so, we will have 7 techs confimed to go to SuZhou Bug Smash | 02:14 |
zhenguo | not sure one table is enough for us, lol | 02:15 |
*** yolkfull_ has joined #openstack-meeting | 02:15 | |
liusheng | lol | 02:15 |
luyao | Do I need register on the bug smash etherpad? | 02:15 |
zhenguo | luyao: yes | 02:15 |
zhenguo | #link https://etherpad.openstack.org/p/OpenStack-Bug-Smash-Pike-Suzhou | 02:15 |
luyao | zhenguo, ok, thank you. :D | 02:16 |
zhenguo | luyao: np | 02:16 |
zhenguo | looking forward to see you guys there | 02:16 |
*** yolkfull__ has quit IRC | 02:16 | |
zhenguo | ok, let's talk about the tasks | 02:17 |
zhenguo | #link https://etherpad.openstack.org/p/mogan-task | 02:17 |
*** yolkfull__ has joined #openstack-meeting | 02:17 | |
zhenguo | looks like things are moving along nicely | 02:17 |
* zhenguo gives folks a few minutes to review | 02:17 | |
*** yolkfull has quit IRC | 02:18 | |
*** caowei has joined #openstack-meeting | 02:18 | |
*** yolkfull_ has quit IRC | 02:19 | |
liusheng | seems we have a good progress :D | 02:20 |
zhenguo | liusheng: hah, yes | 02:20 |
zhenguo | the new flavor task is stuck these days | 02:21 |
zhenguo | as I'm trying to make our flavor access work | 02:21 |
zhenguo | and we don't have policy check before | 02:22 |
liusheng | thanks zhenguo for taking over so many tasks | 02:23 |
zhenguo | liusheng: but they are all stuck, lol | 02:23 |
*** yolkfull__ has quit IRC | 02:23 | |
*** yolkfull__ has joined #openstack-meeting | 02:23 | |
liusheng | zhenguo: lol | 02:24 |
* zhenguo need to make more time | 02:24 | |
luyao | zhenguo, Xinran's detach_interface and my attach_interface are almost ready, we have tested their function, need more review now. | 02:25 |
zhenguo | luyao, Xinran: thanks for the hard work | 02:25 |
zhenguo | luyao, Xinran: I don't got time to look though all the code, but seems it's good to me | 02:25 |
zhenguo | will review and test later, thanks | 02:26 |
luyao | ok, thanks | 02:27 |
zhenguo | np | 02:27 |
liusheng | thanks luyao, Xinran will review later | 02:27 |
*** vishnoianil has quit IRC | 02:27 | |
zhenguo | wanghao is in a internal meeting, I can paste his tasks status here | 02:27 |
zhenguo | he is now working on the manage baremetal serve spec | 02:27 |
zhenguo | and will add specifying port support for creating server after summit | 02:28 |
zhenguo | hah, he is the only mogan guy, who will got to Boston Summit, | 02:28 |
* zhenguo envy him | 02:28 | |
liusheng | hah | 02:29 |
zhenguo | liusheng: I have tested the nics refactor patch, works well | 02:30 |
liusheng | zhenguo: thanks | 02:30 |
zhenguo | and the migration tool, I will make sure to test it by this week, sorry for the late | 02:30 |
liusheng | zhenguo: not urgent, thanks for take care that | 02:31 |
zhenguo | liusheng: hah, and seems it will not conflict with anything :D | 02:32 |
liusheng | zhenguo: yeah, I have handled the conflicts | 02:32 |
zhenguo | hah, ok | 02:33 |
zhenguo | anyone else have a thing here? | 02:33 |
*** zhurong has quit IRC | 02:34 | |
zhenguo | zhangyang: do you have anyting to align with us? | 02:34 |
shaohe_feng | zhenguo: morning | 02:34 |
zhenguo | shaohe_feng: o/ | 02:34 |
*** ricolin has joined #openstack-meeting | 02:35 | |
zhangyang | zhenguo: nothing now, working on cloudboot driver now 😂 | 02:36 |
*** yamamoto has joined #openstack-meeting | 02:36 | |
zhenguo | zhangyang: hah, good luck | 02:36 |
zhenguo | ok, anything else? | 02:36 |
*** zhurong has joined #openstack-meeting | 02:37 | |
zhenguo | if not, let's move on | 02:37 |
zhenguo | #topic open discussion | 02:37 |
*** openstack changes topic to "open discussion (Meeting topic: mogan)" | 02:37 | |
zhenguo | who's got a thing :) | 02:37 |
*** epico has joined #openstack-meeting | 02:38 | |
zhenguo | if not, we can end the meeing now, hah | 02:39 |
liusheng | seems nothing else :D | 02:39 |
*** caowei has quit IRC | 02:39 | |
zhenguo | hah, thanks y'all | 02:39 |
zhenguo | see you next week | 02:39 |
zhenguo | #endmeeting | 02:39 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 02:39 | |
openstack | Meeting ended Thu May 4 02:39:56 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 02:39 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-05-04-02.01.html | 02:39 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-05-04-02.01.txt | 02:40 |
openstack | Log: http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-05-04-02.01.log.html | 02:40 |
*** markvoelker has quit IRC | 02:40 | |
*** thorst has quit IRC | 02:41 | |
*** jamesmca_ has quit IRC | 02:43 | |
*** jamesmca_ has joined #openstack-meeting | 02:44 | |
*** caowei has joined #openstack-meeting | 02:45 | |
*** yamamoto has quit IRC | 02:46 | |
*** david-lyle has joined #openstack-meeting | 02:53 | |
*** hongbin has joined #openstack-meeting | 02:53 | |
*** zhhuabj has quit IRC | 02:56 | |
*** jamesmca_ has quit IRC | 03:00 | |
*** asselin_ has joined #openstack-meeting | 03:02 | |
*** tonytan4ever has joined #openstack-meeting | 03:03 | |
*** unicell has joined #openstack-meeting | 03:04 | |
*** markstur has joined #openstack-meeting | 03:04 | |
*** manjeets__ has joined #openstack-meeting | 03:04 | |
*** llu_ has joined #openstack-meeting | 03:04 | |
*** dimtruck is now known as zz_dimtruck | 03:05 | |
*** iceyao_ has joined #openstack-meeting | 03:05 | |
*** salv-orlando has joined #openstack-meeting | 03:06 | |
*** slagle__ has joined #openstack-meeting | 03:07 | |
*** jgrassler has joined #openstack-meeting | 03:07 | |
*** markstur has quit IRC | 03:09 | |
*** homerp_ has joined #openstack-meeting | 03:10 | |
*** wanghao_ has joined #openstack-meeting | 03:10 | |
*** irenab_ has joined #openstack-meeting | 03:10 | |
*** kbyrne_ has joined #openstack-meeting | 03:10 | |
*** salv-orlando has quit IRC | 03:11 | |
*** tonytan_brb has quit IRC | 03:11 | |
*** iceyao has quit IRC | 03:11 | |
*** tdasilva- has quit IRC | 03:11 | |
*** slagle has quit IRC | 03:11 | |
*** rodrigod` has quit IRC | 03:11 | |
*** irenab has quit IRC | 03:11 | |
*** nibalizer has quit IRC | 03:11 | |
*** jgrassle1 has quit IRC | 03:11 | |
*** blairo has quit IRC | 03:11 | |
*** llu has quit IRC | 03:11 | |
*** ykatabam has quit IRC | 03:11 | |
*** leanderthal|afk has quit IRC | 03:11 | |
*** jaypipes has quit IRC | 03:11 | |
*** homerp has quit IRC | 03:11 | |
*** ankur-gupta-f4 has quit IRC | 03:11 | |
*** Kevin_Zheng has quit IRC | 03:11 | |
*** portdirect has quit IRC | 03:11 | |
*** manjeets has quit IRC | 03:11 | |
*** kbyrne has quit IRC | 03:11 | |
*** mdavidson has quit IRC | 03:11 | |
*** asselin has quit IRC | 03:11 | |
*** irenab_ is now known as irenab | 03:11 | |
*** kbyrne_ is now known as kbyrne | 03:11 | |
*** llu_ is now known as llu | 03:11 | |
*** rodrigods has joined #openstack-meeting | 03:11 | |
*** wanghao has quit IRC | 03:11 | |
*** knangia has joined #openstack-meeting | 03:12 | |
*** zhhuabj has joined #openstack-meeting | 03:15 | |
*** tovin07_ has quit IRC | 03:16 | |
*** tovin07_ has joined #openstack-meeting | 03:17 | |
*** leanderthal|afk has joined #openstack-meeting | 03:18 | |
*** mdavidson has joined #openstack-meeting | 03:18 | |
*** nibalizer has joined #openstack-meeting | 03:19 | |
*** jaypipes has joined #openstack-meeting | 03:19 | |
*** jaypipes has quit IRC | 03:19 | |
*** ykatabam has joined #openstack-meeting | 03:21 | |
*** tdasilva has joined #openstack-meeting | 03:23 | |
*** Kevin_Zheng has joined #openstack-meeting | 03:24 | |
*** Julien-zte has quit IRC | 03:24 | |
*** ramineni_ has joined #openstack-meeting | 03:24 | |
*** Julien-zte has joined #openstack-meeting | 03:24 | |
*** blair has joined #openstack-meeting | 03:28 | |
*** epico has quit IRC | 03:30 | |
*** armax has joined #openstack-meeting | 03:31 | |
*** gongysh has joined #openstack-meeting | 03:32 | |
*** wanghao_ has quit IRC | 03:36 | |
*** thorst has joined #openstack-meeting | 03:41 | |
*** wanghao has joined #openstack-meeting | 03:42 | |
*** epico has joined #openstack-meeting | 03:43 | |
*** markvoelker has joined #openstack-meeting | 03:44 | |
*** thorst has quit IRC | 03:45 | |
*** markstur has joined #openstack-meeting | 03:46 | |
*** mickeys has quit IRC | 03:46 | |
*** wanghao has quit IRC | 03:48 | |
*** wanghao has joined #openstack-meeting | 03:49 | |
*** ekcs has quit IRC | 03:49 | |
*** markstur has quit IRC | 03:50 | |
*** markstur has joined #openstack-meeting | 03:51 | |
*** fnaval has joined #openstack-meeting | 03:52 | |
*** wanghao has quit IRC | 03:53 | |
*** ekcs has joined #openstack-meeting | 03:55 | |
*** ekcs has left #openstack-meeting | 03:55 | |
*** fnaval_ has quit IRC | 03:55 | |
*** ramineni_ has quit IRC | 03:56 | |
*** jamesmca_ has joined #openstack-meeting | 03:56 | |
*** gouthamr has quit IRC | 03:58 | |
*** Julien-zte has quit IRC | 03:58 | |
*** iceyao_ has quit IRC | 03:59 | |
*** armax has quit IRC | 03:59 | |
*** Julien-zte has joined #openstack-meeting | 04:00 | |
*** jamesmca_ has quit IRC | 04:00 | |
*** ykarel has joined #openstack-meeting | 04:03 | |
*** mickeys has joined #openstack-meeting | 04:05 | |
*** salv-orlando has joined #openstack-meeting | 04:07 | |
*** sridharg has joined #openstack-meeting | 04:08 | |
*** salv-orlando has quit IRC | 04:11 | |
*** epico has quit IRC | 04:11 | |
*** zhurong has quit IRC | 04:12 | |
*** thorst has joined #openstack-meeting | 04:12 | |
*** adisky_ has joined #openstack-meeting | 04:13 | |
*** ykarel has quit IRC | 04:17 | |
*** trinaths has joined #openstack-meeting | 04:17 | |
*** ykarel has joined #openstack-meeting | 04:17 | |
*** wanghao has joined #openstack-meeting | 04:21 | |
*** tonytan4ever has quit IRC | 04:26 | |
*** thorst has quit IRC | 04:30 | |
*** epico has joined #openstack-meeting | 04:31 | |
*** cebruns has quit IRC | 04:34 | |
*** iyamahat has joined #openstack-meeting | 04:35 | |
*** yamahata has quit IRC | 04:35 | |
*** zhurong has joined #openstack-meeting | 04:36 | |
*** Sukhdev has joined #openstack-meeting | 04:37 | |
*** cebruns has joined #openstack-meeting | 04:39 | |
*** iyamahat has quit IRC | 04:41 | |
*** slaweq has quit IRC | 04:46 | |
*** ayogi has joined #openstack-meeting | 04:47 | |
*** salv-orlando has joined #openstack-meeting | 04:52 | |
*** sshank has quit IRC | 04:52 | |
*** hongbin has quit IRC | 04:56 | |
*** iceyao has joined #openstack-meeting | 04:56 | |
*** caowei has quit IRC | 05:02 | |
*** unicell1 has joined #openstack-meeting | 05:02 | |
*** iceyao has quit IRC | 05:03 | |
*** unicell has quit IRC | 05:05 | |
*** Sukhdev has quit IRC | 05:05 | |
*** mickeys has quit IRC | 05:07 | |
*** sshank has joined #openstack-meeting | 05:07 | |
*** anilvenkata has joined #openstack-meeting | 05:08 | |
*** ayoung has quit IRC | 05:10 | |
*** sshank has quit IRC | 05:10 | |
*** baoli has quit IRC | 05:12 | |
*** portdirect has joined #openstack-meeting | 05:13 | |
*** ankur-gupta-f4 has joined #openstack-meeting | 05:13 | |
*** Julien-zte has quit IRC | 05:15 | |
*** Julien-zte has joined #openstack-meeting | 05:16 | |
*** prateek has joined #openstack-meeting | 05:16 | |
*** epico has quit IRC | 05:17 | |
*** yamamoto has joined #openstack-meeting | 05:18 | |
*** links has joined #openstack-meeting | 05:18 | |
*** yamamoto has quit IRC | 05:21 | |
*** clayg has quit IRC | 05:22 | |
*** ayoung has joined #openstack-meeting | 05:25 | |
*** wanghao has quit IRC | 05:25 | |
*** wanghao has joined #openstack-meeting | 05:26 | |
*** vishnoianil has joined #openstack-meeting | 05:35 | |
*** janki has joined #openstack-meeting | 05:40 | |
*** Dinesh_Bhor has quit IRC | 05:41 | |
*** Dinesh_Bhor has joined #openstack-meeting | 05:41 | |
*** fnaval has quit IRC | 05:42 | |
*** ykarel_ has joined #openstack-meeting | 05:43 | |
*** Dinesh_Bhor has quit IRC | 05:43 | |
*** irenab has left #openstack-meeting | 05:44 | |
*** tobberydberg has joined #openstack-meeting | 05:44 | |
*** epico has joined #openstack-meeting | 05:45 | |
*** ykarel has quit IRC | 05:45 | |
*** epico has quit IRC | 05:46 | |
*** Dinesh_Bhor has joined #openstack-meeting | 05:48 | |
*** epico has joined #openstack-meeting | 05:48 | |
*** ykarel_ has quit IRC | 05:52 | |
*** ykarel_ has joined #openstack-meeting | 05:53 | |
*** donghao has joined #openstack-meeting | 05:58 | |
*** caowei has joined #openstack-meeting | 06:00 | |
*** donghao has quit IRC | 06:02 | |
*** salv-orlando has quit IRC | 06:04 | |
*** amotoki has joined #openstack-meeting | 06:05 | |
*** wanghao_ has joined #openstack-meeting | 06:05 | |
*** tobberydberg has quit IRC | 06:07 | |
*** wanghao has quit IRC | 06:07 | |
*** mickeys has joined #openstack-meeting | 06:08 | |
*** iceyao has joined #openstack-meeting | 06:10 | |
*** mickeys has quit IRC | 06:12 | |
*** jprovazn has joined #openstack-meeting | 06:12 | |
*** wanghao_ has quit IRC | 06:12 | |
*** msimonin has quit IRC | 06:14 | |
*** wanghao has joined #openstack-meeting | 06:15 | |
*** trinaths has quit IRC | 06:18 | |
*** epico has quit IRC | 06:18 | |
*** tobberydberg has joined #openstack-meeting | 06:19 | |
*** brault has quit IRC | 06:19 | |
*** yamamoto has joined #openstack-meeting | 06:21 | |
*** trinaths has joined #openstack-meeting | 06:23 | |
*** yamamoto has quit IRC | 06:26 | |
*** yamamoto has joined #openstack-meeting | 06:26 | |
*** ramineni_ has joined #openstack-meeting | 06:27 | |
*** thorst has joined #openstack-meeting | 06:27 | |
*** yamamoto has quit IRC | 06:28 | |
*** andreas_s has joined #openstack-meeting | 06:28 | |
*** epico has joined #openstack-meeting | 06:29 | |
*** thorst has quit IRC | 06:32 | |
*** ltomasbo|away is now known as ltomasbo | 06:37 | |
*** ykatabam has quit IRC | 06:38 | |
*** pcaruana has joined #openstack-meeting | 06:45 | |
*** slaweq has joined #openstack-meeting | 06:47 | |
*** matrohon has joined #openstack-meeting | 06:51 | |
*** slaweq has quit IRC | 06:52 | |
*** e0ne has joined #openstack-meeting | 06:52 | |
*** adiantum has joined #openstack-meeting | 06:55 | |
*** adiantum has quit IRC | 06:55 | |
*** adiantum has joined #openstack-meeting | 06:56 | |
*** adiantum has quit IRC | 06:56 | |
*** yamamoto has joined #openstack-meeting | 06:59 | |
*** Julien-zte has quit IRC | 07:05 | |
*** Julien-zte has joined #openstack-meeting | 07:05 | |
*** mickeys has joined #openstack-meeting | 07:09 | |
*** yamamoto has quit IRC | 07:09 | |
*** tobberydberg has quit IRC | 07:09 | |
*** tobberydberg has joined #openstack-meeting | 07:09 | |
*** iceyao has quit IRC | 07:11 | |
*** tobberydberg has quit IRC | 07:11 | |
*** tobberydberg has joined #openstack-meeting | 07:11 | |
*** mickeys has quit IRC | 07:13 | |
*** tobberydberg has quit IRC | 07:14 | |
*** tobberydberg has joined #openstack-meeting | 07:14 | |
*** iceyao has joined #openstack-meeting | 07:15 | |
*** tobberydberg has quit IRC | 07:16 | |
*** tobberydberg has joined #openstack-meeting | 07:16 | |
*** ralonsoh has joined #openstack-meeting | 07:17 | |
*** tobberydberg has quit IRC | 07:19 | |
*** ijw has joined #openstack-meeting | 07:19 | |
ianychoi | hi | 07:20 |
*** iceyao has quit IRC | 07:20 | |
*** msimonin has joined #openstack-meeting | 07:20 | |
*** iceyao has joined #openstack-meeting | 07:24 | |
*** aarefiev_afk is now known as aarefiev | 07:24 | |
*** ijw has quit IRC | 07:24 | |
*** salv-orlando has joined #openstack-meeting | 07:24 | |
amotoki | i thought there is no meeting.... | 07:27 |
ianychoi | amotoki, yep it seems that members are busy.. | 07:28 |
*** thorst has joined #openstack-meeting | 07:28 | |
*** wanghao has quit IRC | 07:28 | |
amotoki | i have one thing to discuss, but it can be done in #-i18n channel | 07:29 |
ianychoi | let's open :) wait a second.. | 07:29 |
*** tesseract has joined #openstack-meeting | 07:29 | |
ianychoi | #startmeeting OpenStack I18n Meeting | 07:30 |
openstack | Meeting started Thu May 4 07:30:19 2017 UTC and is due to finish in 60 minutes. The chair is ianychoi. Information about MeetBot at http://wiki.debian.org/MeetBot. | 07:30 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 07:30 |
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)" | 07:30 | |
openstack | The meeting name has been set to 'openstack_i18n_meeting' | 07:30 |
*** mickeys has joined #openstack-meeting | 07:30 | |
ianychoi | amotoki, I have opened :) Which topic? | 07:31 |
amotoki | I'd like to clarify the goal of py3 stuff | 07:31 |
ianychoi | Aha okay | 07:31 |
*** ramineni_ has quit IRC | 07:31 | |
ianychoi | #topic py3 goal in i18n repo | 07:31 |
*** openstack changes topic to "py3 goal in i18n repo (Meeting topic: OpenStack I18n Meeting)" | 07:31 | |
amotoki | as I said in past meetings, our scripts already supports python3 but no more coverage can be done without UTs. | 07:32 |
amotoki | so I wonder where we can have importable python code. | 07:32 |
*** thorst has quit IRC | 07:33 | |
ianychoi | Question: what are importable python codes? | 07:33 |
*** msimonin has quit IRC | 07:33 | |
ianychoi | Some common codes in Python? | 07:33 |
amotoki | for example, if we test tools/zanata/zanata_stats.py, it needs to be importable | 07:34 |
amotoki | it needs to be placed somewhere with __init__.py | 07:35 |
*** taowuwen has joined #openstack-meeting | 07:35 | |
amotoki | like https://review.openstack.org/#/c/448598/ | 07:35 |
patchbot | patch 448598 - i18n - Move python files into importable path (ABANDONED) | 07:35 |
ianychoi | Aha.. a kind of writing functions in one class? | 07:35 |
ianychoi | I see | 07:36 |
amotoki | I wrote some unit tests on top of the above review, but I cannot find them now in my local env. | 07:37 |
amotoki | perhaps I lost them when I recreated my VM | 07:37 |
ianychoi | Haha.. that's too bad. | 07:37 |
*** markstur has quit IRC | 07:38 | |
amotoki | which do you prefer i18n or i18n-tools for python scripts? | 07:38 |
ianychoi | I originally thought that it would be so nice if we have like i18n-tools as a pip package similar with openstack-doc-tools: http://git.openstack.org/cgit/openstack/openstack-doc-tools/tree/ | 07:39 |
amotoki | IMHO we don't need to release them, so either works to me | 07:39 |
ianychoi | I agree. I18n team does not have many members.. | 07:40 |
*** ramineni_ has joined #openstack-meeting | 07:40 | |
amotoki | unless some CI or automated job use it, there is no need to release them. | 07:40 |
ianychoi | Several thinkings also block from my idea. previously, I asked to Zanata team - aeng whether Zanata API has versioned docs or not | 07:41 |
amotoki | you mean Zanata API reference published as a web page? | 07:42 |
ianychoi | #link https://zanata.atlassian.net/browse/ZNTA-1843 | 07:42 |
ianychoi | Currently, Zanata API publishes up-to-date API information, but we need to also check API versions - for example, some APIs supported in Zanata 3.7.3 and/or other APIs only supported in Zanata 3.9.6 | 07:43 |
*** adiantum has joined #openstack-meeting | 07:43 | |
ianychoi | Then I thought that i18n-tools would specify Zanata API version | 07:43 |
ianychoi | It seems that it would be a too long-term goal..:) | 07:44 |
ianychoi | adiantum, hi! will you come to Boston? | 07:44 |
amotoki | it can be handled inside our script though | 07:44 |
amotoki | yes, will be there | 07:44 |
adiantum | ianychoi: hi! unfortunatelly no | 07:44 |
adiantum | hi all! | 07:45 |
ianychoi | amotoki, I prefer i18n-tools :) Then I can propose glossary as i18n-glossary | 07:45 |
amotoki | ianychoi: do you mean a separate repo or a directory path? | 07:45 |
ianychoi | adiantum, oh that's too bad.. I miss you. Will other language coordinators or Russian translators come to Boston? | 07:45 |
adiantum | and i’ve asked coordinators of russian team, looks like no one can attend =( | 07:46 |
ianychoi | amotoki, let's do just in openstack/i18n one repository if it would not be too complex | 07:46 |
adiantum | ianychoi: is it possible to organize online session> | 07:46 |
adiantum | ? | 07:46 |
ianychoi | adiantum, yep.. I think so. I might need to find reservasable rooms after arriving at Boston, but I think next IRC meeting time would fit all: http://lists.openstack.org/pipermail/openstack-i18n/2017-May/002899.html | 07:47 |
adiantum | ianychoi: great, please let me know if i can join online =) | 07:48 |
amotoki | ianychoi: regarding the other topic, i agree a single repo 'i18n' | 07:49 |
adiantum | ianychoi: and i’ll share to russian team | 07:49 |
ianychoi | adiantum, it just depends on how many members reply with the mailing list :) If you are fine with Thursday 13:00 UTC on the next week, please ask to Russian members. | 07:50 |
ianychoi | amotoki, +1 for i18n-specs, I would like to keep it since it was already created | 07:51 |
amotoki | ianychoi: sounds good | 07:51 |
ianychoi | amotoki, except this, let's use a single repo: i18n | 07:51 |
*** lpetrut has joined #openstack-meeting | 07:51 | |
amotoki | ianychoi: I can write a small spec on how we organize the i18n repo :) | 07:52 |
*** ykatabam has joined #openstack-meeting | 07:52 | |
*** toscalix has joined #openstack-meeting | 07:52 | |
amotoki | just for testing the i18n-spec repo :) | 07:52 |
adiantum | ianychoi: look like it works for me. i’ll ask team | 07:52 |
ianychoi | amotoki, thanks a lot - great! | 07:52 |
ianychoi | #info I18n team prefers to use openstack/i18n single repository except i18n-specs | 07:53 |
ianychoi | #topic open discussions | 07:53 |
*** openstack changes topic to "open discussions (Meeting topic: OpenStack I18n Meeting)" | 07:53 | |
ianychoi | I've got a new job and I am settling with the new job - it would not be related with OpenStack unfortunately | 07:54 |
ianychoi | So my actions might be slower but I will keep being online in IRC :) | 07:55 |
amotoki | ianychoi: hope your new future anyway! | 07:55 |
ianychoi | For Stackalytics and other things, I already asked to my colleague but unfortunately he is also getting more busy. | 07:55 |
ianychoi | amotoki, thank you :) | 07:55 |
*** martinkopec has joined #openstack-meeting | 07:56 | |
ianychoi | #link https://www.openstack.org/summit/boston-2017/summit-schedule/events/18761/should-we-kill-stackalytics | 07:56 |
ianychoi | I will go there and listen some perspectives :) | 07:57 |
*** ad_rien_ has joined #openstack-meeting | 07:57 | |
-amotoki- haven't checked the summit schedule well :( | 07:58 | |
ianychoi | amotoki, see you at Boston - I know that you are also busy but let's try to see each other | 07:59 |
amotoki | ianychoi: see you then. I try my best! | 07:59 |
ianychoi | adiantum, hope to see virtually on the next IRC meeting! | 07:59 |
ianychoi | Thanks you all! | 07:59 |
amotoki | thank you | 07:59 |
ianychoi | #endmeeting | 07:59 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 07:59 | |
openstack | Meeting ended Thu May 4 07:59:44 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 07:59 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-05-04-07.30.html | 07:59 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-05-04-07.30.txt | 07:59 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-05-04-07.30.log.html | 07:59 |
adiantum | ianychoi: i hope too =) | 07:59 |
adiantum | Thanks all! | 08:00 |
*** donghao has joined #openstack-meeting | 08:00 | |
*** msimonin has joined #openstack-meeting | 08:05 | |
*** donghao has quit IRC | 08:05 | |
*** Julien-zte has quit IRC | 08:11 | |
*** Julien-zte has joined #openstack-meeting | 08:12 | |
*** gcb has quit IRC | 08:12 | |
*** rossella_s has joined #openstack-meeting | 08:13 | |
*** adiantum has quit IRC | 08:17 | |
*** brault has joined #openstack-meeting | 08:24 | |
*** e0ne has quit IRC | 08:24 | |
*** mickeys has quit IRC | 08:25 | |
*** trinaths has quit IRC | 08:25 | |
*** ricolin_ has joined #openstack-meeting | 08:27 | |
*** ricolin has quit IRC | 08:27 | |
*** thorst has joined #openstack-meeting | 08:29 | |
*** markstur has joined #openstack-meeting | 08:30 | |
*** markstur has quit IRC | 08:34 | |
*** tobberydberg has joined #openstack-meeting | 08:41 | |
*** knangia has quit IRC | 08:43 | |
*** knangia has joined #openstack-meeting | 08:43 | |
*** adreznec has quit IRC | 08:45 | |
*** adreznec has joined #openstack-meeting | 08:47 | |
*** slaweq has joined #openstack-meeting | 08:48 | |
*** thorst has quit IRC | 08:49 | |
*** ramineni_ has quit IRC | 08:49 | |
*** gcb has joined #openstack-meeting | 08:50 | |
*** cgoncalv1s is now known as cgoncalves | 08:51 | |
*** slaweq has quit IRC | 08:53 | |
*** wanghao has joined #openstack-meeting | 08:55 | |
*** salv-orl_ has joined #openstack-meeting | 08:56 | |
*** blancos has joined #openstack-meeting | 08:56 | |
*** Cibo_ has joined #openstack-meeting | 08:57 | |
*** salv-orlando has quit IRC | 08:59 | |
*** ltosky[m] has joined #openstack-meeting | 08:59 | |
*** taowuwen_ has joined #openstack-meeting | 09:00 | |
*** sridharg has quit IRC | 09:00 | |
*** taowuwen_ has quit IRC | 09:00 | |
andreaf | #startmeeting qa | 09:00 |
openstack | Meeting started Thu May 4 09:00:47 2017 UTC and is due to finish in 60 minutes. The chair is andreaf. Information about MeetBot at http://wiki.debian.org/MeetBot. | 09:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 09:00 |
*** openstack changes topic to " (Meeting topic: qa)" | 09:00 | |
openstack | The meeting name has been set to 'qa' | 09:00 |
*** epico has quit IRC | 09:00 | |
andreaf | Hello who's here today? | 09:01 |
blancos | o/ | 09:01 |
andreaf | #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_May_3rd_2017_.280900_UTC.29 Today's agenda | 09:01 |
*** ramineni_ has joined #openstack-meeting | 09:02 | |
andreaf | ok let's wait one more minute to see if someone else joins | 09:02 |
*** taowuwen has quit IRC | 09:02 | |
andreaf | otherwise we can have a short meeting :) | 09:02 |
*** yangyapeng has quit IRC | 09:03 | |
ltosky[m] | o/ | 09:03 |
andreaf | hello blancos / ltosky[m] - it seems it's only the three of us today, so I would skip the standard agenda and go straight to any topic you may need to discuss | 09:04 |
andreaf | #topic Open Discussion | 09:04 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 09:04 | |
chandankumar | \o/ | 09:05 |
andreaf | ltosky[m], blancos: will you guys be in Boston next week? | 09:05 |
blancos | andreaf I will. | 09:05 |
ltosky[m] | the only topic I had was the heat client, but that probably requires more people | 09:05 |
ltosky[m] | no | 09:05 |
andreaf | hello chandankumar | 09:06 |
*** zhurong has quit IRC | 09:06 | |
andreaf | I skipped the agenda since it's only few of us in the meeting | 09:06 |
andreaf | ltosky[m]: sorry you won't be there | 09:06 |
chandankumar | andreaf: i am not able to make it this time, but will try to make sure at next ptg | 09:06 |
andreaf | chandankumar: looking forward to see you in Denver then :) | 09:07 |
andreaf | #topic Heat client | 09:07 |
*** openstack changes topic to "Heat client (Meeting topic: qa)" | 09:07 | |
andreaf | ltosky[m] regarding the Heat client - mtreinish votes to keep it in tempest, I vote to keep it in heat - either case we won't get rid of it | 09:08 |
andreaf | ltosky[m]: would it make a difference from your pov? | 09:08 |
ltosky[m] | that's good | 09:08 |
ltosky[m] | if it's stable and alive, no | 09:09 |
andreaf | ltosky[m]: ok - we shall come to a conclusion latest next week | 09:09 |
ltosky[m] | yep, thanks | 09:09 |
andreaf | ltosky[m]: ok | 09:09 |
andreaf | #topic bug triage | 09:10 |
*** openstack changes topic to "bug triage (Meeting topic: qa)" | 09:10 | |
andreaf | chandankumar: anything to report on the bug triage this week? | 09:10 |
andreaf | btw we have no volunteer for next two weeks - next week is the summit so that may be ok | 09:11 |
andreaf | I'll sign myself up for the week after the summit | 09:11 |
*** raissa has joined #openstack-meeting | 09:11 | |
andreaf | but it would be good to have more volunteers for the following weeks | 09:11 |
andreaf | chandankumar: are you still there? | 09:12 |
*** tosky has joined #openstack-meeting | 09:12 | |
andreaf | #topic Patrole | 09:12 |
*** openstack changes topic to "Patrole (Meeting topic: qa)" | 09:12 | |
andreaf | blancos: anything to discuss on Patrole? | 09:13 |
blancos | andreaf We removed Heat support and are talking to Heat about maybe moving the tests to their repo instead. | 09:13 |
andreaf | Felipe wanted to chat about Heat - but I missed him, I was away I couple of days | 09:13 |
andreaf | blancos: ah ok you did that already :) | 09:14 |
andreaf | blancos: yeah I think it would be great to have to tests in the heat plugin | 09:14 |
andreaf | blancos: thanks for that | 09:14 |
andreaf | #topic Open Discussion | 09:15 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 09:15 | |
andreaf | blancos, ltosky[m], chandankumar: anything else? | 09:15 |
blancos | Also, I believe we're planning on cutting a 1.0 sometime soon, unless there's a reason we should wait | 09:15 |
andreaf | 3... | 09:15 |
andreaf | 2.. | 09:15 |
andreaf | 1. | 09:15 |
*** zhurong has joined #openstack-meeting | 09:15 | |
*** yamamoto has joined #openstack-meeting | 09:15 | |
andreaf | blancos: ok | 09:15 |
ltosky[m] | nothing from.me | 09:16 |
andreaf | blancos: yeah that would be nice so folks from other teams can consume the shared bits | 09:16 |
andreaf | blancos: do you have any stable interface yet? | 09:16 |
blancos | andreaf We haven't made a lib directory like in Tempest, if that's what you mean | 09:17 |
andreaf | blancos: I mean interfaces that you documented as stable, so that you won't change without a deprecation cycle | 09:18 |
*** epico has joined #openstack-meeting | 09:18 | |
andreaf | blancos: it doesn't have to be a lib folder | 09:18 |
andreaf | blancos: just curious | 09:18 |
blancos | andreaf I don't believe we've done so as of yet | 09:18 |
andreaf | if Patrole is going on pypy with a 1.0 version I think it would be good to document which interfaces people can rely on | 09:19 |
*** yamamoto has quit IRC | 09:19 | |
andreaf | so that when people start to use it their code will continue working across releases | 09:19 |
blancos | andreaf Okay, we'll be sure to do that. Thank you for the suggestion. | 09:20 |
andreaf | I guess that would be nice to have - at least a documentation that the interfaces are not stable yet or so | 09:20 |
andreaf | ok thanks for joining today | 09:22 |
andreaf | next week there will be no meeting because of the summit | 09:22 |
andreaf | so see you here in two weeks at 10:00 UTC | 09:22 |
andreaf | #endmeeting qa | 09:22 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 09:22 | |
openstack | Meeting ended Thu May 4 09:22:56 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 09:22 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-05-04-09.00.html | 09:22 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-05-04-09.00.txt | 09:23 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2017/qa.2017-05-04-09.00.log.html | 09:23 |
*** tosky has left #openstack-meeting | 09:23 | |
*** markvoelker has quit IRC | 09:25 | |
*** mickeys has joined #openstack-meeting | 09:26 | |
*** Cibo_ has quit IRC | 09:26 | |
*** blancos has quit IRC | 09:26 | |
*** taowuwen_ has joined #openstack-meeting | 09:27 | |
*** ltosky[m] has left #openstack-meeting | 09:29 | |
*** e0ne has joined #openstack-meeting | 09:31 | |
*** mickeys has quit IRC | 09:31 | |
*** msimonin has quit IRC | 09:34 | |
*** iceyao has quit IRC | 09:36 | |
*** aweeks has quit IRC | 09:38 | |
*** aweeks has joined #openstack-meeting | 09:38 | |
*** vishnoianil has quit IRC | 09:38 | |
*** vishnoianil has joined #openstack-meeting | 09:39 | |
*** lpetrut_ has joined #openstack-meeting | 09:41 | |
*** xingchao has quit IRC | 09:41 | |
*** lpetrut has quit IRC | 09:41 | |
*** lpetrut_ has quit IRC | 09:42 | |
*** lpetrut_ has joined #openstack-meeting | 09:42 | |
*** links has quit IRC | 09:45 | |
*** Julien-zte has quit IRC | 09:56 | |
*** Julien-zte has joined #openstack-meeting | 09:57 | |
*** wanghao has quit IRC | 09:58 | |
*** msimonin has joined #openstack-meeting | 10:00 | |
*** jamesmca_ has joined #openstack-meeting | 10:01 | |
*** Julien-zte has quit IRC | 10:01 | |
*** Julien-zte has joined #openstack-meeting | 10:02 | |
*** iceyao has joined #openstack-meeting | 10:02 | |
*** wanghao has joined #openstack-meeting | 10:03 | |
*** tovin07_ has quit IRC | 10:04 | |
*** jamesmca_ has quit IRC | 10:05 | |
*** coreycb has quit IRC | 10:06 | |
*** iceyao has quit IRC | 10:06 | |
*** coreycb has joined #openstack-meeting | 10:07 | |
*** wanghao has quit IRC | 10:07 | |
*** zhurong has quit IRC | 10:07 | |
*** iceyao has joined #openstack-meeting | 10:10 | |
*** xingchao has joined #openstack-meeting | 10:10 | |
*** sdague has joined #openstack-meeting | 10:11 | |
*** Julien-zte has quit IRC | 10:16 | |
*** Julien-zte has joined #openstack-meeting | 10:16 | |
*** adisky_ has quit IRC | 10:19 | |
*** adisky_ has joined #openstack-meeting | 10:19 | |
*** guoshan has joined #openstack-meeting | 10:20 | |
*** zhangyang has quit IRC | 10:20 | |
*** rossella_s has quit IRC | 10:20 | |
*** rossella_s has joined #openstack-meeting | 10:21 | |
*** vishnoianil has quit IRC | 10:23 | |
*** zhurong has joined #openstack-meeting | 10:24 | |
*** vishnoianil has joined #openstack-meeting | 10:24 | |
*** ankur-gupta-f4 has quit IRC | 10:25 | |
*** ankur-gupta-f4 has joined #openstack-meeting | 10:26 | |
*** markvoelker has joined #openstack-meeting | 10:26 | |
*** guoshan has quit IRC | 10:26 | |
*** rossella_s has quit IRC | 10:26 | |
*** mickeys has joined #openstack-meeting | 10:28 | |
*** gongysh has quit IRC | 10:30 | |
*** mickeys has quit IRC | 10:33 | |
*** markvoelker has quit IRC | 10:33 | |
*** rossella_s has joined #openstack-meeting | 10:39 | |
*** dmacpher has joined #openstack-meeting | 10:40 | |
*** vishnoianil has quit IRC | 10:41 | |
*** vishnoianil has joined #openstack-meeting | 10:42 | |
*** alexchadin has joined #openstack-meeting | 10:44 | |
*** Julien-zte has quit IRC | 10:45 | |
*** thorst has joined #openstack-meeting | 10:46 | |
*** wxy has quit IRC | 10:48 | |
*** brault_ has joined #openstack-meeting | 10:48 | |
*** wxy has joined #openstack-meeting | 10:48 | |
*** mrhillsman has quit IRC | 10:48 | |
*** mrhillsman has joined #openstack-meeting | 10:48 | |
*** brault has quit IRC | 10:49 | |
*** slaweq has joined #openstack-meeting | 10:49 | |
*** thorst has quit IRC | 10:51 | |
*** jkilpatr has joined #openstack-meeting | 10:53 | |
*** slaweq has quit IRC | 10:53 | |
*** salv-orl_ has quit IRC | 10:55 | |
*** ijw has joined #openstack-meeting | 10:56 | |
*** zhiyuan has quit IRC | 10:57 | |
*** vishnoianil has quit IRC | 10:58 | |
*** yolkfull__ has quit IRC | 10:58 | |
*** vishnoianil has joined #openstack-meeting | 10:59 | |
*** kojoyte has joined #openstack-meeting | 11:00 | |
*** ijw has quit IRC | 11:01 | |
kojoyte | hey quic question for native english speaker: What would be good words / short headings to describe 2 groups of people, people "working" and people "not working". Meaning that they do work and in a same company, but aren't working at the moment, having a break or at home or in holiday.. ? Please advice if you can! Thank you! | 11:03 |
*** epico has quit IRC | 11:04 | |
*** wanghao has joined #openstack-meeting | 11:05 | |
*** ociuhandu has joined #openstack-meeting | 11:12 | |
*** pradk has joined #openstack-meeting | 11:13 | |
*** fzdarsky has joined #openstack-meeting | 11:17 | |
*** lamt has joined #openstack-meeting | 11:17 | |
*** oidgar has joined #openstack-meeting | 11:19 | |
*** lamt has quit IRC | 11:21 | |
*** taowuwen_ has quit IRC | 11:25 | |
*** rbowen has joined #openstack-meeting | 11:25 | |
*** rbowen has quit IRC | 11:25 | |
*** rbowen has joined #openstack-meeting | 11:25 | |
*** mickeys has joined #openstack-meeting | 11:29 | |
*** ramineni_ has quit IRC | 11:30 | |
*** armstrong has joined #openstack-meeting | 11:32 | |
*** armstrong has quit IRC | 11:33 | |
*** thorst has joined #openstack-meeting | 11:33 | |
*** mickeys has quit IRC | 11:33 | |
*** vishnoianil has quit IRC | 11:38 | |
*** vishnoianil has joined #openstack-meeting | 11:39 | |
*** kojoyte has quit IRC | 11:44 | |
*** raissa has left #openstack-meeting | 11:50 | |
*** rossella_s has quit IRC | 11:53 | |
*** fzdarsky has quit IRC | 11:54 | |
*** salv-orlando has joined #openstack-meeting | 11:54 | |
*** iyamahat has joined #openstack-meeting | 12:00 | |
*** yamahata has joined #openstack-meeting | 12:04 | |
*** iyamahat has quit IRC | 12:05 | |
*** trinaths has joined #openstack-meeting | 12:17 | |
*** pchavva has joined #openstack-meeting | 12:18 | |
*** anilvenkata has quit IRC | 12:22 | |
*** dprince has joined #openstack-meeting | 12:24 | |
*** mickeys has joined #openstack-meeting | 12:30 | |
*** zhurong has quit IRC | 12:30 | |
*** lamt has joined #openstack-meeting | 12:32 | |
*** mickeys has quit IRC | 12:34 | |
*** ijw has joined #openstack-meeting | 12:36 | |
*** Chengli has joined #openstack-meeting | 12:36 | |
*** Chengli has left #openstack-meeting | 12:36 | |
*** abalutoiu has joined #openstack-meeting | 12:38 | |
*** eharney has joined #openstack-meeting | 12:38 | |
*** dmacpher has quit IRC | 12:39 | |
*** artom has quit IRC | 12:39 | |
*** slagle__ is now known as slagle | 12:40 | |
*** ijw has quit IRC | 12:41 | |
*** abalutoiu has quit IRC | 12:41 | |
*** fzdarsky has joined #openstack-meeting | 12:42 | |
*** cebruns has quit IRC | 12:43 | |
*** ayogi has quit IRC | 12:44 | |
*** rossella_s has joined #openstack-meeting | 12:46 | |
*** cebruns has joined #openstack-meeting | 12:50 | |
*** slaweq has joined #openstack-meeting | 12:50 | |
*** bobh has joined #openstack-meeting | 12:52 | |
*** wanghao has quit IRC | 12:52 | |
*** alexchadin has quit IRC | 12:54 | |
*** RuiChen has left #openstack-meeting | 12:54 | |
*** yamamoto has joined #openstack-meeting | 12:54 | |
*** slaweq has quit IRC | 12:54 | |
*** Julien-zte has joined #openstack-meeting | 12:55 | |
*** brault has joined #openstack-meeting | 12:56 | |
*** brault_ has quit IRC | 12:57 | |
*** bobh has quit IRC | 12:58 | |
*** thorst is now known as thorst_afk | 12:59 | |
*** rbowen has quit IRC | 13:00 | |
*** guoshan has joined #openstack-meeting | 13:00 | |
*** Chengli has joined #openstack-meeting | 13:01 | |
*** oidgar has quit IRC | 13:02 | |
*** alexchadin has joined #openstack-meeting | 13:03 | |
*** jamesdenton has joined #openstack-meeting | 13:13 | |
*** dmacpher has joined #openstack-meeting | 13:14 | |
*** iceyao_ has joined #openstack-meeting | 13:15 | |
*** iceyao has quit IRC | 13:15 | |
*** haleyb has joined #openstack-meeting | 13:15 | |
*** Chengli has quit IRC | 13:19 | |
*** bvandenh has joined #openstack-meeting | 13:20 | |
*** rfolco has joined #openstack-meeting | 13:20 | |
*** yamamoto has quit IRC | 13:22 | |
*** ykatabam has quit IRC | 13:22 | |
*** markvoelker has joined #openstack-meeting | 13:23 | |
*** janki has quit IRC | 13:24 | |
*** yamamoto has joined #openstack-meeting | 13:24 | |
*** mriedem has joined #openstack-meeting | 13:24 | |
*** mriedem has left #openstack-meeting | 13:25 | |
*** mriedem has joined #openstack-meeting | 13:25 | |
*** jrichli has left #openstack-meeting | 13:26 | |
*** cloudrancher has quit IRC | 13:26 | |
*** cloudrancher has joined #openstack-meeting | 13:27 | |
*** imcsk8 has joined #openstack-meeting | 13:29 | |
*** bobmel has quit IRC | 13:34 | |
*** gouthamr has joined #openstack-meeting | 13:38 | |
*** zhurong has joined #openstack-meeting | 13:41 | |
*** esberglu has joined #openstack-meeting | 13:44 | |
*** cloudrancher has quit IRC | 13:44 | |
*** cloudrancher has joined #openstack-meeting | 13:45 | |
*** xyang1 has joined #openstack-meeting | 13:49 | |
*** zhurong_ has joined #openstack-meeting | 13:50 | |
*** zhurong has quit IRC | 13:51 | |
*** yamahata has quit IRC | 13:51 | |
*** baoli has joined #openstack-meeting | 13:55 | |
*** awaugama has joined #openstack-meeting | 13:55 | |
*** bkopilov has quit IRC | 13:56 | |
*** takashin has joined #openstack-meeting | 13:56 | |
*** fnaval has joined #openstack-meeting | 13:58 | |
*** ykatabam has joined #openstack-meeting | 13:59 | |
*** jaypipes has joined #openstack-meeting | 14:00 | |
mriedem | #startmeeting nova | 14:00 |
openstack | Meeting started Thu May 4 14:00:22 2017 UTC and is due to finish in 60 minutes. The chair is mriedem. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
*** openstack changes topic to " (Meeting topic: nova)" | 14:00 | |
openstack | The meeting name has been set to 'nova' | 14:00 |
*** sfinucan has joined #openstack-meeting | 14:00 | |
edleafe | \o | 14:00 |
efried | / | 14:01 |
dansmith | o/ | 14:01 |
takashin | o/ | 14:01 |
*** jaugustine has joined #openstack-meeting | 14:01 | |
johnthetubaguy | o/ | 14:01 |
*** cdent has joined #openstack-meeting | 14:01 | |
*** VW_ has joined #openstack-meeting | 14:01 | |
sfinucan | o/ | 14:01 |
cdent | o/ | 14:02 |
bauzas | \o | 14:02 |
*** jamesmca_ has joined #openstack-meeting | 14:02 | |
mriedem | well i suppose we should get started | 14:02 |
mriedem | #link agenda https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting | 14:02 |
mriedem | #topic release news | 14:02 |
*** openstack changes topic to "release news (Meeting topic: nova)" | 14:02 | |
mriedem | #link Pike release schedule: https://wiki.openstack.org/wiki/Nova/Pike_Release_Schedule | 14:02 |
mriedem | #info Next upcoming milestone: Jun 8: p-2 milestone | 14:03 |
*** oidgar has joined #openstack-meeting | 14:03 | |
mriedem | so basically 3-4 weeks until p-2, | 14:03 |
*** cleong has joined #openstack-meeting | 14:03 | |
mriedem | since we'll probably consider next week a wash for any work | 14:03 |
mriedem | #info Blueprints: 71 targeted, 66 approved, 9 completed, 7 not started | 14:03 |
mriedem | #link pike-1 recap and pike-2 focus: http://lists.openstack.org/pipermail/openstack-dev/2017-April/115700.html | 14:04 |
mriedem | #help There are still some approved blueprints looking for owners: http://lists.openstack.org/pipermail/openstack-dev/2017-April/115899.html | 14:04 |
mriedem | i identified 3 orphan blueprints this morning | 14:04 |
mriedem | 1. https://blueprints.launchpad.net/nova/+spec/use-service-tokens-pike | 14:04 |
mriedem | 2. https://blueprints.launchpad.net/nova/+spec/live-migration-force-after-timeout | 14:04 |
mriedem | 3. https://blueprints.launchpad.net/nova/+spec/live-migration-per-instance-timeout | 14:04 |
mriedem | 2 of those have code already started | 14:04 |
mriedem | they all have specs i think | 14:04 |
mriedem | so if you're interested in owning one please let me know | 14:05 |
johnthetubaguy | yeah, the specs have most of the context for those | 14:05 |
efried | Service tokens, if you don't get a better offer. | 14:05 |
jaypipes | o/ | 14:05 |
sfinucan | mriedem: to play devils advocate | 14:05 |
mriedem | efried: i'm just going ot assign that one to you | 14:05 |
sfinucan | should we really be encouraging people to take up those specs? | 14:05 |
* alex_xu_ waves late | 14:05 | |
*** rbowen has joined #openstack-meeting | 14:05 | |
sfinucan | given the drop in reviewer resources that OSIC going away has also incurred? | 14:06 |
mriedem | sfinucan: drop in reviewer resources... | 14:06 |
mriedem | sfinucan: john is the only core from osic right? | 14:06 |
mriedem | http://stackalytics.com/report/contribution/nova/30 | 14:06 |
mriedem | and #4 in reviews | 14:06 |
cdent | it's not just about core reviewer bandwidth, it's everybody reviewer bandwidth | 14:06 |
sfinucan | core, yes, but it can't be just cores reviewing :) | 14:06 |
sfinucan | Yes, that ^ | 14:06 |
*** brault has quit IRC | 14:06 | |
*** ykatabam has quit IRC | 14:07 | |
*** jamesmca_ has quit IRC | 14:07 | |
sfinucan | There are a lot of specs. We might be better accepting that some of those OSIC specs aren't going to get done now and focus on what will | 14:07 |
mriedem | sure, | 14:07 |
mriedem | so maybe you guys understand now why i have to tell people we have a spec freeze after which point we don't accept more things | 14:07 |
mriedem | these were accepted before the spec freeze, and i'm told from time to time we have new contributors looking for work | 14:07 |
sfinucan | Like efried above. Gotcha | 14:08 |
johnthetubaguy | so the use-service-tokens one is a big deal | 14:08 |
mriedem | if by p-2 there are blueprints that aren't started, then i'm probably going to drop them | 14:08 |
johnthetubaguy | the live-migration ones are things operators would like, now progress monitoring has been proven not to work | 14:08 |
johnthetubaguy | they have some utility, generally | 14:09 |
johnthetubaguy | efried: the service token one was stuck behind a py3 related glanceclient bug | 14:09 |
mriedem | right, so, right now those bps aren't taking up any reviewer time | 14:09 |
*** prateek has quit IRC | 14:09 | |
efried | johnthetubaguy Was or is? | 14:09 |
*** askb has quit IRC | 14:09 | |
mriedem | so if someone is looking to contribute and wants to dust them off and run with them, they can | 14:09 |
mriedem | if no one does, then they get deferred | 14:10 |
*** sam____ has joined #openstack-meeting | 14:10 | |
mriedem | meanwhile, | 14:10 |
*** alexchadin has quit IRC | 14:10 | |
mriedem | we have lot of other work that needs to be done and has owners, | 14:10 |
johnthetubaguy | efried: unsure, there was a patch proposed, not sure if its merged and released yet, given the big hit glance took, I guess thats a no | 14:10 |
mriedem | so those get priority obviously | 14:10 |
johnthetubaguy | mriedem: +1 | 14:10 |
mriedem | btw, | 14:10 |
mriedem | maybe this should be a kick in the ass to the core team to bump up the review count | 14:10 |
mriedem | but let's move on | 14:11 |
mriedem | #topic bugs | 14:11 |
*** openstack changes topic to "bugs (Meeting topic: nova)" | 14:11 | |
jaypipes | mriedem: trying my best, man :( | 14:11 |
mriedem | jaypipes: i know - i'm not singling people out | 14:12 |
mriedem | 0 critical bugs reported | 14:12 |
dansmith | he's talking about me anyway :) | 14:12 |
mriedem | #help Need help with bug triage; there are 85 new untriaged bugs as of today (May 4) | 14:12 |
*** zhurong_ has quit IRC | 14:12 | |
mriedem | #link check queue gate status http://status.openstack.org/elastic-recheck/index.html | 14:12 |
mriedem | so as some are aware, | 14:12 |
*** armax has joined #openstack-meeting | 14:12 | |
mriedem | the cells v1 job was failing at about a 50% rate up until yesterday | 14:12 |
mriedem | well, between 5/1 and yesterday | 14:12 |
mriedem | because of the systemd journal logging stuff, | 14:13 |
mriedem | that was disabled yesterday, so that job is passing again at a normal rate | 14:13 |
mriedem | http://status.openstack.org/elastic-recheck/index.html#1580728 | 14:13 |
johnthetubaguy | the job or the logging? | 14:13 |
mriedem | the job | 14:13 |
mriedem | the logging was disabled | 14:13 |
johnthetubaguy | OK | 14:13 |
mriedem | johnthetubaguy: https://github.com/openstack-dev/devstack/commit/b2bfe5617ac43a678a9113d5c955f5456c151319 was the "fix" | 14:14 |
mriedem | temp workaround really | 14:14 |
mriedem | melwitt has a related fix up https://review.openstack.org/#/c/461912 | 14:14 |
patchbot | patch 461912 - nova - Use six.text_type() when logging Instance object | 14:14 |
*** cloudrancher has quit IRC | 14:14 | |
*** liuyulong has joined #openstack-meeting | 14:14 | |
mriedem | 3rd party ci status, | 14:14 |
mriedem | i don't really have anything here | 14:15 |
mriedem | any questions/comments about bugs? | 14:15 |
*** cloudrancher has joined #openstack-meeting | 14:15 | |
mriedem | #topic reminders | 14:15 |
*** openstack changes topic to "reminders (Meeting topic: nova)" | 14:15 | |
mriedem | #link Pike Review Priorities etherpad: https://etherpad.openstack.org/p/pike-nova-priorities-tracking | 14:15 |
mriedem | keep ^ up to date for the latest changes that are ready for review | 14:15 |
mriedem | i need to update that for cells v2 most likely | 14:16 |
mriedem | #link Forum planning: https://wiki.openstack.org/wiki/Forum/Boston2017 | 14:16 |
mriedem | #info Start creating etherpads for your sessions. There is an optional template: http://lists.openstack.org/pipermail/openstack-dev/2017-April/115972.html | 14:16 |
mriedem | i plan on working on etherpads for the sessions i own today | 14:16 |
mriedem | the template with all of the hash tags and everything overwhelmed me though | 14:17 |
mriedem | #link https://etherpad.openstack.org/p/BOS-Nova-brainstorming Forum discussion planning for nova (add your name if you are going) | 14:17 |
mriedem | #info Forum sessions: https://www.openstack.org/summit/boston-2017/summit-schedule/global-search?t=forum | 14:17 |
mriedem | any questions about the forum? | 14:17 |
mriedem | #topic stable branch status | 14:17 |
*** openstack changes topic to "stable branch status (Meeting topic: nova)" | 14:17 | |
mriedem | stable/ocata: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/ocata,n,z | 14:17 |
mriedem | #info release requests are up for ocata nova 15.0.4 and novaclient 7.1.1 | 14:17 |
mriedem | stable/newton: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:stable/newton,n,z | 14:18 |
mriedem | #info release requests are up for newton nova 14.0.6 and novaclient 6.0.1 | 14:18 |
*** zz_dimtruck is now known as dimtruck | 14:18 | |
bauzas | cool | 14:18 |
mriedem | with the stable ptl looking for work, any releases for the stable branch are sitting | 14:18 |
bauzas | I'll review the above ^ | 14:18 |
mriedem | so if the red hat gang cares about stable releases, kindly bug apevec | 14:18 |
bauzas | :p | 14:19 |
mriedem | #topic subteam highlights | 14:19 |
*** openstack changes topic to "subteam highlights (Meeting topic: nova)" | 14:19 | |
mriedem | dansmith: cells v2 | 14:19 |
*** iyamahat has joined #openstack-meeting | 14:19 | |
dansmith | we had a meeting, | 14:19 |
dansmith | talked about the journald bug, | 14:19 |
*** VW_ has quit IRC | 14:19 | |
dansmith | my aggregate fix thing, | 14:19 |
dansmith | and about ovo for too long | 14:19 |
dansmith | and we hawk'd melwitt's quotas patch for the attendees | 14:20 |
*** VW has joined #openstack-meeting | 14:20 | |
dansmith | which were, uh, me and melwitt and mriedem | 14:20 |
mriedem | heh, which was the 3 of us | 14:20 |
mriedem | :) | 14:20 |
dansmith | oh, we had a wild laski sighting | 14:20 |
mriedem | oh yeah | 14:20 |
dansmith | that was cool | 14:20 |
dansmith | almost hit him with my truck | 14:20 |
dansmith | anyway, that's it I think | 14:20 |
*** rossella_s has quit IRC | 14:20 | |
* jaypipes still trying to get through melwitt's quotas series. | 14:20 | |
mriedem | edleafe: scheduler | 14:20 |
edleafe | Discussed the proposed placement-manage patch to sync os-traits with the placement DB (https://review.openstack.org/450125). Agreed to discuss further on the review. | 14:20 |
patchbot | patch 450125 - nova - Add sync traits command for placement | 14:20 |
jaypipes | slow sloggin on that one :( | 14:20 |
edleafe | Didn't get into the claims WIP reviews, as bauzas was not present. | 14:20 |
edleafe | jaypipes asked some of us to review his slides for his talk in Boston. For some reason we agreed without payment of large sums of cash. | 14:21 |
edleafe | That's all, folks! | 14:21 |
bauzas | edleafe: yeah, was on holiday :( | 14:21 |
jaypipes | edleafe: I can pay in beer. | 14:21 |
mriedem | tdurakov: around for live migration? | 14:21 |
*** rossella_s has joined #openstack-meeting | 14:21 | |
jaypipes | or a Shirley Temple for dansmith. | 14:21 |
mriedem | alex_xu_: around for api meeting highlights? | 14:21 |
jaypipes | mriedem: some sad news... | 14:22 |
mriedem | timofey is gone | 14:22 |
alex_xu_ | just go through each work item. the last patch for nova api via wsgi https://review.openstack.org/#/c/457715/ | 14:22 |
patchbot | patch 457715 - openstack-dev/devstack - Use uwsgi for nova when NOVA_USE_MOD_WSGI is not F... | 14:22 |
jaypipes | mriedem: tdurakov and snikitin will no longer be working on Nova. | 14:22 |
mriedem | jaypipes: ok, not unexpected news, but ok | 14:22 |
*** haleyb has quit IRC | 14:22 | |
jaypipes | both have decided to pursue adventures outside of OPenStack. | 14:22 |
mriedem | alex_xu_: thanks | 14:22 |
alex_xu_ | api team takes over the rest of policy doc works, and good progress. that's all | 14:23 |
jaypipes | so we're going to need a new live migration lead. | 14:23 |
jaypipes | I nominate moshele. | 14:23 |
mriedem | well, | 14:23 |
*** e0ne has quit IRC | 14:23 | |
mriedem | we don't have to have subteams for things that aren't very active anymore, | 14:23 |
mriedem | the live migration subteam started b/c of HPE pushing so much change | 14:23 |
mriedem | so maybe we just sideline that for now unless someone wants to pick it up again | 14:24 |
mriedem | as noted earlier, we have lots of stuff to work on | 14:24 |
jaypipes | mriedem: well, there continues to be *some* innovation in upstream QEMU/libvirt around live migration, so probably good to keep up with it. | 14:24 |
sfinucan | Ditto for sr-iov. Haven't had a meeting there for a few months | 14:24 |
mriedem | #help looking for new live migration lead / contact person | 14:25 |
mriedem | ok moving on | 14:25 |
mriedem | gibi posted some updates for versioned notifications | 14:25 |
mriedem | his two focus areas are: | 14:25 |
mriedem | 1. volume attach/detach https://review.openstack.org/#/c/401992/ - which is in the gate | 14:25 |
patchbot | patch 401992 - nova - Transform instance.volume_attach notification (MERGED) | 14:25 |
mriedem | or merged | 14:25 |
mriedem | and | 14:25 |
mriedem | 2. additional fields for Searchlight https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/additional-notification-fields-for-searchlight | 14:25 |
*** e0ne has joined #openstack-meeting | 14:26 | |
mriedem | ^ continues to be something we said we'd get done in p-1 so we should try to do that | 14:26 |
mriedem | there isn't too much left | 14:26 |
jaypipes | k, will do those today. | 14:26 |
mriedem | they all need to be rebased now though b/c of the volume attach/detach notifications going in | 14:26 |
mriedem | i'll help rebase them after the meeting | 14:26 |
mriedem | efried: powervm? | 14:26 |
efried | Three ready for final reviews: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/powervm-nova-compute-driver+is:mergeable | 14:26 |
*** ad_rien_ has quit IRC | 14:26 | |
efried | Once one or two more of those go through, we can start in on the others in the series again. | 14:26 |
efried | That said... | 14:26 |
*** ad_rien_ has joined #openstack-meeting | 14:27 | |
efried | We know the PowerVM driver work is going to spill past Pike | 14:27 |
efried | So thinking it would be worth setting a goal for the scope of stuff we want to get into Pike. | 14:27 |
efried | Reasonable to say it should include the above three at least. | 14:27 |
mriedem | like get those 3 done and that's it for pike? | 14:27 |
efried | "at least" | 14:27 |
mriedem | psh | 14:27 |
efried | Thoughts on factors affecting adding more to the pile? | 14:28 |
mriedem | i like having you working on these other bp's that affect nova as a whole | 14:28 |
*** markstur has joined #openstack-meeting | 14:28 | |
efried | Noted; but I oughtta have room for both. | 14:28 |
mriedem | sure, but we don't necessarily have review bandwidth | 14:28 |
efried | Anyway, for now, I'm happy saying those three, and any others are a bonus. | 14:28 |
efried | Yeah, I get it. | 14:29 |
mriedem | as noted eaarlier | 14:29 |
mriedem | ok | 14:29 |
efried | That's it for me. | 14:29 |
mriedem | cinder subteam: | 14:29 |
mriedem | the current focus is still on plumbing in the new cinder v3 api for detach scenarios | 14:29 |
mriedem | there is a series starting here https://review.openstack.org/#/c/456896/ | 14:29 |
patchbot | patch 456896 - nova - Add Cinder v3 detach call to _terminate_volume_con... | 14:29 |
mriedem | the first three there are pretty easy | 14:30 |
mriedem | #help Will need a 3rd core to help move changes along. | 14:30 |
johnthetubaguy | I guess the spec gives a good context on the new API? | 14:30 |
mriedem | as johnthetubaguy and i are contributing to this series, we'll need a 3rd core | 14:30 |
mriedem | so i'll just harass people as time goes on | 14:30 |
*** e0ne has quit IRC | 14:31 | |
mriedem | #topic stuck reviews | 14:31 |
*** openstack changes topic to "stuck reviews (Meeting topic: nova)" | 14:31 | |
*** e0ne_ has joined #openstack-meeting | 14:31 | |
mriedem | there was nothing on the agenda | 14:31 |
mriedem | anyone want to mention a review that's stuck? | 14:31 |
*** markvoelker has quit IRC | 14:31 | |
jaypipes | mriedem: I won't have bandwidth to review the cinderv3 detach stuff, unfortunately. | 14:31 |
*** ad_rien_ has quit IRC | 14:31 | |
jaypipes | mriedem: not stuck, but this series would be great to make forward progress on: | 14:31 |
mriedem | jaypipes: again, i'm just fishing | 14:32 |
jaypipes | https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/shared-resources-pike | 14:32 |
*** ad_rien_ has joined #openstack-meeting | 14:32 | |
mriedem | #topic open discussion | 14:32 |
*** openstack changes topic to "open discussion (Meeting topic: nova)" | 14:32 | |
*** dpawar has joined #openstack-meeting | 14:32 | |
mriedem | nothing on the agenda | 14:32 |
mriedem | does anyone have anything they wanted to talk about? | 14:32 |
*** iceyao_ has quit IRC | 14:32 | |
edleafe | no meeting next week, right? | 14:32 |
mriedem | ah yes thanks | 14:32 |
mriedem | #info no team meeting next week due to the summit | 14:32 |
efried | Following week this same time, then? | 14:33 |
sam____ | Hi | 14:33 |
mriedem | efried: yes | 14:33 |
efried | So, like, skipping rather than moving | 14:33 |
sam____ | Can I request to review https://review.openstack.org/#/c/443951/ | 14:33 |
patchbot | patch 443951 - nova - Libvirt volume driver for Veritas HyperScale | 14:33 |
mriedem | sam____: yes i'll review that today | 14:33 |
*** kylek3h has joined #openstack-meeting | 14:33 | |
johnthetubaguy | so at the summit, is there a Nova hang out area? | 14:33 |
sam____ | Thanks | 14:33 |
mriedem | sam____: did the os-brick release get into global-reqiurements as a new minimum? | 14:33 |
*** guoshan has quit IRC | 14:33 | |
sam____ | yes its merged | 14:34 |
mriedem | sam____: yup https://github.com/openstack/requirements/blob/master/global-requirements.txt#L150 | 14:34 |
mriedem | ok | 14:34 |
mriedem | johnthetubaguy: nova hangout area... | 14:34 |
johnthetubaguy | I am kinda used to us all getting suck in the same room together, gonna be different with the forum | 14:34 |
sam____ | Thanks mriedem :) | 14:34 |
johnthetubaguy | anyways, I guess we will all bump into each other at some point | 14:34 |
mriedem | johnthetubaguy: i don't think there is, | 14:35 |
mriedem | there are available 'hacking' rooms if needed | 14:35 |
mriedem | but my dance card is full, i don't know about others | 14:35 |
mriedem | looks like there are spill over rooms on thursday afternoon too if needed | 14:35 |
johnthetubaguy | yeah, I look like I have something in every forum slot... and thats just out of curiosity I guess | 14:35 |
mriedem | https://wiki.openstack.org/wiki/Forum/Boston2017#Thursday_Afternoon_session_sign-up | 14:35 |
*** rbowen has quit IRC | 14:36 | |
mriedem | ok anything else? | 14:36 |
johnthetubaguy | sounds like we are done | 14:36 |
efried | Anyone know of a mobile IRC app that doesn't suck? | 14:36 |
bauzas | AndChat | 14:36 |
dansmith | he said "doesn't suck" | 14:37 |
mriedem | alright let's take that -nova | 14:37 |
mriedem | thanks everyone | 14:37 |
mriedem | #endmeeting | 14:37 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 14:37 | |
openstack | Meeting ended Thu May 4 14:37:15 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:37 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-05-04-14.00.html | 14:37 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-05-04-14.00.txt | 14:37 |
openstack | Log: http://eavesdrop.openstack.org/meetings/nova/2017/nova.2017-05-04-14.00.log.html | 14:37 |
*** cdent has left #openstack-meeting | 14:37 | |
*** takashin has left #openstack-meeting | 14:37 | |
*** armax has quit IRC | 14:38 | |
*** dpawar has quit IRC | 14:42 | |
*** aloga has quit IRC | 14:42 | |
*** lamt has quit IRC | 14:43 | |
*** aloga has joined #openstack-meeting | 14:43 | |
*** gongysh has joined #openstack-meeting | 14:44 | |
*** yamamoto has quit IRC | 14:44 | |
*** lpetrut_ has quit IRC | 14:44 | |
*** annegentle has joined #openstack-meeting | 14:44 | |
*** ykatabam has joined #openstack-meeting | 14:48 | |
*** ykatabam has quit IRC | 14:48 | |
*** claudiub has quit IRC | 14:49 | |
*** adisky_ has quit IRC | 14:49 | |
*** gongysh has quit IRC | 14:49 | |
*** slaweq has joined #openstack-meeting | 14:51 | |
*** tongli has joined #openstack-meeting | 14:52 | |
*** haleyb has joined #openstack-meeting | 14:53 | |
*** markvoelker has joined #openstack-meeting | 14:53 | |
*** slaweq has quit IRC | 14:55 | |
*** salv-orl_ has joined #openstack-meeting | 14:56 | |
*** armax has joined #openstack-meeting | 14:56 | |
*** salv-orlando has quit IRC | 14:59 | |
*** Julien-zte has quit IRC | 14:59 | |
*** jamesmca_ has joined #openstack-meeting | 14:59 | |
*** Julien-zte has joined #openstack-meeting | 15:00 | |
*** hongbin has joined #openstack-meeting | 15:00 | |
*** mjturek has joined #openstack-meeting | 15:01 | |
*** unicell1 has quit IRC | 15:03 | |
*** unicell has joined #openstack-meeting | 15:06 | |
*** vkmc_ has joined #openstack-meeting | 15:07 | |
*** claudiub has joined #openstack-meeting | 15:07 | |
*** sshank has joined #openstack-meeting | 15:08 | |
*** pcarver_ has left #openstack-meeting | 15:12 | |
*** pcarver has joined #openstack-meeting | 15:12 | |
*** kaisers has joined #openstack-meeting | 15:13 | |
*** tobberydberg has quit IRC | 15:13 | |
*** galstrom_zzz is now known as galstrom | 15:16 | |
*** Julien-zte has quit IRC | 15:17 | |
*** Julien-zte has joined #openstack-meeting | 15:18 | |
*** kaisers has quit IRC | 15:18 | |
*** iceyao has joined #openstack-meeting | 15:18 | |
*** brault has joined #openstack-meeting | 15:19 | |
*** iceyao has quit IRC | 15:22 | |
*** jprovazn is now known as jprovazn_afk | 15:22 | |
*** claudiub|2 has joined #openstack-meeting | 15:23 | |
*** ijw has joined #openstack-meeting | 15:23 | |
*** brault has quit IRC | 15:24 | |
*** armax has quit IRC | 15:25 | |
*** arnewiebalck_ has joined #openstack-meeting | 15:27 | |
*** aarefiev is now known as aarefiev_afk | 15:27 | |
*** claudiub has quit IRC | 15:27 | |
*** msimonin has quit IRC | 15:28 | |
*** msimonin has joined #openstack-meeting | 15:29 | |
*** chris_morrell has joined #openstack-meeting | 15:30 | |
*** chris_morrell has quit IRC | 15:31 | |
*** ykarel_ has quit IRC | 15:34 | |
*** chyka has joined #openstack-meeting | 15:35 | |
*** liuyulong has quit IRC | 15:36 | |
*** jamesmca_ has quit IRC | 15:38 | |
*** iceyao has joined #openstack-meeting | 15:39 | |
*** jaugustine has quit IRC | 15:40 | |
*** andreas_s has quit IRC | 15:42 | |
*** VW has quit IRC | 15:43 | |
*** yamamoto has joined #openstack-meeting | 15:45 | |
*** mwhahaha has left #openstack-meeting | 15:45 | |
*** shaohe_feng has quit IRC | 15:46 | |
*** alex_xu_ has quit IRC | 15:46 | |
*** heyongli has quit IRC | 15:46 | |
*** Xinran has quit IRC | 15:47 | |
*** luyao has quit IRC | 15:47 | |
*** manjeets__ is now known as manjeets | 15:48 | |
*** jaugustine has joined #openstack-meeting | 15:50 | |
*** gyee has joined #openstack-meeting | 15:50 | |
*** claudiub|2 has quit IRC | 15:51 | |
*** Apoorva has joined #openstack-meeting | 15:54 | |
*** dtrainor has quit IRC | 15:55 | |
*** e0ne_ has quit IRC | 15:56 | |
*** yamamoto has quit IRC | 15:57 | |
*** Julien-zte has quit IRC | 15:59 | |
*** Julien-zte has joined #openstack-meeting | 16:00 | |
*** slaweq has joined #openstack-meeting | 16:00 | |
*** caowei has quit IRC | 16:05 | |
*** mickeys has joined #openstack-meeting | 16:05 | |
*** caowei has joined #openstack-meeting | 16:05 | |
*** iceyao has quit IRC | 16:06 | |
*** fnaval has quit IRC | 16:08 | |
*** fnaval has joined #openstack-meeting | 16:08 | |
*** fnaval has quit IRC | 16:11 | |
*** Patifa has joined #openstack-meeting | 16:12 | |
*** ataraday_ has joined #openstack-meeting | 16:14 | |
*** tobberydberg has joined #openstack-meeting | 16:14 | |
*** iyamahat has quit IRC | 16:15 | |
*** unicell has quit IRC | 16:16 | |
*** bobmel has joined #openstack-meeting | 16:16 | |
*** bobmel_ has joined #openstack-meeting | 16:17 | |
*** iceyao has joined #openstack-meeting | 16:18 | |
*** tobberydberg has quit IRC | 16:20 | |
*** bobmel has quit IRC | 16:20 | |
*** yamamoto has joined #openstack-meeting | 16:26 | |
*** salv-orl_ has quit IRC | 16:26 | |
*** ijw has quit IRC | 16:30 | |
*** ijw has joined #openstack-meeting | 16:31 | |
*** iceyao has quit IRC | 16:32 | |
*** iceyao has joined #openstack-meeting | 16:32 | |
*** iceyao has quit IRC | 16:33 | |
*** coreycb has quit IRC | 16:35 | |
*** ankur-gupta-f4 has quit IRC | 16:35 | |
*** mrhillsman has quit IRC | 16:35 | |
*** wxy has quit IRC | 16:35 | |
*** aweeks has quit IRC | 16:35 | |
*** knangia has quit IRC | 16:35 | |
*** ijw has quit IRC | 16:35 | |
*** yamamoto has quit IRC | 16:37 | |
*** oidgar has quit IRC | 16:37 | |
*** pcaruana has quit IRC | 16:40 | |
*** aweeks has joined #openstack-meeting | 16:41 | |
*** ijw has joined #openstack-meeting | 16:41 | |
*** ad_rien_ has quit IRC | 16:43 | |
*** msimonin has quit IRC | 16:43 | |
*** ankur-gupta-f4 has joined #openstack-meeting | 16:44 | |
*** e0ne has joined #openstack-meeting | 16:45 | |
*** coreycb has joined #openstack-meeting | 16:45 | |
*** wxy has joined #openstack-meeting | 16:46 | |
*** knangia has joined #openstack-meeting | 16:46 | |
*** mrhillsman has joined #openstack-meeting | 16:46 | |
*** bobmel_ has quit IRC | 16:47 | |
*** armax has joined #openstack-meeting | 16:47 | |
*** jkilpatr has quit IRC | 16:48 | |
*** erlon has joined #openstack-meeting | 16:49 | |
*** fnaval has joined #openstack-meeting | 16:54 | |
*** baoli has quit IRC | 16:59 | |
*** unicell has joined #openstack-meeting | 17:01 | |
*** baoli has joined #openstack-meeting | 17:01 | |
*** ralonsoh has quit IRC | 17:02 | |
*** jkilpatr has joined #openstack-meeting | 17:04 | |
*** hieulq_ has joined #openstack-meeting | 17:05 | |
*** donghao has joined #openstack-meeting | 17:06 | |
*** litao has quit IRC | 17:09 | |
*** e0ne has quit IRC | 17:09 | |
*** ricolin_ has quit IRC | 17:10 | |
*** donghao has quit IRC | 17:10 | |
*** e0ne has joined #openstack-meeting | 17:12 | |
*** ltomasbo is now known as ltomasbo|away | 17:14 | |
*** martinkopec has quit IRC | 17:15 | |
*** baoli has quit IRC | 17:18 | |
*** baoli has joined #openstack-meeting | 17:19 | |
*** lpetrut has joined #openstack-meeting | 17:24 | |
*** trinaths has left #openstack-meeting | 17:26 | |
*** Patifa has quit IRC | 17:26 | |
*** rossella_s has quit IRC | 17:26 | |
*** ijw has quit IRC | 17:27 | |
*** igordcar1 has quit IRC | 17:27 | |
*** igordcard has joined #openstack-meeting | 17:27 | |
*** msimonin has joined #openstack-meeting | 17:29 | |
*** chris_morrell has joined #openstack-meeting | 17:30 | |
*** tesseract has quit IRC | 17:30 | |
*** dmacpher has quit IRC | 17:33 | |
*** julim has joined #openstack-meeting | 17:33 | |
*** vkmc_ has quit IRC | 17:37 | |
*** hieulq_ has quit IRC | 17:37 | |
*** jamesmca_ has joined #openstack-meeting | 17:38 | |
*** Patifa has joined #openstack-meeting | 17:38 | |
*** hieulq_ has joined #openstack-meeting | 17:39 | |
*** Patifa has quit IRC | 17:40 | |
*** SumitNaiksatam has joined #openstack-meeting | 17:43 | |
*** mfranc213 has quit IRC | 17:44 | |
*** rossella_s has joined #openstack-meeting | 17:45 | |
*** gyee has quit IRC | 17:45 | |
*** tobberydberg has joined #openstack-meeting | 17:45 | |
*** jprovazn_afk is now known as jprovazn | 17:47 | |
*** unicell has quit IRC | 17:47 | |
*** baoli_ has joined #openstack-meeting | 17:47 | |
*** unicell has joined #openstack-meeting | 17:48 | |
*** baoli has quit IRC | 17:49 | |
*** julim has quit IRC | 17:50 | |
*** s3wong has joined #openstack-meeting | 17:50 | |
*** toscalix has quit IRC | 17:51 | |
*** russellb has left #openstack-meeting | 17:52 | |
*** Apoorva has quit IRC | 17:56 | |
*** chris_morrell has quit IRC | 18:02 | |
*** Sukhdev has joined #openstack-meeting | 18:03 | |
*** Patifa has joined #openstack-meeting | 18:03 | |
*** lpetrut has quit IRC | 18:03 | |
*** VW has joined #openstack-meeting | 18:04 | |
*** jamesmca_ has quit IRC | 18:05 | |
*** sam____ has quit IRC | 18:05 | |
*** chris_morrell has joined #openstack-meeting | 18:05 | |
*** jamesmca_ has joined #openstack-meeting | 18:06 | |
*** yonglihe has quit IRC | 18:09 | |
*** jamesmca_ has quit IRC | 18:10 | |
*** Cibo_ has joined #openstack-meeting | 18:11 | |
*** tobberydberg has quit IRC | 18:12 | |
*** slaweq has quit IRC | 18:17 | |
*** slaweq has joined #openstack-meeting | 18:18 | |
*** ociuhandu has quit IRC | 18:18 | |
*** harlowja has quit IRC | 18:19 | |
*** Sukhdev has quit IRC | 18:20 | |
*** slaweq has quit IRC | 18:23 | |
*** donghao has joined #openstack-meeting | 18:24 | |
*** chris_morrell has quit IRC | 18:26 | |
*** donghao has quit IRC | 18:28 | |
*** chris_morrell has joined #openstack-meeting | 18:28 | |
*** jprovazn has quit IRC | 18:31 | |
*** chris_morrell has quit IRC | 18:34 | |
*** chris_morrell has joined #openstack-meeting | 18:35 | |
*** mfranc213 has joined #openstack-meeting | 18:35 | |
*** baoli_ has quit IRC | 18:37 | |
*** baoli has joined #openstack-meeting | 18:38 | |
*** Guest92102 is now known as redrobot | 18:42 | |
*** chris_morrell has quit IRC | 18:42 | |
*** Apoorva has joined #openstack-meeting | 18:50 | |
*** ad_rien_ has joined #openstack-meeting | 18:52 | |
*** chris_morrell has joined #openstack-meeting | 18:54 | |
*** amotoki has quit IRC | 18:55 | |
*** cloudrancher has quit IRC | 18:55 | |
*** cloudrancher has joined #openstack-meeting | 18:56 | |
*** Cibo_ has quit IRC | 18:58 | |
*** mickeys has quit IRC | 18:58 | |
*** Cibo_ has joined #openstack-meeting | 18:59 | |
*** Cibo has joined #openstack-meeting | 19:02 | |
*** iyamahat has joined #openstack-meeting | 19:02 | |
*** Cibo_ has quit IRC | 19:03 | |
*** chris_morrell has quit IRC | 19:04 | |
*** iyamahat has quit IRC | 19:08 | |
*** Cibo has quit IRC | 19:08 | |
*** tobberydberg has joined #openstack-meeting | 19:13 | |
*** clayg has joined #openstack-meeting | 19:13 | |
*** gouthamr has quit IRC | 19:14 | |
*** ociuhandu has joined #openstack-meeting | 19:17 | |
*** tobberydberg has quit IRC | 19:18 | |
*** jamesmca_ has joined #openstack-meeting | 19:23 | |
*** kaisers_ has quit IRC | 19:23 | |
*** kaisers has joined #openstack-meeting | 19:23 | |
*** gouthamr has joined #openstack-meeting | 19:24 | |
*** hieulq_ has quit IRC | 19:28 | |
*** chris_morrell has joined #openstack-meeting | 19:28 | |
*** pchavva has quit IRC | 19:28 | |
*** kaisers_ has joined #openstack-meeting | 19:33 | |
*** chris_morrell has quit IRC | 19:33 | |
*** kaisers has quit IRC | 19:35 | |
*** VW has quit IRC | 19:36 | |
*** Cibo_ has joined #openstack-meeting | 19:37 | |
*** baoli has quit IRC | 19:37 | |
*** baoli has joined #openstack-meeting | 19:38 | |
*** chris_morrell has joined #openstack-meeting | 19:38 | |
*** brault has joined #openstack-meeting | 19:40 | |
*** hieulq_ has joined #openstack-meeting | 19:41 | |
*** brault_ has joined #openstack-meeting | 19:45 | |
*** harlowja has joined #openstack-meeting | 19:48 | |
*** brault has quit IRC | 19:48 | |
*** tobberydberg has joined #openstack-meeting | 19:50 | |
*** salv-orlando has joined #openstack-meeting | 19:52 | |
*** hieulq_ has quit IRC | 19:55 | |
*** mickeys has joined #openstack-meeting | 19:59 | |
*** ad_rien_ has quit IRC | 20:00 | |
*** lbragstad_alt has joined #openstack-meeting | 20:02 | |
*** mickeys has quit IRC | 20:04 | |
*** Apoorva_ has joined #openstack-meeting | 20:05 | |
*** Cibo_ has quit IRC | 20:07 | |
*** iceyao has joined #openstack-meeting | 20:08 | |
*** eharney has quit IRC | 20:09 | |
*** Apoorva has quit IRC | 20:09 | |
*** iceyao has quit IRC | 20:12 | |
*** hongbin has quit IRC | 20:17 | |
*** slaweq has joined #openstack-meeting | 20:22 | |
*** Julien-zte has quit IRC | 20:25 | |
*** Julien-zte has joined #openstack-meeting | 20:26 | |
*** donghao has joined #openstack-meeting | 20:26 | |
*** ociuhandu has quit IRC | 20:28 | |
*** donghao has quit IRC | 20:31 | |
*** VW has joined #openstack-meeting | 20:34 | |
*** mickeys has joined #openstack-meeting | 20:38 | |
*** ociuhandu has joined #openstack-meeting | 20:41 | |
*** cleong has quit IRC | 20:44 | |
*** jamesmca_ has quit IRC | 20:49 | |
*** jamesmca_ has joined #openstack-meeting | 20:50 | |
*** hongbin has joined #openstack-meeting | 20:50 | |
*** tobberydberg has quit IRC | 20:55 | |
*** gouthamr has quit IRC | 20:56 | |
*** salv-orl_ has joined #openstack-meeting | 20:56 | |
*** salv-orlando has quit IRC | 20:59 | |
*** thorst_afk has quit IRC | 20:59 | |
*** e0ne has quit IRC | 20:59 | |
*** dprince has quit IRC | 21:00 | |
*** ad_rien_ has joined #openstack-meeting | 21:01 | |
*** thorst_afk has joined #openstack-meeting | 21:03 | |
*** brault_ has quit IRC | 21:03 | |
*** Apoorva_ has quit IRC | 21:04 | |
*** Apoorva has joined #openstack-meeting | 21:05 | |
*** thorst_afk has quit IRC | 21:08 | |
*** jamesmca_ has quit IRC | 21:08 | |
*** awaugama has quit IRC | 21:09 | |
*** askb has joined #openstack-meeting | 21:11 | |
*** eric_young has quit IRC | 21:11 | |
*** jamesmca_ has joined #openstack-meeting | 21:11 | |
*** annegentle has quit IRC | 21:12 | |
*** dimtruck is now known as zz_dimtruck | 21:20 | |
*** jamesmca_ has quit IRC | 21:22 | |
*** gouthamr has joined #openstack-meeting | 21:26 | |
*** ykatabam has joined #openstack-meeting | 21:31 | |
*** fzdarsky has quit IRC | 21:34 | |
*** annegentle has joined #openstack-meeting | 21:42 | |
*** baoli has quit IRC | 21:44 | |
*** haleyb has quit IRC | 21:44 | |
*** lbragstad has quit IRC | 21:45 | |
*** imcsk8 has quit IRC | 21:46 | |
*** imcsk8 has joined #openstack-meeting | 21:46 | |
*** salv-orl_ has quit IRC | 21:51 | |
*** jamesmca_ has joined #openstack-meeting | 21:53 | |
*** xingchao has quit IRC | 21:54 | |
*** ad_rien_ has quit IRC | 21:56 | |
*** jamesmca_ has quit IRC | 21:57 | |
*** jbadiapa has quit IRC | 22:01 | |
*** SumitNaiksatam has quit IRC | 22:01 | |
*** hongbin has quit IRC | 22:03 | |
*** annegentle has quit IRC | 22:03 | |
*** chris_morrell has quit IRC | 22:04 | |
*** mickeys has quit IRC | 22:04 | |
*** Apoorva_ has joined #openstack-meeting | 22:05 | |
*** hongbin has joined #openstack-meeting | 22:05 | |
*** artom has joined #openstack-meeting | 22:06 | |
*** jamesdenton has quit IRC | 22:08 | |
*** Apoorva has quit IRC | 22:09 | |
*** arxcruz has quit IRC | 22:14 | |
*** lamt has joined #openstack-meeting | 22:15 | |
*** jbadiapa has joined #openstack-meeting | 22:15 | |
*** arxcruz has joined #openstack-meeting | 22:16 | |
*** fnaval has quit IRC | 22:19 | |
*** rossella_s has quit IRC | 22:21 | |
*** rossella_s has joined #openstack-meeting | 22:21 | |
*** slaweq has quit IRC | 22:22 | |
*** lamt has quit IRC | 22:27 | |
*** donghao has joined #openstack-meeting | 22:28 | |
*** galstrom is now known as galstrom_zzz | 22:29 | |
*** xyang1 has quit IRC | 22:31 | |
*** donghao has quit IRC | 22:33 | |
*** hongbin_ has joined #openstack-meeting | 22:33 | |
*** hongbin has quit IRC | 22:33 | |
*** jaugustine has quit IRC | 22:36 | |
*** tonytan4ever has joined #openstack-meeting | 22:36 | |
*** xingchao has joined #openstack-meeting | 22:50 | |
*** salv-orlando has joined #openstack-meeting | 22:51 | |
*** fnaval has joined #openstack-meeting | 22:53 | |
*** fnaval has quit IRC | 22:53 | |
*** fnaval has joined #openstack-meeting | 22:54 | |
*** gouthamr has quit IRC | 22:55 | |
*** tobberydberg has joined #openstack-meeting | 22:56 | |
*** Apoorva has joined #openstack-meeting | 22:56 | |
*** Apoorva_ has quit IRC | 22:56 | |
*** salv-orlando has quit IRC | 22:58 | |
*** tobberydberg has quit IRC | 23:00 | |
*** artom has quit IRC | 23:02 | |
*** brault has joined #openstack-meeting | 23:04 | |
*** jamesmca_ has joined #openstack-meeting | 23:05 | |
*** mickeys has joined #openstack-meeting | 23:05 | |
*** brault has quit IRC | 23:09 | |
*** mickeys has quit IRC | 23:10 | |
*** jamesmca_ has quit IRC | 23:10 | |
*** ykatabam has quit IRC | 23:13 | |
*** mickeys has joined #openstack-meeting | 23:13 | |
*** ykatabam has joined #openstack-meeting | 23:13 | |
*** sdague has quit IRC | 23:20 | |
*** baoli has joined #openstack-meeting | 23:24 | |
*** baoli has quit IRC | 23:24 | |
*** erlon has quit IRC | 23:24 | |
*** xingchao has quit IRC | 23:24 | |
*** baoli has joined #openstack-meeting | 23:25 | |
*** xingchao has joined #openstack-meeting | 23:25 | |
*** lamt has joined #openstack-meeting | 23:27 | |
*** xingchao has quit IRC | 23:30 | |
*** ykatabam has quit IRC | 23:36 | |
*** ykatabam has joined #openstack-meeting | 23:36 | |
*** chyka has quit IRC | 23:37 | |
*** jkilpatr has quit IRC | 23:38 | |
*** chyka has joined #openstack-meeting | 23:38 | |
*** jkilpatr has joined #openstack-meeting | 23:39 | |
*** lamt has quit IRC | 23:39 | |
*** cebruns has quit IRC | 23:39 | |
*** ykatabam has quit IRC | 23:39 | |
*** ykatabam has joined #openstack-meeting | 23:40 | |
*** guoshan has joined #openstack-meeting | 23:40 | |
*** cebruns has joined #openstack-meeting | 23:42 | |
*** chyka has quit IRC | 23:43 | |
*** Julien-zte has quit IRC | 23:43 | |
*** lamt has joined #openstack-meeting | 23:46 | |
*** artom has joined #openstack-meeting | 23:50 | |
*** Apoorva has quit IRC | 23:52 | |
*** hongbin_ has quit IRC | 23:53 | |
*** cebruns has quit IRC | 23:54 | |
*** salv-orlando has joined #openstack-meeting | 23:54 | |
*** Apoorva has joined #openstack-meeting | 23:54 | |
*** salv-orlando has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!