*** ramineni_ has joined #openstack-meeting | 00:00 | |
ekcs | time for congress meeting. aimeeu thinrichs ramineni_ | 00:00 |
---|---|---|
ekcs | #startmeeting congressteammeeting | 00:00 |
openstack | Meeting started Thu May 11 00:00:51 2017 UTC and is due to finish in 60 minutes. The chair is ekcs. Information about MeetBot at http://wiki.debian.org/MeetBot. | 00:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 00:00 |
*** openstack changes topic to " (Meeting topic: congressteammeeting)" | 00:00 | |
openstack | The meeting name has been set to 'congressteammeeting' | 00:00 |
ramineni_ | ekcs: hi | 00:01 |
ekcs | hi all! welcome back to another meeting. collaborative list of topics are kept here as usual: https://etherpad.openstack.org/p/congress-meeting-topics | 00:01 |
ekcs | hi ramineni_ | 00:01 |
ramineni_ | ekcs: howz the summit going on? | 00:02 |
ekcs | it’s going well. got to participate in some interesting discussions around rbac, hierarchical quotas, api microversioning, deprecating postgres, etc. | 00:04 |
*** zz_dimtruck is now known as dimtruck | 00:04 | |
ramineni_ | ekcs: ohk, great | 00:06 |
*** rfolco has joined #openstack-meeting | 00:06 | |
ekcs | ok let’s move along then =) | 00:06 |
ekcs | #topic gate failure | 00:06 |
*** openstack changes topic to "gate failure (Meeting topic: congressteammeeting)" | 00:06 | |
*** jamesmca_ has joined #openstack-meeting | 00:07 | |
ekcs | looks like you’ve resolved/worked around the two main issues, devstack and keystone v2? | 00:07 |
ramineni_ | ekcs: yes, but still one issue is pending | 00:07 |
ekcs | thanks a ton! | 00:07 |
ekcs | what’s the pending issues ramineni_ ? | 00:08 |
ekcs | dealing with the remaining keystone v2 stuff? | 00:08 |
ramineni_ | ekcs: HA tests and keystone v2 tests are disabled as of now | 00:08 |
ramineni_ | ekcs: yes , with the removal of v2 v3 in the auth_url, v3 is working staright forward , but still need to figure out identifying v2 | 00:09 |
ramineni_ | HA test problem is also we are using idnetity v2 clients for creation of replica | 00:09 |
*** scottda has quit IRC | 00:10 | |
ekcs | ah I didn’t notice the HA stuff. so is that just a matter of changing to v3 in the way replicas are created? | 00:10 |
ramineni_ | ekcs: and also, you remember making the local copy of manager file which used to be in tempest? | 00:10 |
ekcs | yes | 00:10 |
ramineni_ | ekcs: any idea, if can remove this and use directly | 00:11 |
ramineni_ | https://github.com/openstack/congress/blob/master/congress_tempest_tests/tests/scenario/manager.py | 00:11 |
*** jamesmca_ has quit IRC | 00:11 | |
ramineni_ | ekcs: this part is failing in HA , https://github.com/openstack/congress/blob/master/congress_tempest_tests/tests/scenario/congress_ha/test_ha.py#L45 | 00:13 |
ramineni_ | ekcs: taking v2 here , have to use right client here and test it ..ill get to that this week | 00:13 |
ekcs | thanks so much for figuring stuff out! | 00:14 |
*** Julien-zte has joined #openstack-meeting | 00:14 | |
ekcs | ok ramineni_ said: “any idea, if can remove this and use directly https://github.com/openstack/congress/blob/master/congress_tempest_tests/tests/scenario/manager.py” | 00:14 |
*** iceyao has joined #openstack-meeting | 00:15 | |
ekcs | I’m confused what “this” refers to. what are you proposing to remove? | 00:15 |
*** donghao has joined #openstack-meeting | 00:15 | |
ramineni_ | ekcs: local copy, the link i mentioned | 00:15 |
ramineni_ | can we remove this https://github.com/openstack/congress/blob/master/congress_tempest_tests/tests/scenario/manager.py” | 00:17 |
ramineni_ | ? | 00:17 |
ekcs | ok yea mean remove the local copy you linked and use tempest library directly. | 00:17 |
ramineni_ | ekcs: yes | 00:17 |
ekcs | I would think no because the idea is tempest team is going to take some time to refactor things and create stable interfaces. | 00:18 |
ekcs | when they’re done we’ll rework things to use their new interfaces. | 00:18 |
ramineni_ | ekcs: ok | 00:18 |
ekcs | in the mean time, if we use their library directly, things will break as they make changes. | 00:18 |
ekcs | unless they’re already done, but i haven’t seen any notice on ML. | 00:19 |
ekcs | just did a search again to be sure. nothing on ML. | 00:19 |
ramineni_ | ekcs: ok, got it. | 00:19 |
ekcs | does it help us/you to remove? | 00:19 |
*** iceyao has quit IRC | 00:20 | |
ramineni_ | ekcs: no | 00:20 |
*** donghao has quit IRC | 00:20 | |
ekcs | oh ok. well i’ll monitor the ML and when i hear update from tempest team I’ll let people know. | 00:20 |
ramineni_ | ekcs: I better not create new failures by touching that file :) | 00:20 |
ekcs | hehe. | 00:21 |
ramineni_ | ekcs: great, thanks | 00:21 |
ramineni_ | ekcs: In the meanwhile , can we merge to resolve the gate failure as of now.. ? | 00:21 |
ekcs | ok one last thing. in what you’ve looked at so far, do you know if keystone v2 is supposed to work (we just use it wrong) or not supposed to work at all? | 00:21 |
ramineni_ | ekcs: local devstack failing because of the issues, so we need that patch to be merged asap | 00:22 |
ekcs | yup I think we should merge it. I already +1ed. | 00:22 |
ekcs | you can go ahead and +2/+1 | 00:22 |
ramineni_ | ekcs: i couldnt get anything, i have checked the keystone latest commits, nothing of deprecation related | 00:22 |
ramineni_ | ekcs: change in auth_url , may be we have to change the way we are detetcting its v2 | 00:23 |
ekcs | ok hmm. maybe i’ll ask one of the keystone folks at the summit hehe. ok thanks! | 00:23 |
ekcs | do you have the keystone patch handy that changed the auth_url expected? | 00:24 |
ramineni_ | ekcs: you meant this one https://review.openstack.org/#/c/458449/ | 00:25 |
patchbot | patch 458449 - openstack-dev/devstack - try to use unversioned keystone endpoints everywhere (MERGED) | 00:25 |
ekcs | hmm ok. yea I see that devstack patch, was wondering if we know the keystone patch that made this necessary. | 00:27 |
ekcs | from there we may be able to figure things out. | 00:27 |
ekcs | there must have been a change on keystone that made the versioned auth_url not work. | 00:28 |
*** mickeys has quit IRC | 00:28 | |
ramineni_ | ekcs: yes, ok, couldnt find it as of now | 00:28 |
ekcs | not necessarily easy to track down tho. | 00:28 |
ekcs | yea. ok. great | 00:28 |
ekcs | if i get hold of a keystone guy i’ll ask =) | 00:28 |
ramineni_ | ekcs: great :) | 00:29 |
ekcs | ok well lets move on then? | 00:29 |
ramineni_ | yes | 00:30 |
ekcs | #topic policy library | 00:32 |
*** openstack changes topic to "policy library (Meeting topic: congressteammeeting)" | 00:32 | |
ekcs | ok too bad no thinrichs and masahito, but let’s see what we can do. | 00:32 |
*** mickeys has joined #openstack-meeting | 00:32 | |
ekcs | thanks for the comments. | 00:32 |
ekcs | on #link https://review.openstack.org/#/c/457880/6/specs/pike/policy-library.rst@96 | 00:32 |
patchbot | patch 457880 - congress-specs - policy library spec | 00:32 |
ramineni_ | ekcs: yep, i was just wondering if we have explored that option ? | 00:33 |
ramineni_ | ekcs: and still couldnt get why we need to store template policies in DB ? and if we want to store, can u update inthe spec, what all details we are storing? | 00:34 |
ramineni_ | ekcs: is it just the id, or all details? | 00:34 |
ekcs | ok so there are two things. | 00:35 |
*** iceyao has joined #openstack-meeting | 00:35 | |
ekcs | for whether to go actual templates instead of plain policy that can be editted: thinrichs came up with that design. I think the idea is we may not have time this cycle to figure out all the details needed to deal with templates (what syntax, would it interfere with existing rule syntax? do we need new parser grammer?, what gui, etc) | 00:36 |
ekcs | so we can get almost all the benefit without explicitly doing placeholders. | 00:36 |
ekcs | just use normal variables/constants, and choose names that make it clear users can edit them. | 00:36 |
ekcs | do you see a major benefit of using templates instead of actual policies users can edit? | 00:37 |
*** thinrichs has joined #openstack-meeting | 00:38 | |
thinrichs | Hi all. Sorry I'm late—got caught up (again) | 00:38 |
ramineni_ | thinrichs: hi | 00:38 |
ekcs | ah you’re here just in time for the pol lib discussion. | 00:38 |
*** Julien-zte has quit IRC | 00:39 | |
ekcs | we’re talking about ramineni_ ’s comment here: https://review.openstack.org/#/c/457880/6/specs/pike/policy-library.rst@96 | 00:39 |
patchbot | patch 457880 - congress-specs - policy library spec | 00:39 |
ramineni_ | ekcs: hmm , i saw using jinja2 is easier , so proposed that option , but may be for next cycle as you mentioned | 00:40 |
ekcs | ekcs: for whether to go actual templates instead of plain policy that can be editted: thinrichs came up with that design. I think the idea is we may not have time this cycle to figure out all the details needed to deal with templates (what syntax, would it interfere with existing rule syntax? do we need new parser grammer?, what gui, etc) | 00:40 |
ekcs | [5:36pm] ekcs: so we can get almost all the benefit without explicitly doing placeholders. | 00:40 |
*** iceyao has quit IRC | 00:40 | |
ekcs | that’s what I said. anything correction/addition thinrichs ? | 00:40 |
thinrichs | ekcs: nope—that was the thought. That a template is a lot of work, and people will want to modify things more than a template provides (eventually) anyway. | 00:42 |
thinrichs | There's nothing stopping us from adding the functionality of templates later | 00:42 |
ramineni_ | thinrichs: ya, ok | 00:42 |
*** jamesmca_ has joined #openstack-meeting | 00:43 | |
ekcs | ok the other issue is why do we persist the policy library in DB. | 00:43 |
*** markstur has joined #openstack-meeting | 00:44 | |
ekcs | what model do you have in mind ramineni_ ? | 00:44 |
thinrichs | My thought there was if we store them in the DB then it's easy to make them accessible via the API | 00:45 |
thinrichs | which we'd need to do, esp for Horizon | 00:45 |
ramineni_ | thinrichs: after modifying or before modfying? | 00:45 |
thinrichs | Both. The policy "library" has its own API and policies contained within it are not active. (Eventually these could be raw policies or templates.) | 00:46 |
ramineni_ | thinrichs: if user wants to use only 2/3 policies of it? still we load all the policies into DB | 00:47 |
thinrichs | Then the user wants to apply/instantiate a policy from the library and make it active. | 00:47 |
*** julim has joined #openstack-meeting | 00:47 | |
*** jamesmca_ has quit IRC | 00:47 | |
*** rfolco has quit IRC | 00:47 | |
thinrichs | The library DB tables would be completely separate from the current Policy/Rule tables. | 00:47 |
thinrichs | The library DB tables have their own CRUD operations to add new policies, look at the ones that exist, update, and delete. | 00:48 |
*** kevinz has joined #openstack-meeting | 00:48 | |
thinrichs | All those operations would be completely independent of our current CRUD operations on Policies/Rules. | 00:48 |
ramineni_ | thinrichs: what details are we storing in DB for policy libraries? same as policy table? | 00:48 |
thinrichs | I believe so. Not sure if there are any extra fields we'd want. The spec might cover that. | 00:49 |
ekcs | ramineni_: https://review.openstack.org/#/c/457880/6/specs/pike/policy-library.rst@96 | 00:49 |
patchbot | patch 457880 - congress-specs - policy library spec | 00:49 |
ekcs | here is the table I propose in the spec | 00:50 |
ekcs | ugh nvm | 00:50 |
ekcs | wrong link | 00:50 |
*** krtaylor has joined #openstack-meeting | 00:50 | |
thinrichs | The difference is most obvious with execute[] rules. The execute[] rules in the Library tables would never fire; but the execute[] rules in the Policy/Rules tables would fire. | 00:50 |
thinrichs | Said another way, the Policy Engine would never see any of the Library policies (until they were inserted into the Policy/Rules tables). | 00:50 |
*** Apoorva has quit IRC | 00:50 | |
ekcs | https://review.openstack.org/#/c/457880/6/specs/pike/policy-library.rst@209 | 00:51 |
patchbot | patch 457880 - congress-specs - policy library spec | 00:51 |
ramineni_ | thinrichs: hmm, so user would edit the polciies in files or using API? | 00:51 |
ramineni_ | thinrichs: sample policies** | 00:52 |
ekcs | the API is how congress server sees it. | 00:52 |
ekcs | but CLI would support referencing a file. | 00:52 |
ekcs | and passing it along to server using API. | 00:53 |
ekcs | horizon would have edit box. but again pass it along to server using API. | 00:53 |
ekcs | in the current spec proposal anyway. | 00:53 |
thinrichs | Looking at the sample policies, I'd think most of the time people will want to edit them before instantiating them (templating might make that easier). | 00:54 |
thinrichs | In Horizon, that editing could be done in an edit box, as ekcs suggests. | 00:54 |
thinrichs | From the CLI it's unclear to me, but I'd imagine pulling the policy into a file, having the user edit it, and uploading the file. | 00:54 |
thinrichs | The CLI could also stitch together the download + upload APIs into a single command | 00:55 |
*** unicell1 has quit IRC | 00:55 | |
thinrichs | for those cases when the user doesn't want to edit | 00:55 |
*** iceyao has joined #openstack-meeting | 00:56 | |
thinrichs | When we support templates, I'd imagine the user would want to instantiate the template with given parameters. | 00:56 |
ekcs | in either `policy create` or `library policy create` the CLI can accept either the policy with all rules in json/yaml as well as path to file. | 00:56 |
ekcs | in `policy create`, an additional option is to create directly from a policy stored in the library, by referencing it’s name. | 00:57 |
ekcs | a deployer may have already edited that policy in the library to be suitable for the particular setup. then an admin can simply activate it this way. | 00:57 |
thinrichs | So the CLI would be something like "openstack congress library install <policy name> <values>", which would under the hood (a) pull down the template, (b) run the template, (c) upload the instantiated policy. (We could move some/all of that to the server too) | 00:58 |
*** xingchao has joined #openstack-meeting | 00:58 | |
thinrichs | (The above was for the templated case.) | 00:58 |
thinrichs | down the road | 00:58 |
ramineni_ | thinrichs: yes, thats what i had in mind | 00:59 |
ekcs | Here’s the proposed API for activating directly from library without editing. https://review.openstack.org/#/c/457880/6/specs/pike/policy-library.rst@609 | 00:59 |
patchbot | patch 457880 - congress-specs - policy library spec | 00:59 |
*** SerenaFeng has joined #openstack-meeting | 00:59 | |
ekcs | well we’re out of time. let’s continue on gerrit =) | 00:59 |
ramineni_ | ekcs: ok | 01:00 |
thinrichs | Ok | 01:00 |
ekcs | or we could contine on #congress if interested. | 01:00 |
ekcs | anyway i’ll be on congress. | 01:00 |
ekcs | see you next time! | 01:00 |
ekcs | #endmeeting | 01:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:00 | |
openstack | Meeting ended Thu May 11 01:00:41 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-05-11-00.00.html | 01:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-05-11-00.00.txt | 01:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2017/congressteammeeting.2017-05-11-00.00.log.html | 01:00 |
*** iceyao has quit IRC | 01:01 | |
*** thinrichs has left #openstack-meeting | 01:03 | |
*** ekcs has quit IRC | 01:14 | |
*** ramineni_ has quit IRC | 01:19 | |
*** kaisers has quit IRC | 01:21 | |
*** iceyao has joined #openstack-meeting | 01:22 | |
*** pvaneck_ has quit IRC | 01:25 | |
*** iceyao has quit IRC | 01:26 | |
*** markstur has quit IRC | 01:29 | |
*** mickeys has quit IRC | 01:33 | |
*** krtaylor has quit IRC | 01:36 | |
*** iceyao has joined #openstack-meeting | 01:39 | |
*** donghao has joined #openstack-meeting | 01:45 | |
*** s3wong has quit IRC | 01:48 | |
*** donghao has quit IRC | 01:49 | |
*** mickeys has joined #openstack-meeting | 01:53 | |
*** edisonxiang has quit IRC | 01:55 | |
*** thorst_afk has joined #openstack-meeting | 01:56 | |
*** markvoelker has joined #openstack-meeting | 01:57 | |
*** iceyao has quit IRC | 01:59 | |
*** iceyao has joined #openstack-meeting | 01:59 | |
*** thorst_afk has quit IRC | 02:01 | |
zhenguo | #startmeeting mogan | 02:01 |
openstack | Meeting started Thu May 11 02:01:51 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 |
liusheng | o/ | 02:02 |
zhenguo | liusheng, luyao, Xinran, zhangyang: o/ | 02:02 |
luyao | o/ | 02:02 |
zhenguo | as always, the agenda: | 02:03 |
zhenguo | #link https://wiki.openstack.org/wiki/Meetings/Mogan#Agenda_for_next_meeting | 02:03 |
Xinran | o/ | 02:04 |
zhenguo | ok, seems we only got 4 guys here | 02:04 |
zhenguo | let's jump in | 02:04 |
zhenguo | #topic announcements and reminders | 02:05 |
*** openstack changes topic to "announcements and reminders (Meeting topic: mogan)" | 02:05 | |
zhenguo | next weekly meeting will be canceled due to the bug smash activities, as most of us will be there | 02:05 |
zhenguo | and seems we got at least one guy from each company :D | 02:05 |
liusheng | yes, let's meet in SuZhou | 02:06 |
liusheng | :) | 02:06 |
zhenguo | hah | 02:06 |
zhenguo | oops, not only guys bug gals, lol | 02:06 |
liusheng | sure | 02:06 |
zhenguo | and maybe we can not treat it like a 'bug smash', we can do more dicussion, maybe like mid-cycle. | 02:07 |
zhenguo | you can prepare topics you want to discuss, anything is fine :D | 02:07 |
zhenguo | ok, another thing I want to mention here is the mogan UI | 02:08 |
zhenguo | it is basicly ready to show, you can try with mogan-ui plugin enabled in devstack conf | 02:08 |
liusheng | zhenguo: that is cool, thanks for zhenguo's great work! | 02:08 |
zhenguo | and I would like to show you how mogan manage bareemtals during the bug smash with real physical env | 02:08 |
zhenguo | liusheng: hah | 02:08 |
*** markstur has joined #openstack-meeting | 02:09 | |
zhenguo | I will try to finish the first patch of flavor refactoring, at least we can show more hardware properties with it | 02:09 |
*** mikal_ is now known as mikal | 02:10 | |
zhenguo | not much of announcement, any else have a thing here? | 02:10 |
zhenguo | ok, let's move on | 02:11 |
zhenguo | #topic task tracking | 02:11 |
*** openstack changes topic to "task tracking (Meeting topic: mogan)" | 02:11 | |
zhenguo | #link https://etherpad.openstack.org/p/mogan-task | 02:11 |
* zhenguo gives folks a few minutes to review | 02:11 | |
zhenguo | wrt new flavors, I will try got land the first patch by this week | 02:12 |
zhenguo | then make the scheduler to aware new flavor properties | 02:12 |
zhenguo | but before that, we only use node-type for scheduling | 02:12 |
liusheng | zhenguo: ok, will try to review | 02:13 |
zhenguo | liusheng: thansk | 02:13 |
zhenguo | liusheng: how's the scheduler hints one, seems patch is ready to review | 02:14 |
*** markstur has quit IRC | 02:14 | |
liusheng | zhenguo: in Nova, seems there are some exact_core, exact_ram, exact_disk filters for baremetal scheduling | 02:14 |
zhenguo | liusheng: yes, that makes it more accurate | 02:14 |
liusheng | zhenguo: yes, in my patch, only provide the compacity to pass the scheduler_hint to scheduler | 02:15 |
zhenguo | liusheng: it will use equal instead of more than | 02:15 |
liusheng | zhenguo: but won't be used because we don't have a scheduler filter to use it | 02:15 |
liusheng | zhenguo: ok | 02:15 |
zhenguo | liusheng: ok, how about specifying the node_uuid with schedule hints | 02:16 |
*** rwsu has joined #openstack-meeting | 02:16 | |
zhenguo | it would be sure a hint | 02:16 |
liusheng | zhenguo: ok, let me study more, maybe add that in following patches | 02:17 |
zhenguo | or maybe we will introduce the concept of Rack, scheduling servers to same Rack? | 02:17 |
zhenguo | liusheng: ok | 02:17 |
*** julim has quit IRC | 02:17 | |
*** Apoorva has joined #openstack-meeting | 02:17 | |
zhenguo | we need some brain storming during the bug smash | 02:17 |
liusheng | zhenguo: hah, sure | 02:18 |
zhenguo | hah | 02:18 |
zhenguo | for mogan UI, I have added the basic functionalities, will add more | 02:18 |
*** julim has joined #openstack-meeting | 02:18 | |
zhenguo | ok, the attch/detach interfaces task | 02:19 |
zhenguo | luyao and Xinran | 02:19 |
zhenguo | seems the new updated patches look better, sorry for not got time to look through the codes | 02:20 |
*** julim has quit IRC | 02:20 | |
liusheng | let's review and land the patches asap :D | 02:21 |
zhenguo | liusheng: sure | 02:21 |
luyao | zhenguo, liusheng, thank you very much. :D | 02:21 |
zhenguo | np | 02:21 |
zhenguo | and seems litao also updated the patch to improve multi server creation scheduling | 02:22 |
zhenguo | aha, seems he is not here, just a reminder to review it | 02:23 |
zhenguo | ok, next is the migration tool | 02:23 |
zhenguo | oh, sorry liusheng | 02:23 |
zhenguo | I still not got a env to test it | 02:23 |
zhenguo | maybe you can show it during the bug smash, lol | 02:23 |
liusheng | zhenguo: that is ok | 02:24 |
liusheng | zhenguo: ok | 02:24 |
zhenguo | hah, thanks | 02:24 |
zhenguo | as wanghao is in Boston now, there's now update for his tasks until he come back | 02:24 |
zhenguo | ok, that's all | 02:25 |
zhenguo | anything else here? | 02:25 |
*** kevinz has quit IRC | 02:25 | |
liusheng | seems most Mogan guys are absent :P | 02:25 |
zhenguo | yes, maybe busy with internal stuff | 02:26 |
zhenguo | not like you and me, lol | 02:26 |
*** Cibo has quit IRC | 02:26 | |
zhenguo | ok, let's move on | 02:26 |
liusheng | zhenguo: also many meetings for me in Thursday :) | 02:26 |
zhenguo | #topic open discussion | 02:26 |
*** openstack changes topic to "open discussion (Meeting topic: mogan)" | 02:26 | |
zhenguo | liusheng: hah, | 02:27 |
zhenguo | liusheng: do you think we should change the meeting time | 02:27 |
*** Apoorva has quit IRC | 02:27 | |
zhenguo | maybe move it to mid night, lol | 02:27 |
liusheng | zhenguo: I am OK, but is there a strong reason ? | 02:28 |
liusheng | hah | 02:28 |
zhenguo | liusheng: hah, work time seems not suitable for most of us | 02:28 |
zhenguo | as internal meetings, stuff, | 02:28 |
liusheng | zhenguo: oh, reasonable' | 02:28 |
zhenguo | hah, let's discuss this with others later | 02:28 |
liusheng | zhenguo: let's talk that in SuZhou | 02:28 |
zhenguo | maybe not mid night, but some time no in work | 02:29 |
*** yamamoto has joined #openstack-meeting | 02:29 | |
zhenguo | ok, another thing is also the bug smash | 02:29 |
zhenguo | should we need to prepare some bugs for it | 02:29 |
*** thorst_afk has joined #openstack-meeting | 02:32 | |
zhenguo | luyao, Xinran: you don't need to stick to the attach/detach interfaces task if you still got time, you can fix bugs or do more reviews | 02:32 |
zhenguo | only if you got time | 02:32 |
zhenguo | ok, seems they are not around | 02:34 |
zhenguo | thanks you all for joining the meeing | 02:35 |
zhenguo | will end it | 02:35 |
zhenguo | #endmeeting | 02:35 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 02:35 | |
openstack | Meeting ended Thu May 11 02:35:29 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 02:35 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-05-11-02.01.html | 02:35 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-05-11-02.01.txt | 02:35 |
openstack | Log: http://eavesdrop.openstack.org/meetings/mogan/2017/mogan.2017-05-11-02.01.log.html | 02:35 |
*** thorst_afk has quit IRC | 02:45 | |
*** kevinz has joined #openstack-meeting | 02:51 | |
*** mickeys has quit IRC | 02:53 | |
*** epico has joined #openstack-meeting | 03:01 | |
*** tovin07_ has joined #openstack-meeting | 03:03 | |
*** kaisers has joined #openstack-meeting | 03:09 | |
*** kylek3h has joined #openstack-meeting | 03:15 | |
*** yamahata has joined #openstack-meeting | 03:16 | |
*** iceyao_ has joined #openstack-meeting | 03:17 | |
*** cody-somerville has joined #openstack-meeting | 03:18 | |
*** cody-somerville has quit IRC | 03:18 | |
*** cody-somerville has joined #openstack-meeting | 03:18 | |
*** iceyao has quit IRC | 03:20 | |
*** kylek3h has quit IRC | 03:20 | |
*** baoli has joined #openstack-meeting | 03:22 | |
*** dimtruck is now known as zz_dimtruck | 03:23 | |
*** jamesmca_ has joined #openstack-meeting | 03:23 | |
*** cloudrancher has joined #openstack-meeting | 03:25 | |
*** markstur has joined #openstack-meeting | 03:25 | |
*** kylek3h has joined #openstack-meeting | 03:25 | |
*** e0ne has joined #openstack-meeting | 03:28 | |
*** jamesmca_ has quit IRC | 03:28 | |
*** cloudrancher has quit IRC | 03:31 | |
*** david-lyle has joined #openstack-meeting | 03:38 | |
*** dmacpher has joined #openstack-meeting | 03:38 | |
*** thorst_afk has joined #openstack-meeting | 03:42 | |
*** iyamahat has joined #openstack-meeting | 03:45 | |
*** markstur has quit IRC | 03:46 | |
*** galstrom_zzz is now known as galstrom | 03:52 | |
*** mickeys has joined #openstack-meeting | 03:54 | |
*** jamesmca_ has joined #openstack-meeting | 03:54 | |
*** ykatabam1 has joined #openstack-meeting | 03:54 | |
*** ykatabam has quit IRC | 03:57 | |
*** iceyao_ has quit IRC | 03:57 | |
*** iceyao has joined #openstack-meeting | 03:58 | |
*** mickeys has quit IRC | 03:58 | |
*** e0ne has quit IRC | 03:59 | |
*** rwsu has quit IRC | 04:00 | |
*** thorst_afk has quit IRC | 04:01 | |
*** kylek3h has quit IRC | 04:02 | |
*** ykarel_ has joined #openstack-meeting | 04:03 | |
*** jamesmca_ has quit IRC | 04:03 | |
*** iceyao has quit IRC | 04:05 | |
*** david-lyle has quit IRC | 04:10 | |
*** SerenaFeng has quit IRC | 04:11 | |
*** fnaval has joined #openstack-meeting | 04:20 | |
*** fnaval has quit IRC | 04:21 | |
*** fnaval has joined #openstack-meeting | 04:22 | |
*** adisky_ has joined #openstack-meeting | 04:29 | |
*** ayogi has joined #openstack-meeting | 04:31 | |
*** niska has quit IRC | 04:32 | |
*** niska has joined #openstack-meeting | 04:32 | |
*** d34dh0r53 has quit IRC | 04:33 | |
*** d34dh0r53 has joined #openstack-meeting | 04:33 | |
*** jamesmca_ has joined #openstack-meeting | 04:34 | |
*** trinaths has joined #openstack-meeting | 04:36 | |
*** unicell has joined #openstack-meeting | 04:37 | |
*** jamesmca_ has quit IRC | 04:38 | |
*** kylek3h has joined #openstack-meeting | 04:41 | |
*** kylek3h has quit IRC | 04:46 | |
*** donghao has joined #openstack-meeting | 04:47 | |
*** pcaruana has joined #openstack-meeting | 04:52 | |
*** donghao has quit IRC | 04:52 | |
*** mickeys has joined #openstack-meeting | 04:55 | |
*** ykatabam1 has quit IRC | 04:56 | |
*** thorst_afk has joined #openstack-meeting | 04:59 | |
*** mickeys has quit IRC | 04:59 | |
*** Julien-zte has joined #openstack-meeting | 04:59 | |
*** Gamblerglen has joined #openstack-meeting | 05:01 | |
*** ykatabam has joined #openstack-meeting | 05:02 | |
*** ykatabam has quit IRC | 05:03 | |
*** pcaruana has quit IRC | 05:03 | |
*** ykatabam has joined #openstack-meeting | 05:04 | |
*** zz_dimtruck is now known as dimtruck | 05:06 | |
*** mickeys has joined #openstack-meeting | 05:10 | |
*** cody-somerville has quit IRC | 05:11 | |
*** csomerville has joined #openstack-meeting | 05:12 | |
*** aeng has quit IRC | 05:14 | |
*** dimtruck is now known as zz_dimtruck | 05:16 | |
*** thorst_afk has quit IRC | 05:18 | |
*** unicell1 has joined #openstack-meeting | 05:18 | |
*** unicell has quit IRC | 05:19 | |
*** jtomasek has quit IRC | 05:20 | |
*** ltomasbo|away is now known as ltomasbo | 05:28 | |
*** unicell has joined #openstack-meeting | 05:29 | |
*** unicell1 has quit IRC | 05:29 | |
*** aeng has joined #openstack-meeting | 05:30 | |
*** baoli has quit IRC | 05:32 | |
*** lamt has joined #openstack-meeting | 05:32 | |
*** ramineni_ has joined #openstack-meeting | 05:32 | |
*** SerenaFeng has joined #openstack-meeting | 05:32 | |
*** fnaval has quit IRC | 05:33 | |
*** lamt has quit IRC | 05:41 | |
*** unicell has quit IRC | 05:42 | |
*** unicell has joined #openstack-meeting | 05:42 | |
*** trinaths has quit IRC | 05:44 | |
*** SerenaFeng has quit IRC | 05:47 | |
*** SerenaFeng has joined #openstack-meeting | 05:47 | |
*** iyamahat has quit IRC | 05:52 | |
*** Julien-zte has quit IRC | 05:53 | |
*** aeng has quit IRC | 06:01 | |
*** iceyao has joined #openstack-meeting | 06:03 | |
*** zz_dimtruck is now known as dimtruck | 06:04 | |
*** andreas_s has joined #openstack-meeting | 06:04 | |
*** ayogi has quit IRC | 06:13 | |
*** dimtruck is now known as zz_dimtruck | 06:14 | |
*** aeng has joined #openstack-meeting | 06:14 | |
*** thorst_afk has joined #openstack-meeting | 06:14 | |
*** Julien-zte has joined #openstack-meeting | 06:15 | |
*** thorst_afk has quit IRC | 06:18 | |
*** jtomasek has joined #openstack-meeting | 06:21 | |
*** donghao has joined #openstack-meeting | 06:23 | |
*** rwsu has joined #openstack-meeting | 06:24 | |
*** trinaths has joined #openstack-meeting | 06:25 | |
*** trinaths has left #openstack-meeting | 06:25 | |
*** donghao has quit IRC | 06:27 | |
*** iceyao has quit IRC | 06:28 | |
*** rcernin has joined #openstack-meeting | 06:33 | |
*** unicell1 has joined #openstack-meeting | 06:36 | |
*** unicell has quit IRC | 06:38 | |
*** galstrom is now known as galstrom_zzz | 06:40 | |
*** haukebruno has quit IRC | 06:41 | |
*** Julien-zte has quit IRC | 06:44 | |
*** kaisers has quit IRC | 06:44 | |
*** kaisers has joined #openstack-meeting | 06:45 | |
*** pcaruana has joined #openstack-meeting | 06:47 | |
*** Julien-zte has joined #openstack-meeting | 06:49 | |
*** ralonsoh has joined #openstack-meeting | 06:49 | |
*** lamt has joined #openstack-meeting | 06:59 | |
*** aeng has quit IRC | 07:00 | |
*** ramineni_ has quit IRC | 07:01 | |
*** lamt has quit IRC | 07:01 | |
*** lamt has joined #openstack-meeting | 07:04 | |
*** zz_dimtruck is now known as dimtruck | 07:04 | |
*** ykatabam has quit IRC | 07:10 | |
*** matrohon has joined #openstack-meeting | 07:11 | |
*** tesseract has joined #openstack-meeting | 07:12 | |
*** jamesmca_ has joined #openstack-meeting | 07:13 | |
*** dimtruck is now known as zz_dimtruck | 07:14 | |
*** jamesmca_ has quit IRC | 07:17 | |
*** bvandenh has joined #openstack-meeting | 07:17 | |
*** lamt has quit IRC | 07:20 | |
*** lamt has joined #openstack-meeting | 07:21 | |
*** mickeys has quit IRC | 07:21 | |
*** haukebruno has joined #openstack-meeting | 07:21 | |
*** iyamahat has joined #openstack-meeting | 07:21 | |
*** lamt has quit IRC | 07:24 | |
*** trinaths has joined #openstack-meeting | 07:25 | |
*** msimonin has joined #openstack-meeting | 07:26 | |
*** trinaths has left #openstack-meeting | 07:26 | |
*** baoli has joined #openstack-meeting | 07:32 | |
*** baoli has quit IRC | 07:36 | |
*** Julien-zte has quit IRC | 07:38 | |
*** donghao has joined #openstack-meeting | 07:43 | |
*** Julien-zte has joined #openstack-meeting | 07:47 | |
*** oidgar has joined #openstack-meeting | 07:48 | |
*** donghao has quit IRC | 07:48 | |
*** radeks has quit IRC | 07:50 | |
*** dmacpher has quit IRC | 07:51 | |
*** iyamahat has quit IRC | 07:57 | |
*** aarefiev_afk is now known as aarefiev | 08:00 | |
*** ramineni_1 has joined #openstack-meeting | 08:00 | |
*** martinkopec has joined #openstack-meeting | 08:03 | |
*** zz_dimtruck is now known as dimtruck | 08:05 | |
*** toscalix has joined #openstack-meeting | 08:08 | |
*** dimtruck is now known as zz_dimtruck | 08:15 | |
*** thorst_afk has joined #openstack-meeting | 08:16 | |
*** thorst_afk has quit IRC | 08:20 | |
*** mickeys has joined #openstack-meeting | 08:22 | |
*** mickeys has quit IRC | 08:26 | |
*** xingchao_ has joined #openstack-meeting | 08:27 | |
*** lpetrut has joined #openstack-meeting | 08:27 | |
*** ramineni_ has joined #openstack-meeting | 08:28 | |
*** xingchao has quit IRC | 08:28 | |
*** hashar has joined #openstack-meeting | 08:29 | |
*** ramineni_1 has quit IRC | 08:30 | |
*** xingchao_ has quit IRC | 08:31 | |
*** xingchao has joined #openstack-meeting | 08:32 | |
*** liusheng has quit IRC | 08:34 | |
*** xinhuili has joined #openstack-meeting | 08:35 | |
*** liusheng has joined #openstack-meeting | 08:35 | |
*** gcb has quit IRC | 08:35 | |
*** xinhuili has quit IRC | 08:36 | |
*** mickeys has joined #openstack-meeting | 08:40 | |
*** ayogi has joined #openstack-meeting | 08:40 | |
*** mickeys has quit IRC | 08:40 | |
*** gcb has joined #openstack-meeting | 08:48 | |
*** lamt has joined #openstack-meeting | 08:52 | |
*** lamt has quit IRC | 08:53 | |
*** jamesmca_ has joined #openstack-meeting | 08:55 | |
*** sridharg has joined #openstack-meeting | 08:59 | |
*** mlakat has joined #openstack-meeting | 09:06 | |
*** zz_dimtruck is now known as dimtruck | 09:06 | |
*** hashar has quit IRC | 09:07 | |
*** jamesmca_ has quit IRC | 09:07 | |
*** Cibo has joined #openstack-meeting | 09:08 | |
*** trinaths has joined #openstack-meeting | 09:11 | |
*** trinaths has left #openstack-meeting | 09:12 | |
*** dimtruck is now known as zz_dimtruck | 09:16 | |
*** Cibo has quit IRC | 09:17 | |
*** thorst_afk has joined #openstack-meeting | 09:17 | |
*** SerenaFeng has quit IRC | 09:19 | |
*** treiz has quit IRC | 09:23 | |
*** gcb has quit IRC | 09:23 | |
*** treiz has joined #openstack-meeting | 09:23 | |
*** Cibo has joined #openstack-meeting | 09:27 | |
*** gcb has joined #openstack-meeting | 09:35 | |
*** thorst_afk has quit IRC | 09:35 | |
*** epico has quit IRC | 09:36 | |
*** donghao has joined #openstack-meeting | 09:36 | |
*** epico has joined #openstack-meeting | 09:38 | |
*** brault|away is now known as brault | 09:40 | |
*** mickeys has joined #openstack-meeting | 09:41 | |
*** donghao has quit IRC | 09:42 | |
*** aarefiev has quit IRC | 09:43 | |
*** gcb has quit IRC | 09:44 | |
*** mickeys has quit IRC | 09:45 | |
*** epico has quit IRC | 09:46 | |
*** HeOS has joined #openstack-meeting | 09:47 | |
*** xingchao_ has joined #openstack-meeting | 09:52 | |
*** aarefiev has joined #openstack-meeting | 09:55 | |
*** xingchao has quit IRC | 09:56 | |
*** gcb has joined #openstack-meeting | 10:01 | |
*** epico has joined #openstack-meeting | 10:03 | |
*** xingchao_ has quit IRC | 10:03 | |
*** yamamoto has quit IRC | 10:05 | |
*** zz_dimtruck is now known as dimtruck | 10:07 | |
*** tovin07_ has quit IRC | 10:07 | |
*** SerenaFeng has joined #openstack-meeting | 10:14 | |
*** DuncanT has quit IRC | 10:15 | |
*** DuncanT has joined #openstack-meeting | 10:16 | |
*** dimtruck is now known as zz_dimtruck | 10:17 | |
*** abalutoiu has joined #openstack-meeting | 10:17 | |
*** radeks has joined #openstack-meeting | 10:19 | |
*** kevinz has quit IRC | 10:22 | |
*** lamt has joined #openstack-meeting | 10:29 | |
*** lamt has quit IRC | 10:30 | |
*** ramineni_ has quit IRC | 10:31 | |
*** lamt has joined #openstack-meeting | 10:31 | |
*** yamamoto has joined #openstack-meeting | 10:32 | |
*** thorst_afk has joined #openstack-meeting | 10:33 | |
*** lamt has quit IRC | 10:33 | |
*** lamt has joined #openstack-meeting | 10:35 | |
*** ramineni_ has joined #openstack-meeting | 10:36 | |
*** SerenaFeng has quit IRC | 10:36 | |
*** thorst_afk has quit IRC | 10:37 | |
*** lamt has quit IRC | 10:37 | |
*** Julien-zte has quit IRC | 10:41 | |
*** mickeys has joined #openstack-meeting | 10:42 | |
*** mickeys has quit IRC | 10:46 | |
*** cargonza has quit IRC | 10:56 | |
*** cloudrancher has joined #openstack-meeting | 10:56 | |
*** cargonza has joined #openstack-meeting | 10:57 | |
*** jamesmca_ has joined #openstack-meeting | 11:00 | |
*** epico has quit IRC | 11:02 | |
*** yolkfull__ has quit IRC | 11:03 | |
*** Cibo has quit IRC | 11:05 | |
*** zz_dimtruck is now known as dimtruck | 11:08 | |
*** kylek3h has joined #openstack-meeting | 11:13 | |
*** epico has joined #openstack-meeting | 11:16 | |
*** dimtruck is now known as zz_dimtruck | 11:17 | |
*** epico has quit IRC | 11:24 | |
*** abalutoiu has quit IRC | 11:27 | |
*** abalutoiu has joined #openstack-meeting | 11:28 | |
*** kylek3h has quit IRC | 11:28 | |
*** yamamoto has quit IRC | 11:29 | |
*** ramineni_ has left #openstack-meeting | 11:29 | |
*** ramineni_ has quit IRC | 11:30 | |
*** jamesmca_ has quit IRC | 11:30 | |
*** jamesmca_ has joined #openstack-meeting | 11:32 | |
*** SerenaFeng has joined #openstack-meeting | 11:34 | |
*** radeks has quit IRC | 11:36 | |
*** donghao has joined #openstack-meeting | 11:39 | |
*** arxcruz has quit IRC | 11:42 | |
*** mickeys has joined #openstack-meeting | 11:43 | |
*** donghao has quit IRC | 11:44 | |
*** arxcruz has joined #openstack-meeting | 11:46 | |
*** thorst_afk has joined #openstack-meeting | 11:47 | |
*** mickeys has quit IRC | 11:47 | |
*** jpich has joined #openstack-meeting | 11:48 | |
*** rfolco has joined #openstack-meeting | 11:50 | |
*** cloudrancher has quit IRC | 11:51 | |
*** cloudrancher has joined #openstack-meeting | 11:52 | |
*** mlakat has quit IRC | 11:56 | |
*** jamesmca_ has quit IRC | 11:58 | |
*** cloudrancher has quit IRC | 12:04 | |
*** ildikov has quit IRC | 12:05 | |
*** jamesdenton has joined #openstack-meeting | 12:05 | |
*** ildikov has joined #openstack-meeting | 12:05 | |
*** zhhuabj has joined #openstack-meeting | 12:06 | |
*** kylek3h has joined #openstack-meeting | 12:08 | |
*** msimonin has quit IRC | 12:08 | |
*** zz_dimtruck is now known as dimtruck | 12:08 | |
*** msimonin has joined #openstack-meeting | 12:09 | |
*** jkilpatr has joined #openstack-meeting | 12:10 | |
*** baoli has joined #openstack-meeting | 12:10 | |
*** mlakat has joined #openstack-meeting | 12:11 | |
*** abalutoiu has quit IRC | 12:16 | |
*** baoli has quit IRC | 12:17 | |
*** markvoelker has quit IRC | 12:17 | |
*** dimtruck is now known as zz_dimtruck | 12:18 | |
*** jamesdenton has quit IRC | 12:19 | |
*** scottda has joined #openstack-meeting | 12:19 | |
*** jamesmca_ has joined #openstack-meeting | 12:22 | |
*** zzxwill has joined #openstack-meeting | 12:23 | |
*** kamal___ has quit IRC | 12:26 | |
*** kamal___ has joined #openstack-meeting | 12:26 | |
*** yamamoto has joined #openstack-meeting | 12:29 | |
*** kylek3h has quit IRC | 12:30 | |
*** kiltzman has quit IRC | 12:31 | |
*** kevinz has joined #openstack-meeting | 12:31 | |
*** radeks has joined #openstack-meeting | 12:32 | |
*** zzxwill has quit IRC | 12:32 | |
*** jamesmca_ has quit IRC | 12:32 | |
*** SerenaFeng has quit IRC | 12:34 | |
*** jamesmca_ has joined #openstack-meeting | 12:34 | |
*** SerenaFeng has joined #openstack-meeting | 12:35 | |
*** mriedem has joined #openstack-meeting | 12:35 | |
*** cloudrancher has joined #openstack-meeting | 12:35 | |
*** ujuc has joined #openstack-meeting | 12:36 | |
*** julim has joined #openstack-meeting | 12:36 | |
*** askb has quit IRC | 12:37 | |
*** zzxwill has joined #openstack-meeting | 12:37 | |
*** jamesmca_ has quit IRC | 12:39 | |
*** yamamoto has quit IRC | 12:39 | |
*** kevinz has quit IRC | 12:39 | |
*** kiltzman has joined #openstack-meeting | 12:39 | |
*** kevinz has joined #openstack-meeting | 12:39 | |
*** radeks has quit IRC | 12:39 | |
*** zzxwill has quit IRC | 12:40 | |
*** jkilpatr has quit IRC | 12:41 | |
*** zzxwill has joined #openstack-meeting | 12:42 | |
*** markvoelker has joined #openstack-meeting | 12:43 | |
*** patrickeast has quit IRC | 12:43 | |
*** patrickeast has joined #openstack-meeting | 12:43 | |
*** mickeys has joined #openstack-meeting | 12:44 | |
*** SerenaFeng has quit IRC | 12:44 | |
*** yamamoto has joined #openstack-meeting | 12:45 | |
*** zzxwill has quit IRC | 12:45 | |
*** yamamoto has quit IRC | 12:47 | |
*** mickeys has quit IRC | 12:47 | |
*** cloudrancher has quit IRC | 12:49 | |
*** cloudrancher has joined #openstack-meeting | 12:49 | |
*** RonghUI has quit IRC | 12:50 | |
*** RonghUI has joined #openstack-meeting | 12:51 | |
*** mriedem1 has joined #openstack-meeting | 12:51 | |
*** julim has quit IRC | 12:53 | |
*** mriedem has quit IRC | 12:53 | |
*** jamesmca_ has joined #openstack-meeting | 12:54 | |
*** zzxwill has joined #openstack-meeting | 12:54 | |
*** jamesmca_ has quit IRC | 12:55 | |
*** cloudrancher has quit IRC | 12:55 | |
*** jamesmca_ has joined #openstack-meeting | 12:55 | |
*** asingh_ has quit IRC | 12:56 | |
*** asingh_ has joined #openstack-meeting | 12:56 | |
*** julim has joined #openstack-meeting | 12:57 | |
*** msimonin has quit IRC | 13:00 | |
*** dbecker has joined #openstack-meeting | 13:01 | |
*** cloudrancher has joined #openstack-meeting | 13:02 | |
ianychoi | zzxwill, ujuc | 13:02 |
ianychoi | #startmeeting OpenStack I18n Meeting | 13:02 |
openstack | Meeting started Thu May 11 13:02:26 2017 UTC and is due to finish in 60 minutes. The chair is ianychoi. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:02 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:02 |
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)" | 13:02 | |
openstack | The meeting name has been set to 'openstack_i18n_meeting' | 13:02 |
ujuc | hi | 13:02 |
ujuc | o/ | 13:02 |
*** csatari has quit IRC | 13:03 | |
zzxwill | Hi ujuc ianychoi | 13:03 |
*** csatari has joined #openstack-meeting | 13:03 | |
ianychoi | So in the room - eumel8 and Gene (from Taiwan) | 13:03 |
*** eumel8 has joined #openstack-meeting | 13:04 | |
*** yamamoto has joined #openstack-meeting | 13:04 | |
*** msimonin has joined #openstack-meeting | 13:04 | |
ianychoi | #topic Sharing how Summit is going with I18n | 13:04 |
*** openstack changes topic to "Sharing how Summit is going with I18n (Meeting topic: OpenStack I18n Meeting)" | 13:04 | |
*** yamahata has quit IRC | 13:05 | |
clarkb | On Monday there was an onborading session for new users with the docs ptl. ianychoi explained how the documentation is translated using zanata | 13:07 |
eumel8 | #link https://etherpad.openstack.org/p/boston_i18n-teammeeting | 13:08 |
clarkb | On tuesday was session on translating logs | 13:08 |
clarkb | discussion on how to get feedback on what things are important and what are not | 13:08 |
*** zz_dimtruck is now known as dimtruck | 13:09 | |
*** dbecker has quit IRC | 13:10 | |
*** zzxwill has quit IRC | 13:11 | |
*** iyamahat has joined #openstack-meeting | 13:12 | |
*** ayogi has quit IRC | 13:12 | |
*** tobberydberg has joined #openstack-meeting | 13:13 | |
*** zzxwill has joined #openstack-meeting | 13:15 | |
*** iceyao has joined #openstack-meeting | 13:15 | |
ianychoi | #link https://www.slideshare.net/ianychoi/i18n-internationalization-101-in-openstack | 13:16 |
ianychoi | #link https://www.youtube.com/watch?v=b2zuaoRXlSQ | 13:17 |
*** dimtruck is now known as zz_dimtruck | 13:19 | |
ianychoi | ujuc, zzxwill: we are using also Etherpad:) | 13:19 |
*** radeks has joined #openstack-meeting | 13:20 | |
*** iyamahat has quit IRC | 13:20 | |
*** mriedem1 is now known as mriedem | 13:20 | |
ianychoi | #topic Report of recent Zanata production server error | 13:21 |
*** openstack changes topic to "Report of recent Zanata production server error (Meeting topic: OpenStack I18n Meeting)" | 13:21 | |
*** Genek has joined #openstack-meeting | 13:21 | |
*** Guest44841 has joined #openstack-meeting | 13:21 | |
*** ociuhandu has joined #openstack-meeting | 13:22 | |
*** zzxwill has quit IRC | 13:22 | |
*** zzxwill has joined #openstack-meeting | 13:23 | |
*** radeks has quit IRC | 13:24 | |
*** jftalta has joined #openstack-meeting | 13:24 | |
ianychoi | #topic User survey translation status | 13:25 |
*** openstack changes topic to "User survey translation status (Meeting topic: OpenStack I18n Meeting)" | 13:25 | |
ianychoi | cacti.openstack.org | 13:26 |
zzxwill | Simplified Chinese finished 78%. | 13:26 |
*** jkraj has joined #openstack-meeting | 13:27 | |
*** yamahata has joined #openstack-meeting | 13:27 | |
ianychoi | zzxwill, great! | 13:27 |
*** ujuc_ has joined #openstack-meeting | 13:28 | |
*** jprovazn has joined #openstack-meeting | 13:28 | |
ianychoi | #link https://github.com/OpenStackweb/openstack-org | 13:29 |
*** zzxwill_ has joined #openstack-meeting | 13:29 | |
zzxwill_ | There are many country names needed to be translated which is a little bit annoying. | 13:30 |
*** zzxwill has quit IRC | 13:31 | |
ujuc_ | ha... tooooo many country name.... | 13:31 |
zzxwill_ | We might only need to translate our own country leave others as they are? ujuc | 13:33 |
*** cloudrancher has quit IRC | 13:35 | |
*** cloudrancher has joined #openstack-meeting | 13:36 | |
*** amotoki has joined #openstack-meeting | 13:36 | |
ianychoi | ujuc_, you don't have to translate country names - those original strings will be removed - I asked this thing to Foundation | 13:36 |
ujuc_ | o// | 13:36 |
ujuc_ | lol | 13:36 |
ianychoi | ujuc_, haha I met the developer who supported user survey translation | 13:37 |
*** cleong has joined #openstack-meeting | 13:38 | |
*** zzxwill_ has quit IRC | 13:38 | |
*** zaro has quit IRC | 13:38 | |
*** zzxwill_ has joined #openstack-meeting | 13:38 | |
*** david-lyle has joined #openstack-meeting | 13:39 | |
ianychoi | #topic Discussion on I18n team PTG participation | 13:39 |
*** openstack changes topic to "Discussion on I18n team PTG participation (Meeting topic: OpenStack I18n Meeting)" | 13:39 | |
*** zaro has joined #openstack-meeting | 13:39 | |
zzxwill_ | That's a good news. Thanks ianychoi | 13:39 |
*** mriedem has quit IRC | 13:39 | |
ianychoi | zzxwill_, np :) | 13:41 |
ianychoi | zzxwill_, ujuc: do you want to go to next PTG? It will be held on Sep 11-15 in Denver US | 13:41 |
zzxwill_ | Sure~ ianychoi | 13:42 |
ianychoi | zzxwill_, I should tell the availability of I18n participation for nexxt PTG. It u would like to attend to next PTG, I will tell Foundation that at least you want to attend to PTG for I18n | 13:43 |
ujuc_ | i don't know | 13:43 |
ujuc_ | i want go PTG!!!!! | 13:44 |
*** tommylikehu has quit IRC | 13:44 | |
*** mickeys has joined #openstack-meeting | 13:44 | |
*** radeks has joined #openstack-meeting | 13:44 | |
*** tommylikehu has joined #openstack-meeting | 13:44 | |
zzxwill_ | Me too. | 13:45 |
*** david-lyle has quit IRC | 13:45 | |
*** tobberydberg has quit IRC | 13:45 | |
*** radeks has quit IRC | 13:46 | |
*** tobberydberg has joined #openstack-meeting | 13:46 | |
*** macsz has quit IRC | 13:47 | |
ianychoi | ujuc_, haha zzxwill_ :) | 13:48 |
*** macsz has joined #openstack-meeting | 13:48 | |
ianychoi | #topic Feedback from I18n contributors: PTG, Summit, Design Summit, Forum | 13:48 |
*** openstack changes topic to "Feedback from I18n contributors: PTG, Summit, Design Summit, Forum (Meeting topic: OpenStack I18n Meeting)" | 13:48 | |
*** yamahata has quit IRC | 13:48 | |
*** amotoki has quit IRC | 13:49 | |
*** mickeys has quit IRC | 13:49 | |
*** sandy_ has joined #openstack-meeting | 13:52 | |
*** sandy_ has quit IRC | 13:54 | |
*** tobberydberg has quit IRC | 13:57 | |
*** amotoki_away is now known as amotoki | 13:58 | |
*** fnaval has joined #openstack-meeting | 13:59 | |
*** ricolin has joined #openstack-meeting | 14:00 | |
ianychoi | I need to finish | 14:00 |
ianychoi | ujuc_, zzxwill_ thanks a lot for coming | 14:00 |
ianychoi | I am not sure Etherpad is well written or not | 14:00 |
ujuc_ | :) | 14:00 |
zzxwill_ | thx. | 14:00 |
ianychoi | But I will share what we talked later | 14:00 |
ianychoi | I want to close today IRC meeting | 14:00 |
ianychoi | Bye :) | 14:01 |
*** Chengli has joined #openstack-meeting | 14:01 | |
ianychoi | #endmeeting | 14:01 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 14:01 | |
openstack | Meeting ended Thu May 11 14:01:05 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:01 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-05-11-13.02.html | 14:01 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-05-11-13.02.txt | 14:01 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2017/openstack_i18n_meeting.2017-05-11-13.02.log.html | 14:01 |
*** Chengli has left #openstack-meeting | 14:01 | |
ujuc_ | bye :) | 14:01 |
*** lhx_ has joined #openstack-meeting | 14:01 | |
*** msimonin has quit IRC | 14:01 | |
*** tobberyd_ has joined #openstack-meeting | 14:02 | |
*** jkraj has quit IRC | 14:02 | |
*** jkraj has joined #openstack-meeting | 14:03 | |
*** jpich has left #openstack-meeting | 14:03 | |
*** cdub has joined #openstack-meeting | 14:05 | |
*** zzxwill_ has quit IRC | 14:07 | |
*** awaugama has joined #openstack-meeting | 14:08 | |
*** iceyao has quit IRC | 14:08 | |
*** iceyao has joined #openstack-meeting | 14:09 | |
*** msimonin1 has joined #openstack-meeting | 14:09 | |
*** spotz has quit IRC | 14:10 | |
*** msimonin1 has quit IRC | 14:10 | |
*** msimonin1 has joined #openstack-meeting | 14:10 | |
*** msimonin1 has quit IRC | 14:10 | |
*** msimonin1 has joined #openstack-meeting | 14:11 | |
*** msimonin2 has joined #openstack-meeting | 14:11 | |
*** msimonin1 has quit IRC | 14:11 | |
*** SerenaFeng has joined #openstack-meeting | 14:12 | |
*** gouthamr has joined #openstack-meeting | 14:16 | |
*** spotz has joined #openstack-meeting | 14:17 | |
*** zz_dimtruck is now known as dimtruck | 14:19 | |
*** amotoki_ has joined #openstack-meeting | 14:21 | |
*** Genek has quit IRC | 14:24 | |
*** jftalta has quit IRC | 14:24 | |
*** msimonin2 has quit IRC | 14:25 | |
*** emagana has joined #openstack-meeting | 14:26 | |
*** kevinz has quit IRC | 14:27 | |
*** Chengli_ has joined #openstack-meeting | 14:28 | |
*** eumel8 has quit IRC | 14:28 | |
*** tobberyd_ has quit IRC | 14:28 | |
*** amotoki__ has joined #openstack-meeting | 14:29 | |
*** artom has quit IRC | 14:30 | |
*** msimonin has joined #openstack-meeting | 14:31 | |
*** amotoki_ has quit IRC | 14:31 | |
*** priteau has joined #openstack-meeting | 14:31 | |
*** tobberydberg has joined #openstack-meeting | 14:32 | |
*** ociuhandu has quit IRC | 14:32 | |
*** ociuhandu has joined #openstack-meeting | 14:33 | |
*** gouthamr has quit IRC | 14:34 | |
*** jamesmca_ has quit IRC | 14:34 | |
*** amotoki__ has quit IRC | 14:34 | |
*** Chengli_ has quit IRC | 14:35 | |
*** markvoelker has quit IRC | 14:36 | |
*** emagana has quit IRC | 14:36 | |
*** tobberydberg has quit IRC | 14:37 | |
*** VW has joined #openstack-meeting | 14:37 | |
*** cleong has quit IRC | 14:37 | |
*** yamahata has joined #openstack-meeting | 14:37 | |
*** bernd007 has joined #openstack-meeting | 14:37 | |
*** bernd007 has quit IRC | 14:38 | |
*** treiz has quit IRC | 14:40 | |
*** jamesmc__ has joined #openstack-meeting | 14:40 | |
*** amotoki_ has joined #openstack-meeting | 14:41 | |
*** jamesmc__ has quit IRC | 14:41 | |
*** tobberydberg has joined #openstack-meeting | 14:41 | |
*** galstrom_zzz is now known as galstrom | 14:41 | |
*** amotoki_ has quit IRC | 14:41 | |
*** jamesmc__ has joined #openstack-meeting | 14:41 | |
*** yamahata has quit IRC | 14:42 | |
*** cleong has joined #openstack-meeting | 14:43 | |
*** fzdarsky has joined #openstack-meeting | 14:44 | |
*** VW has quit IRC | 14:45 | |
*** Julien-zte has joined #openstack-meeting | 14:45 | |
*** mickeys has joined #openstack-meeting | 14:45 | |
*** VW has joined #openstack-meeting | 14:45 | |
*** tobberydberg has quit IRC | 14:46 | |
*** cloudrancher has quit IRC | 14:46 | |
*** iceyao_ has joined #openstack-meeting | 14:46 | |
*** amotoki_ has joined #openstack-meeting | 14:47 | |
*** amotoki_ has quit IRC | 14:47 | |
*** gouthamr has joined #openstack-meeting | 14:47 | |
*** jkraj has quit IRC | 14:48 | |
*** iceyao has quit IRC | 14:48 | |
*** ayoung has joined #openstack-meeting | 14:49 | |
*** jamesmc__ has quit IRC | 14:49 | |
*** mickeys has quit IRC | 14:50 | |
*** ricolin has quit IRC | 14:50 | |
*** VW has quit IRC | 14:50 | |
*** amotoki_ has joined #openstack-meeting | 14:51 | |
*** amotoki_ has quit IRC | 14:51 | |
*** julim has quit IRC | 14:51 | |
*** lamt has joined #openstack-meeting | 14:52 | |
*** iceyao_ has quit IRC | 14:52 | |
*** iceyao has joined #openstack-meeting | 14:53 | |
*** kylek3h has joined #openstack-meeting | 14:53 | |
*** kylek3h has quit IRC | 14:54 | |
*** amotoki_ has joined #openstack-meeting | 14:54 | |
*** jaugustine has joined #openstack-meeting | 14:54 | |
*** kylek3h has joined #openstack-meeting | 14:54 | |
*** cloudrancher has joined #openstack-meeting | 14:55 | |
*** amotoki__ has joined #openstack-meeting | 14:55 | |
*** galstrom is now known as galstrom_zzz | 14:55 | |
*** amotoki__ has quit IRC | 14:55 | |
*** jamesmca_ has joined #openstack-meeting | 14:55 | |
*** Chengli has joined #openstack-meeting | 14:56 | |
*** VW has joined #openstack-meeting | 14:58 | |
*** mriedem has joined #openstack-meeting | 14:58 | |
*** jamesmca_ has quit IRC | 14:58 | |
*** ociuhandu has quit IRC | 14:58 | |
*** fnaval has quit IRC | 14:58 | |
*** amotoki_ has quit IRC | 14:58 | |
*** amotoki__ has joined #openstack-meeting | 14:58 | |
*** wiggin15 has quit IRC | 14:59 | |
*** iceyao has quit IRC | 14:59 | |
*** wiggin15 has joined #openstack-meeting | 14:59 | |
*** jamesmca_ has joined #openstack-meeting | 14:59 | |
*** mriedem has quit IRC | 15:00 | |
*** treiz has joined #openstack-meeting | 15:00 | |
*** mlakat has quit IRC | 15:00 | |
*** jamesmca_ has quit IRC | 15:00 | |
*** jamesmca_ has joined #openstack-meeting | 15:01 | |
*** julim has joined #openstack-meeting | 15:01 | |
*** Julien-zte has quit IRC | 15:01 | |
*** maeca1 has joined #openstack-meeting | 15:01 | |
*** tobberydberg has joined #openstack-meeting | 15:02 | |
*** Julien-zte has joined #openstack-meeting | 15:02 | |
*** cloudran_ has joined #openstack-meeting | 15:03 | |
*** msimonin1 has joined #openstack-meeting | 15:03 | |
*** msimonin has quit IRC | 15:03 | |
*** maeca1 has quit IRC | 15:03 | |
*** priteau_ has joined #openstack-meeting | 15:04 | |
*** tobberydberg has quit IRC | 15:04 | |
*** Chengli has quit IRC | 15:04 | |
*** tobberydberg has joined #openstack-meeting | 15:04 | |
*** priteau_ has quit IRC | 15:04 | |
*** priteau has quit IRC | 15:04 | |
*** cloudrancher has quit IRC | 15:05 | |
*** tobberydberg has quit IRC | 15:06 | |
*** julim has quit IRC | 15:06 | |
*** tobberydberg has joined #openstack-meeting | 15:06 | |
*** raddaoui has quit IRC | 15:06 | |
*** raddaoui has joined #openstack-meeting | 15:06 | |
*** priteau has joined #openstack-meeting | 15:07 | |
*** izaakk has quit IRC | 15:07 | |
*** izaakk has joined #openstack-meeting | 15:07 | |
*** mickeys_ has joined #openstack-meeting | 15:09 | |
*** fnaval has joined #openstack-meeting | 15:09 | |
*** kevinz has joined #openstack-meeting | 15:09 | |
*** maeca1 has joined #openstack-meeting | 15:12 | |
*** e0ne has joined #openstack-meeting | 15:12 | |
*** priteau has quit IRC | 15:12 | |
*** ujuc_ has quit IRC | 15:12 | |
*** martinkopec has quit IRC | 15:12 | |
*** emagana has joined #openstack-meeting | 15:12 | |
*** maeca1 has quit IRC | 15:13 | |
*** Julien-zte has quit IRC | 15:14 | |
*** kevinz has quit IRC | 15:14 | |
*** lpetrut has quit IRC | 15:15 | |
*** Genek has joined #openstack-meeting | 15:15 | |
*** Julien-zte has joined #openstack-meeting | 15:16 | |
*** Genek has quit IRC | 15:17 | |
*** ociuhandu has joined #openstack-meeting | 15:17 | |
*** Julien-zte has quit IRC | 15:18 | |
*** artom has joined #openstack-meeting | 15:18 | |
*** artom has quit IRC | 15:18 | |
*** pcaruana has quit IRC | 15:18 | |
*** artom has joined #openstack-meeting | 15:18 | |
*** rcernin has quit IRC | 15:19 | |
*** lamt has quit IRC | 15:19 | |
*** Julien-zte has joined #openstack-meeting | 15:20 | |
*** Genek_ has joined #openstack-meeting | 15:21 | |
*** cbsterrett has joined #openstack-meeting | 15:21 | |
*** zhonghua2 has quit IRC | 15:24 | |
*** Chengli has joined #openstack-meeting | 15:24 | |
*** lamt has joined #openstack-meeting | 15:25 | |
*** kylek3h_ has joined #openstack-meeting | 15:25 | |
*** Julien-zte has quit IRC | 15:25 | |
*** ricolin has joined #openstack-meeting | 15:26 | |
*** kylek3h has quit IRC | 15:27 | |
*** Julien-zte has joined #openstack-meeting | 15:28 | |
*** Chengli has quit IRC | 15:29 | |
*** lamt has quit IRC | 15:29 | |
*** amotoki_ has joined #openstack-meeting | 15:30 | |
*** ykarel_ has quit IRC | 15:30 | |
*** VW_ has joined #openstack-meeting | 15:30 | |
*** VW has quit IRC | 15:31 | |
*** tobberydberg has quit IRC | 15:31 | |
*** VW_ has quit IRC | 15:31 | |
*** amotoki__ has quit IRC | 15:32 | |
*** VW has joined #openstack-meeting | 15:32 | |
*** priteau has joined #openstack-meeting | 15:32 | |
*** tobberydberg has joined #openstack-meeting | 15:34 | |
*** ujuc has quit IRC | 15:35 | |
*** cloudran_ has quit IRC | 15:36 | |
*** VW has quit IRC | 15:36 | |
*** iceyao has joined #openstack-meeting | 15:36 | |
*** cloudrancher has joined #openstack-meeting | 15:37 | |
*** tobberydberg has quit IRC | 15:38 | |
*** oidgar has quit IRC | 15:39 | |
*** andreas_s has quit IRC | 15:40 | |
*** iceyao has quit IRC | 15:41 | |
*** amotoki_ has quit IRC | 15:41 | |
*** julim has joined #openstack-meeting | 15:42 | |
*** chyka has joined #openstack-meeting | 15:43 | |
*** tobberydberg has joined #openstack-meeting | 15:43 | |
*** VW has joined #openstack-meeting | 15:44 | |
*** iceyao has joined #openstack-meeting | 15:46 | |
*** msimonin1 has quit IRC | 15:47 | |
*** priteau has quit IRC | 15:47 | |
*** amotoki_ has joined #openstack-meeting | 15:47 | |
*** tobberydberg has quit IRC | 15:48 | |
*** tobberydberg has joined #openstack-meeting | 15:48 | |
*** msimonin has joined #openstack-meeting | 15:49 | |
*** piyushks has joined #openstack-meeting | 15:51 | |
*** mriedem has joined #openstack-meeting | 15:51 | |
*** e0ne has quit IRC | 15:52 | |
*** priteau has joined #openstack-meeting | 15:54 | |
*** iceyao_ has joined #openstack-meeting | 15:54 | |
*** ociuhandu has quit IRC | 15:55 | |
*** Apoorva has joined #openstack-meeting | 15:56 | |
*** priteau has quit IRC | 15:57 | |
*** iceyao has quit IRC | 15:58 | |
*** priteau has joined #openstack-meeting | 15:59 | |
*** Julien-zte has quit IRC | 16:01 | |
*** priteau_ has joined #openstack-meeting | 16:02 | |
*** Julien-zte has joined #openstack-meeting | 16:02 | |
*** iyamahat has joined #openstack-meeting | 16:02 | |
*** priteau has quit IRC | 16:03 | |
*** liusheng has quit IRC | 16:06 | |
*** Genek_ has quit IRC | 16:07 | |
*** lhx_ has quit IRC | 16:07 | |
*** liusheng has joined #openstack-meeting | 16:08 | |
*** msimonin has left #openstack-meeting | 16:10 | |
*** gouthamr has quit IRC | 16:12 | |
*** Julien-zte has quit IRC | 16:12 | |
*** piyushks has quit IRC | 16:12 | |
*** yamamoto has quit IRC | 16:13 | |
*** yamamoto has joined #openstack-meeting | 16:14 | |
*** matrohon_ has joined #openstack-meeting | 16:15 | |
*** matrohon has quit IRC | 16:17 | |
*** VW_ has joined #openstack-meeting | 16:18 | |
*** jkilpatr has joined #openstack-meeting | 16:18 | |
*** VW has quit IRC | 16:18 | |
*** priteau_ has quit IRC | 16:19 | |
*** emagana has quit IRC | 16:20 | |
*** amotoki_ has quit IRC | 16:20 | |
*** chyka_ has joined #openstack-meeting | 16:22 | |
*** ricolin has quit IRC | 16:22 | |
*** mriedem has quit IRC | 16:24 | |
*** chyka has quit IRC | 16:25 | |
*** SerenaFeng has quit IRC | 16:26 | |
*** matrohon_ has quit IRC | 16:27 | |
*** iyamahat has quit IRC | 16:27 | |
*** tobberydberg has quit IRC | 16:28 | |
*** fzdarsky has quit IRC | 16:28 | |
*** kylek3h_ has quit IRC | 16:28 | |
*** priteau has joined #openstack-meeting | 16:29 | |
*** rmschn has joined #openstack-meeting | 16:30 | |
*** fnaval has quit IRC | 16:30 | |
*** VW_ has quit IRC | 16:31 | |
*** iceyao_ has quit IRC | 16:32 | |
*** tobberydberg has joined #openstack-meeting | 16:32 | |
*** neiljerram has quit IRC | 16:34 | |
*** cloudrancher has quit IRC | 16:34 | |
*** tobberyd_ has joined #openstack-meeting | 16:35 | |
*** rmschn has quit IRC | 16:36 | |
*** priteau has quit IRC | 16:37 | |
*** tobberydberg has quit IRC | 16:37 | |
*** tobberydberg has joined #openstack-meeting | 16:37 | |
*** toscalix has quit IRC | 16:39 | |
*** tobberyd_ has quit IRC | 16:39 | |
*** fnaval has joined #openstack-meeting | 16:40 | |
*** tobberydberg has quit IRC | 16:41 | |
*** tobberydberg has joined #openstack-meeting | 16:44 | |
*** sridharg has quit IRC | 16:47 | |
*** tobberyd_ has joined #openstack-meeting | 16:47 | |
*** tobberydberg has quit IRC | 16:48 | |
*** Genek has joined #openstack-meeting | 16:48 | |
*** tobberydberg has joined #openstack-meeting | 16:49 | |
*** amotoki_ has joined #openstack-meeting | 16:49 | |
*** unicell1 has quit IRC | 16:49 | |
*** priteau_ has joined #openstack-meeting | 16:49 | |
*** Cibo_ has joined #openstack-meeting | 16:51 | |
*** tobberyd_ has quit IRC | 16:51 | |
*** cloudrancher has joined #openstack-meeting | 16:52 | |
*** tobberydberg has quit IRC | 16:53 | |
*** ayoung has quit IRC | 16:53 | |
*** jkilpatr has quit IRC | 16:55 | |
*** msimonin has joined #openstack-meeting | 16:55 | |
*** tobberydberg has joined #openstack-meeting | 16:56 | |
*** SerenaFeng has joined #openstack-meeting | 16:57 | |
*** tobberydberg has quit IRC | 17:00 | |
*** julim has quit IRC | 17:00 | |
*** ralonsoh has quit IRC | 17:00 | |
*** Apoorva_ has joined #openstack-meeting | 17:01 | |
*** cloudrancher has quit IRC | 17:02 | |
*** Apoorva has quit IRC | 17:05 | |
*** Leo_ has joined #openstack-meeting | 17:05 | |
*** priteau_ has quit IRC | 17:06 | |
*** tobberydberg has joined #openstack-meeting | 17:07 | |
*** tesseract has quit IRC | 17:10 | |
*** tobberydberg has quit IRC | 17:11 | |
*** emagana has joined #openstack-meeting | 17:11 | |
*** csomerville has quit IRC | 17:14 | |
*** priteau has joined #openstack-meeting | 17:14 | |
*** priteau has quit IRC | 17:15 | |
*** csomerville has joined #openstack-meeting | 17:15 | |
*** unicell has joined #openstack-meeting | 17:15 | |
*** emagana has quit IRC | 17:15 | |
*** unicell1 has joined #openstack-meeting | 17:17 | |
*** e0ne has joined #openstack-meeting | 17:17 | |
*** tobberydberg has joined #openstack-meeting | 17:19 | |
*** unicell has quit IRC | 17:20 | |
*** amotoki__ has joined #openstack-meeting | 17:21 | |
*** amotoki_ has quit IRC | 17:22 | |
*** tobberyd_ has joined #openstack-meeting | 17:23 | |
*** tobberydberg has quit IRC | 17:23 | |
*** Genek has quit IRC | 17:23 | |
*** amotoki__ has quit IRC | 17:24 | |
*** VW has joined #openstack-meeting | 17:24 | |
*** jamesmca_ has quit IRC | 17:25 | |
*** emagana has joined #openstack-meeting | 17:26 | |
*** tobberyd_ has quit IRC | 17:27 | |
*** piyushks has joined #openstack-meeting | 17:30 | |
*** tobberydberg has joined #openstack-meeting | 17:31 | |
*** neiljerram has joined #openstack-meeting | 17:32 | |
*** tobberydberg has quit IRC | 17:32 | |
*** tobberydberg has joined #openstack-meeting | 17:32 | |
*** priteau has joined #openstack-meeting | 17:32 | |
*** priteau has quit IRC | 17:37 | |
*** markvoelker has joined #openstack-meeting | 17:39 | |
*** amotoki_ has joined #openstack-meeting | 17:39 | |
*** Genek has joined #openstack-meeting | 17:39 | |
*** priteau has joined #openstack-meeting | 17:42 | |
*** electrofelix has quit IRC | 17:44 | |
*** donghao has joined #openstack-meeting | 17:45 | |
*** fzdarsky has joined #openstack-meeting | 17:45 | |
*** priteau has quit IRC | 17:48 | |
*** tobberydberg has quit IRC | 17:49 | |
*** thorst_afk has quit IRC | 17:49 | |
*** amotoki_ has quit IRC | 17:50 | |
*** donghao has quit IRC | 17:51 | |
*** s3wong has joined #openstack-meeting | 17:51 | |
*** tobberydberg has joined #openstack-meeting | 17:51 | |
*** priteau has joined #openstack-meeting | 17:52 | |
*** lpetrut has joined #openstack-meeting | 17:52 | |
*** lpetrut_ has joined #openstack-meeting | 17:52 | |
*** Cibo_ has quit IRC | 17:54 | |
*** piyushks has quit IRC | 17:54 | |
*** tobberydberg has quit IRC | 17:56 | |
*** amotoki_ has joined #openstack-meeting | 17:57 | |
*** priteau has quit IRC | 17:57 | |
*** tobberydberg has joined #openstack-meeting | 17:59 | |
*** VW has quit IRC | 17:59 | |
*** priteau has joined #openstack-meeting | 17:59 | |
*** chyka has joined #openstack-meeting | 18:03 | |
*** amotoki_ has quit IRC | 18:04 | |
*** chyka_ has quit IRC | 18:06 | |
*** SerenaFeng has quit IRC | 18:07 | |
*** thorst_afk has joined #openstack-meeting | 18:08 | |
*** cloudrancher has joined #openstack-meeting | 18:08 | |
*** Apoorva_ has quit IRC | 18:11 | |
*** Apoorva has joined #openstack-meeting | 18:11 | |
*** julim has joined #openstack-meeting | 18:12 | |
*** abalutoiu has joined #openstack-meeting | 18:12 | |
*** thorst_afk has quit IRC | 18:13 | |
*** emagana has quit IRC | 18:13 | |
*** emagana has joined #openstack-meeting | 18:14 | |
*** jamesmca_ has joined #openstack-meeting | 18:18 | |
*** emagana has quit IRC | 18:18 | |
*** efried has joined #openstack-meeting | 18:18 | |
*** msimonin has quit IRC | 18:20 | |
*** msimonin has joined #openstack-meeting | 18:20 | |
*** ltomasbo is now known as ltomasbo|away | 18:20 | |
*** msimonin has quit IRC | 18:20 | |
*** msimonin has joined #openstack-meeting | 18:21 | |
*** msimonin has quit IRC | 18:21 | |
*** msimonin has joined #openstack-meeting | 18:22 | |
*** msimonin has quit IRC | 18:22 | |
*** msimonin has joined #openstack-meeting | 18:22 | |
*** msimonin has quit IRC | 18:23 | |
*** msimonin has joined #openstack-meeting | 18:23 | |
*** fzdarsky has quit IRC | 18:23 | |
*** msimonin has quit IRC | 18:24 | |
*** msimonin has joined #openstack-meeting | 18:24 | |
*** msimonin has quit IRC | 18:24 | |
*** msimonin has joined #openstack-meeting | 18:25 | |
*** msimonin has quit IRC | 18:25 | |
*** e0ne has quit IRC | 18:27 | |
*** Genek has quit IRC | 18:28 | |
*** abalutoiu has quit IRC | 18:30 | |
*** priteau_ has joined #openstack-meeting | 18:31 | |
*** tobberyd_ has joined #openstack-meeting | 18:32 | |
*** tobberydberg has quit IRC | 18:32 | |
*** priteau has quit IRC | 18:33 | |
*** thorst_afk has joined #openstack-meeting | 18:33 | |
*** abalutoiu has joined #openstack-meeting | 18:34 | |
*** iceyao has joined #openstack-meeting | 18:35 | |
*** markvoelker has quit IRC | 18:36 | |
*** e0ne has joined #openstack-meeting | 18:37 | |
*** emagana has joined #openstack-meeting | 18:40 | |
*** iceyao has quit IRC | 18:40 | |
*** vishnoianil has quit IRC | 18:41 | |
*** emagana_ has joined #openstack-meeting | 18:42 | |
*** emagana has quit IRC | 18:44 | |
*** priteau_ has quit IRC | 18:44 | |
*** emagana_ has quit IRC | 18:46 | |
*** efried has quit IRC | 18:51 | |
*** priteau has joined #openstack-meeting | 18:52 | |
*** efried has joined #openstack-meeting | 18:52 | |
*** eharney has joined #openstack-meeting | 18:54 | |
*** Genek has joined #openstack-meeting | 18:54 | |
*** emagana has joined #openstack-meeting | 18:55 | |
*** msimonin has joined #openstack-meeting | 18:59 | |
*** markvoelker has joined #openstack-meeting | 18:59 | |
*** markvoelker has quit IRC | 18:59 | |
*** emagana has quit IRC | 19:00 | |
*** Genek has quit IRC | 19:00 | |
*** abalutoiu has quit IRC | 19:06 | |
*** jamesmca_ has quit IRC | 19:06 | |
*** jamesmca_ has joined #openstack-meeting | 19:07 | |
*** efried has quit IRC | 19:07 | |
*** priteau has quit IRC | 19:07 | |
*** adisky_ has quit IRC | 19:08 | |
*** Genek has joined #openstack-meeting | 19:09 | |
*** Genek has quit IRC | 19:10 | |
*** Genek has joined #openstack-meeting | 19:10 | |
*** jprovazn has quit IRC | 19:11 | |
*** priteau has joined #openstack-meeting | 19:11 | |
*** jamesmca_ has quit IRC | 19:11 | |
*** Genek_ has joined #openstack-meeting | 19:12 | |
*** jamesmca_ has joined #openstack-meeting | 19:13 | |
*** Genek has quit IRC | 19:15 | |
*** jamesdenton has joined #openstack-meeting | 19:15 | |
*** priteau has quit IRC | 19:15 | |
*** efried has joined #openstack-meeting | 19:16 | |
*** jamesmca_ has quit IRC | 19:18 | |
*** msimonin1 has joined #openstack-meeting | 19:20 | |
*** eharney has quit IRC | 19:22 | |
*** msimonin has quit IRC | 19:22 | |
*** kaisers has quit IRC | 19:22 | |
*** emagana has joined #openstack-meeting | 19:22 | |
*** priteau has joined #openstack-meeting | 19:24 | |
*** emagana has quit IRC | 19:24 | |
*** emagana has joined #openstack-meeting | 19:25 | |
*** matrohon_ has joined #openstack-meeting | 19:26 | |
*** Genek_ has quit IRC | 19:28 | |
*** priteau has quit IRC | 19:28 | |
*** priteau has joined #openstack-meeting | 19:30 | |
*** Leo_ has quit IRC | 19:33 | |
*** Genek_ has joined #openstack-meeting | 19:33 | |
*** priteau has quit IRC | 19:35 | |
*** rderose has joined #openstack-meeting | 19:37 | |
*** e0ne has quit IRC | 19:37 | |
*** lpetrut_ has quit IRC | 19:38 | |
*** lpetrut has quit IRC | 19:38 | |
*** julim has quit IRC | 19:39 | |
*** jamesdenton has quit IRC | 19:40 | |
*** priteau has joined #openstack-meeting | 19:41 | |
*** tobberyd_ has quit IRC | 19:43 | |
*** priteau has quit IRC | 19:45 | |
*** donghao has joined #openstack-meeting | 19:48 | |
*** efried has quit IRC | 19:49 | |
*** efried has joined #openstack-meeting | 19:50 | |
*** awaugama has quit IRC | 19:50 | |
*** jkraj has joined #openstack-meeting | 19:50 | |
*** julim has joined #openstack-meeting | 19:52 | |
*** kaisers has joined #openstack-meeting | 19:52 | |
*** donghao has quit IRC | 19:53 | |
*** emagana has quit IRC | 19:55 | |
*** tobberyd_ has joined #openstack-meeting | 19:55 | |
*** iyamahat has joined #openstack-meeting | 19:56 | |
*** lbragstad has joined #openstack-meeting | 19:57 | |
*** lbragstad has quit IRC | 19:57 | |
*** emagana has joined #openstack-meeting | 19:59 | |
*** efried has quit IRC | 19:59 | |
*** tobberyd_ has quit IRC | 20:00 | |
*** emagana has quit IRC | 20:03 | |
*** vishnoianil has joined #openstack-meeting | 20:03 | |
*** priteau_ has joined #openstack-meeting | 20:04 | |
*** tobberydberg has joined #openstack-meeting | 20:06 | |
*** priteau_ has quit IRC | 20:09 | |
*** julim has quit IRC | 20:10 | |
*** mickeys_ has quit IRC | 20:13 | |
*** tobberydberg has quit IRC | 20:14 | |
*** kylek3h has joined #openstack-meeting | 20:16 | |
*** emagana has joined #openstack-meeting | 20:18 | |
*** e0ne has joined #openstack-meeting | 20:19 | |
*** julim has joined #openstack-meeting | 20:19 | |
*** kaisers has quit IRC | 20:20 | |
*** artom has quit IRC | 20:21 | |
*** tobberydberg has joined #openstack-meeting | 20:23 | |
*** jaugustine_ has joined #openstack-meeting | 20:24 | |
*** jaugustine has quit IRC | 20:25 | |
*** Genek_ has left #openstack-meeting | 20:25 | |
*** yamahata has joined #openstack-meeting | 20:27 | |
*** jkilpatr has joined #openstack-meeting | 20:27 | |
*** tobberydberg has quit IRC | 20:28 | |
*** ayoung has joined #openstack-meeting | 20:28 | |
*** iyamahat has quit IRC | 20:29 | |
*** jaugustine_ has quit IRC | 20:30 | |
*** cleong has quit IRC | 20:30 | |
*** jaugustine_ has joined #openstack-meeting | 20:30 | |
*** zhhuabj has quit IRC | 20:34 | |
*** jamesmca_ has joined #openstack-meeting | 20:35 | |
*** Genek has joined #openstack-meeting | 20:35 | |
*** tobberydberg has joined #openstack-meeting | 20:37 | |
*** rderose has quit IRC | 20:38 | |
*** tobberydberg has quit IRC | 20:42 | |
*** emagana has quit IRC | 20:42 | |
*** jamesdenton has joined #openstack-meeting | 20:43 | |
*** kylek3h has quit IRC | 20:43 | |
*** tobberydberg has joined #openstack-meeting | 20:44 | |
*** dimtruck is now known as zz_dimtruck | 20:46 | |
*** emagana has joined #openstack-meeting | 20:46 | |
*** priteau has joined #openstack-meeting | 20:48 | |
*** tobberydberg has quit IRC | 20:48 | |
*** Genek has quit IRC | 20:49 | |
*** priteau has quit IRC | 20:51 | |
*** emagana has quit IRC | 20:51 | |
*** priteau has joined #openstack-meeting | 20:51 | |
*** jamesmca_ has quit IRC | 20:53 | |
*** ayoung has quit IRC | 20:54 | |
*** jamesmca_ has joined #openstack-meeting | 20:54 | |
*** jamesmca_ has quit IRC | 20:58 | |
*** jamesmca_ has joined #openstack-meeting | 20:58 | |
*** emagana has joined #openstack-meeting | 20:59 | |
*** emagana has quit IRC | 21:00 | |
*** emagana has joined #openstack-meeting | 21:00 | |
*** mriedem has joined #openstack-meeting | 21:00 | |
*** rfolco has quit IRC | 21:01 | |
*** emagana has quit IRC | 21:01 | |
*** kylek3h has joined #openstack-meeting | 21:02 | |
*** kylek3h has quit IRC | 21:02 | |
*** trozet_ has joined #openstack-meeting | 21:04 | |
*** trozet has quit IRC | 21:05 | |
*** gibi has quit IRC | 21:05 | |
*** gibi has joined #openstack-meeting | 21:06 | |
*** zz_dimtruck is now known as dimtruck | 21:10 | |
*** mickeys has joined #openstack-meeting | 21:11 | |
*** slaweq has joined #openstack-meeting | 21:11 | |
*** artom has joined #openstack-meeting | 21:12 | |
*** piyushks has joined #openstack-meeting | 21:12 | |
*** cloudrancher has quit IRC | 21:13 | |
*** jamesmca_ has quit IRC | 21:13 | |
*** piyushks has quit IRC | 21:14 | |
*** kaisers has joined #openstack-meeting | 21:15 | |
*** cloudrancher has joined #openstack-meeting | 21:17 | |
*** yamahata has quit IRC | 21:19 | |
*** askb has joined #openstack-meeting | 21:21 | |
*** msimonin has joined #openstack-meeting | 21:22 | |
*** msimonin1 has quit IRC | 21:22 | |
*** cloudrancher has quit IRC | 21:22 | |
*** slaweq has quit IRC | 21:22 | |
*** jamesmca_ has joined #openstack-meeting | 21:23 | |
*** priteau has quit IRC | 21:24 | |
*** priteau has joined #openstack-meeting | 21:25 | |
*** msimonin has quit IRC | 21:26 | |
*** jaugustine_ has quit IRC | 21:28 | |
*** jamesmca_ has quit IRC | 21:30 | |
*** priteau has quit IRC | 21:32 | |
*** matrohon_ has quit IRC | 21:35 | |
*** priteau has joined #openstack-meeting | 21:35 | |
*** priteau has quit IRC | 21:39 | |
*** julim has quit IRC | 21:40 | |
*** jamesmca_ has joined #openstack-meeting | 21:40 | |
*** slaweq has joined #openstack-meeting | 21:41 | |
*** cdub has quit IRC | 21:43 | |
*** cloudrancher has joined #openstack-meeting | 21:43 | |
*** jamesmca_ has quit IRC | 21:45 | |
*** e0ne has quit IRC | 21:45 | |
*** e0ne has joined #openstack-meeting | 21:46 | |
*** e0ne has quit IRC | 21:47 | |
*** e0ne has joined #openstack-meeting | 21:47 | |
*** e0ne has quit IRC | 21:47 | |
*** e0ne has joined #openstack-meeting | 21:48 | |
*** slaweq has quit IRC | 21:48 | |
*** e0ne has quit IRC | 21:48 | |
*** e0ne has joined #openstack-meeting | 21:48 | |
*** e0ne has quit IRC | 21:49 | |
*** e0ne has joined #openstack-meeting | 21:49 | |
*** trozet_ has quit IRC | 21:50 | |
*** e0ne has quit IRC | 21:50 | |
*** donghao has joined #openstack-meeting | 21:50 | |
*** cloudrancher has quit IRC | 21:53 | |
*** david-lyle has joined #openstack-meeting | 21:54 | |
*** donghao has quit IRC | 21:54 | |
*** priteau has joined #openstack-meeting | 21:54 | |
*** priteau has quit IRC | 21:58 | |
*** cloudrancher has joined #openstack-meeting | 21:59 | |
*** fzdarsky has joined #openstack-meeting | 21:59 | |
*** david-lyle has quit IRC | 22:02 | |
*** cloudrancher has quit IRC | 22:03 | |
*** scottda has quit IRC | 22:08 | |
*** jamesmca_ has joined #openstack-meeting | 22:10 | |
*** jamesmca_ has quit IRC | 22:14 | |
*** priteau has joined #openstack-meeting | 22:15 | |
*** jamesdenton has quit IRC | 22:23 | |
*** ykatabam has joined #openstack-meeting | 22:33 | |
*** thorst_afk has quit IRC | 22:33 | |
*** jkraj has quit IRC | 22:36 | |
*** Julien-zte has joined #openstack-meeting | 22:38 | |
*** dimtruck is now known as zz_dimtruck | 22:41 | |
*** priteau has quit IRC | 22:42 | |
*** ayoung has joined #openstack-meeting | 22:47 | |
*** Julien-zte has quit IRC | 22:48 | |
*** zz_dimtruck is now known as dimtruck | 22:48 | |
*** Julien-zte has joined #openstack-meeting | 22:49 | |
*** Julien-zte has quit IRC | 22:50 | |
*** cloudrancher has joined #openstack-meeting | 22:50 | |
*** e0ne has joined #openstack-meeting | 22:52 | |
*** Julien-zte has joined #openstack-meeting | 22:53 | |
*** cloudrancher has quit IRC | 22:55 | |
*** Julien-zte has quit IRC | 22:56 | |
*** e0ne has quit IRC | 22:57 | |
*** harlowja has quit IRC | 22:57 | |
*** harlowja has joined #openstack-meeting | 22:57 | |
*** Julien-zte has joined #openstack-meeting | 22:57 | |
*** fzdarsky has quit IRC | 22:58 | |
*** donghao has joined #openstack-meeting | 23:04 | |
*** Julien-zte has quit IRC | 23:05 | |
*** Julien-zte has joined #openstack-meeting | 23:07 | |
*** kbyrne has quit IRC | 23:17 | |
*** kbyrne has joined #openstack-meeting | 23:19 | |
*** cbsterrett has quit IRC | 23:19 | |
*** Julien-zte has quit IRC | 23:22 | |
*** Julien-zte has joined #openstack-meeting | 23:23 | |
*** cloudrancher has joined #openstack-meeting | 23:27 | |
*** chyka has quit IRC | 23:33 | |
*** chyka has joined #openstack-meeting | 23:33 | |
*** thorst_afk has joined #openstack-meeting | 23:34 | |
*** thorst_afk has quit IRC | 23:34 | |
*** cloudrancher has quit IRC | 23:37 | |
*** priteau has joined #openstack-meeting | 23:38 | |
*** chyka has quit IRC | 23:38 | |
*** Julien-zte has quit IRC | 23:38 | |
*** gouthamr has joined #openstack-meeting | 23:40 | |
*** cloudrancher has joined #openstack-meeting | 23:42 | |
*** priteau has quit IRC | 23:43 | |
*** cloudrancher has quit IRC | 23:47 | |
*** e0ne has joined #openstack-meeting | 23:53 | |
*** cloudrancher has joined #openstack-meeting | 23:57 | |
*** donghao has quit IRC | 23:59 | |
*** donghao has joined #openstack-meeting | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!