ramineni_ | aimeeu: ekcs: masahito: thinrichs : hi | 00:00 |
---|---|---|
ekcs | hi all! | 00:00 |
masahito | hi | 00:00 |
ramineni_ | #startmeeting congressteammeeting | 00:00 |
openstack | Meeting started Thu Nov 24 00:00:51 2016 UTC and is due to finish in 60 minutes. The chair is ramineni_. 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 |
aimeeu | hello! | 00:01 |
ramineni_ | here is our todayś agenda | 00:01 |
ramineni_ | 1. Gate issues | 00:01 |
ramineni_ | 2. Ocata-1 | 00:01 |
ramineni_ | 3. Newton 4.0.1 | 00:01 |
ramineni_ | 4. status updates | 00:01 |
ramineni_ | anything else? | 00:01 |
*** claudiub|2 has joined #openstack-meeting | 00:02 | |
ramineni_ | #topic gate issues | 00:03 |
*** openstack changes topic to "gate issues (Meeting topic: congressteammeeting)" | 00:03 | |
ramineni_ | ekcs: you want to give an update on it | 00:03 |
ramineni_ | ? | 00:03 |
ekcs | yup. | 00:03 |
ekcs | Last Thursday a change to aodh made it so it didn't work with the mysql version on trusty test nodes, causing all those tempest tests to fail and block the gate. | 00:05 |
ekcs | It took a while for us to track it down and make the right changes to project config to run xenial instead of trusty on the newer branches of congress. | 00:05 |
*** thinrichs has joined #openstack-meeting | 00:05 | |
ekcs | The issue was finally resolved and we were finally able to merge a log jam of patches. | 00:06 |
ramineni_ | ekcs: is it a occasinal failure ?.. when aodh patch is merged everything looked green right | 00:06 |
*** claudiub|2 has quit IRC | 00:06 | |
ekcs | ramineni_: no it was a every time failure. the aodh project merged the change last thursday or something, after we added aodh to the tempest devstack config. | 00:07 |
ekcs | We seem to have a new gate issue though. | 00:07 |
ramineni_ | ekcs: ah, ok.. got it | 00:08 |
*** egallen has quit IRC | 00:08 | |
ekcs | starting yesterday all tempest tests seem to be failing with | 00:08 |
ekcs | 2016-11-23 07:58:19.519 | publicURL endpoint for policy service in RegionOne region not found | 00:08 |
ekcs | 2016-11-23 07:58:19.549 | exit_trap: cleaning up child processes | 00:08 |
ekcs | 2016-11-23 07:58:19.550 | ./stack.sh: line 493: kill: (19488) - No such process | 00:08 |
ekcs | not sure if anyone knows more about it. | 00:08 |
*** egallen has joined #openstack-meeting | 00:08 | |
*** egallen has quit IRC | 00:09 | |
*** zz_dimtruck is now known as dimtruck | 00:09 | |
*** egallen has joined #openstack-meeting | 00:09 | |
*** egallen has quit IRC | 00:10 | |
*** Douhet has quit IRC | 00:10 | |
ramineni_ | ekcs: im not seeing any logs regarding it in https://review.openstack.org/#/c/401090/ | 00:10 |
ekcs | btw here’s the aodh patch that broke compatibility with old mysql. https://review.openstack.org/#/c/372586/5 | 00:10 |
*** masahito_ has joined #openstack-meeting | 00:11 | |
*** Douhet has joined #openstack-meeting | 00:11 | |
ekcs | Right. I don’t see any congress errors either. I guess we’ll recheck again and see if it goes away. If not, we may need to dig deeper. | 00:12 |
thinrichs | ekcs: is that error saying it couldn't find keystone? | 00:12 |
*** masahito has quit IRC | 00:12 | |
thinrichs | Or that keystone is throwing an error? | 00:12 |
ekcs | thinrichs: hmm could be saying it couldn’t find keystone. or the URL is not set correctly. | 00:13 |
ekcs | i guess we should see what we can find in keystone log. | 00:13 |
ramineni_ | may be congress endpoint is not registered with keystone | 00:14 |
ramineni_ | congress is not successfully started? | 00:14 |
*** AlanClark has quit IRC | 00:15 | |
ekcs | ramineni_: maybe. all three congress logs show congress running for about 20s without errors. | 00:15 |
ramineni_ | ohok | 00:16 |
ekcs | right now I can’t see the logs because of infra cinder problem. we’ll just have to figure it out later. | 00:16 |
ekcs | but oh what’s the name of the keystone logs in devstack? | 00:17 |
ramineni_ | the logs will be inside apache i guess | 00:17 |
ekcs | got it. | 00:17 |
ekcs | anyway that’s all i have on the topic. | 00:18 |
ramineni_ | there is one more issue where py27 jobs are failily more frequently this time | 00:18 |
*** ianychoi has quit IRC | 00:19 | |
ramineni_ | with error engine service timeout | 00:19 |
ramineni_ | i debugged it a lil .. engine service is up, but looks like its waiting till the response .. so i have raised the rpc_timeput in the tests | 00:20 |
ramineni_ | https://review.openstack.org/#/c/401090/ | 00:20 |
ramineni_ | **its not waiting | 00:21 |
*** jamesdenton has joined #openstack-meeting | 00:21 | |
ramineni_ | anything else from anyone on this topic? | 00:22 |
masahito_ | short update from my side. | 00:23 |
masahito_ | I checked Congress driver error. and it would be fixed by the patch. | 00:24 |
masahito_ | https://review.openstack.org/#/c/397096/ | 00:24 |
masahito_ | it's my update for gate issue. | 00:25 |
ramineni_ | masahito_: doctor driver error right? what is the reason for its failure | 00:26 |
*** Julien-zte has joined #openstack-meeting | 00:26 | |
masahito_ | the root cause is not doctor driver, it's from api server. | 00:26 |
masahito_ | when deleting a datasource, api server called delete_datasource method in its node. | 00:27 |
masahito_ | and then, the node that api server runs on calls synchronize_datasource and make all configured ds in it. | 00:28 |
ramineni_ | ok, thanks for digging it up | 00:29 |
ramineni_ | moving on then | 00:30 |
ramineni_ | #topic ocata-1 | 00:30 |
*** openstack changes topic to "ocata-1 (Meeting topic: congressteammeeting)" | 00:30 | |
ramineni_ | ocata-1 released last week | 00:31 |
ramineni_ | #link https://github.com/openstack/congress/releases/tag/5.0.0.0b1 | 00:31 |
ramineni_ | unfortunately most of the patches didnt make it because of gate issues | 00:31 |
*** jaypipes has quit IRC | 00:32 | |
ramineni_ | they would be targted for ocata-2, which is around Dec 12 I suppose | 00:32 |
ramineni_ | Any thoughts/comments? | 00:33 |
ekcs | sounds good | 00:34 |
ramineni_ | #topic Newton 4.0.1 | 00:35 |
*** openstack changes topic to "Newton 4.0.1 (Meeting topic: congressteammeeting)" | 00:35 | |
ramineni_ | We need to do a 4.0.1 release because of some critical (for multi-node) bugs resolved by the following patches: | 00:36 |
ramineni_ | https://review.openstack.org/#/c/395875/ | 00:36 |
ramineni_ | https://review.openstack.org/#/c/400322/ | 00:36 |
*** Julien-zte has quit IRC | 00:37 | |
ramineni_ | ekcs: thinrichs: is there timeline for newton releases? | 00:37 |
thinrichs | Looking… | 00:37 |
ekcs | ramineni_: I think it’s up to us. | 00:37 |
ekcs | I read somewhere that people sometimes to biweekly releases (as needed) for the latest stable. | 00:38 |
ekcs | http://docs.openstack.org/project-team-guide/stable-branches.html | 00:39 |
*** annegentle has quit IRC | 00:39 | |
*** shashank_hegde has quit IRC | 00:39 | |
ekcs | http://docs.openstack.org/project-team-guide/stable-branches.html#proactive-backports | 00:39 |
thinrichs | Can't seem to find any announcements on the ML or on the usual release schedule webpage | 00:39 |
ekcs | http://docs.openstack.org/project-team-guide/stable-branches.html#release-often | 00:39 |
ekcs | “Proactive backporting process is expected to trigger higher volume of changes in stable branches. To make releases more granular, it’s advised participating projects create new stable releases often. It may be done on a bi-weekly basis, or any other schedule that fits better the project and its actual backports volume.” | 00:40 |
*** Julien-zte has joined #openstack-meeting | 00:40 | |
thinrichs | They definitely used to do synchronized releases. Could ping the release team if we want. I'll check one more thing quickly.. | 00:40 |
*** reedip_ has joined #openstack-meeting | 00:41 | |
thinrichs | No lunch. Can't discern a pattern from tags on Nova/Neutron. | 00:42 |
thinrichs | s/lunch/luck | 00:42 |
thinrichs | Docs seem pretty clear that it's up to us. | 00:42 |
ramineni_ | ok | 00:43 |
*** dmacpher has joined #openstack-meeting | 00:43 | |
ramineni_ | we can check what all other patches can be targted for Newton | 00:44 |
ekcs | If this is a simple fix, then maybe we can get this in: https://bugs.launchpad.net/congress/+bug/1637172 | 00:44 |
openstack | Launchpad bug 1637172 in congress "rule using policy:table(…) reference fails to create" [High,Confirmed] - Assigned to Tim Hinrichs (thinrichs) | 00:44 |
*** AlanClark has joined #openstack-meeting | 00:45 | |
ekcs | And I think we should backport this too if ready in time: https://review.openstack.org/#/c/400643/ | 00:45 |
ramineni_ | https://bugs.launchpad.net/congress/+bug/1641501 ? | 00:46 |
openstack | Launchpad bug 1641501 in congress "Horizon unable to get policies using keystone v3" [High,Confirmed] - Assigned to Anusha (anusha-iiitm) | 00:46 |
*** jamesdenton has quit IRC | 00:46 | |
thinrichs | Haven't had the time to diagnose that one. | 00:46 |
thinrichs | I'll look right now | 00:46 |
ramineni_ | aimeeu: do you still want to work on the horizon bug? | 00:47 |
aimeeu | ramineni_: I don't think I am going to have time. | 00:47 |
ramineni_ | aimeeu: ok, np | 00:48 |
aimeeu | I will finish the minor refactoring assigned to me for Ocata-2 | 00:48 |
*** jamesdenton has joined #openstack-meeting | 00:48 | |
ekcs | ramineni_: i’d lean toward not backporting that horizon v3 fix to newton because there is a working workaround in place. what do you think? | 00:48 |
*** Julien-zte has quit IRC | 00:48 | |
ramineni_ | ekcs: yes , but v2 is kind of deprecated in newton i suppose | 00:49 |
*** Julien-zte has joined #openstack-meeting | 00:50 | |
ekcs | ramineni_: i see. | 00:50 |
*** dmorita has quit IRC | 00:50 | |
ramineni_ | ekcs: or yes it can be targeted for ocata | 00:50 |
*** dmorita has joined #openstack-meeting | 00:52 | |
ramineni_ | ekcs: you are tarheting the release next week? for newton | 00:52 |
ekcs | ramineni_: we can decide that based on what we feel we can get in soon. | 00:52 |
ramineni_ | sure | 00:53 |
ramineni_ | anything else on this topic? | 00:53 |
*** Julien-zte has quit IRC | 00:53 | |
ramineni_ | #topic open discussion | 00:54 |
*** openstack changes topic to "open discussion (Meeting topic: congressteammeeting)" | 00:54 | |
*** jamesdenton has quit IRC | 00:54 | |
ramineni_ | we have around 5 mins.. anyone would like to discuss anything | 00:54 |
thinrichs | Attended the policy meeting again today. | 00:55 |
ekcs | just a reminder to wait for another infra update before running any rechecks. | 00:55 |
*** dmorita has quit IRC | 00:55 | |
*** dmorita has joined #openstack-meeting | 00:55 | |
*** Julien-zte has joined #openstack-meeting | 00:55 | |
thinrichs | Someone did a POC hooking up ApacheFortress (a standard RBAC system) to oslo-policy and keystone. | 00:55 |
*** ijw has quit IRC | 00:55 | |
thinrichs | Seemed like not much of a change to oslo-policy. | 00:55 |
thinrichs | It's worth us thinking about doing that for those users who want proactively enforce policy at the API layer. | 00:56 |
thinrichs | Let me see if I can find the link. | 00:56 |
thinrichs | https://review.openstack.org/#/c/237521/ | 00:57 |
thinrichs | One of the challenging things about that POC was that AF isn't natively multi-tenant. | 00:57 |
thinrichs | So it'll answer the question is user-object-right permitted? | 00:58 |
thinrichs | But the question we have to answer to whether user-object-right permitted for the project that the object belongs to. | 00:58 |
thinrichs | Which Congress can do well. | 00:58 |
ekcs | ah interesting. | 00:59 |
*** Sukhdev has quit IRC | 00:59 | |
ramineni_ | time to wrap up meeting , Happy Thanksgiving to all | 01:00 |
ramineni_ | #endmeeting | 01:00 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 01:00 | |
masahito_ | sounds we could comment the patch and it's worth writing poc policy for it if possible. | 01:00 |
*** tris has quit IRC | 01:00 | |
openstack | Meeting ended Thu Nov 24 01:00:27 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 01:00 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-11-24-00.00.html | 01:00 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-11-24-00.00.txt | 01:00 |
openstack | Log: http://eavesdrop.openstack.org/meetings/congressteammeeting/2016/congressteammeeting.2016-11-24-00.00.log.html | 01:00 |
thinrichs | Happy Thanksgiving! | 01:00 |
ekcs | bye all | 01:00 |
masahito_ | bye all | 01:00 |
thinrichs | masahito: we could think about doing something similar to that patch. | 01:00 |
*** thinrichs has left #openstack-meeting | 01:00 | |
*** yangyapeng has joined #openstack-meeting | 01:01 | |
*** masahito_ has quit IRC | 01:03 | |
*** ramineni_ has left #openstack-meeting | 01:04 | |
*** zhhuabj_ has quit IRC | 01:07 | |
*** kaisers has quit IRC | 01:09 | |
*** Julien-zte has quit IRC | 01:12 | |
*** tris has joined #openstack-meeting | 01:12 | |
*** Julien-zte has joined #openstack-meeting | 01:13 | |
*** bobh has joined #openstack-meeting | 01:15 | |
*** ijw has joined #openstack-meeting | 01:16 | |
*** dimtruck is now known as zz_dimtruck | 01:18 | |
*** kevinz has joined #openstack-meeting | 01:19 | |
*** zhhuabj_ has joined #openstack-meeting | 01:19 | |
*** ijw has quit IRC | 01:20 | |
*** ijw has joined #openstack-meeting | 01:21 | |
*** ljxiash has quit IRC | 01:23 | |
*** GB21 has joined #openstack-meeting | 01:25 | |
*** kaisers has joined #openstack-meeting | 01:25 | |
*** bobh has quit IRC | 01:25 | |
*** priteau has joined #openstack-meeting | 01:29 | |
*** unicell1 has quit IRC | 01:30 | |
*** Leom has quit IRC | 01:30 | |
*** ijw has quit IRC | 01:31 | |
*** thorst_ has joined #openstack-meeting | 01:32 | |
*** reedip_ has quit IRC | 01:33 | |
*** priteau has quit IRC | 01:34 | |
*** thorst_ has quit IRC | 01:34 | |
*** thorst_ has joined #openstack-meeting | 01:34 | |
*** zhurong has joined #openstack-meeting | 01:35 | |
*** JRobinson__ has quit IRC | 01:35 | |
*** shashank_hegde has joined #openstack-meeting | 01:38 | |
*** huanxuan has joined #openstack-meeting | 01:38 | |
*** aeng has quit IRC | 01:39 | |
*** kaisers1 has joined #openstack-meeting | 01:43 | |
*** thorst_ has quit IRC | 01:43 | |
*** kaisers has quit IRC | 01:44 | |
*** bobh has joined #openstack-meeting | 01:45 | |
*** ljxiash has joined #openstack-meeting | 01:46 | |
*** ljxiash_ has joined #openstack-meeting | 01:48 | |
*** reedip_ has joined #openstack-meeting | 01:50 | |
*** zhangshuai has quit IRC | 01:50 | |
*** huanxuan has quit IRC | 01:51 | |
*** ljxiash has quit IRC | 01:51 | |
*** sshnaidm is now known as sshnaidm|away | 01:52 | |
*** zz_dimtruck is now known as dimtruck | 01:52 | |
*** ljxiash_ has quit IRC | 01:53 | |
*** ljxiash has joined #openstack-meeting | 01:54 | |
*** lhx_ has joined #openstack-meeting | 01:56 | |
*** manikanta_ has quit IRC | 01:57 | |
*** Julien-zte has quit IRC | 01:59 | |
*** Julien-zte has joined #openstack-meeting | 01:59 | |
*** reedip_ has quit IRC | 02:02 | |
*** huanxuan has joined #openstack-meeting | 02:07 | |
*** lamt has joined #openstack-meeting | 02:09 | |
*** fnaval has quit IRC | 02:09 | |
*** fnaval has joined #openstack-meeting | 02:10 | |
*** hongbin has joined #openstack-meeting | 02:13 | |
*** tiantian has quit IRC | 02:21 | |
*** thorst_ has joined #openstack-meeting | 02:28 | |
*** ljxiash has quit IRC | 02:28 | |
*** ljxiash has joined #openstack-meeting | 02:29 | |
*** ljxiash has quit IRC | 02:29 | |
*** ljxiash_ has joined #openstack-meeting | 02:29 | |
*** thorst_ has quit IRC | 02:35 | |
*** JRobinson__ has joined #openstack-meeting | 02:37 | |
*** kaisers has joined #openstack-meeting | 02:45 | |
*** fzdarsky_ has joined #openstack-meeting | 02:48 | |
*** kaisers_ has quit IRC | 02:49 | |
*** iyamahat has quit IRC | 02:50 | |
*** enriquetaso has quit IRC | 02:52 | |
*** vishnoianil has quit IRC | 02:52 | |
*** fzdarsky has quit IRC | 02:52 | |
*** yamahata has quit IRC | 02:53 | |
*** thorst_ has joined #openstack-meeting | 02:53 | |
*** thorst_ has quit IRC | 02:58 | |
*** zhurong_ has joined #openstack-meeting | 03:03 | |
*** zhurong has quit IRC | 03:03 | |
*** vishnoianil has joined #openstack-meeting | 03:04 | |
*** xingchao has joined #openstack-meeting | 03:04 | |
*** Julien-zte has quit IRC | 03:06 | |
*** Julien-zte has joined #openstack-meeting | 03:07 | |
*** zhhuabj_ has quit IRC | 03:10 | |
*** zhhuabj_ has joined #openstack-meeting | 03:10 | |
*** Julien-zte has quit IRC | 03:10 | |
*** Julien-zte has joined #openstack-meeting | 03:11 | |
*** aeng has joined #openstack-meeting | 03:11 | |
*** Julien-zte has quit IRC | 03:11 | |
*** penick has quit IRC | 03:12 | |
*** Julien-zte has joined #openstack-meeting | 03:12 | |
*** rossella_s has quit IRC | 03:13 | |
*** penick has joined #openstack-meeting | 03:15 | |
*** Julien-zte has quit IRC | 03:17 | |
*** Julien-zte has joined #openstack-meeting | 03:18 | |
*** yamamoto_ has joined #openstack-meeting | 03:22 | |
*** adisky has joined #openstack-meeting | 03:23 | |
*** allanice001 has joined #openstack-meeting | 03:24 | |
*** thorst_ has joined #openstack-meeting | 03:24 | |
*** zhhuabj_ has quit IRC | 03:28 | |
*** ljxiash_ has quit IRC | 03:28 | |
*** thorst_ has quit IRC | 03:32 | |
*** epico has joined #openstack-meeting | 03:33 | |
*** AlanClark has quit IRC | 03:42 | |
*** xingchao has quit IRC | 03:43 | |
*** zhhuabj_ has joined #openstack-meeting | 03:46 | |
*** GB21 has quit IRC | 03:48 | |
*** EmilienM has quit IRC | 03:50 | |
*** njohnston has quit IRC | 03:51 | |
*** GB21 has joined #openstack-meeting | 03:52 | |
*** topol has quit IRC | 03:52 | |
*** njohnston has joined #openstack-meeting | 03:52 | |
*** EmilienM has joined #openstack-meeting | 03:53 | |
*** topol_ has joined #openstack-meeting | 03:54 | |
*** ljxiash has joined #openstack-meeting | 03:55 | |
*** xingchao has joined #openstack-meeting | 04:00 | |
*** ljxiash has quit IRC | 04:00 | |
*** unicell has joined #openstack-meeting | 04:04 | |
*** unicell has quit IRC | 04:04 | |
*** GB21 has quit IRC | 04:09 | |
*** numans has joined #openstack-meeting | 04:11 | |
*** xingchao has quit IRC | 04:12 | |
*** chris_morrell has joined #openstack-meeting | 04:12 | |
*** bobh has quit IRC | 04:20 | |
*** unicell has joined #openstack-meeting | 04:22 | |
*** GB21 has joined #openstack-meeting | 04:23 | |
*** yamahata has joined #openstack-meeting | 04:26 | |
*** dmorita has quit IRC | 04:28 | |
*** sudipto_ has joined #openstack-meeting | 04:28 | |
*** Guest83036 has joined #openstack-meeting | 04:28 | |
*** chris_morrell has quit IRC | 04:29 | |
*** Julien-zte has quit IRC | 04:38 | |
*** Julien-zte has joined #openstack-meeting | 04:38 | |
*** lhx_ has quit IRC | 04:40 | |
*** baoli has joined #openstack-meeting | 04:41 | |
*** ianychoi has joined #openstack-meeting | 04:42 | |
*** links has joined #openstack-meeting | 04:45 | |
*** lhx_ has joined #openstack-meeting | 04:48 | |
*** GB21 has quit IRC | 04:49 | |
*** dimtruck is now known as zz_dimtruck | 04:49 | |
*** armax has quit IRC | 04:50 | |
*** ayogi has joined #openstack-meeting | 04:50 | |
*** bobh has joined #openstack-meeting | 04:55 | |
*** SridharP has joined #openstack-meeting | 05:03 | |
*** baoli has quit IRC | 05:05 | |
*** GB21 has joined #openstack-meeting | 05:06 | |
*** hichihara has joined #openstack-meeting | 05:10 | |
*** irenab has quit IRC | 05:16 | |
*** Julien-z_ has joined #openstack-meeting | 05:18 | |
*** dmorita has joined #openstack-meeting | 05:18 | |
*** Julien-zte has quit IRC | 05:20 | |
*** dmorita has quit IRC | 05:23 | |
*** anilvenkata has joined #openstack-meeting | 05:24 | |
*** ljxiash has joined #openstack-meeting | 05:29 | |
*** prateek has joined #openstack-meeting | 05:30 | |
*** priteau has joined #openstack-meeting | 05:31 | |
*** priteau has quit IRC | 05:36 | |
*** kenji-i has quit IRC | 05:40 | |
*** bobh has quit IRC | 05:48 | |
*** GB21 has quit IRC | 05:53 | |
*** lhx_ has quit IRC | 05:55 | |
*** sridharg has joined #openstack-meeting | 05:55 | |
*** trinaths has joined #openstack-meeting | 05:55 | |
*** xingchao has joined #openstack-meeting | 05:59 | |
*** yangyape_ has joined #openstack-meeting | 06:01 | |
*** yangyapeng has quit IRC | 06:01 | |
*** xingchao has quit IRC | 06:02 | |
*** yangyape_ has quit IRC | 06:02 | |
*** flaper87 has joined #openstack-meeting | 06:03 | |
*** yangyapeng has joined #openstack-meeting | 06:03 | |
*** xingchao has joined #openstack-meeting | 06:03 | |
*** flaper87 is now known as Guest60507 | 06:03 | |
*** nadya has joined #openstack-meeting | 06:03 | |
*** nadya has quit IRC | 06:03 | |
*** fnaval has quit IRC | 06:05 | |
*** GB21 has joined #openstack-meeting | 06:06 | |
*** guoshan has joined #openstack-meeting | 06:06 | |
*** toabctl has quit IRC | 06:06 | |
*** lpetrut has joined #openstack-meeting | 06:09 | |
*** hichihara has quit IRC | 06:11 | |
*** hongbin has quit IRC | 06:12 | |
*** irenab has joined #openstack-meeting | 06:13 | |
*** Julien-z_ has quit IRC | 06:15 | |
*** Julien-zte has joined #openstack-meeting | 06:16 | |
*** Julien-zte has quit IRC | 06:17 | |
*** Julien-zte has joined #openstack-meeting | 06:17 | |
*** Guest60507 has quit IRC | 06:21 | |
*** guoshan has quit IRC | 06:24 | |
*** lhx_ has joined #openstack-meeting | 06:25 | |
*** xingchao has quit IRC | 06:26 | |
*** nadya has joined #openstack-meeting | 06:27 | |
*** guoshan has joined #openstack-meeting | 06:34 | |
*** xingchao has joined #openstack-meeting | 06:36 | |
*** ad_rien_ has joined #openstack-meeting | 06:39 | |
*** ad_rien_ has quit IRC | 06:43 | |
*** chris_morrell has joined #openstack-meeting | 06:47 | |
*** chris_morrell has quit IRC | 06:47 | |
*** guoshan has quit IRC | 06:47 | |
*** zhangshuai has joined #openstack-meeting | 06:49 | |
*** GB21 has quit IRC | 06:49 | |
*** aeng has quit IRC | 06:52 | |
*** nkrinner_afk is now known as nkrinner | 06:53 | |
*** Julien-zte has quit IRC | 06:54 | |
*** Julien-zte has joined #openstack-meeting | 06:55 | |
*** allanice001 has quit IRC | 06:56 | |
*** lpetrut has quit IRC | 06:56 | |
*** Julien-zte has quit IRC | 07:01 | |
*** yuval has joined #openstack-meeting | 07:02 | |
*** Julien-zte has joined #openstack-meeting | 07:02 | |
*** guoshan has joined #openstack-meeting | 07:03 | |
*** xingchao has quit IRC | 07:03 | |
*** baoli has joined #openstack-meeting | 07:06 | |
*** Julien-zte has quit IRC | 07:06 | |
*** GB21 has joined #openstack-meeting | 07:07 | |
*** Julien-zte has joined #openstack-meeting | 07:07 | |
*** Julien-zte has quit IRC | 07:07 | |
*** Julien-zte has joined #openstack-meeting | 07:08 | |
*** flaper87 has joined #openstack-meeting | 07:10 | |
*** baoli has quit IRC | 07:10 | |
*** anilvenkata is now known as anilvenkata_lunc | 07:13 | |
*** Julien-zte has quit IRC | 07:16 | |
*** Julien-zte has joined #openstack-meeting | 07:17 | |
*** yamamoto_ has quit IRC | 07:18 | |
*** tesseract has joined #openstack-meeting | 07:18 | |
*** tesseract is now known as Guest13491 | 07:19 | |
*** kaisers has quit IRC | 07:20 | |
*** kaisers has joined #openstack-meeting | 07:20 | |
*** rcernin has joined #openstack-meeting | 07:21 | |
*** oshidoshi has joined #openstack-meeting | 07:24 | |
*** rasca has joined #openstack-meeting | 07:24 | |
*** kaisers has quit IRC | 07:25 | |
*** toabctl has joined #openstack-meeting | 07:26 | |
*** Guest2 has joined #openstack-meeting | 07:26 | |
*** flaper87 has quit IRC | 07:28 | |
*** ad_rien_1 has joined #openstack-meeting | 07:31 | |
*** makowals has joined #openstack-meeting | 07:38 | |
*** lpetrut has joined #openstack-meeting | 07:39 | |
*** Julien-zte has quit IRC | 07:39 | |
*** Julien-zte has joined #openstack-meeting | 07:40 | |
*** korzen has joined #openstack-meeting | 07:42 | |
*** Julien-zte has quit IRC | 07:42 | |
*** akorzeni__ has joined #openstack-meeting | 07:42 | |
*** korzen has quit IRC | 07:42 | |
*** Julien-zte has joined #openstack-meeting | 07:43 | |
*** vishnoianil has quit IRC | 07:44 | |
*** lpetrut has quit IRC | 07:45 | |
*** egallen has joined #openstack-meeting | 07:46 | |
*** Julien-zte has quit IRC | 07:47 | |
*** Julien-zte has joined #openstack-meeting | 07:47 | |
*** lhx_ has quit IRC | 07:51 | |
*** Julien-zte has quit IRC | 07:51 | |
*** Julien-zte has joined #openstack-meeting | 07:52 | |
*** GB21 has quit IRC | 07:54 | |
*** allanice001 has joined #openstack-meeting | 07:54 | |
*** Julien-zte has quit IRC | 07:55 | |
*** dmacpher has quit IRC | 07:56 | |
*** unicell has quit IRC | 07:56 | |
*** shashank_hegde has quit IRC | 07:56 | |
*** unicell has joined #openstack-meeting | 07:56 | |
*** Julien-zte has joined #openstack-meeting | 07:56 | |
*** Julien-zte has quit IRC | 07:56 | |
*** Cibo_ has joined #openstack-meeting | 07:56 | |
*** kaminohana has quit IRC | 07:57 | |
*** Julien-zte has joined #openstack-meeting | 07:57 | |
*** yamamoto_ has joined #openstack-meeting | 07:58 | |
*** lhx_ has joined #openstack-meeting | 07:58 | |
*** kaisers has joined #openstack-meeting | 08:04 | |
*** xingchao has joined #openstack-meeting | 08:04 | |
*** vishnoianil has joined #openstack-meeting | 08:05 | |
*** GB21 has joined #openstack-meeting | 08:06 | |
*** Julien-zte has quit IRC | 08:09 | |
*** gouthamr has joined #openstack-meeting | 08:11 | |
*** SridharP has quit IRC | 08:12 | |
*** egallen has quit IRC | 08:15 | |
*** Guest2 has quit IRC | 08:15 | |
*** sridharg has quit IRC | 08:18 | |
*** ralonsoh has joined #openstack-meeting | 08:19 | |
*** anilvenkata_lunc has quit IRC | 08:20 | |
*** JRobinson__ has quit IRC | 08:20 | |
*** kaisers has quit IRC | 08:21 | |
*** kaisers has joined #openstack-meeting | 08:21 | |
*** kaisers has quit IRC | 08:25 | |
*** kaisers has joined #openstack-meeting | 08:25 | |
*** matrohon has joined #openstack-meeting | 08:26 | |
*** nmagnezi has joined #openstack-meeting | 08:28 | |
*** rossella_s has joined #openstack-meeting | 08:33 | |
*** adiantum has quit IRC | 08:36 | |
*** lhx_ has quit IRC | 08:39 | |
*** weshay has quit IRC | 08:43 | |
*** pnavarro has joined #openstack-meeting | 08:44 | |
*** flaper87 has joined #openstack-meeting | 08:45 | |
*** flaper87 has quit IRC | 08:46 | |
*** GB21 has quit IRC | 08:46 | |
*** weshay has joined #openstack-meeting | 08:49 | |
*** betherly has quit IRC | 08:49 | |
*** flaper87 has joined #openstack-meeting | 08:50 | |
*** lpetrut has joined #openstack-meeting | 08:50 | |
*** xingchao has quit IRC | 08:51 | |
*** bkero is now known as bkero-holiday | 08:51 | |
*** X-dark_ has joined #openstack-meeting | 08:53 | |
*** janki has joined #openstack-meeting | 08:54 | |
*** X-dark has quit IRC | 08:55 | |
*** X-dark_ is now known as X-dark | 08:55 | |
*** ykatabam has quit IRC | 08:56 | |
*** nadya has quit IRC | 08:58 | |
*** GB21 has joined #openstack-meeting | 09:00 | |
*** lhx_ has joined #openstack-meeting | 09:02 | |
*** iyamahat has joined #openstack-meeting | 09:03 | |
*** ygbo has joined #openstack-meeting | 09:03 | |
*** zhurong_ has quit IRC | 09:03 | |
*** yamahata has quit IRC | 09:05 | |
*** baoli has joined #openstack-meeting | 09:07 | |
*** GB21 has quit IRC | 09:08 | |
*** iyamahat has quit IRC | 09:09 | |
*** egallen has joined #openstack-meeting | 09:14 | |
*** andymaier has joined #openstack-meeting | 09:14 | |
*** gcb has quit IRC | 09:16 | |
*** toscalix has joined #openstack-meeting | 09:16 | |
*** GB21 has joined #openstack-meeting | 09:16 | |
*** baoli has quit IRC | 09:17 | |
*** SridharP has joined #openstack-meeting | 09:25 | |
*** GB21 has quit IRC | 09:25 | |
*** nadya has joined #openstack-meeting | 09:27 | |
*** kaisers has quit IRC | 09:29 | |
*** kaisers has joined #openstack-meeting | 09:29 | |
*** e0ne has joined #openstack-meeting | 09:29 | |
*** rbartal has joined #openstack-meeting | 09:32 | |
*** priteau has joined #openstack-meeting | 09:33 | |
*** kaisers has quit IRC | 09:34 | |
*** bogdando has joined #openstack-meeting | 09:35 | |
*** priteau has quit IRC | 09:37 | |
*** GB21 has joined #openstack-meeting | 09:37 | |
*** gcb has joined #openstack-meeting | 09:37 | |
*** acoles_ is now known as acoles | 09:38 | |
*** kaisers has joined #openstack-meeting | 09:38 | |
*** andymaier has quit IRC | 09:40 | |
*** tpsilva has joined #openstack-meeting | 09:42 | |
*** electrofelix has joined #openstack-meeting | 09:48 | |
*** claudiub|2 has joined #openstack-meeting | 09:49 | |
*** xingchao has joined #openstack-meeting | 09:52 | |
*** dbecker has joined #openstack-meeting | 09:52 | |
*** kaisers has quit IRC | 09:53 | |
*** sshnaidm|away is now known as sshnaidm | 09:54 | |
*** andymaier has joined #openstack-meeting | 09:54 | |
*** manikanta_tadi has quit IRC | 09:57 | |
*** GB21 has quit IRC | 09:58 | |
*** ralonsoh_ has joined #openstack-meeting | 10:03 | |
*** tovin07 has quit IRC | 10:03 | |
*** anilvenkata has joined #openstack-meeting | 10:04 | |
*** ralonsoh has quit IRC | 10:06 | |
*** sridharg has joined #openstack-meeting | 10:08 | |
*** egallen has quit IRC | 10:09 | |
*** ad_rien_1 has quit IRC | 10:11 | |
*** manikanta_tadi has joined #openstack-meeting | 10:12 | |
*** GB21 has joined #openstack-meeting | 10:15 | |
*** guoshan has quit IRC | 10:17 | |
*** astudenov has joined #openstack-meeting | 10:21 | |
*** kaisers_ has joined #openstack-meeting | 10:24 | |
*** bkero-holiday is now known as bkero | 10:24 | |
*** e0ne has quit IRC | 10:28 | |
*** arxcruz has quit IRC | 10:30 | |
*** yangyapeng has quit IRC | 10:37 | |
*** sambetts|afk is now known as sambetts | 10:38 | |
*** xingchao has quit IRC | 10:40 | |
*** flaper87 has quit IRC | 10:41 | |
*** flaper87 has joined #openstack-meeting | 10:41 | |
*** arxcruz has joined #openstack-meeting | 10:43 | |
*** egallen has joined #openstack-meeting | 10:43 | |
*** nadya has quit IRC | 10:57 | |
*** egallen has quit IRC | 10:58 | |
*** e0ne has joined #openstack-meeting | 10:58 | |
*** epico has quit IRC | 10:59 | |
*** manikanta_tadi has quit IRC | 11:01 | |
*** ralonsoh__ has joined #openstack-meeting | 11:04 | |
*** ralonsoh_ has quit IRC | 11:07 | |
*** zhangshuai has quit IRC | 11:10 | |
*** baoli has joined #openstack-meeting | 11:14 | |
*** zhangshuai has joined #openstack-meeting | 11:16 | |
*** baoli has quit IRC | 11:20 | |
*** spligak has quit IRC | 11:20 | |
*** SridharP has quit IRC | 11:24 | |
*** ociuhandu has quit IRC | 11:24 | |
*** dmorita has joined #openstack-meeting | 11:29 | |
*** sudipto_ has quit IRC | 11:32 | |
*** Guest83036 has quit IRC | 11:32 | |
*** zhurong has joined #openstack-meeting | 11:32 | |
*** yangyapeng has joined #openstack-meeting | 11:33 | |
*** dmorita has quit IRC | 11:33 | |
*** SridharP has joined #openstack-meeting | 11:34 | |
*** links has quit IRC | 11:39 | |
*** fzdarsky_ is now known as fzdarsky|lunch | 11:44 | |
*** maishsk has joined #openstack-meeting | 11:48 | |
*** links has joined #openstack-meeting | 11:54 | |
*** priteau has joined #openstack-meeting | 11:59 | |
*** cira has joined #openstack-meeting | 12:03 | |
*** priteau has quit IRC | 12:03 | |
*** guoshan has joined #openstack-meeting | 12:06 | |
*** prateek has quit IRC | 12:07 | |
*** prateek has joined #openstack-meeting | 12:07 | |
*** manikanta_tadi has joined #openstack-meeting | 12:11 | |
*** huanxuan has quit IRC | 12:14 | |
*** ociuhandu has joined #openstack-meeting | 12:15 | |
*** fzdarsky|lunch is now known as fzdarsky | 12:17 | |
*** cira has quit IRC | 12:17 | |
*** ljxiash has quit IRC | 12:19 | |
*** prateek has quit IRC | 12:20 | |
*** vishnoianil has quit IRC | 12:21 | |
*** numans has quit IRC | 12:22 | |
*** GB21 has quit IRC | 12:30 | |
*** rbartal_ has joined #openstack-meeting | 12:32 | |
*** GB21 has joined #openstack-meeting | 12:33 | |
*** vishnoianil has joined #openstack-meeting | 12:33 | |
*** astudenov has quit IRC | 12:35 | |
*** numans has joined #openstack-meeting | 12:39 | |
*** GB21 has quit IRC | 12:40 | |
*** artom__ has joined #openstack-meeting | 12:44 | |
*** artom_ has quit IRC | 12:47 | |
*** allanice001 has quit IRC | 12:48 | |
*** ayogi has quit IRC | 12:50 | |
*** egallen has joined #openstack-meeting | 12:54 | |
*** SridharP has quit IRC | 12:55 | |
*** eumel8 has joined #openstack-meeting | 12:56 | |
eumel8 | aloha | 12:56 |
ianychoi | eumel8, hihi! | 12:57 |
eumel8 | hi ianychoi | 12:58 |
ianychoi | hi :) how r u? | 12:58 |
eumel8 | I'm in a parallel meeting like every 2 weeks ;) | 12:58 |
ianychoi | oh you are in parallel now? | 12:58 |
eumel8 | yes | 12:58 |
ianychoi | actually same as me... | 12:59 |
ianychoi | maybe chainging meeting time later would be a good idea | 12:59 |
eumel8 | because the time shift in the winter time | 12:59 |
ianychoi | winter time.. ok | 12:59 |
ianychoi | i fotgot that today is thanksgiving is us | 13:00 |
ianychoi | #startmeeting OpenStack I18n Meeting | 13:00 |
eumel8 | not for us | 13:00 |
openstack | Meeting started Thu Nov 24 13:00:22 2016 UTC and is due to finish in 60 minutes. The chair is ianychoi. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:00 |
*** openstack changes topic to " (Meeting topic: OpenStack I18n Meeting)" | 13:00 | |
openstack | The meeting name has been set to 'openstack_i18n_meeting' | 13:00 |
eumel8 | ok | 13:00 |
eumel8 | hiho | 13:00 |
ianychoi | so.. if there are less people i would like to postpone.. to next thursday | 13:01 |
ianychoi | #link http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-11-17-07.02.html | 13:02 |
eumel8 | sounds good | 13:02 |
ianychoi | #link https://wiki.openstack.org/wiki/Meetings/I18nTeamMeeting#Agenda_for_next_meeting | 13:02 |
eumel8 | I have also not so much news | 13:03 |
*** nmagnezi has quit IRC | 13:03 | |
ianychoi | eumel8, thanks a lot for last week infra meeting. infra team is doing.. but now on rest for thanksgiving day in us :) | 13:03 |
*** shintaro has joined #openstack-meeting | 13:03 | |
eumel8 | ok :) | 13:03 |
shintaro | hi | 13:04 |
ianychoi | shintaro, hi! | 13:04 |
shintaro | sorry, wrong channel :( | 13:04 |
ianychoi | fine :6 | 13:04 |
ianychoi | #info today is thankgiving us. Let's postpone to next week! | 13:06 |
*** janki has quit IRC | 13:07 | |
ianychoi | eumel8, let's finish today meeting. Have a good another meeting and see you on the next week! | 13:07 |
eumel8 | cu ianychoi :) | 13:08 |
*** lhx_ has quit IRC | 13:08 | |
*** maishsk has quit IRC | 13:08 | |
*** cira has joined #openstack-meeting | 13:09 | |
ianychoi | oh cira | 13:09 |
cira | hey | 13:09 |
cira | sorry for the delay | 13:09 |
ianychoi | hey Romanian :) | 13:09 |
*** jftalta has joined #openstack-meeting | 13:09 | |
cira | hello hello :) | 13:09 |
ianychoi | hello! First sorry for my delay.. | 13:10 |
jftalta | hello | 13:10 |
ianychoi | jftalta, hi :) | 13:10 |
jftalta | sorry for being late | 13:10 |
*** maishsk has joined #openstack-meeting | 13:10 | |
ianychoi | fine but today i wanna postpone... because i am now in parallel and eumel8 is also.. | 13:11 |
jftalta | ah... | 13:11 |
jftalta | is today meeting cancelled ? | 13:12 |
ianychoi | jftalta, so anyway adding ro to zanata is fine right? | 13:12 |
ianychoi | now on going.. but i wanna postpone topics | 13:12 |
jftalta | ok | 13:13 |
jftalta | yes, adding ro to zanata is ok :) | 13:13 |
cira | i also have another meeting in 30 mins so its good if we keep it short and to the point | 13:13 |
cira | Thanks jftalta! do you guys have an estimate of the workload involved in hours? | 13:14 |
*** links has quit IRC | 13:14 | |
cira | I will try to recruit more romanian translators | 13:14 |
ianychoi | #topic Romanian languag | 13:14 |
*** openstack changes topic to "Romanian languag (Meeting topic: OpenStack I18n Meeting)" | 13:14 | |
jftalta | cira: good idea. | 13:17 |
ianychoi | #action ianychoi will add Romanian in Zanata and tell to cira | 13:17 |
ianychoi | cira i added it as an action item :) | 13:17 |
ianychoi | Are u familiar with irc? | 13:18 |
cira | thanks | 13:18 |
cira | ni have not used it since for 15 years now | 13:18 |
cira | i'll read a tutorial until next meeting to get back on track | 13:19 |
jftalta | cira: don't worry, it's not a big issue ;) | 13:20 |
*** spligak has joined #openstack-meeting | 13:20 | |
ianychoi | i agree with jftalta :) | 13:20 |
ianychoi | #topic open discussions | 13:20 |
*** openstack changes topic to "open discussions (Meeting topic: OpenStack I18n Meeting)" | 13:20 | |
cira | :) i know we can have private/public chats we got admins and all that | 13:21 |
*** donghao has joined #openstack-meeting | 13:22 | |
ianychoi | we use #openstack-i18n irc channel | 13:22 |
jftalta | ianychoi : review of french Mitaka install guide is in progress | 13:22 |
*** ekcs has quit IRC | 13:23 | |
jftalta | ianychoi : Zanata platform has been upgraded, right ? | 13:23 |
*** maishsk has quit IRC | 13:24 | |
*** maishsk has joined #openstack-meeting | 13:25 | |
*** nadya has joined #openstack-meeting | 13:25 | |
jftalta | "Glossary" in horizontal the menu bar is new for me | 13:25 |
ianychoi | is upgrading :) | 13:25 |
ianychoi | not upgraded | 13:25 |
jftalta | ok | 13:26 |
*** maishsk has quit IRC | 13:26 | |
ianychoi | jftalta, please let me know after that . Since liberty will be EOL soon I wanna enable French before eol | 13:26 |
jftalta | sure, I will | 13:27 |
ianychoi | thanks :) | 13:27 |
ianychoi | cirq nice to meet you today! | 13:27 |
ianychoi | cirq | 13:27 |
ianychoi | cira | 13:27 |
ianychoi | I wanna finish meeting if there r no more topics today... | 13:28 |
cira | nice meeting you too! | 13:28 |
jftalta | no more topic for me | 13:28 |
cira | i'll talk to you guys soon | 13:29 |
cira | have a nice day | 13:29 |
jftalta | cira: thx, see you soon ! | 13:29 |
*** numans has quit IRC | 13:29 | |
ianychoi | Bye all! | 13:29 |
ianychoi | #endmeeting | 13:29 |
jftalta | Bye | 13:29 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 13:29 | |
openstack | Meeting ended Thu Nov 24 13:29:57 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:30 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-11-24-13.00.html | 13:30 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-11-24-13.00.txt | 13:30 |
openstack | Log: http://eavesdrop.openstack.org/meetings/openstack_i18n_meeting/2016/openstack_i18n_meeting.2016-11-24-13.00.log.html | 13:30 |
*** numans has joined #openstack-meeting | 13:30 | |
*** cira has quit IRC | 13:30 | |
*** rossella_s has quit IRC | 13:31 | |
*** jftalta has quit IRC | 13:31 | |
*** toscalix has quit IRC | 13:31 | |
*** rossella_s has joined #openstack-meeting | 13:31 | |
*** eumel8 has quit IRC | 13:32 | |
*** toscalix has joined #openstack-meeting | 13:33 | |
*** numans has quit IRC | 13:36 | |
*** trinaths has left #openstack-meeting | 13:36 | |
*** huanxuan has joined #openstack-meeting | 13:37 | |
*** lhx_ has joined #openstack-meeting | 13:37 | |
*** yamamoto_ has quit IRC | 13:38 | |
*** thorst_ has joined #openstack-meeting | 13:41 | |
*** allanice001 has joined #openstack-meeting | 13:42 | |
*** neiljerram has quit IRC | 13:42 | |
*** sridharg has quit IRC | 13:45 | |
*** ljxiash has joined #openstack-meeting | 13:46 | |
*** numans has joined #openstack-meeting | 13:48 | |
*** thorst_ has quit IRC | 13:54 | |
*** thorst_ has joined #openstack-meeting | 13:55 | |
*** anilvenkata has quit IRC | 13:56 | |
*** irenab has quit IRC | 13:57 | |
*** lpetrut has quit IRC | 13:57 | |
*** lpetrut has joined #openstack-meeting | 13:58 | |
*** nadya has quit IRC | 13:58 | |
*** neiljerram has joined #openstack-meeting | 13:59 | |
*** shintaro has quit IRC | 14:02 | |
*** thorst_ has quit IRC | 14:04 | |
*** nadya has joined #openstack-meeting | 14:04 | |
*** zhurong has quit IRC | 14:06 | |
*** nadya has quit IRC | 14:08 | |
*** lazy_prince has quit IRC | 14:08 | |
*** rbartal_ has quit IRC | 14:09 | |
*** rbartal has quit IRC | 14:09 | |
*** lazy_prince has joined #openstack-meeting | 14:11 | |
*** jprovazn has joined #openstack-meeting | 14:15 | |
*** rods has quit IRC | 14:16 | |
*** huanxuan has quit IRC | 14:16 | |
*** andymaier has quit IRC | 14:17 | |
*** jamesdenton has joined #openstack-meeting | 14:17 | |
*** yamamoto has joined #openstack-meeting | 14:21 | |
*** hongbin has joined #openstack-meeting | 14:21 | |
*** yamamoto_ has joined #openstack-meeting | 14:22 | |
*** jamesdenton has quit IRC | 14:22 | |
*** jamesdenton has joined #openstack-meeting | 14:23 | |
*** yamamoto has quit IRC | 14:25 | |
*** cdub has quit IRC | 14:26 | |
*** jamesdenton has quit IRC | 14:28 | |
*** bobh has joined #openstack-meeting | 14:32 | |
*** bobh has quit IRC | 14:32 | |
*** bobh has joined #openstack-meeting | 14:32 | |
*** jamesdenton has joined #openstack-meeting | 14:33 | |
*** ociuhandu has quit IRC | 14:36 | |
*** markvoelker has joined #openstack-meeting | 14:36 | |
*** yamamoto_ has quit IRC | 14:37 | |
*** alexpilo_ has joined #openstack-meeting | 14:37 | |
*** jamesdenton has quit IRC | 14:38 | |
*** alexpilotti has quit IRC | 14:38 | |
*** donghao has quit IRC | 14:39 | |
*** thorst_ has joined #openstack-meeting | 14:40 | |
*** egallen has quit IRC | 14:42 | |
*** yamamoto has joined #openstack-meeting | 14:42 | |
*** beagles is now known as beagles_brb | 14:45 | |
*** andymaier has joined #openstack-meeting | 14:46 | |
*** andymaier has quit IRC | 14:46 | |
*** thorst_ has quit IRC | 14:47 | |
*** bobh has quit IRC | 14:50 | |
*** ociuhandu has joined #openstack-meeting | 14:52 | |
*** yamamoto has quit IRC | 14:54 | |
*** ansmith has joined #openstack-meeting | 14:54 | |
*** toscalix has quit IRC | 14:55 | |
*** bobh has joined #openstack-meeting | 14:56 | |
*** sshnaidm is now known as sshnaidm|afk | 14:57 | |
*** galstrom_zzz is now known as galstrom | 15:00 | |
*** hongbin has quit IRC | 15:00 | |
*** beagles_brb is now known as beagles | 15:01 | |
*** thorst_ has joined #openstack-meeting | 15:02 | |
*** r-mibu has joined #openstack-meeting | 15:02 | |
*** jamesdenton has joined #openstack-meeting | 15:03 | |
*** prateek has joined #openstack-meeting | 15:03 | |
*** yamamoto has joined #openstack-meeting | 15:03 | |
*** Cibo_ has quit IRC | 15:04 | |
*** yamamoto has quit IRC | 15:05 | |
*** thorst_ has quit IRC | 15:07 | |
*** lezbar has quit IRC | 15:07 | |
*** lezbar has joined #openstack-meeting | 15:10 | |
*** jamesdenton has quit IRC | 15:10 | |
*** yamamoto has joined #openstack-meeting | 15:10 | |
*** guoshan has quit IRC | 15:10 | |
*** xingchao has joined #openstack-meeting | 15:11 | |
*** xingchao has quit IRC | 15:12 | |
*** xingchao has joined #openstack-meeting | 15:12 | |
*** bobh has quit IRC | 15:16 | |
*** Cibo_ has joined #openstack-meeting | 15:20 | |
*** alexpilotti has joined #openstack-meeting | 15:20 | |
*** nadya has joined #openstack-meeting | 15:20 | |
*** alexpilo_ has quit IRC | 15:21 | |
*** bobh has joined #openstack-meeting | 15:25 | |
*** bobh has quit IRC | 15:31 | |
*** yamamoto has quit IRC | 15:31 | |
*** ansmith has quit IRC | 15:32 | |
*** yangyapeng has quit IRC | 15:33 | |
*** yangyapeng has joined #openstack-meeting | 15:35 | |
*** irenab has joined #openstack-meeting | 15:37 | |
*** ayogi has joined #openstack-meeting | 15:42 | |
*** egallen has joined #openstack-meeting | 15:45 | |
*** ansmith has joined #openstack-meeting | 15:45 | |
*** akorzeni__ has quit IRC | 15:48 | |
*** links has joined #openstack-meeting | 15:52 | |
*** gouthamr has quit IRC | 15:52 | |
*** links has quit IRC | 15:52 | |
*** vkramskikh has joined #openstack-meeting | 15:53 | |
*** bobh has joined #openstack-meeting | 15:54 | |
*** nadya has quit IRC | 15:55 | |
*** lennyb has quit IRC | 15:56 | |
*** nkrinner is now known as nkrinner_afk | 15:56 | |
*** yuval has quit IRC | 15:56 | |
*** salv-orlando has joined #openstack-meeting | 15:58 | |
*** toscalix has joined #openstack-meeting | 16:03 | |
*** zhangshuai has quit IRC | 16:03 | |
*** zhangshuai has joined #openstack-meeting | 16:03 | |
*** ayogi has quit IRC | 16:05 | |
*** galstrom is now known as galstrom_zzz | 16:07 | |
*** yamamoto has joined #openstack-meeting | 16:12 | |
*** yamamoto has quit IRC | 16:13 | |
*** jamesdenton has joined #openstack-meeting | 16:16 | |
*** jamesdenton has quit IRC | 16:19 | |
*** Guest13491 has quit IRC | 16:19 | |
*** rcernin has quit IRC | 16:20 | |
*** yamamoto has joined #openstack-meeting | 16:21 | |
*** galstrom_zzz is now known as galstrom | 16:21 | |
*** lhx_ has quit IRC | 16:21 | |
*** numans has quit IRC | 16:21 | |
*** yamamoto has quit IRC | 16:22 | |
*** oshidoshi has quit IRC | 16:23 | |
*** toscalix has quit IRC | 16:26 | |
*** toscalix has joined #openstack-meeting | 16:27 | |
*** baoli has joined #openstack-meeting | 16:28 | |
*** dmorita has joined #openstack-meeting | 16:29 | |
*** galstrom is now known as galstrom_zzz | 16:33 | |
*** dmorita has quit IRC | 16:34 | |
*** nadya has joined #openstack-meeting | 16:35 | |
*** kaisers_ has quit IRC | 16:35 | |
*** kaisers has joined #openstack-meeting | 16:36 | |
*** yamamoto has joined #openstack-meeting | 16:36 | |
*** rfolco has joined #openstack-meeting | 16:40 | |
*** kaisers has quit IRC | 16:40 | |
*** bobh has quit IRC | 16:40 | |
*** prateek has quit IRC | 16:43 | |
*** bobmel has quit IRC | 16:46 | |
*** bobmel has joined #openstack-meeting | 16:46 | |
*** I has joined #openstack-meeting | 16:49 | |
*** I is now known as Guest62652 | 16:50 | |
*** armax has joined #openstack-meeting | 16:50 | |
*** yangyapeng has quit IRC | 16:54 | |
*** matrohon has quit IRC | 16:55 | |
*** zz_dimtruck is now known as dimtruck | 16:57 | |
andreaf | #startmeeting qa | 17:00 |
openstack | Meeting started Thu Nov 24 17:00:42 2016 UTC and is due to finish in 60 minutes. The chair is andreaf. Information about MeetBot at http://wiki.debian.org/MeetBot. | 17:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:00 |
*** openstack changes topic to " (Meeting topic: qa)" | 17:00 | |
openstack | The meeting name has been set to 'qa' | 17:00 |
andreaf | Hello, who's here today? | 17:01 |
rodrigods | o/ | 17:01 |
andreaf | Today's agenda: #link https://wiki.openstack.org/wiki/Meetings/QATeamMeeting#Agenda_for_November_24th_2016_.281700_UTC.29 | 17:01 |
andreaf | Hello rodrigods - let | 17:01 |
andreaf | let's wait a min or two to see if someone else joins | 17:01 |
*** tellesnobrega has joined #openstack-meeting | 17:02 | |
rodrigods | can i have a topic from the meeting 15 days ago that didn't happen? | 17:02 |
rodrigods | Password management tests for keystone [rodrigods] | 17:02 |
andreaf | rodrigods: sure - we can talk about that in the #tempest section of the meeting if that's allright | 17:02 |
rodrigods | sounds good to me :) | 17:03 |
*** egallen has quit IRC | 17:03 | |
*** xingchao has quit IRC | 17:03 | |
andreaf | ok -it's 3 past, I guess we should go ahead and get started | 17:04 |
andreaf | #topic Ocata priorities | 17:04 |
*** openstack changes topic to "Ocata priorities (Meeting topic: qa)" | 17:04 | |
*** megm has quit IRC | 17:05 | |
*** frasantoro has quit IRC | 17:05 | |
andreaf | Just a reminder here that bug triage is one of the priorities we set for this cycle | 17:05 |
tellesnobrega | o/ | 17:05 |
andreaf | We have a calendar at #link https://etherpad.openstack.org/p/ocata-qa-bug-triage | 17:06 |
andreaf | feel free to sign-up for a week bug triage as there are some weeks with no owner in Jan/Feb next year | 17:07 |
*** megm has joined #openstack-meeting | 17:07 | |
andreaf | Anything else on Ocata priorities? | 17:07 |
rodrigods | andreaf, so one person assigns to a week to handle bug reports? | 17:07 |
rodrigods | handle i mean, triage | 17:08 |
andreaf | rodrigods: yes | 17:08 |
andreaf | we do a rotation as it involves a bit of extra work, but we want to keep the bug under control | 17:08 |
rodrigods | cool, i can help, would need someone from the core team to double check though, i guess | 17:08 |
andreaf | the person in charge for bug triage for a week shall report at the end of the week (Thursday) about the bug status in the QA meeting | 17:09 |
rodrigods | put myself on 22th December | 17:10 |
andreaf | rodrigods: cool - any question ping me or any other core in the qa room | 17:10 |
rodrigods | cool, will do | 17:10 |
andreaf | thanks | 17:10 |
andreaf | ok, next topic | 17:11 |
andreaf | #topic Specs Reviews | 17:11 |
*** openstack changes topic to "Specs Reviews (Meeting topic: qa)" | 17:11 | |
andreaf | #link https://review.openstack.org/#/q/status:open+project:openstack/qa-specs,n,z | 17:11 |
*** allanice001 has quit IRC | 17:11 | |
andreaf | I don't have anything special on this topic | 17:12 |
* rodrigods neither | 17:12 | |
andreaf | ok let's move on | 17:13 |
andreaf | #topic Tempest | 17:13 |
*** openstack changes topic to "Tempest (Meeting topic: qa)" | 17:13 | |
andreaf | rodrigods: the floor is yours :) | 17:13 |
rodrigods | cool! | 17:13 |
rodrigods | so keystone has this new feature that landed in newton called "PCI-DSS" | 17:13 |
*** sshnaidm|afk is now known as sshnaidm|away | 17:13 | |
rodrigods | it is related to password management, like: lockout user account after failed attempts, avoid reusing the same password, etc | 17:14 |
rodrigods | we know that devstack and tempest creates/destroys users alongside their passwords | 17:14 |
*** nadya has quit IRC | 17:15 | |
rodrigods | so we have a minimal set of such settings that can be currently tested in tempest | 17:15 |
rodrigods | two of them are: user account lockout and password history requirements | 17:15 |
rodrigods | to test the first, we set a lockout duration where the user account is locked up after failed login attempts | 17:16 |
rodrigods | and in the second one, we define the number of passwords that must be unique, meaning the user can't reuse them | 17:16 |
andreaf | ok | 17:16 |
rodrigods | so... for that i've created this change in devstack: https://review.openstack.org/#/c/377004/12 | 17:17 |
rodrigods | which sets these settings in keystone - meaning we are enabling them | 17:17 |
rodrigods | and this one to actually test the feature in tempest: https://review.openstack.org/#/c/378624/ | 17:17 |
rodrigods | i'd like to know if i'm doing that in the right way | 17:18 |
*** ygbo has quit IRC | 17:18 | |
rodrigods | for example... we have tests that modify the password of a user, and it needs to be reset so the same credentials can be used in another tests | 17:18 |
rodrigods | so for this tests, the cleanup is made by changing the password until its history is cleaned up and we can reuse the same password | 17:19 |
rodrigods | (more details in the reviews) | 17:19 |
rodrigods | basically: do you have any feedback? if so, can we have some eyes on them (reviews)? | 17:20 |
andreaf | one option would be to create a new use for the purpose of the test | 17:21 |
rodrigods | andreaf, the problem is that we have "self password update" tests | 17:21 |
andreaf | however that would imply that the test can only run with admin credentials... | 17:22 |
rodrigods | i can do that... but would need to change how the tests are currently handled (test_users) | 17:22 |
rodrigods | andreaf, right... we have both cases | 17:22 |
rodrigods | admin credentials and non-admin credentials | 17:22 |
andreaf | we try to avoid using admin credentials where they are not strictly needed as it makes life easier for interop testing | 17:23 |
rodrigods | andreaf, there is just one case where admin credentials are required | 17:23 |
*** reedip_ has joined #openstack-meeting | 17:23 | |
rodrigods | in the password reset operation: admins can reset user's passwords not mattering the password history | 17:24 |
*** e0ne has quit IRC | 17:24 | |
andreaf | rodrigods: I put your change in my review list - I don't see any problem from your description but I need to check the code | 17:24 |
rodrigods | ok, thanks andreaf | 17:25 |
rodrigods | you can ping me if you have any questions about the feature itself | 17:25 |
andreaf | ok will do | 17:27 |
andreaf | anything else on Tempest? | 17:27 |
rodrigods | only had that topic :) | 17:28 |
andreaf | ok - in terms of bugs, the current status is #link https://etherpad.openstack.org/p/tempest-weekly-bug-report | 17:28 |
andreaf | The number of bugs in status "new" went down from 26 to 19 | 17:29 |
andreaf | But we still have a rather large number of issues in progress / confirmed / triaged | 17:29 |
rodrigods | 65, right? | 17:30 |
*** rossella_s has quit IRC | 17:30 | |
andreaf | yes 65 open, 79 in progress | 17:31 |
*** rossella_s has joined #openstack-meeting | 17:31 | |
rodrigods | that's a big number, i can also try to get some to fix | 17:31 |
andreaf | If I remember lp settings properly, open ones are not assigned, in progress ones are | 17:32 |
*** toscalix has quit IRC | 17:32 | |
rodrigods | andreaf, correct | 17:32 |
andreaf | rodrigods: that would be great | 17:32 |
andreaf | rodrigods: I think at least some of in progress ones may be stale... | 17:32 |
andreaf | as 79 in progress sounds too much | 17:33 |
*** Guest62652 has quit IRC | 17:33 | |
rodrigods | right | 17:33 |
andreaf | ok, anything else on Tempest bugs? | 17:33 |
*** I has joined #openstack-meeting | 17:33 | |
*** sudipto_ has joined #openstack-meeting | 17:33 | |
*** I is now known as Guest33139 | 17:34 | |
andreaf | I'll go quickly through the next topics, please stop me if you have something to say | 17:34 |
andreaf | #topic DevStack + Grenade | 17:34 |
*** openstack changes topic to "DevStack + Grenade (Meeting topic: qa)" | 17:34 | |
rodrigods | ok | 17:34 |
andreaf | #topic openstack-health | 17:35 |
*** openstack changes topic to "openstack-health (Meeting topic: qa)" | 17:35 | |
andreaf | #link list of open reviews https://review.openstack.org/#/q/project:openstack/openstack-health+status:open | 17:35 |
*** matrohon has joined #openstack-meeting | 17:35 | |
andreaf | #topic Critical Reviews | 17:35 |
*** openstack changes topic to "Critical Reviews (Meeting topic: qa)" | 17:35 | |
andreaf | Any review that requires urgent attention? | 17:36 |
andreaf | I'll take that as a no | 17:36 |
rodrigods | PCI-DSS one :) | 17:36 |
andreaf | yes of course :) | 17:37 |
andreaf | #link https://review.openstack.org/#/c/378624/ | 17:37 |
andreaf | #link https://review.openstack.org/#/c/377004/ | 17:37 |
rodrigods | thanks andreaf | 17:37 |
andreaf | ok and finally | 17:37 |
andreaf | #topic Open Discussion | 17:38 |
*** openstack changes topic to "Open Discussion (Meeting topic: qa)" | 17:38 | |
*** yamamoto has quit IRC | 17:38 | |
rodrigods | think i'm good, all the details about the test i already gave above :) | 17:38 |
rodrigods | one thing is... if you need anything from the keystone side | 17:38 |
rodrigods | please ping me | 17:39 |
*** slaweq_ has quit IRC | 17:39 | |
rodrigods | i'm one of the keystone cores that focus more on quality/tests | 17:39 |
andreaf | nice, good to know, thank you rodrigods | 17:39 |
*** bobh has joined #openstack-meeting | 17:40 | |
*** slaweq_ has joined #openstack-meeting | 17:40 | |
andreaf | One note from my side: we have a set of Ocata priorities, but if there is any urgent need to a stable interface for a plugin do let the QA team know, so we can prioritise it | 17:41 |
rodrigods | i have a patch that moves one of the identity clients to tempest.lib | 17:41 |
andreaf | thanks do you have a link? | 17:42 |
rodrigods | https://review.openstack.org/#/c/381796/ | 17:42 |
*** jordanP has joined #openstack-meeting | 17:42 | |
rodrigods | the other ones are moved in a follow up patch | 17:42 |
andreaf | #link https://review.openstack.org/#/c/381796/ | 17:42 |
*** jtomasek has quit IRC | 17:42 | |
andreaf | ok, I guess we can get 15+ min of our lives back, no point in waiting until the end of the hour :) | 17:42 |
jordanP | sorry I missed it again | 17:43 |
jordanP | I've fixed my calendar now | 17:43 |
andreaf | thanks rodrigods, I look forward to see all the clients stable | 17:43 |
andreaf | jordanP: no worries - do you have anything to discuss before we close? | 17:44 |
jordanP | hum.... nothin in particular, life is great | 17:44 |
andreaf | yay | 17:44 |
rodrigods | lol | 17:45 |
*** jtomasek has joined #openstack-meeting | 17:45 | |
*** ljxiash has quit IRC | 17:45 | |
andreaf | ok have a good rest of the day folks | 17:45 |
andreaf | thanks for attending! | 17:45 |
rodrigods | thanks! | 17:45 |
andreaf | #endmeeting | 17:46 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 17:46 | |
openstack | Meeting ended Thu Nov 24 17:46:07 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:46 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-11-24-17.00.html | 17:46 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-11-24-17.00.txt | 17:46 |
openstack | Log: http://eavesdrop.openstack.org/meetings/qa/2016/qa.2016-11-24-17.00.log.html | 17:46 |
*** ljxiash has joined #openstack-meeting | 17:46 | |
*** jordanP has quit IRC | 17:48 | |
*** slaweq_ has quit IRC | 17:48 | |
*** slaweq_ has joined #openstack-meeting | 17:50 | |
*** sambetts is now known as sambetts|afk | 17:50 | |
*** bobh has quit IRC | 17:51 | |
*** ljxiash has quit IRC | 17:55 | |
*** ljxiash has joined #openstack-meeting | 17:55 | |
*** ljxiash has quit IRC | 17:55 | |
*** ljxiash has joined #openstack-meeting | 17:56 | |
*** rasca has quit IRC | 17:57 | |
*** ljxiash has quit IRC | 17:58 | |
*** jprovazn has quit IRC | 17:59 | |
*** ljxiash has joined #openstack-meeting | 17:59 | |
*** sudipto_ has quit IRC | 18:02 | |
*** Guest33139 has quit IRC | 18:02 | |
*** ljxiash has quit IRC | 18:02 | |
*** ljxiash has joined #openstack-meeting | 18:03 | |
*** ralonsoh__ has quit IRC | 18:04 | |
*** matrohon has quit IRC | 18:04 | |
*** reedip_ has quit IRC | 18:07 | |
*** slaweq_ has quit IRC | 18:08 | |
*** toscalix has joined #openstack-meeting | 18:10 | |
*** nadya has joined #openstack-meeting | 18:11 | |
*** anilvenkata has joined #openstack-meeting | 18:13 | |
*** akorzeni__ has joined #openstack-meeting | 18:13 | |
*** rossella_s has quit IRC | 18:18 | |
*** toscalix has quit IRC | 18:19 | |
*** nadya has quit IRC | 18:20 | |
*** baoli has quit IRC | 18:23 | |
*** fzdarsky is now known as fzdarsky|afk | 18:23 | |
*** baoli has joined #openstack-meeting | 18:26 | |
*** slaweq_ has joined #openstack-meeting | 18:27 | |
*** unicell has quit IRC | 18:30 | |
*** unicell has joined #openstack-meeting | 18:30 | |
*** salv-orl_ has joined #openstack-meeting | 18:30 | |
*** baoli has quit IRC | 18:31 | |
*** baoli has joined #openstack-meeting | 18:32 | |
*** salv-orlando has quit IRC | 18:32 | |
*** galstrom_zzz is now known as galstrom | 18:33 | |
*** electrofelix has quit IRC | 18:33 | |
*** egallen has joined #openstack-meeting | 18:33 | |
*** X-dark_ has joined #openstack-meeting | 18:35 | |
*** X-dark has quit IRC | 18:36 | |
*** X-dark_ is now known as X-dark | 18:36 | |
*** unicell1 has joined #openstack-meeting | 18:39 | |
*** unicell has quit IRC | 18:39 | |
*** gouthamr has joined #openstack-meeting | 18:40 | |
*** chris_morrell has joined #openstack-meeting | 18:41 | |
*** kaisers has joined #openstack-meeting | 18:46 | |
*** galstrom is now known as galstrom_zzz | 18:46 | |
*** sudipto_ has joined #openstack-meeting | 18:47 | |
*** Guest33139 has joined #openstack-meeting | 18:47 | |
*** galstrom_zzz is now known as galstrom | 18:49 | |
*** chris_morrell has quit IRC | 18:50 | |
*** egallen has quit IRC | 18:50 | |
*** egallen has joined #openstack-meeting | 18:50 | |
*** kaisers has quit IRC | 18:51 | |
*** baoli has quit IRC | 18:51 | |
*** sudipto_ has quit IRC | 18:52 | |
*** Guest33139 has quit IRC | 18:52 | |
*** yamahata has joined #openstack-meeting | 18:54 | |
*** egallen has quit IRC | 18:55 | |
*** egallen has joined #openstack-meeting | 18:57 | |
*** pnavarro has quit IRC | 18:57 | |
*** kaisers has joined #openstack-meeting | 18:58 | |
*** kaisers has quit IRC | 18:58 | |
*** kaisers_ has joined #openstack-meeting | 18:59 | |
*** ljxiash has quit IRC | 19:01 | |
*** galstrom is now known as galstrom_zzz | 19:08 | |
*** slaweq_ has quit IRC | 19:08 | |
*** egallen has quit IRC | 19:12 | |
*** lpetrut has quit IRC | 19:12 | |
*** akorzeni__ has quit IRC | 19:15 | |
*** acoles is now known as acoles_ | 19:18 | |
*** chris_morrell has joined #openstack-meeting | 19:19 | |
*** mtanino has joined #openstack-meeting | 19:20 | |
*** chris_morrell has quit IRC | 19:23 | |
*** salv-orl_ has quit IRC | 19:27 | |
*** zhhuabj_ has quit IRC | 19:27 | |
*** yamahata has quit IRC | 19:27 | |
*** iyamahat has joined #openstack-meeting | 19:28 | |
*** tellesnobrega has quit IRC | 19:29 | |
*** e0ne has joined #openstack-meeting | 19:32 | |
*** iyamahat has quit IRC | 19:33 | |
*** dkehn_ has quit IRC | 19:38 | |
*** dkehn_ has joined #openstack-meeting | 19:38 | |
*** fnaval has joined #openstack-meeting | 19:38 | |
*** mtanino has quit IRC | 19:38 | |
*** fnaval has quit IRC | 19:39 | |
*** zhhuabj_ has joined #openstack-meeting | 19:40 | |
*** fnaval has joined #openstack-meeting | 19:40 | |
*** matrohon has joined #openstack-meeting | 19:41 | |
*** aspiers has quit IRC | 19:42 | |
*** dkehn__ has joined #openstack-meeting | 19:42 | |
*** dkehn_ has quit IRC | 19:44 | |
*** egallen has joined #openstack-meeting | 19:50 | |
*** matrohon has quit IRC | 19:51 | |
*** bobh has joined #openstack-meeting | 19:53 | |
*** gouthamr has quit IRC | 19:57 | |
*** rfolco has quit IRC | 19:59 | |
*** bobh has quit IRC | 20:00 | |
*** lpetrut has joined #openstack-meeting | 20:06 | |
*** egallen has quit IRC | 20:06 | |
*** matrohon has joined #openstack-meeting | 20:07 | |
*** raildo has quit IRC | 20:10 | |
*** slaweq_ has joined #openstack-meeting | 20:18 | |
*** Cibo_ has quit IRC | 20:18 | |
*** Cibo_ has joined #openstack-meeting | 20:18 | |
*** e0ne has quit IRC | 20:20 | |
*** raildo has joined #openstack-meeting | 20:22 | |
*** raildo has quit IRC | 20:29 | |
*** X-dark has quit IRC | 20:30 | |
*** yamamoto has joined #openstack-meeting | 20:39 | |
*** yamamoto has quit IRC | 20:43 | |
*** kaisers_ has quit IRC | 20:44 | |
*** X-dark has joined #openstack-meeting | 20:44 | |
*** CrashOverride has joined #openstack-meeting | 20:48 | |
*** ykatabam has joined #openstack-meeting | 20:48 | |
*** chris_morrell has joined #openstack-meeting | 20:49 | |
*** takashin has joined #openstack-meeting | 20:55 | |
*** gouthamr has joined #openstack-meeting | 20:57 | |
*** donghao has joined #openstack-meeting | 21:00 | |
*** bobh has joined #openstack-meeting | 21:04 | |
*** anilvenkata has quit IRC | 21:08 | |
*** bobh has quit IRC | 21:11 | |
*** armax has quit IRC | 21:14 | |
*** aspiers has joined #openstack-meeting | 21:14 | |
*** dbecker has quit IRC | 21:17 | |
*** bobh has joined #openstack-meeting | 21:18 | |
*** CrashOverride has quit IRC | 21:20 | |
*** armax has joined #openstack-meeting | 21:21 | |
*** CrashOverride has joined #openstack-meeting | 21:41 | |
*** gouthamr has quit IRC | 21:46 | |
*** imcsk8 has quit IRC | 21:50 | |
*** imcsk8 has joined #openstack-meeting | 21:55 | |
*** egallen has joined #openstack-meeting | 21:56 | |
*** jamesdenton has joined #openstack-meeting | 21:57 | |
*** chris_morrell has quit IRC | 21:59 | |
*** kaisers has joined #openstack-meeting | 21:59 | |
*** kaisers has quit IRC | 22:00 | |
*** kaisers has joined #openstack-meeting | 22:01 | |
*** egallen has quit IRC | 22:05 | |
*** kaisers has quit IRC | 22:05 | |
*** egallen has joined #openstack-meeting | 22:09 | |
*** mickeys has joined #openstack-meeting | 22:10 | |
*** takashin has left #openstack-meeting | 22:11 | |
*** matrohon has quit IRC | 22:12 | |
*** bobh has quit IRC | 22:15 | |
*** tpsilva has quit IRC | 22:15 | |
*** kaisers has joined #openstack-meeting | 22:15 | |
*** egallen has quit IRC | 22:16 | |
*** mickeys has quit IRC | 22:16 | |
*** kaisers has quit IRC | 22:19 | |
*** bobh has joined #openstack-meeting | 22:27 | |
*** jamesdenton has quit IRC | 22:29 | |
*** iyamahat has joined #openstack-meeting | 22:30 | |
*** xiaohhui has joined #openstack-meeting | 22:31 | |
*** bobh has quit IRC | 22:32 | |
*** CrashOverride has quit IRC | 22:35 | |
*** iyamahat has quit IRC | 22:37 | |
*** salv-orlando has joined #openstack-meeting | 22:39 | |
*** claudiub|2 has quit IRC | 22:41 | |
*** CrashOverride has joined #openstack-meeting | 22:41 | |
*** chris_morrell has joined #openstack-meeting | 22:48 | |
*** CrashOverride has quit IRC | 22:48 | |
*** JRobinson__ has joined #openstack-meeting | 22:55 | |
*** lpetrut has quit IRC | 22:59 | |
*** kaminohana has joined #openstack-meeting | 23:09 | |
*** salv-orlando has quit IRC | 23:13 | |
*** krtaylor has quit IRC | 23:21 | |
*** chris_morrell has quit IRC | 23:24 | |
*** ntpttr-vacation has quit IRC | 23:31 | |
*** ntpttr has joined #openstack-meeting | 23:31 | |
*** armax has quit IRC | 23:31 | |
*** armax has joined #openstack-meeting | 23:32 | |
*** bobh_ has joined #openstack-meeting | 23:33 | |
*** krtaylor has joined #openstack-meeting | 23:34 | |
*** bobh_ has quit IRC | 23:38 | |
*** JRobinson__ is now known as JRobinson__afk | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!