Wednesday, 2015-11-18

*** jaypipes has quit IRC00:04
*** harshs has quit IRC00:17
*** yingjun has joined #openstack-rally00:22
*** gema has quit IRC00:22
*** gema has joined #openstack-rally00:24
*** harshs has joined #openstack-rally00:31
*** harshs_ has joined #openstack-rally00:34
*** harshs has quit IRC00:36
*** harshs_ is now known as harshs00:36
*** harshs has quit IRC00:37
*** chenli has joined #openstack-rally00:44
*** harshs has joined #openstack-rally00:44
*** harshs has quit IRC00:44
*** dmorita has joined #openstack-rally00:46
*** gema has quit IRC00:48
*** gema has joined #openstack-rally00:50
*** Aish has quit IRC01:14
*** madhu_ak has quit IRC01:18
*** Aish has joined #openstack-rally01:25
*** jaypipes has joined #openstack-rally01:33
*** gema has quit IRC01:36
*** paco20151113 has joined #openstack-rally01:40
*** Aish has quit IRC01:42
*** gema has joined #openstack-rally01:42
*** boris-42 has joined #openstack-rally01:50
*** harshs has joined #openstack-rally01:52
boris-42rook: pulgins are python code01:55
boris-42rook: you can basically do set of any actions against any service01:55
*** Liuqing has joined #openstack-rally01:58
*** paco20151113 has quit IRC01:58
*** harshs has quit IRC02:02
*** Aish has joined #openstack-rally02:02
*** Aish has quit IRC02:13
*** davideagnello has quit IRC02:28
*** davideagnello has joined #openstack-rally02:29
openstackgerritli,chen proposed openstack/rally: Return serialized data for task result  https://review.openstack.org/24232902:33
*** Liuqing has quit IRC02:55
*** Liuqing has joined #openstack-rally02:55
*** arnoldje has joined #openstack-rally02:55
*** Aish has joined #openstack-rally02:58
openstackgerritli,chen proposed openstack/rally: Add hacking rules for CLI import  https://review.openstack.org/24673103:05
*** baker has joined #openstack-rally03:08
*** bkopilov has quit IRC03:26
*** gema has quit IRC03:32
*** gema has joined #openstack-rally03:34
*** chenli_ has joined #openstack-rally03:38
*** chenli has quit IRC03:42
*** gema has quit IRC03:52
*** gema has joined #openstack-rally03:54
*** Aish has quit IRC03:54
*** Aish has joined #openstack-rally03:56
*** yingjun has quit IRC04:13
*** yingjun has joined #openstack-rally04:13
*** baker has quit IRC04:16
*** yingjun has quit IRC04:17
*** Aish has quit IRC04:25
*** akrzos has quit IRC04:31
*** chenli_ has quit IRC04:36
*** chenli has joined #openstack-rally04:37
*** anshul has quit IRC04:44
*** neeti has joined #openstack-rally04:47
*** Aish has joined #openstack-rally04:48
*** harshs has joined #openstack-rally04:52
*** harshs_ has joined #openstack-rally04:53
*** paco20151113 has joined #openstack-rally04:55
*** anshul has joined #openstack-rally04:56
*** harshs has quit IRC04:56
*** harshs_ is now known as harshs04:56
*** yfried|afk is now known as yfried__04:58
*** bkopilov has joined #openstack-rally04:59
chenliboris-42,  ping05:06
*** zerda has joined #openstack-rally05:14
*** jaypipes has quit IRC05:20
*** tfreger has joined #openstack-rally05:31
*** rdas has joined #openstack-rally05:35
*** harshs_ has joined #openstack-rally05:44
*** harshs has quit IRC05:44
*** harshs_ is now known as harshs05:44
*** rdas has quit IRC05:44
*** rdas has joined #openstack-rally05:47
*** anshul has quit IRC05:47
*** anshul has joined #openstack-rally05:49
openstackgerritli,chen proposed openstack/rally: Add hacking rules for CLI import  https://review.openstack.org/24673105:53
*** anshul has quit IRC06:01
*** Aish has quit IRC06:02
*** Aish has joined #openstack-rally06:04
*** Liuqing has quit IRC06:10
*** Liuqing has joined #openstack-rally06:11
*** anshul has joined #openstack-rally06:13
*** anshul has quit IRC06:20
*** anshul has joined #openstack-rally06:21
*** yingjun has joined #openstack-rally06:24
*** anshul has quit IRC06:24
*** anshul has joined #openstack-rally06:25
*** anshul has quit IRC06:32
*** rcernin has joined #openstack-rally06:37
*** yfried__ has quit IRC06:47
*** anshul has joined #openstack-rally06:47
*** arnoldje has quit IRC07:02
*** Liuqing has quit IRC07:05
*** Liuqing has joined #openstack-rally07:06
chenlihello, I create a plugin by myself, and put it under  ally/plugins/openstack/scenarios/svt/svt.py07:19
chenlibut, when I run "rally plugin list",I get an error07:19
chenliImportError: No module named svt.svt07:20
boris-42chenli: you forgot i believe __init__.py files07:20
chenliboris-42, oooo...07:21
boris-42chenli: yep it's python07:21
chenliboris-42,  thanks! :)07:22
chenliboris-42, by the way. about  https://review.openstack.org/#/c/246731/, I guess code in rally/cli/commands should be seperate into 2 places at least,  right ?07:23
boris-42chenli: why did you move those files??07:23
boris-42chenli: OO07:23
chenliboris-42,  because otherwise the pep8 test would not pass07:24
boris-42chenli: I mean rally.cli.commands -> rally.commands07:24
boris-42chenli: what test?07:24
boris-42chenli: that you wrote?07:24
chenliboris-42,  the hacking test,07:24
chenliboris-42, yes07:24
boris-42chenli: so please revert the change that renames directories07:29
boris-42chenli: the whole point of your patch is to make test that won't pass07:29
boris-42chenli: not to make useless test that won't work07:29
chenliboris-42, o... so we keep tests failing in CI ?07:30
boris-42chenli: nope07:31
boris-42chenli: the idea is to make test first and get gates failing07:31
chenliboris-42, ooo. you mean all work will be done inside one patch..07:31
boris-42chenli: after that in few patches (at the begging of chain) we will fix all places to make this patch (that will be at the end of branch) pass07:32
boris-42chenli: nope07:32
boris-42chenli: inside one branch07:32
boris-42chenli: and at the end of branch will be hacking rule07:32
chenliboris-42, ooo ~ understand !07:32
boris-42chenli: the goal is to remove those DB calls07:32
chenliboris-42,  so the db ops will be moved into each module, right ?07:34
chenliboris-42, task -> rally/task/api.py07:34
chenliboris-42, deployment -> rally/deployment/api.py ?07:34
*** harshs has quit IRC07:36
boris-42chenli: nope07:37
boris-42chenli: we are not moving anything07:37
boris-42chenli: rally.api will do all DB requests07:37
boris-42chenli: rally.cli.* will call rally.api instead of rally.common.db07:37
chenliboris-42, ooo07:38
*** yfried__ has joined #openstack-rally07:38
boris-42chenli: the whole point is not to do direct db calls from rally.cli07:39
boris-42chenli: in future there will be 2 modes of rally (one is rally as a service)07:39
boris-42chenli: and in such case rally.cli will work on client side and it will call via HTTP rally.api that is working on server side07:40
boris-42chenli: basically rally.api always have access to DB and rally.cli only in case of using like a local cli tool07:40
chenliboris-42, o.  CLI module would works like rallyclient, similar to novaclient and so on07:41
boris-42chenli: it is actually rally client07:41
boris-42chenli: even now07:41
chenliboris-42, y...07:41
*** yfried has joined #openstack-rally07:41
boris-42chenli: but there are few more things that we should do to make rally as a service07:41
boris-42chenli: one is this07:41
*** yfried__ has quit IRC07:42
openstackgerritli,chen proposed openstack/rally: Add hacking rules for CLI import  https://review.openstack.org/24673107:50
*** yfried is now known as yfried|afk07:52
*** yfried|afk is now known as yfried08:04
*** Aish has quit IRC08:04
openstackgerritEvgeny Sikachev proposed openstack/rally: [Sahara] Move sahara data to sahara context  https://review.openstack.org/24652708:11
*** psd has quit IRC08:16
*** Liuqing has quit IRC08:23
*** Liuqing has joined #openstack-rally08:24
*** yfried_ has joined #openstack-rally08:27
*** yfried has quit IRC08:28
*** arxcruz has joined #openstack-rally08:37
*** albertw1 has joined #openstack-rally08:46
*** fhubik has joined #openstack-rally08:50
*** stannie has joined #openstack-rally08:51
*** Liuqing has quit IRC08:53
*** luqas__ has joined #openstack-rally08:53
*** Liuqing has joined #openstack-rally08:54
*** fhubik is now known as fhubik_brb08:56
*** yfried__ has joined #openstack-rally09:01
*** fhubik_brb is now known as fhubik09:01
*** yfried_ has quit IRC09:05
*** dmorita has quit IRC09:19
openstackgerritEvgeny Sikachev proposed openstack/rally: [Sahara] Move sahara data to sahara context  https://review.openstack.org/24652709:23
*** amaretskiy has joined #openstack-rally09:25
*** yfried__ is now known as yfried|afk09:27
*** yfried|afk is now known as yfried__09:27
*** fhubik is now known as fhubik_brb09:31
*** e0ne has joined #openstack-rally09:32
*** Liuqing has quit IRC09:32
*** chenli has quit IRC09:34
*** yingjun has quit IRC09:39
*** redixin has joined #openstack-rally09:50
*** fhubik_brb is now known as fhubik09:51
*** psuriset_ has quit IRC09:53
*** itsuugo has joined #openstack-rally09:53
*** paco20151113 has quit IRC10:00
*** Liuqing has joined #openstack-rally10:04
*** aix has joined #openstack-rally10:08
*** psuriset_ has joined #openstack-rally10:09
*** psuriset_ has quit IRC10:14
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Adding "xfail" mechanism for Tempest tests  https://review.openstack.org/23585710:16
*** anshul has quit IRC10:17
*** tosky has joined #openstack-rally10:17
*** yfried__ is now known as yfried|afk10:19
*** albertw1 has left #openstack-rally10:20
*** psuriset_ has joined #openstack-rally10:27
openstackgerritEvgeny Sikachev proposed openstack/rally: [Sahara] Move sahara data to sahara context  https://review.openstack.org/24652710:34
*** anshul has joined #openstack-rally10:37
*** yfried|afk is now known as yfried__10:42
*** e0ne has quit IRC10:43
*** fhubik is now known as fhubik_brb10:53
*** e0ne has joined #openstack-rally11:04
*** exploreshaifali has joined #openstack-rally11:05
*** bochi-michael has joined #openstack-rally11:07
*** fhubik_brb is now known as fhubik11:15
openstackgerritEvgeny Sikachev proposed openstack/rally: [Sahara] Move sahara data to sahara context  https://review.openstack.org/24652711:20
*** yingjun has joined #openstack-rally11:22
*** fhubik is now known as fhubik_brb11:26
*** aix has quit IRC11:31
*** ziggypup has joined #openstack-rally11:31
*** ziggypup has left #openstack-rally11:31
*** aswadr has joined #openstack-rally11:32
*** aix has joined #openstack-rally11:32
*** mwagner has quit IRC11:34
*** yingjun has quit IRC11:46
*** exploreshaifali has quit IRC11:49
*** fhubik_brb is now known as fhubik11:49
*** rook has quit IRC11:52
*** exploreshaifali has joined #openstack-rally11:52
*** exploreshaifali has quit IRC12:03
openstackgerritLiuNanke proposed openstack/rally: Modified some words for spelling mistake in doc which are easy to be ignored  https://review.openstack.org/24689212:06
*** zerda has quit IRC12:08
*** aswadr has quit IRC12:15
*** rvasilets has joined #openstack-rally12:19
openstackgerritLiuNanke proposed openstack/rally: Fix_typo for spelling mistake in doc which to be ignored  https://review.openstack.org/24689212:22
*** aarefiev has quit IRC12:25
*** aarefiev has joined #openstack-rally12:27
*** rook has joined #openstack-rally12:33
openstackgerritEvgeny Sikachev proposed openstack/rally: [Sahara] Move sahara data to sahara context  https://review.openstack.org/24652712:34
*** berendt has joined #openstack-rally12:35
*** fhubik is now known as fhubik_brb12:37
*** fhubik_brb is now known as fhubik12:45
*** akrzos has joined #openstack-rally12:45
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Adding "xfail" mechanism for Tempest tests  https://review.openstack.org/23585712:50
*** neeti has quit IRC12:50
*** e0ne has quit IRC12:57
*** MaxPC has joined #openstack-rally13:03
*** yingjun has joined #openstack-rally13:08
*** e0ne has joined #openstack-rally13:10
*** rdas has quit IRC13:26
*** Liuqing_ has joined #openstack-rally13:31
*** bkopilov_ has joined #openstack-rally13:32
openstackgerritIllia Khudoshyn proposed openstack/rally: Add 'merge' functionality to SLA  https://review.openstack.org/23854713:32
*** psd has joined #openstack-rally13:32
*** Liuqing has quit IRC13:33
*** bkopilov_ has quit IRC13:33
*** kbyrne has quit IRC13:36
*** bochi-michael has quit IRC13:42
*** mwagner has joined #openstack-rally13:42
*** kbyrne has joined #openstack-rally13:43
*** matthewli_ has joined #openstack-rally13:53
openstackgerritRoman Vasilets proposed openstack/rally: Change rps value by arithmetic progression  https://review.openstack.org/23419513:54
openstackgerritRoman Vasilets proposed openstack/rally: Change rps value by arithmetic progression  https://review.openstack.org/23419513:56
*** rook has quit IRC13:59
*** Aish has joined #openstack-rally14:00
*** tfreger has quit IRC14:00
*** rook has joined #openstack-rally14:01
*** Aish has quit IRC14:01
*** yingjun has quit IRC14:03
*** yingjun has joined #openstack-rally14:04
*** exploreshaifali has joined #openstack-rally14:04
*** stpierre has joined #openstack-rally14:08
*** bapalm has joined #openstack-rally14:08
rookstpierre question about plugins - trying to launch a guest (which works w/o plugin) it is failing w/ imageRef14:08
*** boris-42 has quit IRC14:08
*** yingjun has quit IRC14:09
rook2015-11-18 09:08:28.082 11292 ERROR rally.task.runner BadRequest: Invalid imageRef provided. (HTTP 400) (Request-ID: req-620b5392-6085-4d8e-b5c7-099b2f04ff2b)14:09
*** fhubik is now known as fhubik_brb14:09
rookHowever, when i run with the normal boot-list scenario, works fine.14:09
stpierremy guess is that your plugin isn't doing the right thing with the image info that's passed in by the user14:09
stpierreare you using the @types.set() decorator to convert it from the dict that the user passes in to a proper image ID?14:10
rookah, stpierre i see that the image_id is being referenced14:12
rookso, i am passing the image_name14:12
rookso I need to query the image first, then pass the id14:12
stpierreyou can pass the name, that's fine. look at how the other scenarios do it14:12
stpierre@types.set() does that conversion for you14:12
stpierrehttps://github.com/openstack/rally/blob/master/rally/plugins/openstack/scenarios/nova/servers.py#L36-L3714:13
rookhm even with the type.set it fails, i don't think the conversion is happening14:19
*** fhubik_brb is now known as fhubik14:20
*** yingjun has joined #openstack-rally14:21
stpierrecan you pastebin your code?14:21
stpierre(and your task configuration)14:21
*** jaypipes has joined #openstack-rally14:23
rookhttps://gist.github.com/jtaleric/da89226b2096e19b09c614:26
rookstpierre: ^14:26
*** yingjun has quit IRC14:27
stpierreyou have two @scenario.configure() decorators, but that shouldn't cause the issue you're seeing. i don't see anything that should obviously prevent this from working14:27
*** yingjun has joined #openstack-rally14:27
rookyeah - that was it14:27
rooki removed that just now and tried14:27
rooki removed the scenario.configure() the first decorator and that fixed it i think... checking agian14:28
openstackgerritAlexander Maretskiy proposed openstack/rally: [Spec] Propose improvements for scenario output format  https://review.openstack.org/23763214:29
*** openstackgerrit has quit IRC14:31
*** yingjun has quit IRC14:32
*** openstackgerrit has joined #openstack-rally14:32
rookstpierre pretty sure that was the issue ( now I have a new issue with the infra but i think I am further now :) )14:33
*** bkopilov has quit IRC14:37
*** bapalm has quit IRC14:43
*** bapalm has joined #openstack-rally14:43
*** harshs has joined #openstack-rally14:58
*** baker has joined #openstack-rally15:03
openstackgerritChris St. Pierre proposed openstack/rally: Stop discarding exit codes  https://review.openstack.org/24697515:07
*** arnoldje has joined #openstack-rally15:07
*** spyderdyne has joined #openstack-rally15:08
*** adiantum has joined #openstack-rally15:08
*** harshs has quit IRC15:10
*** Liuqing_ has quit IRC15:11
*** exploreshaifali has quit IRC15:12
*** spyderdyne has quit IRC15:14
openstackgerritIllia Khudoshyn proposed openstack/rally: Add 'merge' functionality to SLA  https://review.openstack.org/23854715:16
*** yfried has joined #openstack-rally15:18
*** yfried__ has quit IRC15:19
*** berendt has quit IRC15:30
*** fhubik has quit IRC15:58
*** bkopilov has joined #openstack-rally16:09
*** rcernin has quit IRC16:09
*** jaypipes has quit IRC16:13
*** tosky has quit IRC16:19
*** exploreshaifali has joined #openstack-rally16:25
*** yfried has quit IRC16:25
openstackgerritIllia Khudoshyn proposed openstack/rally: Add 'merge' functionality to SLA  https://review.openstack.org/23854716:26
*** Aish has joined #openstack-rally16:28
*** baker has quit IRC16:35
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Adding "xfail" mechanism for Tempest tests  https://review.openstack.org/23585716:42
*** matthewli_ has quit IRC16:48
*** jaypipes has joined #openstack-rally16:53
*** adiantum has quit IRC16:55
*** baker has joined #openstack-rally16:58
*** e0ne has quit IRC17:01
*** itsuugo has quit IRC17:04
*** exploreshaifali has quit IRC17:22
*** exploreshaifali has joined #openstack-rally17:23
*** kbaikov has quit IRC17:23
*** kbaikov has joined #openstack-rally17:24
*** madhu_ak has joined #openstack-rally17:26
*** Aish has quit IRC17:36
*** mwagner has quit IRC17:38
*** amaretskiy has quit IRC17:42
openstackgerritMerged openstack/rally: Stop discarding exit codes  https://review.openstack.org/24697517:46
*** exploreshaifali has quit IRC17:47
*** exploreshaifali has joined #openstack-rally17:48
*** aix has quit IRC17:51
*** Aish has joined #openstack-rally17:59
*** stannie has quit IRC18:00
*** itlinux has joined #openstack-rally18:01
*** e0ne has joined #openstack-rally18:15
*** yfried has joined #openstack-rally18:16
*** Aish has quit IRC18:19
*** Aish has joined #openstack-rally18:20
*** itsuugo has joined #openstack-rally18:25
*** mwagner has joined #openstack-rally18:27
*** itsuugo has quit IRC18:29
*** itsuugo has joined #openstack-rally18:31
*** jaypipes has quit IRC18:34
*** adiantum has joined #openstack-rally18:40
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Adding "xfail" mechanism for Tempest tests  https://review.openstack.org/23585718:42
*** harshs has joined #openstack-rally18:43
*** pvaneck has joined #openstack-rally18:46
*** adiantum has quit IRC18:47
*** ylobankov has quit IRC18:50
*** ylobankov_ has joined #openstack-rally18:50
*** baker has quit IRC18:59
*** itsuugo has quit IRC19:00
*** rook has quit IRC19:01
*** harlowja has quit IRC19:05
*** itlinux_ has joined #openstack-rally19:07
*** itsuugo has joined #openstack-rally19:08
*** harlowja has joined #openstack-rally19:08
*** itlinux has quit IRC19:08
*** itsuugo has quit IRC19:12
*** baker has joined #openstack-rally19:16
*** itsuugo has joined #openstack-rally19:19
*** bapalm has quit IRC19:23
*** itsuugo has quit IRC19:24
*** bapalm has joined #openstack-rally19:26
*** itsuugo has joined #openstack-rally19:26
*** itsuugo has quit IRC19:28
*** itsuugo has joined #openstack-rally19:28
openstackgerritSergey Skripnick proposed openstack/rally: Fix broken logic in some neutron scenarios  https://review.openstack.org/24709819:31
*** itsuugo has quit IRC19:36
*** itsuugo has joined #openstack-rally19:37
*** vkmc is now known as vkmc-afk19:44
*** itlinux_ has quit IRC19:59
*** itlinux has joined #openstack-rally20:02
*** ningy_ has joined #openstack-rally20:03
*** itlinux has quit IRC20:10
*** itlinux has joined #openstack-rally20:11
*** e0ne has quit IRC20:13
*** itlinux has quit IRC20:33
*** eggmaster has joined #openstack-rally20:33
eggmasterWondering if anyone can tell me whether using rally with liberty *really* requires python-oslo-db >= 3.0. RDO is building it for liberty w/delorean, and I'd like to relax that requirement if possible (since we have no oslo-db >= 3.0 in liberty package repos).20:35
eggmastertia.20:35
*** harlowja has quit IRC20:36
stpierreodds are good that that's just synced from global requirements and that it'll work fine with an older oslo.db. just how much older is anyone's guess -- and honestly this whole thing is just conjecture, so your best bet is to TIAS.20:39
eggmasteryeah.20:39
eggmasterit *is* from global requirements (git blame requirements.txt)20:39
eggmasterso maybe we'll take it for a test flight. thx.20:40
stpierre"just" was the operative word there -- i know it's from global requirements, the question is whether or not rally uses any features from 3.0 :)20:41
*** harlowja has joined #openstack-rally20:41
eggmasterword.20:44
*** itlinux has joined #openstack-rally20:51
*** openstack has joined #openstack-rally21:05
*** Aish has quit IRC21:07
*** e0ne has joined #openstack-rally21:09
*** MaxPC has quit IRC21:16
*** abehl has joined #openstack-rally21:19
*** anshul has quit IRC21:19
openstackgerritOpenStack Proposal Bot proposed openstack/rally: Updated from global requirements  https://review.openstack.org/24711921:29
*** itsuugo has quit IRC21:30
*** itsuugo has joined #openstack-rally21:30
*** e0ne has quit IRC21:31
*** akrzos has quit IRC21:32
*** Aish has joined #openstack-rally21:47
*** e0ne has joined #openstack-rally21:47
*** Aish has quit IRC21:47
*** Aish has joined #openstack-rally21:48
*** rook has joined #openstack-rally21:48
*** arnoldje has quit IRC21:50
*** e0ne has quit IRC21:50
*** lutostag has quit IRC21:55
*** lutostag has joined #openstack-rally21:58
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Adding "xfail" mechanism for Tempest tests  https://review.openstack.org/23585721:58
openstackgerritYan Ning proposed openstack/rally: move python-monascaclient to requirements.txt  https://review.openstack.org/24720022:03
*** yingjun has joined #openstack-rally22:18
*** yingjun has quit IRC22:23
*** harshs has quit IRC22:26
*** itsuugo has quit IRC22:27
*** akrzos has joined #openstack-rally22:36
*** itsuugo has joined #openstack-rally22:40
*** itsuugo has quit IRC22:45
*** jaypipes has joined #openstack-rally22:47
*** arnoldje has joined #openstack-rally22:47
*** itsuugo has joined #openstack-rally22:48
*** ningy_ has quit IRC22:48
openstackgerritSergey Skripnick proposed openstack/rally: [WIP] Add pipecall to rally.common.utils  https://review.openstack.org/24722222:51
*** itsuugo has quit IRC22:52
*** arcimboldo has joined #openstack-rally22:53
*** redixin has quit IRC22:56
*** itsuugo has joined #openstack-rally23:00
*** itsuugo has quit IRC23:04
*** itsuugo has joined #openstack-rally23:09
*** baker has quit IRC23:13
*** itsuugo has quit IRC23:13
*** itsuugo has joined #openstack-rally23:18
*** itsuugo has quit IRC23:22
*** harshs has joined #openstack-rally23:23
*** arnoldje has quit IRC23:23
*** akrzos has quit IRC23:29
*** itsuugo has joined #openstack-rally23:29
*** itsuugo has quit IRC23:34
openstackgerritYan Ning proposed openstack/rally: move python-monascaclient to requirements.txt  https://review.openstack.org/24720023:36
*** adiantum has joined #openstack-rally23:37
*** itsuugo has joined #openstack-rally23:40
*** itsuugo has quit IRC23:44
*** redixin has joined #openstack-rally23:46
*** itsuugo has joined #openstack-rally23:48
*** itsuugo has quit IRC23:52

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!