Thursday, 2016-11-03

openstackgerritAndrey Kurilin proposed openstack/rally: DO NOT TOUCH, DO NOT LOOK: refactor verification  https://review.openstack.org/37233400:04
*** yingjun has joined #openstack-rally00:30
*** yingjun has quit IRC00:30
*** yingjun has joined #openstack-rally00:31
*** beslemon_ has quit IRC00:33
*** jkilpatr has quit IRC01:04
*** yanyanhu has joined #openstack-rally01:20
*** trisq has joined #openstack-rally01:47
openstackgerritzhangzhihui proposed openstack/rally: Add cinder.CreateVolumeType scenario  https://review.openstack.org/38861701:54
*** kiran-r has joined #openstack-rally02:22
*** kiran-r has quit IRC02:23
*** ilbot3 has quit IRC02:45
*** yanyanhu has quit IRC02:48
*** ilbot3 has joined #openstack-rally02:48
*** yanyanhu has joined #openstack-rally02:49
*** dave-mccowan has quit IRC02:57
*** trisq has quit IRC03:06
*** trisq has joined #openstack-rally03:06
*** chenhb has quit IRC03:41
*** chenhb has joined #openstack-rally03:41
*** coolsvap has joined #openstack-rally03:55
*** absubram_ has joined #openstack-rally04:25
*** absubram_ is now known as absubram04:28
*** absubram has quit IRC04:46
openstackgerritzhangzhihui proposed openstack/rally: Add keystone.CreateAndUpdateUser scenario  https://review.openstack.org/37912705:37
*** openstackgerrit has quit IRC05:48
*** openstackgerrit has joined #openstack-rally05:48
*** amaretskiy has joined #openstack-rally06:13
*** jojden has joined #openstack-rally06:35
jojdenhow to load external client in rally06:36
jojden??06:36
*** afazekas has quit IRC06:40
*** afazekas has joined #openstack-rally06:40
jojdenImportError: No module named requests07:07
jojdenwhat will be the issue with this07:07
jojdenroot@os-controller1:/home/poornam# pip install requests07:07
jojdenRequirement already satisfied (use --upgrade to upgrade): requests in /usr/local/lib/python2.7/dist-packages07:07
*** chandankumar has joined #openstack-rally07:11
*** tesseract has joined #openstack-rally07:14
*** tesseract is now known as Guest2520907:14
*** chandankumar has quit IRC07:17
*** chandankumar has joined #openstack-rally07:19
*** rcernin has joined #openstack-rally07:34
*** abehl has joined #openstack-rally07:35
*** openstackgerrit has quit IRC07:48
*** openstackgerrit has joined #openstack-rally07:48
*** ushkalim has joined #openstack-rally08:08
*** psuriset has quit IRC08:29
*** mkoderer has joined #openstack-rally08:30
*** psuriset has joined #openstack-rally08:46
*** psuriset has quit IRC08:56
*** tosky has joined #openstack-rally09:04
*** abehl has quit IRC09:06
*** psuriset has joined #openstack-rally09:09
*** kbaikov has quit IRC09:24
*** kbaikov has joined #openstack-rally09:24
*** yanyanhu has quit IRC09:38
*** yanyanhu has joined #openstack-rally09:38
*** yanyanhu has quit IRC09:42
*** Serlex has joined #openstack-rally09:43
*** mvk has quit IRC09:51
*** yingjun has quit IRC10:12
*** mvk has joined #openstack-rally10:26
*** dave-mccowan has joined #openstack-rally11:04
openstackgerritAlexander Maretskiy proposed openstack/rally: [Reports] Use flat scenarios menu in task report  https://review.openstack.org/39289711:13
*** absubram has joined #openstack-rally11:13
*** absubram_ has joined #openstack-rally11:14
andreykurilinjojden: ping11:15
openstackgerritAlexander Maretskiy proposed openstack/rally: [Reports] Fix sorting for Hooks column in overview table  https://review.openstack.org/39324411:16
*** absubram has quit IRC11:17
*** absubram_ is now known as absubram11:17
jojdenandreykurilin hai11:18
andreykurilincool11:18
jojdenandreykurilin can you help me on that11:18
jojden?11:18
andreykurilinjojden: I can try11:19
andreykurilin)11:19
andreykurilinplease execute next command: python -c "import rally; print(rally.__file__)"11:19
jojdenoh thank you11:19
jojdenroot@os-controller1:~/.rally/tempest/for-deployment-0dc294f6-0d7f-407c-9036-70bb1661fd59/plugins# python -c "import rally; print(rally.__file__)"11:20
jojdengot the o/p as path to rally11:20
jojdenusr/local11:20
jojdenlib/python2.7/dist-packages/rally/11:21
jojden__init__.pyc11:21
andreykurilinhm... it is strange11:21
jojdenoh what should be the o/p of that11:21
jojden?11:21
jojdenmeans what we are expecting11:22
*** trisq has quit IRC11:22
andreykurilinanother debug info `whereis rally | xargs cat`11:24
*** jkilpatr has joined #openstack-rally11:24
jojdenwhereis rally11:25
jojdenrally: /etc/rally /usr/local/bin/rally /usr/share/rally11:25
jojdenroot@os-controller1:~/.rally/tempest/for-deployment-0dc294f6-0d7f-407c-9036-70bb1661fd59/plugins# whereis rally | xargs cat11:26
jojdencat: rally:: No such file or directory11:26
jojdencat: /etc/rally: Is a directory11:26
jojden#!/usr/bin/python11:26
jojden# PBR Generated from u'console_scripts'11:26
jojdenandreykurilin11:30
jojdenwhat might be the issue11:30
*** rvasilets___ has joined #openstack-rally11:33
andreykurilinjojden: I think the problem can be in different python versions. pip is configured to use one version and rally is launched by other11:35
andreykurilinwhat is a first line of /usr/local/bin/rally ?11:35
jojden#!/usr/bin/python11:35
jojden# PBR Generated from u'console_scripts'11:35
andreykurilin/usr/bin/python --version is python 2.7 ?11:36
jojdenyes11:37
jojdenPython 2.7.611:37
andreykurilinhm..11:38
andreykurilinit is strange11:38
jojdenbut this is the version that I am using11:39
andreykurilinyes11:41
andreykurilinDoes `python -c "import request"` works?11:41
jojdenyes11:41
andreykurilin;(11:41
jojden:)11:44
andreykurilinand `rally deployment list` (for example) doesn't ?11:45
jojdenit list the current cloud11:46
jojden uuid                                 | created_at          | name                | status           | active11:46
andreykurilinhm...11:47
jojdenand do u know how the client is loading in the tempest.11:48
andreykurilinso what actually fails?11:48
jojdenlike keystoneclient11:48
jojdenfailing is11:48
jojdenwhen I am trying to load packages like11:48
jojdenkeystoneclient11:48
jojdenimport keystoneclient11:48
jojdenis failing11:48
andreykurilinwhere you whant to load?11:48
andreykurilinplease describe your use case11:49
jojdenI am loading it in the tests/api/test_service.py11:49
jojdenAcyally I have a service named sidecar11:50
jojdenit having client named sidecarclient11:51
andreykurilinok, so you want to modify tempest code to use keystoneclient and launch tempest via rally11:51
jojdenwhen I run11:51
andreykurilinAm I right?11:51
jojdenyes11:51
jojdentempest plugin11:52
andreykurilinso the problem is that Tempest doesn't use any openstack clients11:52
andreykurilinno keystoneclient11:52
andreykurilinno other clients11:52
andreykurilintempest was designed as functional tests for api. that is why they wrote requests to APIs manually11:53
andreykurilinthat is why Rally doesn't install any of openstack clients in virtualenv (tempest doesn't incude them in requirements.txt)11:53
jojdenohhh11:54
openstackgerritAnton Studenov proposed openstack/rally: Fault injection hook plugin  https://review.openstack.org/38448311:54
andreykurilinyeap11:54
andreykurilin)11:54
andreykurilinjojden: here I can propose several solutions11:55
jojdenok11:55
jojdeni have created the plugin using the following11:55
jojdenhttps://opensource.com/business/15/10/creating-a-tempest-plugin-for-openstack11:55
jojdenandreykurilin11:55
andreykurilin1) if you want to write tempest plugin. It can be designed like python package with own requirements.txt. In this case, if you install plugin via rally interface, rally will install all requirements and you will be able to use keystoneclient and whatever you want11:56
jojdenok good11:57
jojdeni have keystoneclient as an example11:57
jojdenactually I have to use my own client11:57
andreykurilin2) you can forgot about tempest plugins and start using `rally task` component. it is pluggable too and we use openstackclient:) Also, you will be able to use your test scenarios for both functional testing and performance11:57
jojdennamed sidecarclient11:57
jojdenI wan to use it with the tempest plugin11:58
andreykurilinso ok, you need to add requirements.txt to your plugin and specify whatever you want dependencies12:00
jojdenok12:01
andreykurilinylobankov: ping12:03
*** absubram has quit IRC12:06
jojdenandreykurilin can you tell me more about the 2nd idea12:12
openstackgerritAnton Studenov proposed openstack/rally: Refactor DB shema for task results  https://review.openstack.org/29702012:31
*** astudenov has joined #openstack-rally12:38
*** tohin has joined #openstack-rally12:39
*** tohin has quit IRC12:39
*** astudenov has quit IRC12:39
*** trisq has joined #openstack-rally12:40
*** trisq has quit IRC12:46
andreykurilinjojden: so rally task is a powerful component. it is pluggable. you need to describe your own client like https://github.com/openstack/rally/blob/master/rally/osclients.py#L363-L375 . Then you will be able to create test scenarios like http://rally.readthedocs.io/en/latest/plugins/scenario_plugin.html and access to your client like self.clients("your-client")12:46
*** trisq has joined #openstack-rally12:46
jojdenis it like tempest plugin ?12:47
andreykurilinnot, it is a totally separate thing)12:47
jojdenok12:47
andreykurilinhttp://rally.readthedocs.io/en/latest/plugins.html you can find more info here12:48
jojdenok thank you andreykurilin12:48
jojdencan u ask one more doubt12:48
jojdenwhen i run the tempest command12:50
jojden* mvk (mkrcmari@nat/redhat/x-vocuyqlttvvcbzjh) has joined12:50
jojden* dave-mccowan (~textual@173.38.117.90) has joined12:50
jojden<openstackgerrit> Alexander Maretskiy proposed openstack/rally: [Reports] Use flat scenarios menu in task report  https://review.openstack.org/39289712:50
jojden* absubram (~absubram@c-73-68-228-18.hsd1.ma.comcast.net) has joined12:50
jojden* absubram_ (absubram@nat/cisco/x-vusqkawegpjhtkyl) has joined12:50
jojden<andreykurilin> jojden: ping12:50
jojden<openstackgerrit> Alexander Maretskiy proposed openstack/rally: [Reports] Fix sorting for Hooks column in overview table  https://review.openstack.org/39324412:50
ylobankovandreykurilin: pong12:50
jojden* absubram has quit (Ping timeout: 245 seconds)12:50
jojden* absubram_ is now known as absubram12:50
jojden<jojden> andreykurilin hai12:50
jojden<andreykurilin> cool12:50
jojden<jojden> andreykurilin can you help me on that12:50
jojden<jojden> ?12:50
jojden<andreykurilin> jojden: I can try12:50
jojden<andreykurilin> )12:50
jojden<andreykurilin> please execute next command: python -c "import rally; print(rally.__file__)"12:50
jojden<jojden> oh thank you12:50
jojden<jojden> root@os-controller1:~/.rally/tempest/for-deployment-0dc294f6-0d7f-407c-9036-70bb1661fd59/plugins# python -c "import rally; print(rally.__file__)"12:51
jojden<jojden> got the o/p as path to rally12:51
jojden<jojden> usr/local12:51
jojden<jojden> lib/python2.7/dist-packages/rally/12:51
jojden<jojden> __init__.pyc12:51
jojden<andreykurilin> hm... it is strange12:51
jojden<jojden> oh what should be the o/p of that12:51
jojden<jojden> ?12:51
jojden<jojden> means what we are expecting12:51
jojden* trisq has quit (Ping timeout: 260 seconds)12:51
jojden<andreykurilin> another debug info `whereis rally | xargs cat`12:51
jojden* jkilpatr (jkilpatr@nat/redhat/x-amjizuernmrtljyy) has joined12:51
jojden<jojden> whereis rally12:51
jojden<jojden> rally: /etc/rally /usr/local/bin/rally /usr/share/rally12:51
jojden<jojden> root@os-controller1:~/.rally/tempest/for-deployment-0dc294f6-0d7f-407c-9036-70bb1661fd59/plugins# whereis rally | xargs cat12:51
jojden<jojden> cat: rally:: No such file or directory12:51
jojden<jojden> cat: /etc/rally: Is a directory12:51
jojden<jojden> #!/usr/bin/python12:51
jojden<jojden> # PBR Generated from u'console_scripts'12:51
jojden<jojden> andreykurilin12:51
jojden<jojden> what might be the issue12:51
jojden* rvasilets___ (uid53574@gateway/web/irccloud.com/x-xckrratmvbnlpgxw) has joined12:51
jojden<andreykurilin> jojden: I think the problem can be in different python versions. pip is configured to use one version and rally is launched by other12:51
jojden<andreykurilin> what is a first line of /usr/local/bin/rally ?12:51
jojden<jojden> #!/usr/bin/python12:51
jojden<jojden> # PBR Generated from u'console_scripts'12:51
jojden<andreykurilin> /usr/bin/python --version is python 2.7 ?12:51
jojden<jojden> yes12:52
jojden<jojden> Python 2.7.612:52
jojden<andreykurilin> hm..12:52
jojden<andreykurilin> it is strange12:52
jojden<jojden> but this is the version that I am using12:52
jojden<andreykurilin> yes12:52
jojden<andreykurilin> Does `python -c "import request"` works?12:52
jojden<jojden> yes12:52
jojden<andreykurilin> ;(12:52
jojden<jojden> :)12:52
jojden<andreykurilin> and `rally deployment list` (for example) doesn't ?12:52
jojden<jojden> it list the current cloud12:52
jojden<jojden>  uuid                                 | created_at          | name                | status           | active12:52
jojden<andreykurilin> hm...12:52
jojden<jojden> and do u know how the client is loading in the tempest.12:52
jojden<andreykurilin> so what actually fails?12:52
jojden<jojden> like keystoneclient12:52
jojden<jojden> failing is12:52
jojden<jojden> when I am trying to load packages like12:52
jojden<jojden> keystoneclient12:52
jojden<jojden> import keystoneclient12:52
jojden<jojden> is failing12:52
jojden<andreykurilin> where you whant to load?12:52
jojden<andreykurilin> please describe your use case12:52
jojden<jojden> I am loading it in the tests/api/test_service.py12:52
jojden<jojden> Acyally I have a service named sidecar12:52
jojden<jojden> it having client named sidecarclient12:52
jojden<andreykurilin> ok, so you want to modify tempest code to use keystoneclient and launch tempest via rally12:53
jojden<jojden> when I run12:53
jojden<andreykurilin> Am I right?12:53
jojden<jojden> yes12:53
jojden<jojden> tempest plugin12:53
jojden<andreykurilin> so the problem is that Tempest doesn't use any openstack clients12:53
jojden<andreykurilin> no keystoneclient12:53
jojden<andreykurilin> no other clients12:53
jojden<andreykurilin> tempest was designed as functional tests for api. that is why they wrote requests to APIs manually12:53
jojden<andreykurilin> that is why Rally doesn't install any of openstack clients in virtualenv (tempest doesn't incude them in requirements.txt)12:53
jojden<jojden> ohhh12:53
jojden<openstackgerrit> Anton Studenov proposed openstack/rally: Fault injection hook plugin  https://review.openstack.org/38448312:53
jojden<andreykurilin> yeap12:53
jojden<andreykurilin> )12:53
jojden<andreykurilin> jojden: here I can propose several solutions12:53
jojden<jojden> ok12:53
jojden<jojden> i have created the plugin using the following12:53
jojden<jojden> https://opensource.com/business/15/10/creating-a-tempest-plugin-for-openstack12:53
jojden<jojden> andreykurilin12:53
jojden<andreykurilin> 1) if you want to write tempest plugin. It can be designed like python package with own requirements.txt. In this case, if you install plugin via rally interface, rally will install all requirements and you will be able to use keystoneclient and whatever you want12:53
jojden<jojden> ok good12:53
jojden<jojden> i have keystoneclient as an example12:53
jojden<jojden> actually I have to use my own client12:53
jojden<andreykurilin> 2) you can forgot about tempest plugins and start using `rally task` component. it is pluggable too and we use openstackclient:) Also, you will be able to use your test scenarios for both functional testing and performance12:53
jojden<jojden> named sidecarclient12:54
jojden<jojden> I wan to use it with the tempest plugin12:54
jojden<andreykurilin> so ok, you need to add requirements.txt to your plugin and specify whatever you want dependencies12:54
jojden<jojden> ok12:54
jojden<andreykurilin> ylobankov: ping12:54
jojden* absubram has quit (Ping timeout: 260 seconds)12:54
jojden<jojden> andreykurilin can you tell me more about the 2nd idea12:54
jojden<openstackgerrit> Anton Studenov proposed openstack/rally: Refactor DB shema for task results  https://review.openstack.org/29702012:54
jojden* astudenov (~tohin@95-37-55-144.dynamic.mts-nn.ru) has joined12:54
jojden* tohin (~tohin@95-37-55-144.dynamic.mts-nn.ru) has joined12:54
jojden* tohin has quit (Client Quit)12:54
jojden* astudenov has quit (Remote host closed the connection)12:54
jojden* trisq (~qitianbia@125.34.22.8) has joined12:54
jojden* trisq has quit (Ping timeout: 268 seconds)12:54
jojden<andreykurilin> jojden: so rally task is a powerful component. it is pluggable. you need to describe your own client like https://github.com/openstack/rally/blob/master/rally/osclients.py#L363-L375 . Then you will be able to create test scenarios like http://rally.readthedocs.io/en/latest/plugins/scenario_plugin.html and access to your client like self.clients("your-client")12:54
jojden* trisq (~qitianbia@125.34.22.8) has joined12:54
jojden<jojden> is it like tempest plugin ?12:54
jojden<andreykurilin> not, it is a totally separate thing)12:54
jojden<jojden> ok12:54
jojden<andreykurilin> http://rally.readthedocs.io/en/latest/plugins.html you can find more info here12:54
jojden<jojden> ok thank you andreykurilin12:54
jojden<jojden> can u ask one more doubt12:54
jojdensorry12:54
jojdenandreykurilin12:54
jojdenwhen i run the tempest command12:54
jojdentempest run --workspace cloud-01 --regex tempest_sidecar_plugin.tests.api.test_sidecar.TestTempestSidecar12:54
jojdenI am getting the success result with the sidecarclient12:55
jojdenproblem comes only with the rally12:55
jojdenso when i create the rally plugin this will be solved right ?12:55
andreykurilinjojden: you need to know how rally works with tempest. By default it creates virtual environment for tempest. So in case if sidecarclient is installed system-wide, it is not available in venv. you can try to launch rally verify start with --system-wide flag13:02
*** maeca1 has joined #openstack-rally13:06
*** stpierre has joined #openstack-rally13:06
*** trisq has quit IRC13:12
*** trisq has joined #openstack-rally13:14
*** trisq has quit IRC13:37
*** trisq has joined #openstack-rally13:38
openstackgerritStaroverov Anton proposed openstack/rally: New base class for rally.osclients.Clients  https://review.openstack.org/38602613:38
*** yingjun has joined #openstack-rally13:41
*** pcaruana has joined #openstack-rally13:53
*** dave-mcc_ has joined #openstack-rally13:54
*** dave-mccowan has quit IRC13:57
*** dave-mcc_ has quit IRC14:01
*** yingjun has quit IRC14:10
*** yingjun has joined #openstack-rally14:10
*** trisq has quit IRC14:17
openstackgerritAndrey Kurilin proposed openstack/rally: DO NOT TOUCH, DO NOT LOOK: refactor verification  https://review.openstack.org/37233414:20
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify][Reports] Small improvements of Rally verify report  https://review.openstack.org/39213914:27
*** absubram has joined #openstack-rally14:28
*** dave-mccowan has joined #openstack-rally14:30
openstackgerritYaroslav Lobankov proposed openstack/rally: [Verify][Reports] Small improvements of Rally verify report  https://review.openstack.org/39213914:33
*** chenhb has quit IRC14:40
*** chenhb has joined #openstack-rally14:43
*** beslemon has joined #openstack-rally14:48
*** adiantum has joined #openstack-rally14:54
*** beslemon_ has joined #openstack-rally14:58
*** e0ne has joined #openstack-rally14:59
*** beslemon has quit IRC15:00
*** adiantum1 has joined #openstack-rally15:07
*** adiantum has quit IRC15:08
*** adiantum1 is now known as adiantum15:08
*** jkilpatr_ has joined #openstack-rally15:12
*** jkilpatr_ has quit IRC15:13
*** jkilpatr has quit IRC15:14
*** chandankumar has quit IRC15:15
*** jkilpatr has joined #openstack-rally15:16
*** yingjun has quit IRC15:28
*** yingjun has joined #openstack-rally15:28
*** e0ne has quit IRC15:30
*** astudenov has joined #openstack-rally15:31
*** yingjun_ has joined #openstack-rally15:32
*** yingjun has quit IRC15:32
openstackgerritAndrey Kurilin proposed openstack/rally: [CLI] Allow to use dashes in the methods name  https://review.openstack.org/39266815:39
openstackgerritAndrey Kurilin proposed openstack/rally: DO NOT TOUCH, DO NOT LOOK: refactor verification  https://review.openstack.org/37233415:39
*** jkilpatr has quit IRC15:47
*** adiantum has quit IRC15:49
*** yingjun_ has quit IRC15:55
*** yingjun has joined #openstack-rally15:56
*** jkilpatr has joined #openstack-rally16:00
*** yingjun has quit IRC16:00
*** maeca1 has quit IRC16:01
*** rcernin has quit IRC16:02
*** dave-mccowan has quit IRC16:17
*** dave-mccowan has joined #openstack-rally16:19
*** pcaruana has quit IRC16:20
*** rcernin has joined #openstack-rally16:25
*** chandankumar has joined #openstack-rally16:34
*** Serlex has quit IRC16:53
*** maeca1 has joined #openstack-rally16:54
*** rcernin has quit IRC17:03
*** njohnston has left #openstack-rally17:03
*** rcernin has joined #openstack-rally17:03
*** rcernin has quit IRC17:08
openstackgerritAndrey Kurilin proposed openstack/rally: DO NOT TOUCH, DO NOT LOOK: refactor verification  https://review.openstack.org/37233417:12
openstackgerritAndrey Kurilin proposed openstack/rally: DO NOT TOUCH, DO NOT LOOK: refactor verification  https://review.openstack.org/37233417:13
*** strigazi is now known as strigazi_AFK17:16
*** e0ne has joined #openstack-rally17:20
*** aarefiev has quit IRC17:34
*** aarefiev_ has joined #openstack-rally17:35
*** aarefiev_ has quit IRC17:36
*** amaretskiy has quit IRC17:37
*** aarefiev_ has joined #openstack-rally17:38
*** stpierre has quit IRC17:41
*** aarefiev_ has quit IRC17:42
*** harlowja has quit IRC17:43
*** harlowja has joined #openstack-rally17:46
*** kiran-r has joined #openstack-rally17:56
*** Guest25209 has quit IRC17:57
*** adiantum has joined #openstack-rally17:59
*** ushkalim has quit IRC18:03
*** rcernin has joined #openstack-rally18:05
*** kiran-r has quit IRC18:15
*** mkoderer has quit IRC18:22
*** mvk has quit IRC18:32
*** jrcloud is now known as zackf18:46
*** strigazi_AFK is now known as strigazi19:02
*** chandankumar has quit IRC19:06
*** tosky has quit IRC19:11
*** e0ne has quit IRC19:12
*** strigazi is now known as strigazi_AFK19:33
*** strigazi_AFK is now known as strigazi19:35
*** strigazi is now known as strigazi_AFK19:41
*** beslemon_ has quit IRC19:55
*** rvasilets___ has quit IRC19:58
*** beslemon has joined #openstack-rally20:01
*** jkilpatr has quit IRC20:09
*** mvk has joined #openstack-rally20:14
*** klindgren has joined #openstack-rally20:23
*** klindgren has quit IRC20:26
*** dave-mccowan has quit IRC20:30
*** jkilpatr has joined #openstack-rally20:33
*** beslemon has quit IRC20:35
*** adiantum has quit IRC20:46
*** rcernin has quit IRC20:57
*** klindgren has joined #openstack-rally21:10
*** e0ne has joined #openstack-rally21:35
*** klindgren has quit IRC21:47
*** maeca1 has quit IRC21:51
*** harlowja has quit IRC21:56
*** maeca1 has joined #openstack-rally22:18
*** absubram has quit IRC22:19
*** kiran-r has joined #openstack-rally22:34
*** maeca1 has quit IRC22:55
*** e0ne has quit IRC23:33

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