Tuesday, 2016-02-23

*** stpierre has quit IRC00:07
*** baker has joined #openstack-rally00:15
*** baker has quit IRC00:24
*** baker has joined #openstack-rally00:25
*** baker has quit IRC00:35
*** baker has joined #openstack-rally00:37
*** baker has quit IRC00:48
*** baker has joined #openstack-rally00:54
*** klindgren_ has joined #openstack-rally01:04
*** klindgren has quit IRC01:06
*** baker has quit IRC01:14
*** baker has joined #openstack-rally01:17
*** pvaneck has quit IRC01:21
*** baker has quit IRC01:21
*** baker has joined #openstack-rally01:24
*** Aish has quit IRC01:25
*** baker has quit IRC01:26
*** Aish has joined #openstack-rally01:27
*** Aish has left #openstack-rally01:27
*** baker has joined #openstack-rally01:37
*** baohua has joined #openstack-rally01:43
*** baker has quit IRC01:44
*** baker has joined #openstack-rally01:46
*** yingjun has joined #openstack-rally01:48
openstackgerritSrinivas Sakhamuri proposed openstack/rally: Make sure VolumeGenerator uses the api version info  while cleanup  https://review.openstack.org/28330601:49
*** josdotso has quit IRC01:52
openstackgerritSrinivas Sakhamuri proposed openstack/rally: Make sure VolumeGenerator uses the api version info  while cleanup  https://review.openstack.org/28330601:53
*** baker has quit IRC01:54
*** baker has joined #openstack-rally01:55
*** baker has quit IRC02:00
*** baker has joined #openstack-rally02:52
*** Deng has joined #openstack-rally02:57
openstackgerritLuz Cazares proposed openstack/rally: Documentation tox fix  https://review.openstack.org/28211803:01
*** bkopilov has quit IRC03:11
*** akrzos has quit IRC03:15
*** arnoldje has joined #openstack-rally03:48
*** akrzos has joined #openstack-rally03:57
*** shausy has joined #openstack-rally04:15
*** baker_ has joined #openstack-rally04:17
*** baker has quit IRC04:20
*** akrzos has quit IRC04:22
*** baker has joined #openstack-rally04:26
*** baker_ has quit IRC04:29
*** baker has quit IRC04:42
*** bkopilov has joined #openstack-rally04:42
*** garyk has joined #openstack-rally04:52
*** garyk has quit IRC04:53
*** garyk has joined #openstack-rally04:54
*** coolsvap|away has quit IRC05:06
*** rdas has joined #openstack-rally05:06
*** shausy has quit IRC05:07
*** shausy has joined #openstack-rally05:07
*** Aish has joined #openstack-rally05:36
*** Aish has quit IRC05:36
openstackgerritBo Chi proposed openstack/rally: Use dict and set comprehension instead of using dict() and set()  https://review.openstack.org/27344905:38
*** linuxgeek has quit IRC05:42
*** linuxgeek has joined #openstack-rally05:44
*** arnoldje has quit IRC06:00
*** neeti has joined #openstack-rally06:05
*** tfreger has joined #openstack-rally06:07
*** skv_ has joined #openstack-rally06:24
skv_I do not see Barbican test in Rally. Is there any plan for adding Barbican scenario in Rally ?06:25
*** skv_ has quit IRC06:45
*** skv_ has joined #openstack-rally06:46
openstackgerritBo Chi proposed openstack/rally: Use dict and set comprehension instead of using dict() and set()  https://review.openstack.org/27344906:59
*** psd has quit IRC07:19
*** Deng has quit IRC07:33
*** skv_ has quit IRC07:34
*** psuriset has quit IRC07:50
*** boris-42 has quit IRC07:54
*** pcaruana has joined #openstack-rally07:58
*** psuriset has joined #openstack-rally08:07
*** pcaruana is now known as pcaruana|afk|08:08
*** pcaruana|afk| is now known as pcaruana08:08
*** skv_ has joined #openstack-rally08:12
*** psuriset has quit IRC08:14
*** psuriset has joined #openstack-rally08:27
*** psd has joined #openstack-rally08:36
*** yfried has quit IRC08:40
*** zhimoupeng has joined #openstack-rally08:41
zhimoupengHello guys,  i have a question, for example, i need to run a case like create 100 volumes, then list all volumes. but i need the creation action concurrently and when all the volumes finished creating then list. so which RUNNER should solve this problem? rps? constant?08:52
andreykurilinekarlso: hi! do you still have question? :)08:56
andreykurilinzhumoupeng: hi!08:56
zhimoupengandreykurilin: hi!08:56
*** amaretskiy has joined #openstack-rally08:58
zhimoupengcreate 100 volumes --> wait all threads complete creation --> delete 100 volumes--> end08:59
zhimoupengandreykurilin: like this kind of action. so which runner can do this ?08:59
zhimoupengrps?08:59
andreykurilinzhimoupeng: we don't support multi scenarios yet(we are working on this feature), so each iteration will create 1 volume and do list. If you want, you can use constant runner (parameter "concurrency" means the number of parallel iterations)08:59
andreykurilinzhimoupeng: create_and_list scenario will not delete volumes in each iteration, they will be removed in cleanup09:00
zhimoupengooops it's list . s/delete/list/09:01
zhimoupengandreykurilin: i will try constant runner with concurrency. thanks!09:02
andreykurilinzhimoupeng: only constant runner will help, but as I mentioned before - each iteration will list volumes, but you will be able to get time of "list" from the last iteration09:03
*** anshul has joined #openstack-rally09:03
zhimoupengandreykurilin: i get it, thanks for help!09:05
andreykurilinyou are welcome09:06
*** yfried has joined #openstack-rally09:20
*** mvk has quit IRC09:26
*** baohua has quit IRC09:29
*** zhimoupeng has quit IRC09:32
*** yingjun has quit IRC09:36
*** tosky has joined #openstack-rally09:51
*** mvk has joined #openstack-rally09:53
ekarlsoandreykurilin: ya, so in my DesignatRecordSetResource I need to pass the zone_id or so to the list() when listing out the recordsets, how can I do that when self.raw_resource is None ?09:59
andreykurilinekarlso: ok, so I don't know what you are doing, so please, explain the whole case:) why raw_resource is None?10:01
andreykurilinekarlso: Do you want to extend cleanup or you are trying to write some context?10:02
andreykurilinpsd: hi! I'm here, so feel free to ping me:)10:04
ekarlsoandreykurilin: trying to do resource cleanup yes :)10:04
ekarlsoandreykurilin: I can paste you the code so you can see10:05
andreykurilinekarlso: yes, it would be nice10:05
andreykurilinplease share it10:05
ekarlsoandreykurilin: http://paste.ubuntu.com/15178564/10:06
ekarlsois the resources.py10:06
andreykurilinekarlso: are you working on DesignateResource._walk_pages and DesignateRecordSets.list ?10:11
openstackgerritAlexander Maretskiy proposed openstack/rally: [Doc] Make documentation for output plugins  https://review.openstack.org/26585710:13
ekarlsoandreykurilin: ye, I'm trying to use paging to get the stuff to delete..10:16
andreykurilinekarlso: so Cleanup works in the next way: It initializes Resource class without raw_resource and call "list" method, then(in the separate threads) it initialize Resource class again for each returned item from list and call delete method. So you should not use raw_resource in the list. Why are you need it there? It looks like `self.raw_resource["zone_id"]` should not be at L511 (_walk_pages accepts only func and *args which are not used)10:16
ekarlsoandreykurilin: omg -,,-, I'm totally wrong atm, so the issue really is that you need to pass the zone_id that you are fetching recordsets for into the designateclient.recordsets.list() method, how do I get the zone_id ?10:17
andreykurilinekarlso: got you10:18
openstackgerritAlexander Maretskiy proposed openstack/rally: [Doc] Make documentation for output plugins  https://review.openstack.org/26585710:18
andreykurilinekarlso: Is zone a tenant-resource or not?10:19
ekarlsoandreykurilin: ya it belongs to a tenant, domain and recordset is as well10:21
andreykurilinok, one moment10:21
andreykurilinekarlso: you should try something like http://xsnippet.org/361444/10:23
ekarlsoandreykurilin: what's _manager vs _client though ?10:25
ekarlsoI though you where supposed to use _manager() ?10:25
andreykurilinekarlso: _manager returns the manager of current resource. In your case you need not only manager of one resource, but manager of it's parent, so I introduced one more help method.10:26
ekarlsoandreykurilin: also that will return all zones so if that runs on a existing tenant that will grab all recordsets I think from all existing zones, I need then to filter down to only the zones that are made by this run or so, is that possible ?10:28
andreykurilinekarlso: you can filter them by name(startedwith("rally..."))10:29
ekarlsoandreykurilin: does each rally task get a unique name or so ? cause the designate api supports filtering ;)10:30
ekarlsoor I guess there's no use in running 2 rally things at once anyways :o10:31
*** skv_ has quit IRC10:33
andreykurilinekarlso: you are wrong:) I know the team which launch several instances of Rally at ontce10:34
ekarlsoandreykurilin: oh, how do you then keep 1 instance of rally from deleting resources another creates ?10:34
ekarlso:P10:34
andreykurilinekarlso: All resources(except keystone) are listed using tenant users, so for each created tenant by Rally, cleanup will execute list method10:36
ekarlsoandreykurilin: ah ok!10:36
andreykurilinekarlso: about unique names of tasks, you should ask stpierre, but he will be available a bit later10:36
ekarlsoandreykurilin: thxn!10:37
*** abalutoiu has joined #openstack-rally10:37
*** rook-rook has joined #openstack-rally10:40
*** baohua has joined #openstack-rally10:46
*** anshul has quit IRC10:49
*** anshul has joined #openstack-rally10:50
*** tfreger has quit IRC10:51
ekarlsoandreykurilin: so does list() need to return a list or can it return a generator ?10:54
*** rook-rook has quit IRC10:55
andreykurilinekarlso: it can return generator of items, but your code returns generator of list of items.10:59
openstackgerritAndrey Kurilin proposed openstack/rally: Proof-of-concept: plugins based on entry-point  https://review.openstack.org/28238111:18
*** yfried has quit IRC11:21
*** yfried has joined #openstack-rally11:21
*** yingjun has joined #openstack-rally11:22
ekarlsoandreykurilin: aha : )11:33
*** psd has quit IRC11:39
*** sverma has quit IRC12:00
ekarlsoandreykurilin: sigh: AssertionError: set(['_walk_pages']) is not false : ResourceManager rally.plugins.openstack.cleanup.resources.DesignateResource contains extra fields: _walk_pages. Remove them to pass this test12:03
*** sverma has joined #openstack-rally12:12
andreykurilinlol12:24
ekarlsoandreykurilin: it doesn't like private methods or ?12:27
openstackgerritIllia Khudoshyn proposed openstack/rally: Store task results into DB by chunks, retrieve aggregated  https://review.openstack.org/28354812:40
*** psd has joined #openstack-rally12:45
*** akrzos has joined #openstack-rally12:47
*** mvk has quit IRC12:49
*** mvk has joined #openstack-rally12:50
*** bkopilov has quit IRC12:51
*** ekudryashova has joined #openstack-rally12:53
*** MaxPC has joined #openstack-rally13:01
openstackgerritAndrey Kurilin proposed openstack/rally: Proof-of-concept: plugins based on entry-point  https://review.openstack.org/28238113:03
andreykurilinekarlso: it looks strange. Imo, we should remove this tests at all13:05
ekarlsoandreykurilin: :p13:05
andreykurilin*this test13:06
openstackgerritEndre Karlson proposed openstack/rally: Designate V2 - Add recordset scenarios  https://review.openstack.org/24931413:06
ekarlsoandreykurilin: so what we do then ?13:14
ekarlsowould love to get this stuff merged by friday at latest as I am going on paternity leave13:15
andreykurilinekarlso: As I said before, I prefer to remove it at all, but lets wait until stpierre come. He is working on refactoring cleanup now:)13:15
*** shausy has quit IRC13:16
andreykurilinekarlso: Congratulations!13:16
andreykurilinekarlso: I suppose, stpierre will be online in several hours13:16
*** sverma has quit IRC13:17
psdandreykurilin: Hey! so basically boris suggested adding cloud information the final benchmark output as a GSoC project last year. We had worked on a spec https://review.openstack.org/16943213:19
andreykurilinpsd: hi! I'll read your spec today and ping you:)13:23
*** rdas has quit IRC13:38
ekarlsoandreykurilin: :p13:50
*** neeti has quit IRC13:55
openstackgerritIllia Khudoshyn proposed openstack/rally: Store task results into DB by chunks, retrieve aggregated  https://review.openstack.org/28354813:56
*** garyk has quit IRC13:58
openstackgerritEndre Karlson proposed openstack/rally: Designate V2 - Add recordset scenarios  https://review.openstack.org/24931413:58
*** stpierre has joined #openstack-rally13:58
*** mvk has quit IRC14:00
*** mvk has joined #openstack-rally14:01
*** pcaruana has quit IRC14:02
rookandreykurilin is there a good way to disable cleanup vs going into code - nova/boot code?14:04
rook^ maybe a plugin?14:04
andreykurilinrook: no:(14:08
andreykurilinstpierre: hi14:08
andreykurilinhow are you?14:09
rookandreykurilin ok, so the only way to do this is to make a change to the code to remove the cleanup14:09
andreykurilinrook: currently - yes, but, as far as I know, stpierre is working on disaster cleanup. After such feature will be implemented, we will provide the ability to turn off cleanup14:11
stpierreandreykurilin: good, what's up?14:11
andreykurilinstpierre: ekarlso(and it looks like rook has too) has several questions about cleanup and we need your help :)14:12
stpierreit's a complicated mess that i don't even begin to fully understand. HTH :P14:12
andreykurilinheh14:12
andreykurilinstpierre: first of all, do you know why we restrict to "non-default" methods to cleanup resources? (https://github.com/openstack/rally/blob/master/tests/unit/plugins/openstack/cleanup/test_resources.py#L31)14:14
stpierrei don't understand why that test exists, but i'm not sure that's what you mean.14:15
rooklol14:16
rookok14:16
psdandreykurilin: sure!14:23
*** baohua has quit IRC14:24
andreykurilinekarlso: please, remove test https://github.com/openstack/rally/blob/master/tests/unit/plugins/openstack/cleanup/test_resources.py#L31 :)14:36
andreykurilinstpierre: thanks :)14:37
*** tosky has quit IRC14:46
*** tosky has joined #openstack-rally14:47
openstackgerritEndre Karlson proposed openstack/rally: Designate V2 - Add recordset scenarios  https://review.openstack.org/24931414:57
ekarlsoandreykurilin: ^ done : )15:01
*** cjmartinez has joined #openstack-rally15:06
*** josdotso has joined #openstack-rally15:07
*** castulo has quit IRC15:07
*** ekarlso has quit IRC15:07
*** cjmartinez is now known as castulo15:07
*** ekarlso- has joined #openstack-rally15:08
*** bkopilov has joined #openstack-rally15:15
*** pcaruana has joined #openstack-rally15:18
*** pcaruana has quit IRC15:20
*** pcaruana has joined #openstack-rally15:21
*** pcaruana|afk| has joined #openstack-rally15:21
*** arnoldje has joined #openstack-rally15:22
*** anshul has quit IRC15:25
*** pcaruana|afk| has quit IRC15:29
*** pcaruana has quit IRC15:37
rookandreykurilin: did something with plugins change recently?15:48
*** pcaruana has joined #openstack-rally15:49
rookhttps://gist.github.com/jtaleric/3acfad1cf5a0413f4526 <-- this plugin *used* to work15:49
rooknm, got it figured out15:49
andreykurilin:)15:51
*** abalutoiu has quit IRC15:52
*** mvk has quit IRC16:05
*** mvk has joined #openstack-rally16:06
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Adding 'deprecate' warning to `rally verify start`  https://review.openstack.org/28327916:11
*** yfried has quit IRC16:11
*** baker has joined #openstack-rally16:14
openstackgerritRoman Vasilets proposed openstack/rally: [Spec] Rally Task Validation refactoring  https://review.openstack.org/28318016:28
*** abehl has joined #openstack-rally16:30
*** Aish has joined #openstack-rally16:34
*** lezbar has quit IRC16:55
*** lezbar has joined #openstack-rally16:58
rvasiletsPlease welcome to review of the spec https://review.openstack.org/#/c/283180/16:59
*** psd has quit IRC16:59
rvasiletsvalidators refactoring16:59
amaretskiyrvasilets: ok17:03
*** klindgren__ has joined #openstack-rally17:12
*** klindgren_ has quit IRC17:14
*** amaretskiy has quit IRC17:17
*** josdotso has quit IRC17:40
*** Aish has quit IRC17:46
*** mvk has quit IRC17:56
*** Aish has joined #openstack-rally17:59
openstackgerritOpenStack Proposal Bot proposed openstack/rally: Updated from global requirements  https://review.openstack.org/28372318:04
*** psd has joined #openstack-rally18:05
openstackgerritRoman Vasilets proposed openstack/rally: [WIP] Change structure of rally plugin and plugin references page  https://review.openstack.org/28032718:10
*** tosky has quit IRC18:39
*** pvaneck has joined #openstack-rally18:53
*** arnoldje has quit IRC18:58
*** klindgren__ is now known as klindgren19:04
*** arnoldje has joined #openstack-rally19:20
*** diogogmt has joined #openstack-rally19:30
openstackgerritMerged openstack/rally: [Doc] Make documentation for output plugins  https://review.openstack.org/26585719:35
openstackgerritMerged openstack/rally: Overhaul SeekAndDestroy._get_cached_client()  https://review.openstack.org/28148719:56
openstackgerritMerged openstack/rally: [Verify] Deprecate for removal '--tempest-config' for 'reinstall' cmd  https://review.openstack.org/28289219:56
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify] Removing deprecated arguments  https://review.openstack.org/28377119:58
*** josdotso has joined #openstack-rally19:59
*** arnoldje has quit IRC20:07
*** lutostag_ has joined #openstack-rally20:11
*** lutostag has quit IRC20:12
*** stpierre_ has joined #openstack-rally20:25
*** arnoldje has joined #openstack-rally20:26
*** stpierre has quit IRC20:29
*** abehl has quit IRC20:33
*** stpierre_ is now known as stpierre20:43
*** MaxPC has quit IRC21:14
*** boris-42 has joined #openstack-rally21:18
*** stpierre_ has joined #openstack-rally21:22
*** stpierre has quit IRC21:22
*** stpierre_ is now known as stpierre21:22
*** akrzos has quit IRC21:25
openstackgerritMerged openstack/rally: Update URL in templates  https://review.openstack.org/28264621:42
*** lutostag_ is now known as lutostag22:07
*** gubouvier has quit IRC22:08
*** harshs has joined #openstack-rally22:12
*** stpierre has quit IRC22:33
*** akrzos has joined #openstack-rally22:38
*** mvk has joined #openstack-rally22:39
*** harshs has quit IRC22:58
*** diogogmt has quit IRC22:58
*** linuxgeek has quit IRC22:58
*** davideagnello has quit IRC22:58
*** redixin has quit IRC22:58
*** mvk has quit IRC22:58
*** arnoldje has quit IRC22:58
*** josdotso has quit IRC22:58
*** baker has quit IRC22:58
*** pcaruana has quit IRC22:58
*** bkopilov has quit IRC22:58
*** _hanhart has quit IRC22:58
*** frickler has quit IRC22:58
*** aarefiev has quit IRC22:58
*** marcoceppi has quit IRC22:58
*** rvasilets has quit IRC22:58
*** ekudryashova has quit IRC22:58
*** akrzos has quit IRC22:58
*** lutostag has quit IRC22:58
*** Guest51435 has quit IRC22:58
*** kun_huang has quit IRC22:58
*** logan- has quit IRC22:58
*** vipul- has quit IRC22:58
*** davidlenwell has quit IRC22:58
*** jlk has quit IRC22:58
*** andreykurilin has quit IRC22:58
*** boris-42 has quit IRC22:58
*** psd has quit IRC22:58
*** lezbar has quit IRC22:58
*** psuriset has quit IRC22:58
*** amakarov_away has quit IRC22:58
*** igormarnat has quit IRC22:58
*** castulo has quit IRC22:58
*** itsuugo has quit IRC22:58
*** lcazares has quit IRC22:58
*** NikitaKonovalov has quit IRC22:58
*** rook has quit IRC22:58
*** lewo has quit IRC22:58
*** vaidy_ril has quit IRC22:58
*** kbaikov has quit IRC22:58
*** gus has quit IRC22:58
*** bigjools has quit IRC22:58
*** kbyrne has quit IRC22:58
*** vkmc has quit IRC22:58
*** Aish has quit IRC22:58
*** meteorfox has quit IRC22:58
*** hockeynut has quit IRC22:58
*** zeus has quit IRC22:58
*** ukinau has quit IRC22:58
*** ptoohill has quit IRC22:58
*** ekarlso- has quit IRC22:58
*** dmellado has quit IRC22:58
*** hughsaunders has quit IRC22:58
*** DinaBelova has quit IRC22:58
*** afazekas has quit IRC22:58
*** smurke has quit IRC22:58
*** bapalm has quit IRC22:58
*** avico has quit IRC22:58
*** trams has quit IRC22:58
*** hemanthm has quit IRC22:58
*** ikhudoshyn has quit IRC22:58
*** zhiyan has quit IRC22:58
*** serverascode has quit IRC22:58
*** ChanServ has quit IRC22:58
*** serverascode has joined #openstack-rally23:00
*** zhiyan has joined #openstack-rally23:00
*** ikhudoshyn has joined #openstack-rally23:00
*** rvasilets has joined #openstack-rally23:00
*** marcoceppi has joined #openstack-rally23:00
*** aarefiev has joined #openstack-rally23:00
*** frickler has joined #openstack-rally23:00
*** _hanhart has joined #openstack-rally23:00
*** bkopilov has joined #openstack-rally23:00
*** pcaruana has joined #openstack-rally23:00
*** baker has joined #openstack-rally23:00
*** josdotso has joined #openstack-rally23:00
*** arnoldje has joined #openstack-rally23:00
*** mvk has joined #openstack-rally23:00
*** andreykurilin has joined #openstack-rally23:00
*** jlk has joined #openstack-rally23:00
*** davidlenwell has joined #openstack-rally23:00
*** vipul- has joined #openstack-rally23:00
*** logan- has joined #openstack-rally23:00
*** kun_huang has joined #openstack-rally23:00
*** Guest51435 has joined #openstack-rally23:00
*** lutostag has joined #openstack-rally23:00
*** akrzos has joined #openstack-rally23:00
*** vkmc has joined #openstack-rally23:00
*** kbyrne has joined #openstack-rally23:00
*** bigjools has joined #openstack-rally23:00
*** gus has joined #openstack-rally23:00
*** kbaikov has joined #openstack-rally23:00
*** vaidy_ril has joined #openstack-rally23:00
*** lewo has joined #openstack-rally23:00
*** rook has joined #openstack-rally23:00
*** NikitaKonovalov has joined #openstack-rally23:00
*** lcazares has joined #openstack-rally23:00
*** DinaBelova has joined #openstack-rally23:01
*** boris-42 has joined #openstack-rally23:01
*** psd has joined #openstack-rally23:01
*** lezbar has joined #openstack-rally23:01
*** psuriset has joined #openstack-rally23:01
*** amakarov_away has joined #openstack-rally23:01
*** igormarnat has joined #openstack-rally23:01
*** harshs has joined #openstack-rally23:01
*** diogogmt has joined #openstack-rally23:01
*** linuxgeek has joined #openstack-rally23:01
*** davideagnello has joined #openstack-rally23:01
*** redixin has joined #openstack-rally23:01
*** ekarlso- has joined #openstack-rally23:03
*** dmellado has joined #openstack-rally23:03
*** hughsaunders has joined #openstack-rally23:03
*** afazekas has joined #openstack-rally23:03
*** smurke has joined #openstack-rally23:03
*** bapalm has joined #openstack-rally23:03
*** avico has joined #openstack-rally23:03
*** trams has joined #openstack-rally23:03
*** hemanthm has joined #openstack-rally23:03
*** meteorfox has joined #openstack-rally23:03
*** hockeynut has joined #openstack-rally23:03
*** zeus has joined #openstack-rally23:03
*** ukinau has joined #openstack-rally23:03
*** ptoohill has joined #openstack-rally23:03
*** ekudryashova has joined #openstack-rally23:03
*** Aish has joined #openstack-rally23:03
*** harshs has quit IRC23:04
*** itsuugo has joined #openstack-rally23:06
*** ChanServ has joined #openstack-rally23:06
*** asimov.freenode.net sets mode: +o ChanServ23:06
*** exploreshaifali has joined #openstack-rally23:08
*** exploreshaifali has quit IRC23:08
*** baker has quit IRC23:14
*** arnoldje has quit IRC23:15
*** josdotso has quit IRC23:16
openstackgerritAndrey Kurilin proposed openstack/rally: Proof-of-concept: plugins based on entry-point  https://review.openstack.org/28238123:35
*** diogogmt has quit IRC23:36
*** yingjun has quit IRC23:50
*** yingjun has joined #openstack-rally23:50
*** yingjun has quit IRC23:55

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