openstackgerrit | Merged openstack/python-openstacksdk: Replace 'MagicMock' with 'Mock' https://review.openstack.org/250226 | 00:03 |
---|---|---|
openstackgerrit | Merged openstack/python-openstacksdk: Publicize the _convert_id call of Resource class https://review.openstack.org/250159 | 00:03 |
*** jamespd has joined #openstack-sdks | 00:04 | |
*** Qiming has quit IRC | 00:06 | |
*** pratikmallya has quit IRC | 00:36 | |
*** Qiming has joined #openstack-sdks | 01:07 | |
*** pratikmallya has joined #openstack-sdks | 01:12 | |
*** Yanyanhu has joined #openstack-sdks | 01:29 | |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Rename TestShelveServer to TestServerShelve and sort the classes. https://review.openstack.org/250560 | 01:31 |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Rename TestShelveServer to TestServerShelve and sort the classes. https://review.openstack.org/250560 | 01: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 IRC | 01:48 | |
*** Qiming_ has joined #openstack-sdks | 01:48 | |
*** Qiming_ is now known as Qiming | 01:48 | |
Qiming | the problem is MagicMock sometimes masks failures | 01:48 |
tangchen__ | Qiming: Sorry, what does "mask failures" mean ? | 01:49 |
Qiming | tangchen__, sometimes it will make a test past because it is too magic | 01:51 |
Qiming | errors went undetected when using MagicMock | 01:51 |
Qiming | tangchen__, https://review.openstack.org/#/c/250226/1/openstack/tests/unit/message/v1/test_claim.py | 01:53 |
Qiming | after changing MagicMock to Mock, the test case above fails | 01:53 |
tangchen__ | Qiming: Well, OK. But I use MagicMock for a reason. It seems that Mock object is not iterable. | 01:54 |
Qiming | we had to explicitly fake the attributes of a message to pass the test case | 01:54 |
Qiming | with MagicMock, you can still call __getitems__() on it, for example, even if the returned value is not a list | 01:55 |
Qiming | exactly, that is something I'd suggest you to mock explicitly | 01:55 |
Qiming | MagicMock is a little bit easy going in this case | 01: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 |
Qiming | np | 01: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 tuples | 01:58 |
stevemar | tangchen__: np about the reviews, happy to help | 01:59 |
stevemar | tangchen__: yeah, thats a lot of copy n' paste :P | 01: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 means | 01:59 |
tangchen__ | stevemar: Do you know what it means ? | 02:00 |
tangchen__ | stevemar: I cannot find a class named DisplayCommandBase. | 02:00 |
stevemar | tangchen__: it's a cliff function https://github.com/openstack/cliff/blob/master/cliff/display.py#L26 | 02:01 |
stevemar | tangchen__: there's actually a bug about it https://bugs.launchpad.net/python-openstackclient/+bug/1477199 | 02:02 |
openstack | Launchpad 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 |
stevemar | tangchen__: dtroyer thinks it's useful, terry hates it, i think it's funny that it's all over the place | 02:04 |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add "openstack server unshelve" into OSC https://review.openstack.org/249071 | 02: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 |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add a unittest for "openstack flavor delete" https://review.openstack.org/250221 | 02:19 |
*** Qiming has quit IRC | 02:32 | |
*** Qiming has joined #openstack-sdks | 02:32 | |
*** pratikmallya has quit IRC | 02: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 |
openstackgerrit | Qiming Teng proposed openstack/python-openstacksdk: Add event resource for senlin(cluster) service https://review.openstack.org/250574 | 02:44 |
openstackgerrit | Qiming Teng proposed openstack/python-openstacksdk: Fix typo in action test case https://review.openstack.org/250575 | 02:47 |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add status column for "openstack image list" https://review.openstack.org/248702 | 02:58 |
stevemar | tangchen__: so some network commands will work on both neutron and nova-net | 03:05 |
stevemar | tangchen__: 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 IRC | 03:13 | |
openstackgerrit | Merged openstack/python-openstacksdk: Fix typo in action test case https://review.openstack.org/250575 | 03:18 |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add "openstack server unshelve" into OSC https://review.openstack.org/249071 | 03:21 |
stevemar | tangchen__: if you want an easy bug https://bugs.launchpad.net/python-openstackclient/+bug/1391116 ;) | 03:35 |
openstack | Launchpad bug 1391116 in python-openstackclient "password prompts should check for empty string" [Medium,Confirmed] | 03:35 |
*** devth has joined #openstack-sdks | 03:44 | |
*** devth_ has quit IRC | 03:46 | |
*** pratikmallya has joined #openstack-sdks | 04:06 | |
tangchen__ | stevemar: Sure, will look at it | 04:06 |
tangchen__ | stevemar: thx | 04:06 |
*** pratikmallya has quit IRC | 04:19 | |
*** dims has joined #openstack-sdks | 04:26 | |
*** pratikmallya has joined #openstack-sdks | 04:30 | |
*** dims has quit IRC | 04:32 | |
stevemar | tangchen__: so many bugs to fix >.< | 04:45 |
*** pratikmallya has quit IRC | 04:51 | |
*** pratikmallya has joined #openstack-sdks | 04:51 | |
tangchen__ | stevemar: Yeah, that is what we are doing. :) | 05:08 |
*** pratikmallya has quit IRC | 05:13 | |
*** pratikmallya has joined #openstack-sdks | 05:20 | |
openstackgerrit | Yanyan Hu proposed openstack/python-openstacksdk: Make nova server_interface function calls work https://review.openstack.org/242969 | 05:29 |
openstackgerrit | Yanyan Hu proposed openstack/python-openstacksdk: Add server resize function calls https://review.openstack.org/250601 | 05:29 |
*** Qiming has quit IRC | 06:14 | |
*** openstackgerrit has quit IRC | 06:23 | |
*** kragniz has quit IRC | 06:23 | |
*** gildub has quit IRC | 06:23 | |
*** baffle has quit IRC | 06:24 | |
*** chlong_ has joined #openstack-sdks | 06:28 | |
*** baffle has joined #openstack-sdks | 06:31 | |
*** pratikmallya has quit IRC | 06:37 | |
*** chlong has quit IRC | 06:37 | |
*** johnthetubaguy has quit IRC | 06:37 | |
*** barra204 has quit IRC | 06:37 | |
*** gildub has joined #openstack-sdks | 06:38 | |
*** openstackgerrit has joined #openstack-sdks | 06:39 | |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Refactor: Abstract columns out in TestFlavorList to avoid redundant code. https://review.openstack.org/250628 | 06:43 |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Refactor: Abstract datalist out in TestFlavorList to avoid redundant code. https://review.openstack.org/250629 | 06:43 |
*** barra204 has joined #openstack-sdks | 06:43 | |
*** chlong_ has quit IRC | 06:49 | |
*** kragniz has joined #openstack-sdks | 06:51 | |
*** gildub has quit IRC | 06:55 | |
*** e0ne has joined #openstack-sdks | 07:04 | |
*** e0ne has quit IRC | 07:08 | |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Refactor: Move FakeFlavorResource to compute_fakes.py. https://review.openstack.org/250646 | 07:27 |
*** Qiming has joined #openstack-sdks | 08:22 | |
*** Qiming has quit IRC | 08:29 | |
*** Yanyanhu has quit IRC | 08:29 | |
*** mordred has quit IRC | 08:29 | |
*** christi3k has quit IRC | 08:29 | |
*** Guest15615 has quit IRC | 08:29 | |
*** jgriffith has joined #openstack-sdks | 08:29 | |
*** jgriffith is now known as Guest95194 | 08:29 | |
*** christi3k has joined #openstack-sdks | 08:30 | |
*** Yanyanhu has joined #openstack-sdks | 08:30 | |
*** mtaylor has joined #openstack-sdks | 08:31 | |
*** Yanyan has joined #openstack-sdks | 08:33 | |
*** Qiming has joined #openstack-sdks | 08:33 | |
*** thrash has quit IRC | 08:41 | |
*** mtaylor has quit IRC | 08:42 | |
*** Yanyanhu has quit IRC | 08:42 | |
*** Guest95194 has quit IRC | 08:42 | |
*** Shrews has quit IRC | 08:42 | |
*** jgriffith_ has joined #openstack-sdks | 08:44 | |
*** jgriffith_ has quit IRC | 09:02 | |
*** Yanyan has quit IRC | 09:02 | |
*** Qiming has quit IRC | 09:02 | |
*** christi3k has quit IRC | 09:02 | |
*** openstackgerrit has quit IRC | 09:02 | |
*** jamespd has quit IRC | 09:02 | |
*** LinuxHorn has quit IRC | 09:03 | |
*** LinuxHorn has joined #openstack-sdks | 09:12 | |
*** Qiming has joined #openstack-sdks | 09:12 | |
*** jamespd has joined #openstack-sdks | 09:12 | |
*** LinuxHorn has quit IRC | 09:13 | |
*** LinuxHorn has joined #openstack-sdks | 09:13 | |
*** Yanyanhu has joined #openstack-sdks | 09:13 | |
*** Qiming has quit IRC | 09:15 | |
*** christi3k has joined #openstack-sdks | 09:18 | |
*** sigmavirus24b has quit IRC | 09:23 | |
*** jgriffith_ has joined #openstack-sdks | 09:23 | |
*** dolphm has quit IRC | 09:23 | |
*** Yanyan has joined #openstack-sdks | 09:25 | |
*** openstackgerrit has joined #openstack-sdks | 09:25 | |
*** Qiming has joined #openstack-sdks | 09:26 | |
*** dolphm has joined #openstack-sdks | 09:26 | |
*** chlong_ has joined #openstack-sdks | 09:27 | |
*** jgriffith_ is now known as jgriffith | 09:28 | |
*** jgriffith is now known as Guest50829 | 09:29 | |
*** christi3k has quit IRC | 09:33 | |
*** Yanyanhu has quit IRC | 09:33 | |
*** LinuxHorn has quit IRC | 09:33 | |
*** jamespd has quit IRC | 09:33 | |
*** sigmavirus24_awa has joined #openstack-sdks | 09:34 | |
*** LinuxHorn has joined #openstack-sdks | 09:34 | |
*** jamespd has joined #openstack-sdks | 09:34 | |
*** sigmavirus24_awa has quit IRC | 09:34 | |
*** thrash has joined #openstack-sdks | 09:35 | |
*** thrash has quit IRC | 09:35 | |
*** thrash has joined #openstack-sdks | 09:35 | |
*** e0ne has joined #openstack-sdks | 09:35 | |
*** thrash has quit IRC | 09:35 | |
*** thrash has joined #openstack-sdks | 09:35 | |
*** Shrews has joined #openstack-sdks | 09:36 | |
*** chlong_ has quit IRC | 09:37 | |
*** sigmavirus24_awa has joined #openstack-sdks | 09:38 | |
*** e0ne has quit IRC | 09:43 | |
*** christi3k has joined #openstack-sdks | 09:44 | |
*** e0ne has joined #openstack-sdks | 09:45 | |
*** gildub has joined #openstack-sdks | 09:46 | |
*** christi3k has quit IRC | 09:55 | |
*** Yanyan has quit IRC | 10:04 | |
*** christi3k has joined #openstack-sdks | 10:07 | |
*** chlong has joined #openstack-sdks | 10:08 | |
*** xiexs has quit IRC | 10:08 | |
*** zigo_ has quit IRC | 10:20 | |
*** zigo has joined #openstack-sdks | 10:20 | |
*** zacksh_ has quit IRC | 10:20 | |
*** zacksh has joined #openstack-sdks | 10:20 | |
openstackgerrit | Xi Yang proposed openstack/python-openstackclient: Use Block Storage instead of Volume https://review.openstack.org/242843 | 10:21 |
*** chlong has quit IRC | 10:34 | |
*** gildub has quit IRC | 10:34 | |
*** e0ne has quit IRC | 10:34 | |
*** LinuxHorn has quit IRC | 10:34 | |
*** jamespd has quit IRC | 10:34 | |
*** johnthetubaguy has joined #openstack-sdks | 10:36 | |
*** johnthetubaguy has quit IRC | 10:40 | |
*** johnthetubaguy has joined #openstack-sdks | 10:40 | |
*** e0ne has joined #openstack-sdks | 10:42 | |
*** LinuxHorn has joined #openstack-sdks | 10:42 | |
*** jamespd has joined #openstack-sdks | 10:42 | |
*** e0ne has quit IRC | 10:45 | |
*** LinuxHorn has quit IRC | 10:45 | |
*** jamespd has quit IRC | 10:45 | |
*** e0ne has joined #openstack-sdks | 10:46 | |
*** LinuxHorn has joined #openstack-sdks | 10:46 | |
*** jamespd has joined #openstack-sdks | 10:46 | |
*** dhellmann has quit IRC | 10:58 | |
*** isviridov_away has quit IRC | 10:58 | |
*** Qiming has quit IRC | 11:05 | |
*** bryan_att has quit IRC | 11:11 | |
*** dhellmann has joined #openstack-sdks | 11:12 | |
*** isviridov_away has joined #openstack-sdks | 11:16 | |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Fix a bug of "openstack volume delete" https://review.openstack.org/250752 | 11:16 |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Fix a bug of "openstack volume delete" https://review.openstack.org/250752 | 11:17 |
*** e0ne has quit IRC | 11:24 | |
*** LinuxHorn has quit IRC | 11:24 | |
*** jamespd has quit IRC | 11:24 | |
*** dhellmann has quit IRC | 11:25 | |
*** britthouser has quit IRC | 11:27 | |
*** britthouser has joined #openstack-sdks | 11:30 | |
*** lbragstad has quit IRC | 11:35 | |
*** e0ne has joined #openstack-sdks | 11:36 | |
*** LinuxHorn has joined #openstack-sdks | 11:36 | |
*** jamespd has joined #openstack-sdks | 11:36 | |
*** britthouser has quit IRC | 11:37 | |
*** britthouser has joined #openstack-sdks | 11:38 | |
*** lbragstad has joined #openstack-sdks | 11:43 | |
*** petertr7_away has quit IRC | 11:43 | |
*** Klumben has quit IRC | 11:43 | |
*** notmyname has quit IRC | 11:43 | |
*** evrardjp has quit IRC | 11:43 | |
*** beekneemech has quit IRC | 11:43 | |
*** stevelle has quit IRC | 11:43 | |
*** briancurtin has quit IRC | 11:43 | |
*** CrtxReavr has quit IRC | 11:43 | |
*** CrtxReavr has joined #openstack-sdks | 11:46 | |
*** briancurtin has joined #openstack-sdks | 11:48 | |
*** bunting_ is now known as bunting | 11:49 | |
*** stevelle has joined #openstack-sdks | 11:50 | |
*** lbragstad has quit IRC | 11:51 | |
*** etoews has quit IRC | 11:51 | |
*** johnthetubaguy has quit IRC | 11:51 | |
*** johnthetubaguy has joined #openstack-sdks | 11:52 | |
*** GheRivero has quit IRC | 11:56 | |
*** lbragstad has joined #openstack-sdks | 11:58 | |
*** Klumben has joined #openstack-sdks | 11:59 | |
*** britthouser has quit IRC | 12:01 | |
*** GheRivero has joined #openstack-sdks | 12:02 | |
*** britthouser has joined #openstack-sdks | 12:02 | |
*** CrtxReavr has quit IRC | 12:07 | |
*** petertr7_away has joined #openstack-sdks | 12:10 | |
*** petertr7_away is now known as petertr7 | 12:10 | |
*** dhellmann has joined #openstack-sdks | 12:11 | |
*** bnemec has joined #openstack-sdks | 12:12 | |
*** evrardjp has joined #openstack-sdks | 12:12 | |
*** chlong has joined #openstack-sdks | 12:12 | |
*** mtaylor has joined #openstack-sdks | 12:12 | |
*** notmyname has joined #openstack-sdks | 12:12 | |
*** britthouser has quit IRC | 12:15 | |
*** britthouser has joined #openstack-sdks | 12:17 | |
*** stevelle has quit IRC | 12:24 | |
*** etoews has joined #openstack-sdks | 12:35 | |
*** britthouser has quit IRC | 12:38 | |
*** dhellmann has quit IRC | 12:39 | |
*** chlong has quit IRC | 12:39 | |
*** mtaylor has quit IRC | 12:40 | |
*** notmyname has quit IRC | 12:40 | |
*** evrardjp has quit IRC | 12:40 | |
*** bnemec has quit IRC | 12:40 | |
*** bnemec has joined #openstack-sdks | 12:40 | |
*** dhellmann has joined #openstack-sdks | 12:44 | |
*** notmyname has joined #openstack-sdks | 12:44 | |
*** evrardjp has joined #openstack-sdks | 12:45 | |
*** britthouser has joined #openstack-sdks | 12:46 | |
*** stevelle has joined #openstack-sdks | 12:46 | |
*** GheRivero has quit IRC | 12:47 | |
*** johnthetubaguy has quit IRC | 12:50 | |
*** CrtxReavr has joined #openstack-sdks | 12:51 | |
*** johnthetubaguy has joined #openstack-sdks | 12:51 | |
openstackgerrit | Merged openstack/python-openstacksdk: Make nova server_interface function calls work https://review.openstack.org/242969 | 12:51 |
*** chlong has joined #openstack-sdks | 12:52 | |
*** GheRivero has joined #openstack-sdks | 12:55 | |
*** lbragstad has quit IRC | 13:00 | |
*** lbragstad has joined #openstack-sdks | 13:09 | |
*** johnthetubaguy has quit IRC | 13:11 | |
*** Qiming has joined #openstack-sdks | 13:14 | |
*** GheRivero has quit IRC | 13:15 | |
*** GheRivero has joined #openstack-sdks | 13:16 | |
*** mtaylor has joined #openstack-sdks | 13:20 | |
*** Qiming_ has joined #openstack-sdks | 13:22 | |
*** CrtxReavr has quit IRC | 13:23 | |
*** CrtxReavr has joined #openstack-sdks | 13:23 | |
*** GheRivero_ has joined #openstack-sdks | 13:24 | |
*** GheRivero has quit IRC | 13:24 | |
*** GheRivero_ is now known as GheRivero | 13:24 | |
*** Qiming has quit IRC | 13:25 | |
*** dhellmann has quit IRC | 13:26 | |
*** dhellmann has joined #openstack-sdks | 13:26 | |
*** bryan_att has joined #openstack-sdks | 13:31 | |
*** johnthetubaguy has joined #openstack-sdks | 13:40 | |
*** johnthetubaguy has quit IRC | 13:40 | |
*** johnthetubaguy has joined #openstack-sdks | 13:42 | |
*** dhellmann_ has joined #openstack-sdks | 13:51 | |
*** bryan_att has quit IRC | 13:52 | |
*** dhellmann has quit IRC | 13:52 | |
*** dhellmann_ is now known as dhellmann | 13:54 | |
*** mtaylor is now known as mordred | 14:05 | |
*** dims has joined #openstack-sdks | 14:07 | |
openstackgerrit | Merged openstack/python-openstackclient: Refactor: Abstract columns out in TestFlavorList to avoid redundant code. https://review.openstack.org/250628 | 14:12 |
openstackgerrit | Merged openstack/python-openstackclient: Refactor: Abstract datalist out in TestFlavorList to avoid redundant code. https://review.openstack.org/250629 | 14:13 |
*** pratikmallya has joined #openstack-sdks | 14:15 | |
openstackgerrit | Merged openstack/python-openstackclient: Refactor: Move FakeFlavorResource to compute_fakes.py. https://review.openstack.org/250646 | 14:17 |
*** pratikma_ has joined #openstack-sdks | 14:20 | |
*** Qiming_ has quit IRC | 14:22 | |
*** pratikmallya has quit IRC | 14:27 | |
*** e0ne has quit IRC | 14:27 | |
*** LinuxHorn has quit IRC | 14:27 | |
*** jamespd has quit IRC | 14:27 | |
*** e0ne has joined #openstack-sdks | 14:32 | |
*** petertr7 is now known as petertr7_away | 14:45 | |
*** LinuxHorn has joined #openstack-sdks | 14:48 | |
*** jamespd has joined #openstack-sdks | 14:48 | |
*** jamespd has quit IRC | 14:55 | |
*** petertr7_away is now known as petertr7 | 14:55 | |
*** pratikma_ has quit IRC | 15:06 | |
*** tangchen has joined #openstack-sdks | 15:08 | |
*** e0ne has quit IRC | 15:10 | |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Add --limit option to "server list" command. https://review.openstack.org/245778 | 15:10 |
openstackgerrit | Tang Chen proposed openstack/python-openstackclient: Add --marker option to "server list" command. https://review.openstack.org/245777 | 15:10 |
*** pratikmallya has joined #openstack-sdks | 15:12 | |
openstackgerrit | Merged openstack/python-openstacksdk: Add server resize function calls https://review.openstack.org/250601 | 15:15 |
*** jamespd has joined #openstack-sdks | 15:16 | |
openstackgerrit | Merged openstack/python-openstackclient: Fix a bug of "openstack volume delete" https://review.openstack.org/250752 | 15:22 |
openstackgerrit | Morgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture https://review.openstack.org/250476 | 15:22 |
openstackgerrit | Terry Howe proposed openstack/python-openstacksdk: Fix examples test for gate https://review.openstack.org/250463 | 15:35 |
*** bryan_att has joined #openstack-sdks | 15:48 | |
*** dhellmann has quit IRC | 15:54 | |
*** dhellmann has joined #openstack-sdks | 15:59 | |
openstackgerrit | Merged openstack/python-openstacksdk: Remove some dead exception types https://review.openstack.org/250346 | 16:03 |
openstackgerrit | Merged openstack/python-openstacksdk: Remove missing capability https://review.openstack.org/250447 | 16:03 |
openstackgerrit | Morgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture https://review.openstack.org/250476 | 16:03 |
*** tangchen has quit IRC | 16:05 | |
*** petertr7 is now known as petertr7_away | 16:08 | |
*** petertr7_away is now known as petertr7 | 16:14 | |
*** pratikmallya has quit IRC | 16:31 | |
*** pratikmallya has joined #openstack-sdks | 16:33 | |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add multi deletion testcase for "openstack volume delete" https://review.openstack.org/250897 | 16:44 |
*** pratikmallya has quit IRC | 16:46 | |
*** dhellmann has quit IRC | 16:46 | |
*** LinuxHorn has quit IRC | 16:46 | |
*** pratikmallya has joined #openstack-sdks | 16:50 | |
*** e0ne has joined #openstack-sdks | 16:50 | |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Introduce FakeVolume class https://review.openstack.org/250200 | 16:51 |
openstackgerrit | xiexs proposed openstack/python-openstackclient: Add multi deletion testcase for openstack volume delete https://review.openstack.org/250897 | 16:51 |
openstackgerrit | Morgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture https://review.openstack.org/250476 | 16:54 |
openstackgerrit | Tang Chen proposed openstack/python-openstacksdk: Trivial: Fix a typo in resource.py. https://review.openstack.org/250902 | 16:55 |
*** dhellmann has joined #openstack-sdks | 16:56 | |
*** LinuxHorn has joined #openstack-sdks | 16:56 | |
*** xiexs has joined #openstack-sdks | 17:02 | |
*** petertr7 is now known as petertr7_away | 17:05 | |
*** petertr7_away is now known as petertr7 | 17:16 | |
*** e0ne has quit IRC | 17:27 | |
openstackgerrit | Merged openstack/python-openstacksdk: Trivial: Fix a typo in resource.py. https://review.openstack.org/250902 | 17:30 |
*** devth_ has joined #openstack-sdks | 17:40 | |
*** devth has quit IRC | 17:44 | |
openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: unskip test to create server https://review.openstack.org/250921 | 17:57 |
*** e0ne has joined #openstack-sdks | 18:08 | |
*** pratikmallya has quit IRC | 18:15 | |
openstackgerrit | Morgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture https://review.openstack.org/250476 | 18:19 |
openstackgerrit | Morgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture https://review.openstack.org/250476 | 18:27 |
*** petertr7 is now known as petertr7_away | 18:27 | |
*** tangchen has joined #openstack-sdks | 18:33 | |
tangchen | stevemar: Hi Steve, would you please give workflow+1 to these two patches ? | 18:33 |
tangchen | https://review.openstack.org/245777 | 18:34 |
tangchen | https://review.openstack.org/245778 | 18:34 |
tangchen | stevemar: Terry thinks the --sort option needs more discussion. So I rebase these two, and leave the --sort one aside. | 18:35 |
stevemar | tangchen: i'll do those soon, i'm triaging the bugs now :) | 18:35 |
stevemar | then i have to triage keystone bugs :( | 18:35 |
stevemar | theres >300 of them | 18:35 |
tangchen | stevemar: OK, please take your time. | 18:36 |
tangchen | stevemar: BTW, I reproduced the none password bug. | 18:36 |
stevemar | tangchen: yeah, i reproduced it last night :( | 18:37 |
*** pratikmallya has joined #openstack-sdks | 18:37 | |
tangchen | stevemar: And I think I found another one...... | 18:37 |
tangchen | stevemar: I'll make patches to fix them. Thx. :) | 18:37 |
tangchen | stevemar: I'll go to sleep now. See you tomorrow. | 18:45 |
*** e0ne has quit IRC | 18:46 | |
*** dims_ has joined #openstack-sdks | 18:51 | |
*** dims has quit IRC | 18:51 | |
*** pratikma_ has joined #openstack-sdks | 19:03 | |
*** tangchen has quit IRC | 19:05 | |
*** pratikmallya has quit IRC | 19:06 | |
stevemar | tangchen__: thanks for all your help! | 19:20 |
*** e0ne has joined #openstack-sdks | 19:42 | |
openstackgerrit | Morgan Fainberg proposed openstack/keystoneauth: Fix PEP 257 error https://review.openstack.org/250941 | 19:48 |
openstackgerrit | Morgan Fainberg proposed openstack/keystoneauth: Add BetaMax Fixture https://review.openstack.org/250476 | 19:48 |
*** petertr7_away is now known as petertr7 | 19:51 | |
*** pratikma_ has quit IRC | 19:58 | |
*** e0ne has quit IRC | 20:00 | |
*** dims has joined #openstack-sdks | 20:13 | |
*** dims_ has quit IRC | 20:14 | |
*** petertr7 is now known as petertr7_away | 20:36 | |
*** petertr7_away is now known as petertr7 | 20:36 | |
*** pratikmallya has joined #openstack-sdks | 21:04 | |
*** pratikma_ has joined #openstack-sdks | 21:06 | |
*** pratikmallya has quit IRC | 21:09 | |
*** petertr7 is now known as petertr7_away | 22:26 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/keystoneauth: Updated from global requirements https://review.openstack.org/250956 | 22:38 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/250976 | 22:42 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstacksdk: Updated from global requirements https://review.openstack.org/250977 | 22:42 |
*** pratikma_ has quit IRC | 22:57 | |
*** pratikmallya has joined #openstack-sdks | 23:41 | |
*** pratikma_ has joined #openstack-sdks | 23:50 | |
*** pratikmallya has quit IRC | 23:56 | |
*** chlong has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!