Tuesday, 2020-05-12

*** harlowja has quit IRC00:07
openstackgerritnorman shen proposed openstack/oslo.messaging master: Print warning message when connection running out  https://review.opendev.org/71865000:09
*** tkajinam has quit IRC01:29
*** tkajinam has joined #openstack-oslo01:29
*** moguimar has quit IRC01:30
openstackgerritnorman shen proposed openstack/oslo.messaging stable/stein: Add transport_options parameter  https://review.opendev.org/72706106:08
*** jkulik has joined #openstack-oslo06:11
*** tkajinam has quit IRC06:35
*** tkajinam has joined #openstack-oslo06:36
jkulikGood morning or other part of the day. Does anybody feel responsible for oslo.vmware in here? I'd like to have a little chat regarding switching the backing SOAP library to something else (I'had some success with zeep downstream) and if there's a chance to upstream that.07:14
*** ralonsoh has joined #openstack-oslo07:33
*** tosky has joined #openstack-oslo07:35
*** dtantsur|afk is now known as dtantsur07:54
*** rpittau|afk is now known as rpittau07:58
*** hberaud has quit IRC08:07
*** hberaud has joined #openstack-oslo08:07
*** jhesketh has joined #openstack-oslo09:31
hberaudstephenfin: o/ how are you comfortable with oslo.config?09:56
hberaudjkulik: I seen some related discussion on the ML in March => http://lists.openstack.org/pipermail/openstack-discuss/2020-March/013449.html maybe it could be a starting point for you to find person to discuss with10:01
jkulikhberaud, thanks, I'll have a look.10:02
stephenfinjkulik: I can review patches, though I wouldn't consider myself responsible for it10:04
stephenfinwith that said, I'm not sure if anyone is really responsible for it right now, so that might be as good as you're going to get :)10:04
stephenfinhberaud: Moderately. What's up?10:04
hberaudI wondering why I can't retrieve config from env var (https://review.opendev.org/#/c/718223/9/.zuul.yaml) on my functional tests with something like PS7 => (https://review.opendev.org/#/c/718223/7/oslo_cache/tests/functional/test_cache_backend.py)10:07
hberaudstephenfin: ^^^10:07
hberaudstephenfin: I submitted 2 more PS to use fixture but I don't really love to have to retrieve each option with `os.getenv` and to reformat them manually10:09
hberaudstephenfin: so, first, do you have ideas why my env var passed config is ignored?10:10
stephenfinhberaud: so in both cases, you are setting the environment variable?10:11
hberaudstephenfin: second, have you some examples that use env var to pass config?10:11
stephenfinand os.getenv is working but oslo.config can't see it10:11
hberaudstephenfin: yep I init few env var (https://review.opendev.org/#/c/718223/9/.zuul.yaml) and I pass them with tox (https://review.opendev.org/#/c/718223/9/tox.ini)10:12
hberaudstephenfin: os.getenv work fine I can retrieve them by using it10:13
hberaudstephenfin: but without os.getenv tricks oslo.config seems to ignore them10:13
stephenfinokay, I only know a bit about this feature from working on related tests recently. I will take a look now though10:14
hberaudstephenfin: I mean, if I retrieve them with env var and then I pass them to the fixture then it's seems ok10:14
stephenfinhberaud: Actually, here's a good review for you https://review.opendev.org/#/c/724880/10:15
stephenfinThat's the patch that let me learn about how this works10:15
hberaudstephenfin: thanks10:15
hberaudstephenfin: I'll take a look too10:15
*** rpittau is now known as rpittau|bbl10:19
hberaudstephenfin: just a last word, normally my config should be retrieved automatically if I'm right => https://docs.openstack.org/oslo.config/latest/reference/drivers.html#environment (activated by default and requires no additional configuration to use)10:19
stephenfinthat's what I thought, but I don't actually know for sure10:19
stephenfinI'm trying to figure that out now10:20
hberaudstephenfin: ack thx10:21
*** samueldmq_ has joined #openstack-oslo11:28
*** samueldmq_ has quit IRC11:34
*** samueldmq_ has joined #openstack-oslo11:36
*** samueldmq_ is now known as samueldmq11:40
*** raildo has joined #openstack-oslo11:44
openstackgerritAndreas Jaeger proposed openstack/oslo.tools master: Update hacking for Python3  https://review.opendev.org/72717412:17
*** rpittau|bbl is now known as rpittau12:21
*** adrianc has quit IRC12:24
hberaudstephenfin: FYI => https://github.com/4383/oslo.cache/commit/9e6deb3702d031d515ea50f8f5e2e4e4ffe0e8c7 (it confirm that env vars are well ignored by config fixture...)12:42
*** elod has joined #openstack-oslo12:42
stephenfinhberaud: good timing. I just left a comment on https://review.opendev.org/#/c/718223/12:44
hberaudlol12:44
elodhi, can any oslo-stable-core approve this - https://review.opendev.org/#/c/721808/ ?12:45
elodstable-ussuri gate fails without this12:45
stephenfinhberaud maybe? ^12:45
*** adrianc has joined #openstack-oslo12:45
* hberaud take a look12:45
openstackgerritMerged openstack/oslo.tools master: Update hacking for Python3  https://review.opendev.org/72717412:45
hberaudelod: done12:47
elodhberaud: great, thanks! \o/ :)12:48
elodand thanks for the patch, stephenfin ;)12:49
*** adrianc has quit IRC12:50
*** adrianc has joined #openstack-oslo12:53
*** moguimar has joined #openstack-oslo12:56
openstackgerritnorman shen proposed openstack/oslo.messaging master: Print warning message when connection running out  https://review.opendev.org/71865013:34
*** redrobot has quit IRC13:39
*** openstackstatus has quit IRC13:53
*** openstackstatus has joined #openstack-oslo13:54
*** ChanServ sets mode: +v openstackstatus13:54
*** adrianc has quit IRC14:15
*** adrianc has joined #openstack-oslo14:17
*** tkajinam has quit IRC14:37
*** ralonsoh has quit IRC14:40
*** ralonsoh has joined #openstack-oslo14:40
*** ralonsoh has quit IRC14:44
smcginnisstephenfin: Is my brief view of failures right that hacking 2.x did not cap flake8 either?14:48
*** rcernin has quit IRC14:48
*** dtantsur is now known as dtantsur|afk15:08
stephenfinsmcginnis: Yup, same range there15:08
smcginnisstephenfin: So do we raise any stable branches to use 3.x? Or create a 2.x stable branch for hacking and get a bug fix out there?15:12
stephenfinWe could also add flake8 to test-requirements.txt of affected projects and stick flake8 in there15:13
stephenfinIf not, we probably want a 2.x stable branch15:13
smcginnisOh, right. I was thinking we couldn't do that by getting a requirements check failure, but I think that actually is fine.15:13
smcginnisYeah, confirmed flake8 is in the requirements repo blacklist.txt file, so that will be fine for in-repo changes.15:14
stephenfinYeah, flake8 is ignored by requirements15:14
*** dasp_ has quit IRC15:14
*** dasp has joined #openstack-oslo15:16
smcginnisstephenfin: Do you know what version of flake8 would be good to cap off hand?15:17
stephenfinEither 3.6.x or 3.7.x. 3.6.0 was the minimum and 3.8.0 is the version introducing the breakages15:18
smcginnisOK, great.15:18
*** Guest49293 has joined #openstack-oslo15:37
*** Guest49293 is now known as redrobot15:38
openstackgerritSean McGinnis proposed openstack/oslo.config master: Cap flake8 to be < 3.8.0  https://review.opendev.org/72723615:39
openstackgerritSean McGinnis proposed openstack/oslo.config master: Cap flake8 to be < 3.8.0  https://review.opendev.org/72723615:40
*** dasp has quit IRC15:41
*** dasp has joined #openstack-oslo15:42
openstackgerritSean McGinnis proposed openstack/oslo.config master: Raise hacking to 3.0.1  https://review.opendev.org/72724415:50
*** rpittau is now known as rpittau|afk16:10
openstackgerritSean McGinnis proposed openstack/oslo.config master: Cap flake8 to be < 3.8.0  https://review.opendev.org/72723616:22
openstackgerritSean McGinnis proposed openstack/oslo.config stable/ussuri: Cap flake8 to be < 3.8.0  https://review.opendev.org/72726516:25
openstackgerritHervé Beraud proposed openstack/oslo.cache master: Refactoring functional tests based on standard usages  https://review.opendev.org/71822316:41
openstackgerritSean McGinnis proposed openstack/oslo.config master: Raise hacking to 3.0.1  https://review.opendev.org/72724416:55
openstackgerritHervé Beraud proposed openstack/oslo.cache master: Refactoring functional tests based on standard usages  https://review.opendev.org/71822317:00
*** ralonsoh has joined #openstack-oslo17:20
*** iurygregory has quit IRC17:27
*** ralonsoh has quit IRC17:28
*** iurygregory has joined #openstack-oslo18:31
openstackgerritHervé Beraud proposed openstack/oslo.cache master: Refactoring functional tests based on standard usages  https://review.opendev.org/71822319:26
*** camelCaser has quit IRC19:35
*** camelCaser has joined #openstack-oslo19:35
*** xenadu has quit IRC19:36
*** kgiusti has quit IRC20:43
*** tkajinam has joined #openstack-oslo22:54
*** raildo_ has joined #openstack-oslo22:57
*** raildo has quit IRC23:00
*** tosky has quit IRC23:14
*** rcernin has joined #openstack-oslo23:19
*** raildo_ has quit IRC23:33

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