Friday, 2015-11-27

openstackgerritMerged openstack/python-openstacksdk: Replace 'MagicMock' with 'Mock'  https://review.openstack.org/25022600:03
openstackgerritMerged openstack/python-openstacksdk: Publicize the _convert_id call of Resource class  https://review.openstack.org/25015900:03
*** jamespd has joined #openstack-sdks00:04
*** Qiming has quit IRC00:06
*** pratikmallya has quit IRC00:36
*** Qiming has joined #openstack-sdks01:07
*** pratikmallya has joined #openstack-sdks01:12
*** Yanyanhu has joined #openstack-sdks01:29
openstackgerritTang Chen proposed openstack/python-openstackclient: Rename TestShelveServer to TestServerShelve and sort the classes.  https://review.openstack.org/25056001:31
openstackgerritTang Chen proposed openstack/python-openstackclient: Rename TestShelveServer to TestServerShelve and sort the classes.  https://review.openstack.org/25056001:42
tangchen__Qiming: Hi, qiming, I saw you posted a patch "Replace 'MagicMock' with 'Mock'"01:45
tangchen__Qiming: Would you please tell me why ?01:45
tangchen__Qiming: I'm now using MagicMock in osc......01:45
*** Qiming has quit IRC01:48
*** Qiming_ has joined #openstack-sdks01:48
*** Qiming_ is now known as Qiming01:48
Qimingthe problem is MagicMock sometimes masks failures01:48
tangchen__Qiming: Sorry, what does "mask failures" mean ?01:49
Qimingtangchen__, sometimes it will make a test past because it is too magic01:51
Qimingerrors went undetected when using MagicMock01:51
Qimingtangchen__, https://review.openstack.org/#/c/250226/1/openstack/tests/unit/message/v1/test_claim.py01:53
Qimingafter changing MagicMock to Mock, the test case above fails01:53
tangchen__Qiming: Well, OK. But I use MagicMock for a reason. It seems that Mock object is not iterable.01:54
Qimingwe had to explicitly fake the attributes of a message to pass the test case01:54
Qimingwith MagicMock, you can still call __getitems__() on it, for example, even if the returned value is not a list01:55
Qimingexactly, that is something I'd suggest you to mock explicitly01:55
QimingMagicMock is a little bit easy going in this case01:56
tangchen__Qiming: OK, I'll try to find out what was going on in my tests, and maybe change to Mock. :)01:56
tangchen__Qiming: Thx for the info. :)01:56
Qimingnp01:58
tangchen__stevemar: Hi steve, first, thanks for your quick merge of the patches. :)01:58
tangchen__stevemar: And one question, I found a lot of this comments in osc unit tests.01:58
tangchen__# DisplayCommandBase.take_action() returns two tuples01:58
stevemartangchen__: np about the reviews, happy to help01:59
stevemartangchen__: yeah, thats a lot of copy n' paste :P01:59
tangchen__stevemar: Yesterday, I was told that it is not helpful, and I want to remove it. But before I do, I'd like to know what it means01:59
tangchen__stevemar: Do you know what it means ?02:00
tangchen__stevemar: I cannot find a class named DisplayCommandBase.02:00
stevemartangchen__: it's a cliff function https://github.com/openstack/cliff/blob/master/cliff/display.py#L2602:01
stevemartangchen__: there's actually a bug about it https://bugs.launchpad.net/python-openstackclient/+bug/147719902:02
openstackLaunchpad bug 1477199 in python-openstackclient "DisplayCommandBase returns two tuples bad comment" [Wishlist,Confirmed]02:02
tangchen__stevemar: Thx, I'm looking at it. :)02:04
stevemartangchen__: dtroyer thinks it's useful, terry hates it, i think it's funny that it's all over the place02:04
openstackgerritxiexs proposed openstack/python-openstackclient: Add "openstack server unshelve" into OSC  https://review.openstack.org/24907102:07
tangchen__stevemar: I read the comments in the bug link. It is actually something about the precision of the comments.02:08
tangchen__stevemar: I think I can take over and fix it. But I should read the cliff code first. Thx.02:08
openstackgerritxiexs proposed openstack/python-openstackclient: Add a unittest for "openstack flavor delete"  https://review.openstack.org/25022102:19
*** Qiming has quit IRC02:32
*** Qiming has joined #openstack-sdks02:32
*** pratikmallya has quit IRC02:33
tangchen__stevemar: Hi Steve, one question about the compute unit tests.02:36
tangchen__stevemar: In openstackclient/compute/v2/, there are floatingip.py, floatingippool.py. I think they are nova network related.02:37
tangchen__stevemar: They don't have unit tests.02:37
tangchen__stevemar: Since we are planing to implement network based on sdk, I think we don't need the unit tests.02:38
tangchen__stevemar: So no plan to add them. Does it sound OK ?02:38
openstackgerritQiming Teng proposed openstack/python-openstacksdk: Add event resource for senlin(cluster) service  https://review.openstack.org/25057402:44
openstackgerritQiming Teng proposed openstack/python-openstacksdk: Fix typo in action test case  https://review.openstack.org/25057502:47
openstackgerritxiexs proposed openstack/python-openstackclient: Add status column for "openstack image list"  https://review.openstack.org/24870202:58
stevemartangchen__: so some network commands will work on both neutron and nova-net03:05
stevemartangchen__: so we can't get rid of them, *i think*03:06
tangchen__stevemar: Yes, we don't get rid of them. But we don't expand them either in the future, and we don't add any more unit test for them. Is that OK ?03:09
*** dims has quit IRC03:13
openstackgerritMerged openstack/python-openstacksdk: Fix typo in action test case  https://review.openstack.org/25057503:18
openstackgerritxiexs proposed openstack/python-openstackclient: Add "openstack server unshelve" into OSC  https://review.openstack.org/24907103:21
stevemartangchen__: if you want an easy bug https://bugs.launchpad.net/python-openstackclient/+bug/1391116 ;)03:35
openstackLaunchpad bug 1391116 in python-openstackclient "password prompts should check for empty string" [Medium,Confirmed]03:35
*** devth has joined #openstack-sdks03:44
*** devth_ has quit IRC03:46
*** pratikmallya has joined #openstack-sdks04:06
tangchen__stevemar: Sure, will look at it04:06
tangchen__stevemar: thx04:06
*** pratikmallya has quit IRC04:19
*** dims has joined #openstack-sdks04:26
*** pratikmallya has joined #openstack-sdks04:30
*** dims has quit IRC04:32
stevemartangchen__: so many bugs to fix >.<04:45
*** pratikmallya has quit IRC04:51
*** pratikmallya has joined #openstack-sdks04:51
tangchen__stevemar: Yeah, that is what we are doing. :)05:08
*** pratikmallya has quit IRC05:13
*** pratikmallya has joined #openstack-sdks05:20
openstackgerritYanyan Hu proposed openstack/python-openstacksdk: Make nova server_interface function calls work  https://review.openstack.org/24296905:29
openstackgerritYanyan Hu proposed openstack/python-openstacksdk: Add server resize function calls  https://review.openstack.org/25060105:29
*** Qiming has quit IRC06:14
*** openstackgerrit has quit IRC06:23
*** kragniz has quit IRC06:23
*** gildub has quit IRC06:23
*** baffle has quit IRC06:24
*** chlong_ has joined #openstack-sdks06:28
*** baffle has joined #openstack-sdks06:31
*** pratikmallya has quit IRC06:37
*** chlong has quit IRC06:37
*** johnthetubaguy has quit IRC06:37
*** barra204 has quit IRC06:37
*** gildub has joined #openstack-sdks06:38
*** openstackgerrit has joined #openstack-sdks06:39
openstackgerritTang Chen proposed openstack/python-openstackclient: Refactor: Abstract columns out in TestFlavorList to avoid redundant code.  https://review.openstack.org/25062806:43
openstackgerritTang Chen proposed openstack/python-openstackclient: Refactor: Abstract datalist out in TestFlavorList to avoid redundant code.  https://review.openstack.org/25062906:43
*** barra204 has joined #openstack-sdks06:43
*** chlong_ has quit IRC06:49
*** kragniz has joined #openstack-sdks06:51
*** gildub has quit IRC06:55
*** e0ne has joined #openstack-sdks07:04
*** e0ne has quit IRC07:08
openstackgerritTang Chen proposed openstack/python-openstackclient: Refactor: Move FakeFlavorResource to compute_fakes.py.  https://review.openstack.org/25064607:27
*** Qiming has joined #openstack-sdks08:22
*** Qiming has quit IRC08:29
*** Yanyanhu has quit IRC08:29
*** mordred has quit IRC08:29
*** christi3k has quit IRC08:29
*** Guest15615 has quit IRC08:29
*** jgriffith has joined #openstack-sdks08:29
*** jgriffith is now known as Guest9519408:29
*** christi3k has joined #openstack-sdks08:30
*** Yanyanhu has joined #openstack-sdks08:30
*** mtaylor has joined #openstack-sdks08:31
*** Yanyan has joined #openstack-sdks08:33
*** Qiming has joined #openstack-sdks08:33
*** thrash has quit IRC08:41
*** mtaylor has quit IRC08:42
*** Yanyanhu has quit IRC08:42
*** Guest95194 has quit IRC08:42
*** Shrews has quit IRC08:42
*** jgriffith_ has joined #openstack-sdks08:44
*** jgriffith_ has quit IRC09:02
*** Yanyan has quit IRC09:02
*** Qiming has quit IRC09:02
*** christi3k has quit IRC09:02
*** openstackgerrit has quit IRC09:02
*** jamespd has quit IRC09:02
*** LinuxHorn has quit IRC09:03
*** LinuxHorn has joined #openstack-sdks09:12
*** Qiming has joined #openstack-sdks09:12
*** jamespd has joined #openstack-sdks09:12
*** LinuxHorn has quit IRC09:13
*** LinuxHorn has joined #openstack-sdks09:13
*** Yanyanhu has joined #openstack-sdks09:13
*** Qiming has quit IRC09:15
*** christi3k has joined #openstack-sdks09:18
*** sigmavirus24b has quit IRC09:23
*** jgriffith_ has joined #openstack-sdks09:23
*** dolphm has quit IRC09:23
*** Yanyan has joined #openstack-sdks09:25
*** openstackgerrit has joined #openstack-sdks09:25
*** Qiming has joined #openstack-sdks09:26
*** dolphm has joined #openstack-sdks09:26
*** chlong_ has joined #openstack-sdks09:27
*** jgriffith_ is now known as jgriffith09:28
*** jgriffith is now known as Guest5082909:29
*** christi3k has quit IRC09:33
*** Yanyanhu has quit IRC09:33
*** LinuxHorn has quit IRC09:33
*** jamespd has quit IRC09:33
*** sigmavirus24_awa has joined #openstack-sdks09:34
*** LinuxHorn has joined #openstack-sdks09:34
*** jamespd has joined #openstack-sdks09:34
*** sigmavirus24_awa has quit IRC09:34
*** thrash has joined #openstack-sdks09:35
*** thrash has quit IRC09:35
*** thrash has joined #openstack-sdks09:35
*** e0ne has joined #openstack-sdks09:35
*** thrash has quit IRC09:35
*** thrash has joined #openstack-sdks09:35
*** Shrews has joined #openstack-sdks09:36
*** chlong_ has quit IRC09:37
*** sigmavirus24_awa has joined #openstack-sdks09:38
*** e0ne has quit IRC09:43
*** christi3k has joined #openstack-sdks09:44
*** e0ne has joined #openstack-sdks09:45
*** gildub has joined #openstack-sdks09:46
*** christi3k has quit IRC09:55
*** Yanyan has quit IRC10:04
*** christi3k has joined #openstack-sdks10:07
*** chlong has joined #openstack-sdks10:08
*** xiexs has quit IRC10:08
*** zigo_ has quit IRC10:20
*** zigo has joined #openstack-sdks10:20
*** zacksh_ has quit IRC10:20
*** zacksh has joined #openstack-sdks10:20
openstackgerritXi Yang proposed openstack/python-openstackclient: Use Block Storage instead of Volume  https://review.openstack.org/24284310:21
*** chlong has quit IRC10:34
*** gildub has quit IRC10:34
*** e0ne has quit IRC10:34
*** LinuxHorn has quit IRC10:34
*** jamespd has quit IRC10:34
*** johnthetubaguy has joined #openstack-sdks10:36
*** johnthetubaguy has quit IRC10:40
*** johnthetubaguy has joined #openstack-sdks10:40
*** e0ne has joined #openstack-sdks10:42
*** LinuxHorn has joined #openstack-sdks10:42
*** jamespd has joined #openstack-sdks10:42
*** e0ne has quit IRC10:45
*** LinuxHorn has quit IRC10:45
*** jamespd has quit IRC10:45
*** e0ne has joined #openstack-sdks10:46
*** LinuxHorn has joined #openstack-sdks10:46
*** jamespd has joined #openstack-sdks10:46
*** dhellmann has quit IRC10:58
*** isviridov_away has quit IRC10:58
*** Qiming has quit IRC11:05
*** bryan_att has quit IRC11:11
*** dhellmann has joined #openstack-sdks11:12
*** isviridov_away has joined #openstack-sdks11:16
openstackgerritxiexs proposed openstack/python-openstackclient: Fix a bug of "openstack volume delete"  https://review.openstack.org/25075211:16
openstackgerritxiexs proposed openstack/python-openstackclient: Fix a bug of "openstack volume delete"  https://review.openstack.org/25075211:17
*** e0ne has quit IRC11:24
*** LinuxHorn has quit IRC11:24
*** jamespd has quit IRC11:24
*** dhellmann has quit IRC11:25
*** britthouser has quit IRC11:27
*** britthouser has joined #openstack-sdks11:30
*** lbragstad has quit IRC11:35
*** e0ne has joined #openstack-sdks11:36
*** LinuxHorn has joined #openstack-sdks11:36
*** jamespd has joined #openstack-sdks11:36
*** britthouser has quit IRC11:37
*** britthouser has joined #openstack-sdks11:38
*** lbragstad has joined #openstack-sdks11:43
*** petertr7_away has quit IRC11:43
*** Klumben has quit IRC11:43
*** notmyname has quit IRC11:43
*** evrardjp has quit IRC11:43
*** beekneemech has quit IRC11:43
*** stevelle has quit IRC11:43
*** briancurtin has quit IRC11:43
*** CrtxReavr has quit IRC11:43
*** CrtxReavr has joined #openstack-sdks11:46
*** briancurtin has joined #openstack-sdks11:48
*** bunting_ is now known as bunting11:49
*** stevelle has joined #openstack-sdks11:50
*** lbragstad has quit IRC11:51
*** etoews has quit IRC11:51
*** johnthetubaguy has quit IRC11:51
*** johnthetubaguy has joined #openstack-sdks11:52
*** GheRivero has quit IRC11:56
*** lbragstad has joined #openstack-sdks11:58
*** Klumben has joined #openstack-sdks11:59
*** britthouser has quit IRC12:01
*** GheRivero has joined #openstack-sdks12:02
*** britthouser has joined #openstack-sdks12:02
*** CrtxReavr has quit IRC12:07
*** petertr7_away has joined #openstack-sdks12:10
*** petertr7_away is now known as petertr712:10
*** dhellmann has joined #openstack-sdks12:11
*** bnemec has joined #openstack-sdks12:12
*** evrardjp has joined #openstack-sdks12:12
*** chlong has joined #openstack-sdks12:12
*** mtaylor has joined #openstack-sdks12:12
*** notmyname has joined #openstack-sdks12:12
*** britthouser has quit IRC12:15
*** britthouser has joined #openstack-sdks12:17
*** stevelle has quit IRC12:24
*** etoews has joined #openstack-sdks12:35
*** britthouser has quit IRC12:38
*** dhellmann has quit IRC12:39
*** chlong has quit IRC12:39
*** mtaylor has quit IRC12:40
*** notmyname has quit IRC12:40
*** evrardjp has quit IRC12:40
*** bnemec has quit IRC12:40
*** bnemec has joined #openstack-sdks12:40
*** dhellmann has joined #openstack-sdks12:44
*** notmyname has joined #openstack-sdks12:44
*** evrardjp has joined #openstack-sdks12:45
*** britthouser has joined #openstack-sdks12:46
*** stevelle has joined #openstack-sdks12:46
*** GheRivero has quit IRC12:47
*** johnthetubaguy has quit IRC12:50
*** CrtxReavr has joined #openstack-sdks12:51
*** johnthetubaguy has joined #openstack-sdks12:51
openstackgerritMerged openstack/python-openstacksdk: Make nova server_interface function calls work  https://review.openstack.org/24296912:51
*** chlong has joined #openstack-sdks12:52
*** GheRivero has joined #openstack-sdks12:55
*** lbragstad has quit IRC13:00
*** lbragstad has joined #openstack-sdks13:09
*** johnthetubaguy has quit IRC13:11
*** Qiming has joined #openstack-sdks13:14
*** GheRivero has quit IRC13:15
*** GheRivero has joined #openstack-sdks13:16
*** mtaylor has joined #openstack-sdks13:20
*** Qiming_ has joined #openstack-sdks13:22
*** CrtxReavr has quit IRC13:23
*** CrtxReavr has joined #openstack-sdks13:23
*** GheRivero_ has joined #openstack-sdks13:24
*** GheRivero has quit IRC13:24
*** GheRivero_ is now known as GheRivero13:24
*** Qiming has quit IRC13:25
*** dhellmann has quit IRC13:26
*** dhellmann has joined #openstack-sdks13:26
*** bryan_att has joined #openstack-sdks13:31
*** johnthetubaguy has joined #openstack-sdks13:40
*** johnthetubaguy has quit IRC13:40
*** johnthetubaguy has joined #openstack-sdks13:42
*** dhellmann_ has joined #openstack-sdks13:51
*** bryan_att has quit IRC13:52
*** dhellmann has quit IRC13:52
*** dhellmann_ is now known as dhellmann13:54
*** mtaylor is now known as mordred14:05
*** dims has joined #openstack-sdks14:07
openstackgerritMerged openstack/python-openstackclient: Refactor: Abstract columns out in TestFlavorList to avoid redundant code.  https://review.openstack.org/25062814:12
openstackgerritMerged openstack/python-openstackclient: Refactor: Abstract datalist out in TestFlavorList to avoid redundant code.  https://review.openstack.org/25062914:13
*** pratikmallya has joined #openstack-sdks14:15
openstackgerritMerged openstack/python-openstackclient: Refactor: Move FakeFlavorResource to compute_fakes.py.  https://review.openstack.org/25064614:17
*** pratikma_ has joined #openstack-sdks14:20
*** Qiming_ has quit IRC14:22
*** pratikmallya has quit IRC14:27
*** e0ne has quit IRC14:27
*** LinuxHorn has quit IRC14:27
*** jamespd has quit IRC14:27
*** e0ne has joined #openstack-sdks14:32
*** petertr7 is now known as petertr7_away14:45
*** LinuxHorn has joined #openstack-sdks14:48
*** jamespd has joined #openstack-sdks14:48
*** jamespd has quit IRC14:55
*** petertr7_away is now known as petertr714:55
*** pratikma_ has quit IRC15:06
*** tangchen has joined #openstack-sdks15:08
*** e0ne has quit IRC15:10
openstackgerritTang Chen proposed openstack/python-openstackclient: Add --limit option to "server list" command.  https://review.openstack.org/24577815:10
openstackgerritTang Chen proposed openstack/python-openstackclient: Add --marker option to "server list" command.  https://review.openstack.org/24577715:10
*** pratikmallya has joined #openstack-sdks15:12
openstackgerritMerged openstack/python-openstacksdk: Add server resize function calls  https://review.openstack.org/25060115:15
*** jamespd has joined #openstack-sdks15:16
openstackgerritMerged openstack/python-openstackclient: Fix a bug of "openstack volume delete"  https://review.openstack.org/25075215:22
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture  https://review.openstack.org/25047615:22
openstackgerritTerry Howe proposed openstack/python-openstacksdk: Fix examples test for gate  https://review.openstack.org/25046315:35
*** bryan_att has joined #openstack-sdks15:48
*** dhellmann has quit IRC15:54
*** dhellmann has joined #openstack-sdks15:59
openstackgerritMerged openstack/python-openstacksdk: Remove some dead exception types  https://review.openstack.org/25034616:03
openstackgerritMerged openstack/python-openstacksdk: Remove missing capability  https://review.openstack.org/25044716:03
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture  https://review.openstack.org/25047616:03
*** tangchen has quit IRC16:05
*** petertr7 is now known as petertr7_away16:08
*** petertr7_away is now known as petertr716:14
*** pratikmallya has quit IRC16:31
*** pratikmallya has joined #openstack-sdks16:33
openstackgerritxiexs proposed openstack/python-openstackclient: Add multi deletion testcase for "openstack volume delete"  https://review.openstack.org/25089716:44
*** pratikmallya has quit IRC16:46
*** dhellmann has quit IRC16:46
*** LinuxHorn has quit IRC16:46
*** pratikmallya has joined #openstack-sdks16:50
*** e0ne has joined #openstack-sdks16:50
openstackgerritxiexs proposed openstack/python-openstackclient: Introduce FakeVolume class  https://review.openstack.org/25020016:51
openstackgerritxiexs proposed openstack/python-openstackclient: Add multi deletion testcase for openstack volume delete  https://review.openstack.org/25089716:51
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture  https://review.openstack.org/25047616:54
openstackgerritTang Chen proposed openstack/python-openstacksdk: Trivial: Fix a typo in resource.py.  https://review.openstack.org/25090216:55
*** dhellmann has joined #openstack-sdks16:56
*** LinuxHorn has joined #openstack-sdks16:56
*** xiexs has joined #openstack-sdks17:02
*** petertr7 is now known as petertr7_away17:05
*** petertr7_away is now known as petertr717:16
*** e0ne has quit IRC17:27
openstackgerritMerged openstack/python-openstacksdk: Trivial: Fix a typo in resource.py.  https://review.openstack.org/25090217:30
*** devth_ has joined #openstack-sdks17:40
*** devth has quit IRC17:44
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: unskip test to create server  https://review.openstack.org/25092117:57
*** e0ne has joined #openstack-sdks18:08
*** pratikmallya has quit IRC18:15
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture  https://review.openstack.org/25047618:19
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture  https://review.openstack.org/25047618:27
*** petertr7 is now known as petertr7_away18:27
*** tangchen has joined #openstack-sdks18:33
tangchenstevemar: Hi Steve, would you please give workflow+1 to these two patches ?18:33
tangchenhttps://review.openstack.org/24577718:34
tangchenhttps://review.openstack.org/24577818:34
tangchenstevemar: Terry thinks the --sort option needs more discussion. So I rebase these two, and leave the --sort one aside.18:35
stevemartangchen: i'll do those soon, i'm triaging the bugs now :)18:35
stevemarthen i have to triage keystone bugs :(18:35
stevemartheres >300 of them18:35
tangchenstevemar: OK, please take your time.18:36
tangchenstevemar: BTW, I reproduced the none password bug.18:36
stevemartangchen: yeah, i reproduced it last night :(18:37
*** pratikmallya has joined #openstack-sdks18:37
tangchenstevemar: And I think I found another one......18:37
tangchenstevemar: I'll make patches to fix them. Thx. :)18:37
tangchenstevemar: I'll go to sleep now. See you tomorrow.18:45
*** e0ne has quit IRC18:46
*** dims_ has joined #openstack-sdks18:51
*** dims has quit IRC18:51
*** pratikma_ has joined #openstack-sdks19:03
*** tangchen has quit IRC19:05
*** pratikmallya has quit IRC19:06
stevemartangchen__: thanks for all your help!19:20
*** e0ne has joined #openstack-sdks19:42
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Fix PEP 257 error  https://review.openstack.org/25094119:48
openstackgerritMorgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture  https://review.openstack.org/25047619:48
*** petertr7_away is now known as petertr719:51
*** pratikma_ has quit IRC19:58
*** e0ne has quit IRC20:00
*** dims has joined #openstack-sdks20:13
*** dims_ has quit IRC20:14
*** petertr7 is now known as petertr7_away20:36
*** petertr7_away is now known as petertr720:36
*** pratikmallya has joined #openstack-sdks21:04
*** pratikma_ has joined #openstack-sdks21:06
*** pratikmallya has quit IRC21:09
*** petertr7 is now known as petertr7_away22:26
openstackgerritOpenStack Proposal Bot proposed openstack/keystoneauth: Updated from global requirements  https://review.openstack.org/25095622:38
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/25097622:42
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstacksdk: Updated from global requirements  https://review.openstack.org/25097722:42
*** pratikma_ has quit IRC22:57
*** pratikmallya has joined #openstack-sdks23:41
*** pratikma_ has joined #openstack-sdks23:50
*** pratikmallya has quit IRC23:56
*** chlong has quit IRC23:58

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