*** baker has joined #openstack-rally | 00:05 | |
openstackgerrit | Merged openstack/rally: [docs] remove reindentation from plugin descriptions https://review.openstack.org/265542 | 00:06 |
---|---|---|
*** baker has quit IRC | 00:06 | |
openstackgerrit | Merged openstack/rally: Do not ignore unknown service_types https://review.openstack.org/255570 | 00:06 |
*** phd2 has joined #openstack-rally | 00:14 | |
*** phd2 has quit IRC | 00:16 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Add note about the fact that Rally won't use testtools' assertions https://review.openstack.org/263759 | 00:17 |
*** phd2 has joined #openstack-rally | 00:20 | |
*** baker has joined #openstack-rally | 00:24 | |
*** yingjun has joined #openstack-rally | 00:25 | |
*** phd2 has quit IRC | 00:27 | |
*** baker has quit IRC | 00:28 | |
*** diogogmt has quit IRC | 00:28 | |
*** chenli has joined #openstack-rally | 00:40 | |
*** baker has joined #openstack-rally | 00:46 | |
*** tfreger has quit IRC | 00:46 | |
*** Aish has joined #openstack-rally | 00:56 | |
*** pvaneck_ has joined #openstack-rally | 00:57 | |
*** tfreger has joined #openstack-rally | 01:00 | |
*** kjorgensen has joined #openstack-rally | 01:01 | |
*** pvaneck_ has quit IRC | 01:01 | |
*** pvaneck has quit IRC | 01:01 | |
*** baker has quit IRC | 01:02 | |
kjorgensen | Hi guys, just wondering, is it documented anywhere if specific versions of rally apply to specific versions of OpenStack? | 01:03 |
kjorgensen | I am wondering if Rally 0.1.2 will be compatible with icehouse | 01:03 |
boris-42 | kjorgensen: so part of plugins will be definitely compatible | 01:09 |
boris-42 | kjorgensen: the only thing is that you should install rally and openstack on different nodes (or at least install rally in venv) | 01:10 |
kjorgensen | What do you mean "part of plugins"? Some plugins will work and some won't? | 01:13 |
kjorgensen | and yes, I am working will rally installed as a separate node | 01:13 |
*** madhu_ak has quit IRC | 01:13 | |
*** Liuqing has joined #openstack-rally | 01:15 | |
boris-42 | kjorgensen: yep it may happen | 01:17 |
boris-42 | kjorgensen: I will even say most of plugins will work | 01:17 |
kjorgensen | ok, thanks. | 01:23 |
*** diogogmt has joined #openstack-rally | 01:24 | |
kjorgensen | I have another question. I am trying to use rally version 0.1.2 but I am getting an error on scenarios that used to work: Invalid scenario argument: ''min_ram'' | 01:24 |
boris-42 | kjorgensen: oh that bug | 01:24 |
kjorgensen | Yea I saw that it was mentioned before, but couldn't find the solution | 01:25 |
*** josdotso has quit IRC | 01:26 | |
kjorgensen | I was simply trying NovaServers.boot_and_delete_server, here's full error output http://pastebin.com/FwRL4h06 | 01:27 |
kjorgensen | Previous mention by phd2 on 2015-12-09 https://irclog.perlgeek.de/openstack-rally/2015-12-09 | 01:28 |
boris-42 | 2016-01-26 01:19:22.839 19584 ERROR rally.task.scenario if flavor.ram < (image["min_ram"] or 0): | 01:29 |
boris-42 | oh this may be a real bug | 01:29 |
boris-42 | it should be image.get("min_ram", 0) | 01:29 |
boris-42 | kjorgensen: this line is failing https://github.com/openstack/rally/blob/master/rally/task/validation.py#L358 | 01:30 |
boris-42 | kjorgensen: I believe it will make sense to replace image[""] -> to image.get("..", 0) | 01:31 |
boris-42 | kjorgensen: could you make such patch? | 01:31 |
kjorgensen | It would be my first patch :) but yes I think I could do it | 01:33 |
kjorgensen | boris-42: just to clarify, are you suggesting that fix on line 352 or 358? or both perhaps? I can test and see | 01:38 |
*** Aish has quit IRC | 01:40 | |
*** yingjun has quit IRC | 01:47 | |
openstackgerrit | Allen Gao proposed openstack/rally: Switch pip version pinning from <8 to !=8 https://review.openstack.org/272002 | 01:55 |
*** davidlenwell has quit IRC | 02:14 | |
*** davidlenwell has joined #openstack-rally | 02:16 | |
*** diogogmt has quit IRC | 02:28 | |
*** kjorgensen has quit IRC | 02:33 | |
*** psuriset_ has quit IRC | 02:35 | |
*** kjorgens_ has joined #openstack-rally | 02:39 | |
*** kjorgens_ has quit IRC | 02:40 | |
*** kjorgens_ has joined #openstack-rally | 02:41 | |
*** yingjun has joined #openstack-rally | 02:41 | |
*** Liuqing has quit IRC | 02:43 | |
*** Liuqing has joined #openstack-rally | 02:44 | |
*** kjorgens_ has quit IRC | 02:45 | |
*** Aish has joined #openstack-rally | 02:47 | |
*** Aish has left #openstack-rally | 02:47 | |
*** psuriset_ has joined #openstack-rally | 02:51 | |
*** harshs has joined #openstack-rally | 03:00 | |
*** bochi-michael has joined #openstack-rally | 03:06 | |
*** stevelle has left #openstack-rally | 03:07 | |
*** diogogmt has joined #openstack-rally | 03:17 | |
openstackgerrit | li,chen proposed openstack/rally: Avoid using wildcard (*) imports https://review.openstack.org/269973 | 03:19 |
openstackgerrit | li,chen proposed openstack/rally: Avoid using wildcard (*) imports https://review.openstack.org/269973 | 03:21 |
*** Aish has joined #openstack-rally | 03:26 | |
*** baker has joined #openstack-rally | 03:36 | |
*** baker has quit IRC | 03:37 | |
*** harlowja has quit IRC | 03:54 | |
*** chenli has quit IRC | 04:05 | |
*** chenli has joined #openstack-rally | 04:20 | |
*** baker has joined #openstack-rally | 04:25 | |
*** akrzos has quit IRC | 04:49 | |
*** _lnk_ has joined #openstack-rally | 04:51 | |
*** diogogmt has quit IRC | 04:56 | |
openstackgerrit | li,chen proposed openstack/rally: Avoid using wildcard (*) imports https://review.openstack.org/269973 | 05:06 |
*** _lnk_ has quit IRC | 05:22 | |
*** psuriset_ has quit IRC | 05:25 | |
*** _lnk_ has joined #openstack-rally | 05:33 | |
openstackgerrit | Merged openstack/rally: Switch pip version pinning from <8 to !=8 https://review.openstack.org/272002 | 05:34 |
*** psuriset_ has joined #openstack-rally | 05:41 | |
*** Liuqing has quit IRC | 05:44 | |
*** Liuqing has joined #openstack-rally | 05:45 | |
*** tfreger has quit IRC | 05:50 | |
*** _lnk_ has quit IRC | 05:59 | |
*** yfried_ has quit IRC | 06:06 | |
*** bkopilov has joined #openstack-rally | 06:12 | |
*** bkopilov is now known as bkopilov_wfh | 06:12 | |
*** bkopilov_wfh is now known as bkopilov | 06:12 | |
*** tfreger has joined #openstack-rally | 06:19 | |
*** _lnk_ has joined #openstack-rally | 06:22 | |
*** baker has quit IRC | 06:31 | |
*** baker has joined #openstack-rally | 06:32 | |
*** baker has quit IRC | 06:34 | |
*** _lnk_ has quit IRC | 06:38 | |
*** absubram has joined #openstack-rally | 06:40 | |
*** absubram_ has joined #openstack-rally | 06:41 | |
*** absubram has quit IRC | 06:44 | |
*** absubram_ is now known as absubram | 06:44 | |
*** rcernin has joined #openstack-rally | 06:53 | |
*** psuriset_ has quit IRC | 06:54 | |
*** absubram has quit IRC | 07:01 | |
*** yfried has joined #openstack-rally | 07:18 | |
*** baker has joined #openstack-rally | 07:20 | |
*** baker has quit IRC | 07:24 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Add note about the fact that Rally won't use testtools' assertions https://review.openstack.org/263759 | 07:43 |
*** harshs has quit IRC | 07:44 | |
*** _lnk_ has joined #openstack-rally | 07:50 | |
*** arxcruz has joined #openstack-rally | 08:08 | |
*** lezbar__ has quit IRC | 08:11 | |
*** yfried_ has joined #openstack-rally | 08:34 | |
*** yfried has quit IRC | 08:34 | |
*** yfried has joined #openstack-rally | 08:41 | |
*** yfried_ has quit IRC | 08:41 | |
*** Liuqing has quit IRC | 08:41 | |
*** _lnk_ has quit IRC | 08:41 | |
*** Liuqing has joined #openstack-rally | 08:42 | |
*** _lnk_ has joined #openstack-rally | 08:55 | |
*** tfreger has quit IRC | 09:00 | |
*** baker has joined #openstack-rally | 09:08 | |
*** _lnk_ has quit IRC | 09:10 | |
*** baker has quit IRC | 09:12 | |
*** lezbar has joined #openstack-rally | 09:12 | |
*** _lnk_ has joined #openstack-rally | 09:24 | |
*** jaypipes has joined #openstack-rally | 09:25 | |
*** arxcruz has quit IRC | 09:27 | |
*** arxcruz has joined #openstack-rally | 09:28 | |
*** chenli has quit IRC | 09:29 | |
*** Liuqing has quit IRC | 09:29 | |
*** Liuqing has joined #openstack-rally | 09:30 | |
*** _lnk_ has quit IRC | 09:42 | |
*** _lnk_ has joined #openstack-rally | 09:43 | |
openstackgerrit | Raphaƫl Badin proposed openstack/rally: Add note about the fact that Rally won't use testtools' assertions https://review.openstack.org/263759 | 09:45 |
*** yfried_ has joined #openstack-rally | 09:48 | |
*** yfried has quit IRC | 09:48 | |
*** Liuqing has quit IRC | 09:51 | |
*** yingjun has quit IRC | 10:11 | |
*** psuriset_ has joined #openstack-rally | 10:13 | |
*** berendt has joined #openstack-rally | 10:14 | |
openstackgerrit | Tom Patzig proposed openstack/rally: Allow static fip in VMTasks.boot_runcommand_delete https://review.openstack.org/271704 | 10:27 |
*** aix_ has quit IRC | 10:32 | |
*** _lnk_ has quit IRC | 10:38 | |
*** tosky has joined #openstack-rally | 10:43 | |
*** bochi-michael has quit IRC | 10:44 | |
*** _lnk_ has joined #openstack-rally | 10:55 | |
*** baker has joined #openstack-rally | 10:56 | |
*** yingjun has joined #openstack-rally | 11:00 | |
*** baker has quit IRC | 11:01 | |
*** berendt has quit IRC | 11:03 | |
*** adiantum has joined #openstack-rally | 11:11 | |
*** yingjun has quit IRC | 11:12 | |
*** yingjun has joined #openstack-rally | 11:13 | |
*** aix_ has joined #openstack-rally | 11:13 | |
*** yingjun has quit IRC | 11:17 | |
*** _lnk_ has quit IRC | 11:20 | |
*** rvasilets has joined #openstack-rally | 11:21 | |
*** _lnk_ has joined #openstack-rally | 11:33 | |
*** yingjun has joined #openstack-rally | 11:42 | |
openstackgerrit | Illia Khudoshyn proposed openstack/rally: Remove unused import and LOG variable from rally.exceptions https://review.openstack.org/272489 | 11:56 |
*** mkoderer_cloud has joined #openstack-rally | 12:05 | |
*** berendt has joined #openstack-rally | 12:06 | |
*** akrzos has joined #openstack-rally | 12:09 | |
openstackgerrit | Illia Khudoshyn proposed openstack/rally: Fix RST formatting in a spec https://review.openstack.org/272495 | 12:09 |
*** berendt has quit IRC | 12:10 | |
openstackgerrit | Tom Patzig proposed openstack/rally: Allow static fip in VMTasks.boot_runcommand_delete https://review.openstack.org/271704 | 12:15 |
*** _lnk_ has quit IRC | 12:23 | |
*** psuriset_ has quit IRC | 12:26 | |
*** _lnk_ has joined #openstack-rally | 12:37 | |
*** psuriset_ has joined #openstack-rally | 12:38 | |
*** akrzos has joined #openstack-rally | 12:43 | |
*** yingjun has quit IRC | 12:43 | |
*** baker has joined #openstack-rally | 12:44 | |
*** baker has quit IRC | 12:49 | |
*** yingjun has joined #openstack-rally | 12:50 | |
openstackgerrit | Sergey Skripnick proposed openstack/rally: Add heat iperf workload scenario https://review.openstack.org/272510 | 12:55 |
*** tfreger has joined #openstack-rally | 13:01 | |
*** MaxPC has joined #openstack-rally | 13:05 | |
ikhudoshyn | boris-42, rvasilets, amaretskiy, andreykurilin, redixin Guys, please take a look | 13:12 |
ikhudoshyn | https://review.openstack.org/#/c/264701/ | 13:12 |
rvasilets | ok. I will review a bit later | 13:14 |
*** _lnk_ has quit IRC | 13:14 | |
openstackgerrit | Sergey Skripnick proposed openstack/rally: Add heat iperf workload scenario https://review.openstack.org/272510 | 13:19 |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Add Image content upload context https://review.openstack.org/266531 | 13:28 |
*** yingjun has quit IRC | 13:29 | |
*** yingjun has joined #openstack-rally | 13:30 | |
*** yingjun_ has joined #openstack-rally | 13:33 | |
*** yingjun has quit IRC | 13:34 | |
*** stpierre has joined #openstack-rally | 13:35 | |
*** yingjun has joined #openstack-rally | 13:37 | |
*** yfried_ has quit IRC | 13:37 | |
*** yingjun_ has quit IRC | 13:38 | |
*** baker has joined #openstack-rally | 13:41 | |
*** jaypipes has quit IRC | 13:44 | |
*** baker has quit IRC | 13:46 | |
openstackgerrit | Merged openstack/rally: Remove unused import and LOG variable from rally.exceptions https://review.openstack.org/272489 | 13:52 |
openstackgerrit | Merged openstack/rally: Fix RST formatting in a spec https://review.openstack.org/272495 | 13:53 |
*** diogogmt has joined #openstack-rally | 13:57 | |
*** psuriset_ has quit IRC | 13:57 | |
*** aix_ has quit IRC | 14:00 | |
*** yingjun has quit IRC | 14:01 | |
*** aix has joined #openstack-rally | 14:02 | |
openstackgerrit | Sergey Skripnick proposed openstack/rally: Add heat siege workload scenario https://review.openstack.org/272510 | 14:03 |
*** psuriset_ has joined #openstack-rally | 14:10 | |
*** yingjun has joined #openstack-rally | 14:10 | |
*** redixin has quit IRC | 14:12 | |
*** redixin has joined #openstack-rally | 14:13 | |
*** baker has joined #openstack-rally | 14:16 | |
*** baker has quit IRC | 14:17 | |
*** rook has joined #openstack-rally | 14:18 | |
*** tfreger has quit IRC | 14:19 | |
*** diogogmt has quit IRC | 14:20 | |
*** absubram has joined #openstack-rally | 14:23 | |
*** absubram_ has joined #openstack-rally | 14:24 | |
*** yingjun has quit IRC | 14:26 | |
*** absubram has quit IRC | 14:28 | |
*** absubram_ is now known as absubram | 14:28 | |
*** yingjun has joined #openstack-rally | 14:32 | |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Add Image content upload context https://review.openstack.org/266531 | 14:33 |
*** mkoderer_cloud has quit IRC | 14:34 | |
*** boris-42 has quit IRC | 14:34 | |
*** boris-42 has joined #openstack-rally | 14:35 | |
*** davidlenwell has quit IRC | 14:35 | |
*** mkoderer_cloud has joined #openstack-rally | 14:36 | |
*** redixin has quit IRC | 14:41 | |
*** yingjun has quit IRC | 14:45 | |
*** davidlenwell has joined #openstack-rally | 14:49 | |
*** jaypipes has joined #openstack-rally | 14:55 | |
*** yingjun has joined #openstack-rally | 14:59 | |
*** tosky has quit IRC | 14:59 | |
*** tosky has joined #openstack-rally | 15:01 | |
ikhudoshyn | stpierre, hi, clould you please take a look at https://review.openstack.org/#/c/264701/ whenever you find it appropriate | 15:05 |
*** aix has quit IRC | 15:12 | |
*** aix has joined #openstack-rally | 15:13 | |
*** redixin has joined #openstack-rally | 15:19 | |
*** yingjun has quit IRC | 15:22 | |
*** yingjun has joined #openstack-rally | 15:35 | |
*** asti_ has joined #openstack-rally | 15:58 | |
*** yingjun has quit IRC | 16:00 | |
*** yingjun has joined #openstack-rally | 16:06 | |
*** arnoldje has joined #openstack-rally | 16:08 | |
*** arnoldje has quit IRC | 16:09 | |
*** ivank has joined #openstack-rally | 16:16 | |
*** yingjun has quit IRC | 16:16 | |
*** diogogmt has joined #openstack-rally | 16:26 | |
*** arnoldje has joined #openstack-rally | 16:27 | |
*** baker has joined #openstack-rally | 16:31 | |
*** DrugBug has quit IRC | 16:35 | |
*** e0ne has joined #openstack-rally | 16:37 | |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Move OpenStack cleanup utils out of context https://review.openstack.org/272637 | 16:48 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: WIP: Add name() to ResourceManager https://review.openstack.org/272638 | 16:48 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Add task_id argument to name_matches_object https://review.openstack.org/272639 | 16:48 |
openstackgerrit | Chris St. Pierre proposed openstack/rally: Add ability to specify superclass for cleanup https://review.openstack.org/272640 | 16:48 |
*** Aish has joined #openstack-rally | 16:55 | |
*** diogogmt_ has joined #openstack-rally | 17:04 | |
*** linuxaddicts has joined #openstack-rally | 17:05 | |
*** akrzos_ has joined #openstack-rally | 17:06 | |
*** linuxgeek has quit IRC | 17:07 | |
*** diogogmt has quit IRC | 17:07 | |
*** diogogmt_ is now known as diogogmt | 17:07 | |
*** akrzos has quit IRC | 17:07 | |
*** adiantum has quit IRC | 17:09 | |
*** kjorgensen has joined #openstack-rally | 17:09 | |
openstackgerrit | Illia Khudoshyn proposed openstack/rally: Integrate Rally & Alembic https://review.openstack.org/264701 | 17:09 |
*** kjorgensen has quit IRC | 17:10 | |
*** kjorgensen has joined #openstack-rally | 17:10 | |
*** jaypipes has quit IRC | 17:16 | |
*** openstackgerrit has quit IRC | 17:17 | |
*** openstackgerrit has joined #openstack-rally | 17:17 | |
*** e0ne_ has joined #openstack-rally | 17:18 | |
*** e0ne has quit IRC | 17:20 | |
*** acruz has joined #openstack-rally | 17:30 | |
*** aix has quit IRC | 17:30 | |
*** e0ne_ has quit IRC | 17:31 | |
*** yfried_ has joined #openstack-rally | 17:32 | |
*** arxcruz has quit IRC | 17:33 | |
*** amaretskiy has quit IRC | 17:36 | |
*** diogogmt has quit IRC | 17:44 | |
*** hockeynut is now known as hockeynut_otr | 17:51 | |
*** hockeynut_otr is now known as hockeynut | 17:52 | |
*** diogogmt has joined #openstack-rally | 17:58 | |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Add Image content upload context https://review.openstack.org/266531 | 17:58 |
*** hockeynut_afk has joined #openstack-rally | 18:00 | |
*** kjorgensen has quit IRC | 18:00 | |
*** kjorgensen has joined #openstack-rally | 18:02 | |
*** hockeynut_afk has quit IRC | 18:05 | |
*** hockeynut_otr has joined #openstack-rally | 18:06 | |
*** harshs has joined #openstack-rally | 18:13 | |
*** Aish has quit IRC | 18:16 | |
*** madhu_ak has joined #openstack-rally | 18:18 | |
*** harlowja has joined #openstack-rally | 18:18 | |
*** tosky has quit IRC | 18:19 | |
*** e0ne has joined #openstack-rally | 18:21 | |
*** hockeynut_otr has quit IRC | 18:28 | |
*** Aish has joined #openstack-rally | 18:29 | |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Add Image content upload context https://review.openstack.org/266531 | 18:29 |
openstackgerrit | Roman Vasilets proposed openstack/rally: [WIP] Add Image content upload context https://review.openstack.org/266531 | 18:32 |
*** baker has quit IRC | 18:41 | |
*** baker has joined #openstack-rally | 18:47 | |
*** stpierre_ has joined #openstack-rally | 18:50 | |
*** stpierre has quit IRC | 18:50 | |
*** stpierre__ has joined #openstack-rally | 18:51 | |
*** pvaneck has joined #openstack-rally | 18:54 | |
*** stpierre_ has quit IRC | 18:55 | |
*** stpierre__ is now known as stpierre | 19:04 | |
*** stpierre has quit IRC | 19:04 | |
*** stpierre has joined #openstack-rally | 19:04 | |
*** yfried_ has quit IRC | 19:10 | |
kjorgensen | boris-42: are you around? | 19:21 |
kjorgensen | I just wanted to follow up on my question from yesterday. You suggested that this line might be a bug https://github.com/openstack/rally/blob/master/rally/task/validation.py#L358 http://irclog.perlgeek.de/openstack-rally/2016-01-26#i_11940886 | 19:22 |
*** mkoderer_cloud has quit IRC | 19:31 | |
*** diogogmt has quit IRC | 19:35 | |
*** josdotso has joined #openstack-rally | 19:40 | |
*** josdotso_ has joined #openstack-rally | 19:41 | |
*** josdotso has quit IRC | 19:41 | |
*** josdotso_ has quit IRC | 19:42 | |
*** josdotso has joined #openstack-rally | 19:42 | |
*** diogogmt has joined #openstack-rally | 19:49 | |
*** rcernin has quit IRC | 19:58 | |
*** arnoldje has quit IRC | 20:03 | |
*** baker has quit IRC | 20:12 | |
*** baker has joined #openstack-rally | 20:13 | |
*** arnoldje has joined #openstack-rally | 20:21 | |
*** madhu_ak has quit IRC | 20:26 | |
*** rcernin has joined #openstack-rally | 20:32 | |
*** harlowja_ has joined #openstack-rally | 20:36 | |
*** harlowja has quit IRC | 20:37 | |
*** madhu_ak has joined #openstack-rally | 20:38 | |
*** harlowja has joined #openstack-rally | 20:45 | |
*** harlowja_ has quit IRC | 20:45 | |
*** yfried_ has joined #openstack-rally | 20:52 | |
*** MaxPC has quit IRC | 21:04 | |
*** baker has quit IRC | 21:08 | |
*** baker has joined #openstack-rally | 21:11 | |
*** arnoldje has quit IRC | 21:12 | |
*** josdotso has quit IRC | 21:17 | |
*** rook has quit IRC | 21:21 | |
*** boris-42 has quit IRC | 21:23 | |
*** rcernin has quit IRC | 21:28 | |
*** arnoldje has joined #openstack-rally | 21:36 | |
*** akrzos_ has quit IRC | 21:41 | |
*** baker has quit IRC | 21:48 | |
*** baker has joined #openstack-rally | 21:49 | |
*** arnoldje has quit IRC | 21:50 | |
*** e0ne has quit IRC | 21:57 | |
*** baker has quit IRC | 22:10 | |
*** baker has joined #openstack-rally | 22:11 | |
*** josdotso has joined #openstack-rally | 22:22 | |
*** davidlenwell has quit IRC | 22:24 | |
*** davidlenwell has joined #openstack-rally | 22:25 | |
*** baker has quit IRC | 22:27 | |
*** arnoldje has joined #openstack-rally | 22:27 | |
*** baker has joined #openstack-rally | 22:27 | |
*** stpierre has quit IRC | 22:37 | |
*** harshs has quit IRC | 22:37 | |
*** e0ne has joined #openstack-rally | 22:39 | |
*** harshs has joined #openstack-rally | 22:52 | |
*** josdotso_ has joined #openstack-rally | 22:53 | |
*** boris-42 has joined #openstack-rally | 22:54 | |
*** josdotso has quit IRC | 22:56 | |
*** arnoldje has quit IRC | 22:56 | |
openstackgerrit | Boris Pavlovic proposed openstack/rally: Update plugin image in documentation https://review.openstack.org/272773 | 23:00 |
*** e0ne has quit IRC | 23:02 | |
*** arnoldje has joined #openstack-rally | 23:04 | |
*** asti_ has quit IRC | 23:05 | |
*** rook has joined #openstack-rally | 23:06 | |
*** baker has quit IRC | 23:11 | |
*** josdotso_ has quit IRC | 23:13 | |
*** arnoldje has quit IRC | 23:45 | |
*** akrzos has joined #openstack-rally | 23:45 | |
*** akrzos has quit IRC | 23:47 | |
*** akrzos has joined #openstack-rally | 23:49 | |
*** vponomaryov has quit IRC | 23:52 | |
*** vponomaryov has joined #openstack-rally | 23:53 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!