Wednesday, 2020-07-22

*** Dmitrii-Sh has quit IRC00:25
*** hamalq has quit IRC00:27
*** Dmitrii-Sh has joined #openstack-oslo00:29
openstackgerritJorhson Deng proposed openstack/oslo.cache master: Support SASL protocol for memcached  https://review.opendev.org/74206000:53
*** hamalq has joined #openstack-oslo01:30
*** hamalq_ has joined #openstack-oslo01:31
*** hamalq has quit IRC01:36
*** hamalq_ has quit IRC01:38
*** hamalq has joined #openstack-oslo02:04
*** hamalq has quit IRC02:10
*** dave-mccowan has quit IRC02:51
*** cognifloyd has joined #openstack-oslo03:30
*** redrobot has quit IRC03:42
*** camelCaser has quit IRC04:23
*** camelCaser has joined #openstack-oslo04:26
*** cognifloyd has quit IRC04:33
*** cognifloyd has joined #openstack-oslo04:34
*** hamalq has joined #openstack-oslo04:43
*** hamalq_ has joined #openstack-oslo04:44
*** hamalq has quit IRC04:48
*** hamalq_ has quit IRC04:55
openstackgerrityatin proposed openstack/oslo.policy master: Fix unit tests to work with stevedore > 2.0.1  https://review.opendev.org/74186906:17
*** iurygregory has joined #openstack-oslo06:25
openstackgerrityatin proposed openstack/oslo.policy master: Fix unit tests to work with stevedore > 2.0.1  https://review.opendev.org/74186906:44
*** ralonsoh has joined #openstack-oslo07:29
*** rcernin has quit IRC07:32
*** tosky has joined #openstack-oslo07:39
openstackgerritJorhson Deng proposed openstack/oslo.cache master: Support SASL protocol for memcached  https://review.opendev.org/74206007:53
*** tosky has quit IRC08:04
*** tosky_ has joined #openstack-oslo08:04
*** moguimar has joined #openstack-oslo08:08
*** tosky_ is now known as tosky08:19
*** hberaud has quit IRC08:49
*** dtantsur|afk is now known as dtantsur08:52
*** hberaud has joined #openstack-oslo09:06
*** rcernin has joined #openstack-oslo09:11
moguimarhberaud, what do you think about the centralized repo for hooks dtantsur proposed?09:26
moguimarI fancy either that or the commit hash in the version09:26
moguimars/version/rev:/09:27
moguimarI'm used to do `pre-commit autoupdate` and it goes and fetch the latest version for each repo09:28
moguimarwe could use it in the future for diff and then find out the newer commit hash09:29
hberaudmoguimar: it could be an elegant, way, I started to think about that yesterday by designing a new oslo-spec, but I wondering which more values we add by using that. I mean apart this one [1] other used repos are some sort of trusted repos. Introduce a centralized repo is useful to define our specific hooks (design hooks), and here we only use already existing hooks, so I'm not fully convinced on this09:33
hberaudpoint especially when our security issue can be fix only by using commit hash rather than version number [1] https://github.com/Lucas-C/pre-commit-hooks09:33
hberaudI mean if we only use already existing hooks then I don't see value to redefine our own hooks repository.09:35
moguimaryeah09:35
moguimarme too09:35
moguimarso you wanna drop Lucas-C or hash it?09:35
*** rcernin has quit IRC09:35
moguimarand hash only Lucas-C or all 3 of them?09:36
hberaudmoguimar: IMO it could be the more straightforward path to follow09:36
moguimarone of those, and we taylor a comment in the pre-commit file to let people aware of the decisions09:37
hberaudas you want, I'm not against drop Lucas's hooks, or pin it to a specific commit, I quick took a look to it's code and it doesn't seems dangerous09:38
openstackgerritJorhson Deng proposed openstack/oslo.cache master: Support SASL protocol for memcached  https://review.opendev.org/74206009:38
moguimarok, I'll work on that and bring something next Monday09:39
moguimarfor discussion09:39
hberaudI mean we use a lot of requirements, who themself use their own requirements which we don't take care of, so I don't think this point is an horrible think to do, and possibly we already have lot of security hole by using dependencies of our dependencies09:40
hberaudmoguimar: ++09:40
hberaudmoguimar: thanks to work on that :)09:41
hberauds/to work/to your work/09:42
openstackgerritJorhson Deng proposed openstack/oslo.cache master: Support SASL protocol for memcached  https://review.opendev.org/74238810:29
*** cognifloyd has quit IRC10:29
stephenfinmorning hberaud, smcginnis: Any chance you folks could help me get these two remaining backports in? https://review.opendev.org/#/q/topic:bug/1845322+status:open You looked at the stable/train backport for me a while back10:32
*** moguimar has quit IRC10:41
hberaudstephenfin: sure10:41
*** tkajinam has quit IRC10:59
jkulikhi, can someone tell me why https://review.opendev.org/#/c/740909/ isn't moving even though there's a workflow +1?11:02
hberaudjkulik: hmm, looks like to gate issue11:10
hberaudjkulik: is parent commit looks right11:11
hberauds/is/its/11:11
*** kevko has joined #openstack-oslo11:23
*** kevko_ has joined #openstack-oslo11:25
*** kevko has quit IRC11:25
*** raildo has joined #openstack-oslo11:29
*** rcernin has joined #openstack-oslo11:49
*** moguimar has joined #openstack-oslo12:02
*** kgiusti has joined #openstack-oslo12:35
*** rm_work has quit IRC12:38
*** rm_work has joined #openstack-oslo12:42
*** moguimar has quit IRC12:52
*** moguimar has joined #openstack-oslo13:09
*** bnemec has joined #openstack-oslo13:30
*** rcernin has quit IRC13:32
openstackgerritMerged openstack/oslo.vmware master: Add backend-independent access to cookiejar  https://review.opendev.org/74090913:42
jkulikthank you :)13:44
moguimarhberaud, bnemec, dhellmann do you guys know why bandit is pinned to <1.6.0?13:45
hberaudjkulik: definitivelly it looks like to a gate issue :)13:45
moguimarit throws a lot of AttributeError: module '_ast' has no attribute 'Num' in py3813:45
dhellmannmoguimar : we generally pin linters so that we can update the version and fix the issues with new rules at the same time13:45
hberaudmoguimar: no ideas13:46
moguimarI see, so I could bump the version if it doesn't break or if I also provide the fixes?13:46
moguimarsomething like from: bandit>=1.1.0,<1.6.0 # Apache-2.0 to bandit>=1.6.0,<1.7.0 # Apache-2.013:48
bnemecmoguimar: Right, that's the idea.13:50
moguimarok, thanks13:51
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Bump bandit version  https://review.opendev.org/74243613:56
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Removes pre-commit hooks from Lucas-C  https://review.opendev.org/74243813:58
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Uses commit hash instead of version tags in pre-commit  https://review.opendev.org/74243913:58
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Apply fixes for pre-commit compliace in all code  https://review.opendev.org/74244013:58
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Add pre-commit to pep8 gate  https://review.opendev.org/74244113:58
openstackgerritMerged openstack/oslo.messaging master: Move legacy grenade jobs to Zuul v3  https://review.opendev.org/74194713:58
*** moguimar has quit IRC14:38
*** moguimar has joined #openstack-oslo14:43
*** Guest23136 has joined #openstack-oslo14:47
*** Guest23136 is now known as redrobot14:49
openstackgerritMichal Arbet proposed openstack/oslo.cache master: Do not hardcode flush_on_reconnect, move to oslo.cache config  https://review.opendev.org/74219315:12
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Bump bandit version  https://review.opendev.org/74243615:22
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Removes pre-commit hooks from Lucas-C  https://review.opendev.org/74243815:26
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Uses commit hash instead of version tags in pre-commit  https://review.opendev.org/74243915:26
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Apply fixes for pre-commit compliace in all code  https://review.opendev.org/74244015:26
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Add pre-commit to pep8 gate  https://review.opendev.org/74244115:26
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Apply fixes for pre-commit compliace in all code  https://review.opendev.org/74244015:31
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Add pre-commit to pep8 gate  https://review.opendev.org/74244115:31
openstackgerritMichal Arbet proposed openstack/oslo.cache master: Do not hardcode flush_on_reconnect, move to oslo.cache config  https://review.opendev.org/74219315:31
openstackgerritMerged openstack/oslo.policy master: Fix unit tests to work with stevedore > 2.0.1  https://review.opendev.org/74186915:36
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Removes pre-commit hooks from Lucas-C  https://review.opendev.org/74243815:36
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Uses commit hash instead of version tags in pre-commit  https://review.opendev.org/74243915:36
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Apply fixes for pre-commit compliace in all code  https://review.opendev.org/74244015:36
openstackgerritMoisés Guimarães proposed openstack/oslo.cache master: Add pre-commit to pep8 gate  https://review.opendev.org/74244115:36
*** moguimar has quit IRC15:54
*** moguimar has joined #openstack-oslo16:03
*** hamalq has joined #openstack-oslo16:22
*** hamalq_ has joined #openstack-oslo16:23
dansmithbnemec: hey, I'm sorry.16:24
bnemec?16:24
*** hamalq has quit IRC16:27
dansmithbnemec: I'm sorry you have to be my oslo.* receptacle for questions :D16:30
bnemecAh. :-)16:30
dansmithso, the glance team says something about config reload not working under uwsgi, which surprises me.. do you know anything about what might be preventing that?16:31
dansmithI would have expected the oslo config object to just check the date on the file and re-read, which shouldn't be a wsgi problem16:31
bnemecIt's triggered by a signal, so if uwsgi is handling the signal itself that could be a problem.16:32
hberauddansmith, bnemec: not related to something like this? => https://review.opendev.org/#/c/733506/16:32
dansmithbnemec: oh, I see, well that's easy16:33
dansmithhberaud: could well be.. I'm not really sure what their goal is.. won't that reload config if uwsgi just naturally cycles workers, which might reload before they're ready?16:33
dansmithsignal-based is very specific16:33
hberauddansmith: here is an example of the faced issue => https://bugs.launchpad.net/nova/+bug/188209416:35
openstackLaunchpad bug 1882094 in OpenStack Compute (nova) "[queens][OSP13] An overcloud reboot will sometimes leave nova_api broken" [Undecided,In progress] - Assigned to Herve Beraud (herveberaud)16:35
*** dtantsur is now known as dtantsur|afk16:35
dansmithhberaud: ahh, I see, that's a different thing I thnk16:35
hberaudunfortunatelly by fixing this one I unearth another related to db sync16:35
dansmithbut legit16:35
* hberaud must disappear for today16:37
*** lbragstad_ has joined #openstack-oslo16:54
*** lbragstad has quit IRC16:57
openstackgerritMichal Arbet proposed openstack/oslo.cache master: Do not hardcode flush_on_reconnect, move to oslo.cache config  https://review.opendev.org/74219316:57
openstackgerritStephen Finucane proposed openstack/oslo.context master: Integrate mypy  https://review.opendev.org/74248716:59
*** moguimar has quit IRC17:17
*** lbragstad_ has quit IRC17:37
*** lbragstad_ has joined #openstack-oslo17:38
*** lbragstad__ has joined #openstack-oslo17:45
*** lbragstad_ has quit IRC17:47
*** ralonsoh has quit IRC18:45
*** bnemec has quit IRC19:03
*** adrianc_ has joined #openstack-oslo19:44
*** adrianc has quit IRC19:47
*** kevko_ has quit IRC19:55
*** kevko_ has joined #openstack-oslo20:21
*** hemna has quit IRC20:32
*** hemna has joined #openstack-oslo20:39
*** hamalq_ has quit IRC20:57
*** hamalq has joined #openstack-oslo20:58
*** bnemec has joined #openstack-oslo21:04
*** kgiusti has left #openstack-oslo21:05
*** bnemec has quit IRC21:11
*** bnemec has joined #openstack-oslo21:18
*** raildo has quit IRC21:28
*** kevko_ has quit IRC22:09
*** rcernin has joined #openstack-oslo22:52
*** rcernin has quit IRC22:58
*** rcernin has joined #openstack-oslo23:01
*** tosky has quit IRC23:03
*** rcernin has quit IRC23:04
*** rcernin has joined #openstack-oslo23:05

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!