*** brinzhang0 has joined #openstack-oslo | 00:07 | |
*** hemna has quit IRC | 00:08 | |
*** hemna has joined #openstack-oslo | 00:09 | |
*** hemna_ has joined #openstack-oslo | 00:30 | |
*** hemna has quit IRC | 00:30 | |
*** dtantsur has joined #openstack-oslo | 01:03 | |
*** moguimar has quit IRC | 01:04 | |
*** dtantsur|afk has quit IRC | 01:05 | |
*** moguimar has joined #openstack-oslo | 01:06 | |
*** dtantsur has quit IRC | 01:08 | |
*** dtantsur has joined #openstack-oslo | 01:12 | |
*** dtantsur has quit IRC | 01:24 | |
*** moguimar has quit IRC | 01:28 | |
*** moguimar has joined #openstack-oslo | 01:29 | |
*** dtantsur has joined #openstack-oslo | 01:29 | |
*** hemna_ has quit IRC | 01:36 | |
*** hemna has joined #openstack-oslo | 01:37 | |
*** hemna has quit IRC | 02:11 | |
*** hemna has joined #openstack-oslo | 02:18 | |
*** rcernin has quit IRC | 02:45 | |
*** rcernin has joined #openstack-oslo | 02:48 | |
*** rcernin has quit IRC | 03:01 | |
*** rcernin has joined #openstack-oslo | 03:17 | |
*** rcernin has quit IRC | 03:22 | |
*** rcernin has joined #openstack-oslo | 03:23 | |
openstackgerrit | haixin proposed openstack/oslo.utils master: Remove all usage of six library https://review.opendev.org/756424 | 03:50 |
---|---|---|
openstackgerrit | Ade Lee proposed openstack/tooz master: Replace md5 with oslo version https://review.opendev.org/756432 | 05:43 |
*** hamalq has quit IRC | 05:54 | |
*** hamalq has joined #openstack-oslo | 05:55 | |
openstackgerrit | haixin proposed openstack/oslo.utils master: Remove all usage of six library https://review.opendev.org/756424 | 05:59 |
*** zzzeek has quit IRC | 06:03 | |
*** zzzeek has joined #openstack-oslo | 06:05 | |
*** hamalq has quit IRC | 06:16 | |
*** hamalq has joined #openstack-oslo | 06:16 | |
*** hamalq has quit IRC | 06:27 | |
openstackgerrit | haixin proposed openstack/oslo.i18n master: Remove all usage of six library https://review.opendev.org/756438 | 06:39 |
openstackgerrit | haixin proposed openstack/oslo.utils master: Remove all usage of six library https://review.opendev.org/756424 | 06:48 |
*** ralonsoh has joined #openstack-oslo | 06:54 | |
*** zzzeek has quit IRC | 06:55 | |
*** zzzeek has joined #openstack-oslo | 06:57 | |
*** sboyron has joined #openstack-oslo | 07:11 | |
*** rcernin has quit IRC | 07:39 | |
*** tosky has joined #openstack-oslo | 07:41 | |
*** rpittau|afk is now known as rpittau | 07:41 | |
*** hamps-contrib has joined #openstack-oslo | 07:58 | |
*** tosky_ has joined #openstack-oslo | 08:12 | |
*** tosky is now known as Guest98160 | 08:13 | |
*** tosky_ is now known as tosky | 08:13 | |
*** Guest98160 has quit IRC | 08:15 | |
hamps-contrib | I just want to quickly change cfg.CONF to output "use-json" option but cant find how to update the option to true? tried to look on the docs but only find how to register. is it possible to just quickly update the defualt config value? | 08:24 |
hamps-contrib | from oslo_config import cfg, CONF = cfg.CONF, logging.register_options(CONF) | 08:30 |
openstackgerrit | haixin proposed openstack/oslo.utils master: Remove all usage of six library https://review.opendev.org/756424 | 08:40 |
hberaud | hamps-contrib: normally you by using oslo.config like that you can pass params to your scripts | 08:42 |
hberaud | hamps-contrib: python <script.py> -h | 08:42 |
hberaud | hamps-contrib: and I guess that you will see 2 params (something like: --confing-dir, --config-file-path) | 08:43 |
hberaud | hamps-contrib: so you just have to define a conf.ini file (by example) | 08:44 |
hberaud | hamps-contrib: and inside this one you have to put something like http://paste.openstack.org/show/798769/ | 08:45 |
hberaud | hamps-contrib: I'm not sure if he expect for an underscore or a dash in the name of the given param | 08:46 |
hberaud | hamps-contrib: and you can consume this config by using something like: python <script.py> --config-file-path conf.ini | 08:47 |
openstackgerrit | haixin proposed openstack/oslo.i18n master: Remove all usage of six library https://review.opendev.org/756438 | 08:49 |
*** hamps-contrib has quit IRC | 08:49 | |
*** hamps-contrib has joined #openstack-oslo | 08:50 | |
hberaud | hamps-contrib: have you seen my previous comments? | 08:50 |
hamps-contrib | Yes, but i found /home/ubuntu/.local/lib/python3.7/site-packages/oslo_log/_options.py where i could hard set it to true | 08:53 |
hberaud | hamps-contrib: indeed it could be an option to run your tests | 08:54 |
hberaud | hamps-contrib: from a library point of view we avoid to play directly with protected modules but in your case it's not really an issue | 08:55 |
hamps-contrib | ye its a bad way but just doing an POC | 08:56 |
hberaud | exact :) | 08:56 |
*** hamps-contrib has quit IRC | 09:10 | |
*** brinzhang0 has quit IRC | 09:11 | |
*** hemna has quit IRC | 09:19 | |
*** hemna has joined #openstack-oslo | 09:21 | |
*** rcernin has joined #openstack-oslo | 10:20 | |
hberaud | moguimar: o/ please take a look to this patch when you will have some spare time https://review.opendev.org/#/c/746723/ | 10:37 |
*** rcernin has quit IRC | 10:37 | |
moguimar | hberaud, ack | 10:39 |
hberaud | moguimar: thanks :) | 10:39 |
*** damani has joined #openstack-oslo | 10:41 | |
damani | hi | 10:41 |
moguimar | o/ | 10:41 |
hberaud | damani: o/ | 10:43 |
damani | stephenfin, moguimar, i would like to know if you can review a patch i have modified for oslo.config please https://review.opendev.org/#/c/746723/ | 10:44 |
damani | i have another question we have patches blocked by this https://review.opendev.org/#/c/753239/ | 10:45 |
damani | a pifpaf requirement issue and i don't know what we can do | 10:46 |
hberaud | damani: it could be worth to ask to prometheanfire on #openstack-requirements to see if we can unlock the gate merging these changes | 10:48 |
damani | hberaud, ok | 10:48 |
damani | i will do that | 10:48 |
hberaud | awesome thanks | 10:48 |
hberaud | I think it's worth to have the following patch landed on train https://github.com/jd/pifpaf/commit/90a9cc2fdbe167469a9a45800f49deca2f426547 | 10:49 |
*** raildo has joined #openstack-oslo | 11:04 | |
openstackgerrit | Gorka Eguileor proposed openstack/tooz master: Add SHARED_LOCKS characteristics https://review.opendev.org/756497 | 11:56 |
*** sean-k-mooney has quit IRC | 12:10 | |
*** kgiusti has joined #openstack-oslo | 12:17 | |
*** mnasiadka has joined #openstack-oslo | 12:56 | |
*** sboyron_ has joined #openstack-oslo | 13:03 | |
*** raildo_ has joined #openstack-oslo | 13:03 | |
*** raildo has quit IRC | 13:03 | |
*** sboyron has quit IRC | 13:03 | |
*** moguimar has quit IRC | 13:04 | |
*** cognifloyd has quit IRC | 13:04 | |
*** ttx has quit IRC | 13:04 | |
*** moguimar has joined #openstack-oslo | 13:09 | |
*** cognifloyd has joined #openstack-oslo | 13:09 | |
*** ttx has joined #openstack-oslo | 13:17 | |
fungi | this week's release of python 3.9.0 and tagging 3.10.0a1 makes https://review.opendev.org/752793 and https://review.opendev.org/752794 for pbr increasingly important | 15:31 |
fungi | reviews appreciated. maybe after next week we can get a new pbr release after victoria is done and dusted | 15:32 |
hberaud | fungi: omw | 15:33 |
fungi | they're not urgent (yet) | 15:39 |
fungi | i built 3.10.0a1 from source and those still raise deprecationwarning exceptions but they haven't started to break | 15:39 |
fungi | as long as we have a release of pbr with those updates before 3.10.0 final i'm not too worried, but it would still be nice for folks to test 3.10 prereleases with pbr-using projects | 15:40 |
openstackgerrit | Daniel Bengtsson proposed openstack/oslo.messaging stable/train: Cancel consumer if queue down https://review.opendev.org/747892 | 15:47 |
hberaud | agreed | 15:49 |
*** rpittau is now known as rpittau|afk | 16:06 | |
*** tosky has quit IRC | 16:21 | |
*** dtantsur is now known as dtantsur|afk | 16:24 | |
*** hamalq has joined #openstack-oslo | 16:42 | |
*** hamalq has quit IRC | 16:47 | |
*** hamalq has joined #openstack-oslo | 16:48 | |
*** ralonsoh has quit IRC | 17:12 | |
*** ralonsoh has joined #openstack-oslo | 17:12 | |
*** tosky has joined #openstack-oslo | 19:26 | |
*** raildo_ is now known as raildo | 19:43 | |
*** gmann is now known as gmann_lunch | 20:22 | |
*** ralonsoh_ has joined #openstack-oslo | 20:30 | |
*** purplerbot has quit IRC | 20:31 | |
*** ralonsoh has quit IRC | 20:33 | |
*** purplerbot has joined #openstack-oslo | 20:33 | |
*** ralonsoh_ has quit IRC | 20:51 | |
*** gmann_lunch is now known as gmann | 21:04 | |
*** kgiusti has left #openstack-oslo | 21:10 | |
*** raildo has quit IRC | 21:11 | |
*** adrianc has quit IRC | 22:03 | |
*** adrianc has joined #openstack-oslo | 22:04 | |
*** openstackgerrit has quit IRC | 22:07 | |
*** sboyron_ has quit IRC | 22:16 | |
*** rcernin has joined #openstack-oslo | 22:20 | |
*** tosky has quit IRC | 22:22 | |
*** hoonetorg has quit IRC | 22:44 | |
*** hoonetorg has joined #openstack-oslo | 22:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!