*** MaxPC has quit IRC | 00:01 | |
*** exploreshaifali has quit IRC | 00:16 | |
*** yingjun has joined #openstack-rally | 00:20 | |
*** arnoldje has joined #openstack-rally | 00:26 | |
*** pvaneck has quit IRC | 00:42 | |
*** MaxPC has joined #openstack-rally | 01:12 | |
*** MaxPC has quit IRC | 01:12 | |
*** madhu_ak has quit IRC | 01:18 | |
openstackgerrit | Yuki Nishiwaki proposed openstack/rally: Fix sshutils for error in writing received data https://review.openstack.org/233476 | 01:23 |
---|---|---|
*** MaxPC has joined #openstack-rally | 01:40 | |
*** MaxPC has quit IRC | 01:44 | |
*** ilbot3 has quit IRC | 01:45 | |
*** ilbot3 has joined #openstack-rally | 01:48 | |
*** MaxPC has joined #openstack-rally | 02:32 | |
*** baker has joined #openstack-rally | 02:34 | |
*** baker_ has joined #openstack-rally | 02:43 | |
*** baker has quit IRC | 02:45 | |
*** puranamr has joined #openstack-rally | 02:53 | |
*** MaxPC has quit IRC | 02:54 | |
*** MaxPC has joined #openstack-rally | 02:55 | |
boris-42 | kun_huang: are u around? | 02:57 |
kun_huang | boris-42: yep | 02:58 |
boris-42 | kun_huang: we have quite productive meeting this morning | 02:59 |
boris-42 | kun_huang: one of the results was this patch https://review.openstack.org/#/c/233665/ | 02:59 |
kun_huang | boris-42: seems good "docker check" is passed | 03:00 |
boris-42 | kun_huang: you can try it by hands (it will be like better) | 03:00 |
boris-42 | kun_huang: the another thing is this https://review.openstack.org/#/c/233532/ | 03:01 |
boris-42 | kun_huang: I will fix unit tests now | 03:01 |
*** MaxPC has quit IRC | 03:05 | |
kun_huang | boris-42: a bit slow, I'm watching the bug report | 03:06 |
kun_huang | https://www.irccloud.com/pastebin/4y40dBy6/ | 03:06 |
kun_huang | got it, here are the issues | 03:06 |
boris-42 | kun_huang: ? | 03:08 |
kun_huang | the issue which https://review.openstack.org/#/c/233532/ tries to fix | 03:08 |
*** puranamr has quit IRC | 03:08 | |
boris-42 | kun_huang: it doesn't try | 03:11 |
boris-42 | kun_huang: it just fixes | 03:11 |
kun_huang | boris-42: okay, I'll take care of these two today | 03:12 |
kun_huang | :) | 03:12 |
boris-42 | it's very simple patch | 03:13 |
boris-42 | kun_huang: in each iteration we have timestamp (when it started) | 03:13 |
boris-42 | kun_huang: results are sorted by ending (by default) | 03:13 |
boris-42 | so we just resort them in proper way | 03:13 |
kun_huang | boris-42: btw, about the docker patch | 03:15 |
kun_huang | have you tested it? "db recreate" line may run before "CMD" line | 03:15 |
*** puranamr has joined #openstack-rally | 03:17 | |
boris-42 | kun_huang: not yet didn't have time | 03:18 |
*** MaxPC has joined #openstack-rally | 03:22 | |
*** puranamr has quit IRC | 03:23 | |
*** MaxPC has quit IRC | 03:28 | |
*** yingjun has quit IRC | 03:47 | |
*** yingjun has joined #openstack-rally | 03:48 | |
*** yingjun has quit IRC | 03:52 | |
*** 32NAAJR1K has quit IRC | 03:54 | |
boris-42 | kun_huang: btw | 03:57 |
boris-42 | kun_huang: about this https://bugs.launchpad.net/rally/+bug/1326051 | 03:57 |
openstack | Launchpad bug 1326051 in Rally "Cancelling task with ctrl-c leaves it in running state" [High,In progress] - Assigned to Kun Huang (academicgareth) | 03:57 |
boris-42 | kun_huang: do you know how to fix it? | 03:57 |
boris-42 | kun_huang: I probably know so I can at least help you with direction | 03:57 |
kun_huang | boris-42: I think we should handle "ctrl c" in thread level | 03:58 |
boris-42 | NO | 03:58 |
boris-42 | ctrl + c is wrong apporach | 03:58 |
boris-42 | we should handle sigint | 03:58 |
boris-42 | https://docs.python.org/2/library/atexit.html | 03:58 |
kun_huang | boris-42: not KeyboardInterrupt ? | 03:59 |
boris-42 | nope | 03:59 |
boris-42 | it's just ONE of the ways to quite your application | 04:00 |
*** yeungp has joined #openstack-rally | 04:00 | |
kun_huang | btw, what do you want rally do when user press "crtl c"? | 04:01 |
boris-42 | send rally task abort single | 04:02 |
kun_huang | boris-42: I know this, the old patch handle KeyboardInterrupt and run abort in rally process level | 04:04 |
kun_huang | boris-42: but when all iteration starts, the subprocess would eat the "crtl c" | 04:05 |
boris-42 | kun_huang: let me try to handle thi | 04:05 |
boris-42 | this | 04:05 |
kun_huang | okay | 04:05 |
boris-42 | kun_huang: there is stuff related to future rally as a service | 04:05 |
boris-42 | kun_huang: so it needs some hacking=) | 04:05 |
*** arnoldje has quit IRC | 04:11 | |
openstackgerrit | Merged openstack/rally: Display less OS specific message in install script https://review.openstack.org/233629 | 04:12 |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Fix the order of iterations in DB https://review.openstack.org/233532 | 04:23 |
boris-42 | kun_huang: ^ fixed tests here | 04:23 |
openstackgerrit | Merged openstack/rally: New optional_action_timer decorator https://review.openstack.org/233794 | 04:23 |
kun_huang | boris-42: unit tests are passed this time :) | 04:29 |
kun_huang | boris-42: nope | 04:31 |
kun_huang | KeyboardInterrupt | 04:31 |
kun_huang | boris-42: https://jenkins03.openstack.org/job/gate-rally-python34/1187/console python34 failed one | 04:32 |
*** cp16net has left #openstack-rally | 04:37 | |
*** haigang has joined #openstack-rally | 04:41 | |
*** haigang has quit IRC | 04:42 | |
*** yingjun has joined #openstack-rally | 04:50 | |
*** baker_ has quit IRC | 04:55 | |
*** yfried has quit IRC | 05:11 | |
*** rdas has joined #openstack-rally | 05:15 | |
*** yingjun has quit IRC | 05:21 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Fix the order of iterations in DB https://review.openstack.org/233532 | 05:22 |
boris-42 | kun_huang: ^ fixed | 05:22 |
openstackgerrit | Merged openstack/rally: Make Docker Container work out of the box https://review.openstack.org/233665 | 05:39 |
openstackgerrit | Kun Huang proposed openstack/rally: Add monascaclient to the latest version https://review.openstack.org/187351 | 05:53 |
openstackgerrit | Kun Huang proposed openstack/rally: Add monascaclient to the latest version https://review.openstack.org/187351 | 06:03 |
*** openstack has joined #openstack-rally | 06:29 | |
*** neeti has joined #openstack-rally | 06:40 | |
*** yfried has joined #openstack-rally | 06:51 | |
*** yfried has quit IRC | 06:55 | |
*** yfried has joined #openstack-rally | 06:56 | |
*** e0ne has joined #openstack-rally | 06:58 | |
*** e0ne has quit IRC | 06:59 | |
*** Travis__ has joined #openstack-rally | 07:04 | |
*** exploreshaifali has joined #openstack-rally | 07:11 | |
*** Travis__ has left #openstack-rally | 07:15 | |
*** e0ne has joined #openstack-rally | 07:16 | |
*** exploreshaifali has quit IRC | 07:20 | |
*** anshul has joined #openstack-rally | 07:28 | |
*** anshul has quit IRC | 07:32 | |
*** anshul has joined #openstack-rally | 07:33 | |
*** arxcruz has joined #openstack-rally | 07:41 | |
*** e0ne has quit IRC | 07:44 | |
*** yfried is now known as yfried|afk | 08:04 | |
*** yfried|afk is now known as yfried | 08:06 | |
*** amaretskiy has joined #openstack-rally | 08:08 | |
*** svasheka has joined #openstack-rally | 08:18 | |
*** yingjun has joined #openstack-rally | 08:21 | |
*** yfried is now known as yfried|afk | 08:23 | |
*** yfried|afk is now known as yfried | 08:33 | |
*** openstack has joined #openstack-rally | 08:48 | |
*** arcimboldo has joined #openstack-rally | 08:56 | |
*** exploreshaifali has joined #openstack-rally | 09:03 | |
*** cdent has joined #openstack-rally | 09:10 | |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Creation a list of samples in sample generator https://review.openstack.org/192130 | 09:17 |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Add timestamps and metadata into creating samples https://review.openstack.org/227343 | 09:29 |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Creation a list of samples in sample generator https://review.openstack.org/192130 | 09:29 |
*** openstackstatus has joined #openstack-rally | 09:38 | |
*** ChanServ sets mode: +v openstackstatus | 09:38 | |
*** yingjun has quit IRC | 09:39 | |
*** yfried is now known as yfried|afk | 09:40 | |
*** yfried|afk is now known as yfried | 09:41 | |
-openstackstatus- NOTICE: gerrit is undergoing an emergency restart to investigate load issues | 09:43 | |
*** ChanServ changes topic to "gerrit is undergoing an emergency restart to investigate load issues" | 09:43 | |
*** tosky has joined #openstack-rally | 09:48 | |
*** e0ne has joined #openstack-rally | 09:58 | |
*** openstackgerrit has quit IRC | 10:01 | |
*** aix has joined #openstack-rally | 10:01 | |
*** openstackgerrit has joined #openstack-rally | 10:01 | |
*** berendt has joined #openstack-rally | 10:04 | |
*** yfried is now known as yfried|afk | 10:13 | |
*** aix has quit IRC | 10:30 | |
*** adiantum has joined #openstack-rally | 10:34 | |
*** aix has joined #openstack-rally | 10:42 | |
*** kiran-r has quit IRC | 10:43 | |
*** yfried|afk is now known as yfried | 10:43 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/rally: Prevent false negative results during wait for resource deletion https://review.openstack.org/234124 | 10:51 |
openstackgerrit | Evgeny Sikachev proposed openstack/rally: [Sahara] Split Data Sources context https://review.openstack.org/177732 | 10:52 |
*** yfried is now known as yfried|afk | 10:54 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Adding command to show tempest.conf https://review.openstack.org/234126 | 10:58 |
*** jaypipes has joined #openstack-rally | 10:59 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: WIP: rewrite rally.osclients.Clients class https://review.openstack.org/233727 | 11:04 |
*** yfried|afk is now known as yfried | 11:11 | |
*** ChanServ changes topic to "☁ Rally RoadMap: http://goo.gl/JZkmwY ☁ Review Dashboard: http://goo.gl/YuCJfl ☁ IRC logs http://irclog.perlgeek.de/openstack-rally ☁ Key persons to ask: boris-42, yfried, msdubov, rediskin, andreykurilin, amaretskiy ☁ Documentation: https://rally.readthedocs.org/en/latest/ ☁ To publish changes to Rally: https://rally.readthedocs.org/en/latest/contribute.html" | 11:18 | |
-openstackstatus- NOTICE: Gerrit has been restarted and is responding to normal load again. | 11:18 | |
*** yingjun has joined #openstack-rally | 11:24 | |
*** yeungp has quit IRC | 11:29 | |
*** yfried is now known as yfried|afk | 11:30 | |
*** exploreshaifali has quit IRC | 11:32 | |
*** yfried|afk is now known as yfried | 11:37 | |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Creation a list of samples in sample generator https://review.openstack.org/192130 | 11:39 |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Adding command to show tempest.conf https://review.openstack.org/234126 | 11:46 |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Add timestamps and metadata into creating samples https://review.openstack.org/227343 | 11:59 |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Creation a list of samples in sample generator https://review.openstack.org/192130 | 11:59 |
*** fhubik has joined #openstack-rally | 12:00 | |
*** e0ne has quit IRC | 12:00 | |
*** fhubik is now known as fhubik_brb | 12:00 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/rally: Prevent false negative results during wait for resource deletion https://review.openstack.org/234124 | 12:02 |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Add timestamps and metadata into creating samples https://review.openstack.org/227343 | 12:02 |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Creation a list of samples in sample generator https://review.openstack.org/192130 | 12:02 |
*** fhubik_brb is now known as fhubik | 12:04 | |
openstackgerrit | Merged openstack/rally: Fix the order of iterations in DB https://review.openstack.org/233532 | 12:15 |
openstackgerrit | Merged openstack/rally: Fix sshutils for error in writing received data https://review.openstack.org/233476 | 12:16 |
openstackgerrit | Igor Degtiarov proposed openstack/rally: Add batching for samples creation in context https://review.openstack.org/232968 | 12:21 |
*** stpierre has joined #openstack-rally | 12:23 | |
*** MaxPC has joined #openstack-rally | 12:25 | |
*** albertw has quit IRC | 12:42 | |
*** albertw has joined #openstack-rally | 12:43 | |
*** e0ne has joined #openstack-rally | 12:46 | |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Convert scenarios to optional_action_timer https://review.openstack.org/234191 | 12:52 |
*** fhubik is now known as fhubik_brb | 12:54 | |
openstackgerrit | Evgeny Sikachev proposed openstack/rally: [Sahara] Add Swift to input data sources https://review.openstack.org/178677 | 12:55 |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Change rps by function https://review.openstack.org/234195 | 12:57 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Implement new random name generator for scenario plugins https://review.openstack.org/226385 | 13:06 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Implement new random name generator for wrapper plugins https://review.openstack.org/226387 | 13:06 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Remove old random name generator https://review.openstack.org/226388 | 13:06 |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Change rps by function https://review.openstack.org/234195 | 13:06 |
*** stpierre has quit IRC | 13:27 | |
*** yfried is now known as yfried|afk | 13:33 | |
*** yfried|afk is now known as yfried | 13:36 | |
*** emagana has joined #openstack-rally | 13:37 | |
openstackgerrit | Victor Ryzhenkin proposed openstack/rally: Prevent false negative results during wait for resource deletion https://review.openstack.org/234124 | 13:42 |
*** puranamr has joined #openstack-rally | 13:43 | |
*** neeti has quit IRC | 13:44 | |
*** puranamr has quit IRC | 13:45 | |
*** yingjun has quit IRC | 13:56 | |
*** rdas has quit IRC | 13:59 | |
*** spyderdyne has joined #openstack-rally | 14:01 | |
*** arcimboldo has quit IRC | 14:09 | |
*** stpierre has joined #openstack-rally | 14:10 | |
*** mwagner_ has quit IRC | 14:12 | |
*** spyderdyne has quit IRC | 14:14 | |
*** arnoldje has joined #openstack-rally | 14:19 | |
*** emagana has quit IRC | 14:25 | |
openstackgerrit | Kun Huang proposed openstack/rally: Fix random miss in comsumer/publisher broker https://review.openstack.org/234257 | 14:39 |
*** emagana has joined #openstack-rally | 14:47 | |
*** arxcruz has quit IRC | 14:53 | |
*** yfried is now known as yfried|afk | 15:03 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: rewrite rally.osclients.Clients class https://review.openstack.org/233727 | 15:05 |
*** yfried|afk has quit IRC | 15:10 | |
openstackgerrit | Andrey Kurilin proposed openstack/rally: rewrite rally.osclients.Clients class https://review.openstack.org/233727 | 15:12 |
*** fhubik_brb is now known as fhubik | 15:14 | |
openstackgerrit | Evgeny Sikachev proposed openstack/rally: [Sahara] Add Swift to output data sources https://review.openstack.org/180519 | 15:16 |
*** oanufriev_ has quit IRC | 15:21 | |
*** MaxPC has left #openstack-rally | 15:37 | |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: add customization by multiple commands https://review.openstack.org/230278 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: add iperf scenarios and scripts https://review.openstack.org/231863 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: add ZMQ agent https://review.openstack.org/231423 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: add servers_ext context https://review.openstack.org/229106 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: tests: add ContextTestCase that mocks clients https://review.openstack.org/229105 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: add agents swarm API https://review.openstack.org/232474 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: context: introduce utils https://review.openstack.org/229103 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: tests: add NamedMock https://review.openstack.org/232475 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: add agents functional tests https://review.openstack.org/231425 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: add HTTP<->ZMQ proxy MasterAgent https://review.openstack.org/231424 | 15:42 |
openstackgerrit | Pavel Boldin proposed openstack/rally: workload: add runcommand_agents scenario https://review.openstack.org/230896 | 15:42 |
*** anshul has quit IRC | 15:48 | |
*** tosky has quit IRC | 15:51 | |
*** tosky has joined #openstack-rally | 15:53 | |
*** e0ne has quit IRC | 15:56 | |
boris-42 | stpierre: ^ oh my God | 16:13 |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Change rps by function https://review.openstack.org/234195 | 16:15 |
stpierre | boris-42: ALL THE PATCHES | 16:21 |
*** rvasilets has quit IRC | 16:21 | |
*** amaretskiy has quit IRC | 16:33 | |
boris-42 | stpierre: half of patch queueu | 16:35 |
boris-42 | stpierre: benchmark of Jenkins | 16:35 |
stpierre | hahaha | 16:35 |
*** pvaneck has joined #openstack-rally | 16:37 | |
*** mwagner_ has joined #openstack-rally | 16:44 | |
*** fhubik has quit IRC | 16:54 | |
*** davidlenwell has quit IRC | 16:54 | |
*** davidlenwell has joined #openstack-rally | 16:56 | |
*** cdent has quit IRC | 16:57 | |
*** emagana has quit IRC | 17:00 | |
*** emagana has joined #openstack-rally | 17:00 | |
*** vkmc is now known as vkmc-afk | 17:08 | |
*** aix has quit IRC | 17:22 | |
*** baker has joined #openstack-rally | 17:25 | |
*** madhu_ak has joined #openstack-rally | 17:30 | |
*** vkmc-afk is now known as vkmc | 17:45 | |
*** yfried|afk has joined #openstack-rally | 17:49 | |
*** harshs has joined #openstack-rally | 17:51 | |
*** tosky has quit IRC | 17:56 | |
*** harshs has quit IRC | 17:59 | |
*** harshs has joined #openstack-rally | 18:03 | |
boris-42 | stpierre: btw | 18:08 |
boris-42 | https://review.openstack.org/#/c/234031/ | 18:08 |
*** e0ne has joined #openstack-rally | 18:17 | |
*** e0ne has quit IRC | 18:30 | |
*** baker has quit IRC | 18:43 | |
*** baker has joined #openstack-rally | 18:45 | |
*** baker_ has joined #openstack-rally | 18:47 | |
*** emagana has quit IRC | 18:50 | |
*** baker has quit IRC | 18:50 | |
*** baker has joined #openstack-rally | 18:51 | |
*** baker_ has quit IRC | 18:53 | |
*** harshs has quit IRC | 18:59 | |
*** harshs has joined #openstack-rally | 19:03 | |
*** harshs has quit IRC | 19:09 | |
*** stpierre_ has joined #openstack-rally | 19:14 | |
*** stpierre has quit IRC | 19:14 | |
*** stpierre_ is now known as stpierre | 19:14 | |
*** emagana has joined #openstack-rally | 19:15 | |
*** e0ne has joined #openstack-rally | 19:19 | |
*** mwagner_ has quit IRC | 19:24 | |
*** madhu_ak has quit IRC | 19:30 | |
*** e0ne has quit IRC | 19:43 | |
boris-42 | stpierre: https://bugs.launchpad.net/rally/+bug/1503393 | 19:45 |
openstack | Launchpad bug 1503393 in Rally "The Docker image don't open bash by default " [Undecided,New] - Assigned to Sergey Skripnick (eyerediskin) | 19:45 |
boris-42 | stpierre: what do you think about this? | 19:45 |
stpierre | that seems strange | 19:46 |
stpierre | let me see if i can un-break docker on my laptop and try that out | 19:46 |
*** madhu_ak has joined #openstack-rally | 20:01 | |
*** psuriset has quit IRC | 20:11 | |
*** mwagner_ has joined #openstack-rally | 20:15 | |
*** harshs has joined #openstack-rally | 20:15 | |
*** e0ne has joined #openstack-rally | 20:22 | |
*** psd has quit IRC | 20:26 | |
*** e0ne has quit IRC | 20:35 | |
*** berendt has quit IRC | 20:47 | |
*** exploreshaifali has joined #openstack-rally | 20:55 | |
*** spyderdyne has joined #openstack-rally | 21:00 | |
*** harshs has quit IRC | 21:00 | |
*** spyderdyne1 has joined #openstack-rally | 21:04 | |
*** spyderdyne has quit IRC | 21:05 | |
*** harshs has joined #openstack-rally | 21:05 | |
*** psuriset has joined #openstack-rally | 21:06 | |
*** adiantum has quit IRC | 21:17 | |
*** MaxPC has joined #openstack-rally | 21:22 | |
*** spyderdyne1 has quit IRC | 21:23 | |
*** emagana has quit IRC | 21:28 | |
*** stpierre has quit IRC | 21:31 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/rally: Adding command to show tempest.conf https://review.openstack.org/234126 | 21:33 |
*** harshs has quit IRC | 21:34 | |
*** harshs has joined #openstack-rally | 21:37 | |
openstackgerrit | Julia Varigina proposed openstack/rally: Certification task: neutron checks https://review.openstack.org/225214 | 21:50 |
*** harshs has quit IRC | 21:55 | |
*** exploreshaifali has quit IRC | 21:59 | |
*** harshs has joined #openstack-rally | 22:01 | |
*** arnoldje has quit IRC | 22:03 | |
*** emagana has joined #openstack-rally | 22:11 | |
*** MaxPC has quit IRC | 22:56 | |
*** lutostag has quit IRC | 23:06 | |
*** lutostag has joined #openstack-rally | 23:12 | |
*** madhu_ak has quit IRC | 23:18 | |
*** emagana has quit IRC | 23:22 | |
*** baker has quit IRC | 23:23 | |
*** I has joined #openstack-rally | 23:25 | |
*** I is now known as Guest90194 | 23:25 | |
*** harshs has quit IRC | 23:27 | |
*** Guest90194 has quit IRC | 23:33 | |
*** baker has joined #openstack-rally | 23:38 | |
*** harshs has joined #openstack-rally | 23:39 | |
*** baker has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!