Wednesday, 2018-05-09

*** ebbex has quit IRC00:18
*** ebbex has joined #openstack-sdks00:20
*** harlowja has quit IRC00:51
*** chenyb4 has joined #openstack-sdks01:03
*** bobh has quit IRC01:22
*** username_ has joined #openstack-sdks01:22
*** username_ is now known as username__01:23
chenyb4Qiming, Can you help me review this patch ? https://review.openstack.org/#/c/566510/01:27
*** bobh has joined #openstack-sdks01:56
*** username__ has quit IRC02:35
*** gildub has joined #openstack-sdks02:41
*** bobh has quit IRC02:44
*** dayou_ has joined #openstack-sdks03:01
*** gildub has quit IRC03:04
*** gildub has joined #openstack-sdks03:05
*** slaweq has joined #openstack-sdks03:16
*** slaweq has quit IRC03:20
*** dave-mccowan has quit IRC03:48
*** amotoki has joined #openstack-sdks04:19
*** slaweq has joined #openstack-sdks05:11
*** slaweq has quit IRC05:16
*** gildub has quit IRC05:27
*** gildub_ has joined #openstack-sdks05:27
*** e0ne has joined #openstack-sdks05:46
*** gildub_ has quit IRC05:49
*** gildub_ has joined #openstack-sdks05:50
*** e0ne has quit IRC05:50
*** halbbalda has quit IRC05:52
*** halbbalda has joined #openstack-sdks05:53
*** gildub_ has quit IRC06:12
*** gildub has joined #openstack-sdks06:14
*** thrash|g0ne has quit IRC06:14
*** thrash has joined #openstack-sdks06:17
*** thrash has quit IRC06:17
*** thrash has joined #openstack-sdks06:17
*** gildub has quit IRC06:18
*** annp has joined #openstack-sdks06:22
*** gtema has joined #openstack-sdks06:36
*** slaweq has joined #openstack-sdks06:51
*** gildub has joined #openstack-sdks06:57
*** gildub has quit IRC07:24
*** tosky has joined #openstack-sdks07:37
*** jpich has joined #openstack-sdks07:38
*** jpena|off is now known as jpena07:51
*** dtantsur|afk is now known as dtantsur07:53
*** edmondsw has joined #openstack-sdks08:35
*** edmondsw has quit IRC08:40
*** gkadam__ has joined #openstack-sdks09:06
openstackgerritNobuto Murata proposed openstack/python-openstackclient master: Support --community in openstack image list  https://review.openstack.org/56515209:27
*** chenyb4 has quit IRC10:24
*** cdent has joined #openstack-sdks10:26
*** annp has quit IRC10:33
*** slaweq has quit IRC10:54
*** slaweq_ has joined #openstack-sdks10:56
*** gkadam_ has joined #openstack-sdks10:59
*** slaweq has joined #openstack-sdks10:59
*** gkadam__ has quit IRC10:59
*** slaweq_ has quit IRC10:59
*** jpena is now known as jpena|lunch11:44
*** edmondsw has joined #openstack-sdks12:10
*** dave-mccowan has joined #openstack-sdks12:43
*** jpena|lunch is now known as jpena12:49
*** chenyb4 has joined #openstack-sdks12:55
*** cdent has quit IRC13:09
*** yolanda has joined #openstack-sdks13:16
*** yolanda_ has quit IRC13:18
*** cdent has joined #openstack-sdks13:39
mordredShrews, slaweq: fell like re-approving https://review.openstack.org/#/c/566320/ ? I bundled in the pep8 fixes too13:44
mordredfrickler: ^^ I will do a followup for your comment13:44
*** dayou_ has quit IRC13:49
fricklermordred: o.k., I'll give you a +2, then ;)13:53
mordredfrickler: \o/13:55
mnasermordred: so i think going by the ML list from gerard about his issues with openstacksdk that they've found a bug14:03
fricklermordred: did you move os-client-config bugs to storyboard now, too? tried to mark https://bugs.launchpad.net/os-client-config/+bug/1768813 as "Fix Released" but that doesn't seem possible anymore14:03
openstackLaunchpad bug 1768813 in os-client-config "config.get_cache_expiration_time() function missing in 1.31.0 release" [Critical,Fix committed] - Assigned to Monty Taylor (mordred)14:03
mnasermordred: comparing a resource to None raises an exception because https://github.com/openstack/openstacksdk/blob/master/openstack/resource.py#L356-L36014:03
mnasercomparand = None, Exception: <class 'AttributeError'> 'NoneType' object has no attribute '_body'14:04
mnaser(if you have if some_resource != None)14:04
slaweqmordred: +W :)14:04
mnaserwould simply returning false if comparand = None be an appropriate fix there?14:04
mnaser(i can push up a patch)14:04
mnaserwell, i'll do that and then follow up the discussion in reviews :)14:06
*** bobh has joined #openstack-sdks14:10
openstackgerritMohammed Naser proposed openstack/openstacksdk master: Avoid raising exception when comparing resource to None  https://review.openstack.org/56723014:11
*** dayou_ has joined #openstack-sdks14:13
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix F405 errors  https://review.openstack.org/56723414:22
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add comment about W503 being skipped  https://review.openstack.org/56723514:22
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Remove D exclusions from flake8 config  https://review.openstack.org/56723614:22
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix H103 Apache license header check  https://review.openstack.org/56723714:22
mordredfrickler: ^^ see what you made me go and do :)14:22
mordredfrickler: yes! it's in storyboard14:22
mordredmnaser: yes - good call14:23
mordredmnaser: patch looks great - but you should always use 'is' when comparing against None14:24
mnasermordred: that totally ran through my mind but i was like14:24
mnaser"is none.. that's sql"14:24
mordred:)14:25
mnasermordred: ill update that and also try to add a small test14:25
mordredfwiw, it's because None is a singleton - is checks object identity14:26
*** chenyb4 has quit IRC14:27
mnaseroh i see14:28
*** dayou_ has quit IRC14:30
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Defer all endpoint discovery to keystoneauth  https://review.openstack.org/56449414:30
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Honor service-type aliases in config  https://review.openstack.org/56692914:30
mordredQiming: re: chenyb4's patch above, the floating ip job and pep8 errors should be handled by https://review.openstack.org/56632014:32
mordredwhen it lands we can recheck and all should be good14:32
mnasermordred: i wonder if this is a bug that happens in python3 only14:34
mnaseri just made a simple test with "foo is None" and commenting out my patch.. it passes, so i'm setting up python3 right now14:34
mnasernot sure if there's something i don't understand or know14:34
mordredoh fun14:34
*** _alastor_ has quit IRC14:39
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Pass default_microversion to adapter constructor  https://review.openstack.org/55793514:41
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Throw an error on missing support for default microversion  https://review.openstack.org/55793814:41
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Rename service_key to service_type  https://review.openstack.org/55804914:41
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Pass default_microversion to adapter constructor  https://review.openstack.org/55793514:46
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Throw an error on missing support for default microversion  https://review.openstack.org/55793814:46
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Rename service_key to service_type  https://review.openstack.org/55804914:46
mnaserok, found it14:47
openstackgerritMohammed Naser proposed openstack/openstacksdk master: Avoid raising exception when comparing resource to None  https://review.openstack.org/56723014:48
mnasermordred: ^ should be okay, commenting out my patch makes tests fail so yay14:48
mordred\o/14:49
mordredfrickler: updated version of that look good to you?14:50
mordredmnaser: frickler had a suggestion on ps1 about doing an isinstance(comparand, Resource) that might still be a good idea14:51
mnaseroh oops14:51
mnaseri didnt see that14:51
mnaseri like that idea14:51
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Defer all endpoint discovery to keystoneauth  https://review.openstack.org/56449414:52
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Honor service-type aliases in config  https://review.openstack.org/56692914:52
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Pass default_microversion to adapter constructor  https://review.openstack.org/55793514:52
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Throw an error on missing support for default microversion  https://review.openstack.org/55793814:52
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Rename service_key to service_type  https://review.openstack.org/55804914:52
* mordred patchbombs everyone14:52
openstackgerritMohammed Naser proposed openstack/openstacksdk master: Avoid raising exception when comparing resource to None  https://review.openstack.org/56723014:55
mnaserfrickler, mordred: update with isinstance usage14:55
mordredmnaser: +215:00
mnasertyvm15:03
*** edmondsw has quit IRC15:04
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add nodepool-functional-py35-src job  https://review.openstack.org/56725415:18
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add python 3.6 jobs  https://review.openstack.org/56725515:18
*** thrash is now known as thrash|biab15:31
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Clean up floating ip tests  https://review.openstack.org/56632015:42
*** tosky has quit IRC15:48
*** tosky has joined #openstack-sdks15:48
*** thrash|biab is now known as thrash16:02
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Clean up floating ip tests  https://review.openstack.org/56632016:09
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix F405 errors  https://review.openstack.org/56723416:10
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add nodepool-functional-py35-src job  https://review.openstack.org/56725416:54
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add python 3.6 jobs  https://review.openstack.org/56725516:54
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Add comment about W503 being skipped  https://review.openstack.org/56723516:54
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Remove D exclusions from flake8 config  https://review.openstack.org/56723616:54
openstackgerritMonty Taylor proposed openstack/openstacksdk master: Fix H103 Apache license header check  https://review.openstack.org/56723716:54
*** tosky has quit IRC16:57
*** tosky has joined #openstack-sdks16:59
openstackgerritJulie Pichon proposed openstack/python-openstackclient master: Prevent "server migrate --wait" from hanging  https://review.openstack.org/56728917:06
*** gtema has quit IRC17:11
*** jpena is now known as jpena|off17:17
*** jpich has quit IRC17:17
Shrewsmordred: comment on https://review.openstack.org/56723417:22
mordredShrews: good call ... I'll do a followup cleanup patch there (we can honestly get rid of most of thatfile)17:24
*** stevebaker has quit IRC17:28
*** dmellado has quit IRC17:29
*** gkadam_ has quit IRC17:43
*** gtema has joined #openstack-sdks18:36
*** d0ugal_ has joined #openstack-sdks18:37
*** d0ugal has quit IRC18:37
dtantsurelmiko, cdent, edleafe, FYI tomorrow is a public holiday in Germany, so I'm unlikely to show up at the meeting18:37
cdent18:38
edleafedtantsur: ack18:40
*** dtantsur is now known as dtantsur|afk18:49
*** dmellado has joined #openstack-sdks18:58
*** stevebaker has joined #openstack-sdks19:02
openstackgerritMerged openstack/openstacksdk master: Clean up floating ip tests  https://review.openstack.org/56632019:36
*** cdent has quit IRC19:45
*** edmondsw has joined #openstack-sdks19:54
openstackgerritMerged openstack/openstacksdk master: Fix F405 errors  https://review.openstack.org/56723420:49
*** gtema has quit IRC20:49
openstackgerritMerged openstack/openstacksdk master: Add comment about W503 being skipped  https://review.openstack.org/56723521:05
*** dmellado has quit IRC21:15
*** dave-mccowan has quit IRC21:17
*** stevebaker has quit IRC21:20
*** dave-mccowan has joined #openstack-sdks21:22
*** dmellado has joined #openstack-sdks21:23
*** dmellado has quit IRC21:27
*** stevebaker has joined #openstack-sdks21:45
*** stevebaker has quit IRC21:58
*** bobh has quit IRC22:07
*** slaweq has quit IRC22:10
*** slaweq has joined #openstack-sdks22:10
*** zigo has quit IRC22:11
*** zigo has joined #openstack-sdks22:11
openstackgerritMerged openstack/openstacksdk master: Change clustering example test create parameter  https://review.openstack.org/56651022:13
openstackgerritMerged openstack/openstacksdk master: add missing attribute in LBaaS v2 Pool API  https://review.openstack.org/56643422:35
*** edmondsw has quit IRC23:10
*** edmondsw has joined #openstack-sdks23:11
*** edmondsw has quit IRC23:15
*** tosky has quit IRC23:38
mnasermordred: if you're around, should i recheck or rebase my change about the none comparision?23:50
mnaserit looks like its failing with some unrelated pep8 stuff, is there a change i should go on top of?23:51
*** gildub has joined #openstack-sdks23:52
openstackgerritMerged openstack/openstacksdk master: close files after open in unit/base  https://review.openstack.org/56632123:54
*** stevebaker has joined #openstack-sdks23:56

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