| *** tosky has quit IRC | 00:12 | |
| *** tmazur has quit IRC | 00:31 | |
| *** rh-jelabarre has quit IRC | 00:44 | |
| *** kevko has joined #openstack-horizon | 01:03 | |
| *** jamesdenton has quit IRC | 01:16 | |
| *** jamesden_ has joined #openstack-horizon | 01:17 | |
| *** kevko has quit IRC | 01:36 | |
| *** jadonn has joined #openstack-horizon | 01:43 | |
| *** jadonn has quit IRC | 02:08 | |
| *** rcernin has quit IRC | 03:51 | |
| *** rcernin has joined #openstack-horizon | 03:57 | |
| *** vishalmanchanda has joined #openstack-horizon | 04:23 | |
| *** jamesden_ has quit IRC | 04:54 | |
| *** jamesdenton has joined #openstack-horizon | 04:54 | |
| *** viks____ has joined #openstack-horizon | 06:04 | |
| *** dklyle has quit IRC | 07:11 | |
| *** rcernin has quit IRC | 07:16 | |
| *** tkajinam has quit IRC | 07:33 | |
| *** tkajinam has joined #openstack-horizon | 07:33 | |
| *** jamesdenton has quit IRC | 07:56 | |
| *** jamesdenton has joined #openstack-horizon | 07:57 | |
| *** rpittau|afk is now known as rpittau | 08:13 | |
| *** rdopiera has joined #openstack-horizon | 08:17 | |
| *** tosky has joined #openstack-horizon | 08:43 | |
| *** rcernin has joined #openstack-horizon | 09:06 | |
| *** rcernin has quit IRC | 09:06 | |
| *** rcernin has joined #openstack-horizon | 09:07 | |
| *** e0ne has joined #openstack-horizon | 09:20 | |
| *** ChanServ sets mode: +o e0ne | 09:20 | |
| *** rcernin has quit IRC | 09:34 | |
| *** rcernin has joined #openstack-horizon | 09:42 | |
| *** rcernin has quit IRC | 09:57 | |
| *** rodolof has joined #openstack-horizon | 10:27 | |
| *** e0ne has quit IRC | 10:33 | |
| *** kevko has joined #openstack-horizon | 10:45 | |
| *** rcernin has joined #openstack-horizon | 10:51 | |
| *** rcernin has quit IRC | 10:52 | |
| *** rcernin has joined #openstack-horizon | 10:52 | |
| *** rcernin has quit IRC | 11:45 | |
| *** rcernin has joined #openstack-horizon | 11:46 | |
| *** rh-jelabarre has joined #openstack-horizon | 11:52 | |
| *** kevko has quit IRC | 12:11 | |
| *** kevko has joined #openstack-horizon | 12:18 | |
| *** rcernin has quit IRC | 12:29 | |
| rdopiera | is logging for novaclient broken? I can't see any logs despite setting the log level to DEBUG in LOGGING | 12:53 |
|---|---|---|
| *** rcernin has joined #openstack-horizon | 12:55 | |
| rdopiera | looks like it all gets logged as keystoneauth.session instead | 12:56 |
| *** lbragstad has quit IRC | 13:01 | |
| *** rcernin has quit IRC | 13:01 | |
| *** lbragstad has joined #openstack-horizon | 13:05 | |
| *** tmazur has joined #openstack-horizon | 13:15 | |
| *** jamesdenton has quit IRC | 13:26 | |
| *** jamesdenton has joined #openstack-horizon | 13:26 | |
| *** rcernin has joined #openstack-horizon | 13:26 | |
| amotoki | rdopiera: you are right. It was switched to keystoneauth.session in several releases ago. | 13:30 |
| *** rcernin has quit IRC | 13:31 | |
| rdopiera | amotoki: is that intentional? | 13:41 |
| amotoki | rdopiera: I think it is half-intentional and half not. It happened when all python-*client started to use session from keystoneauth | 13:49 |
| amotoki | rdopiera: all HTTP connections are called via session object. | 13:49 |
| rdopiera | I don't think it's a good change | 13:54 |
| amotoki | rdopiera: you need to discuss it with keystone folks for more detail context, though it happened several years ago | 13:56 |
| amotoki | rdopiera: they moved the thing forward in python-*client and horizon just depends on *client. | 13:57 |
| amotoki | rdopiera: I am a bit surprised you started to complain it now after several years passed since it was implemented. | 13:59 |
| rdopiera | I found where the error is | 14:00 |
| rdopiera | amotoki: most of our customers are still on osp13 | 14:01 |
| rdopiera | amotoki: I'm going to submit a patch to novaclient that fixes it | 14:02 |
| rdopiera | it's a missing "self" in one place | 14:03 |
| amotoki | rdopiera: is it specific to novaclient? | 14:03 |
| rdopiera | yes, when you create a client, they create a default logger if you don't pass any yourslef, but then don't pass it to the constructor | 14:05 |
| rdopiera | https://github.com/openstack/python-novaclient/blob/master/novaclient/v2/client.py#L195 | 14:06 |
| rdopiera | this line shoudl be logger = self.logger | 14:06 |
| amotoki | rdopiera: how about other clients like cinderclient, neutronclient, glanceclient? | 14:09 |
| rdopiera | they don't seem to have that problem | 14:10 |
| rdopiera | https://review.opendev.org/c/openstack/python-novaclient/+/783010 | 14:13 |
| gmann | vishalmanchanda: amotoki I have schedule policy popup(secure rbac) on 15-17 UTC Monday https://ethercalc.net/oz7q0gds9zfi | 14:15 |
| gmann | which is same as Horizon, I am wondering if horizon team want to attend policy sessions then we can reschedule either of session ? | 14:16 |
| gmann | rdopiera: ^^ | 14:16 |
| rdopiera | gmann: thanks for the notice | 14:20 |
| gmann | rdopiera: we planned policy session on Monday as most of the project might be available that time. that sessions is mainly for projects query on implementation/usage etc | 14:21 |
| rdopiera | amotoki: cinderclient creates the default logger much later: https://github.com/openstack/python-cinderclient/blob/master/cinderclient/client.py#L339 | 14:31 |
| *** kevko has quit IRC | 14:37 | |
| *** kevko has joined #openstack-horizon | 14:37 | |
| *** jamesdenton has quit IRC | 15:08 | |
| *** dklyle has joined #openstack-horizon | 15:09 | |
| *** jamesdenton has joined #openstack-horizon | 15:10 | |
| *** jamesdenton has quit IRC | 15:17 | |
| *** jamesdenton has joined #openstack-horizon | 15:18 | |
| amotoki | gmann: 16-17UTC Mon would be okay for me. 15-16UTC depends on neutron schedule. | 15:22 |
| gmann | amotoki: ah you have neutron also but last 1 hr we can discuss for neutron/horizon | 15:25 |
| amotoki | gmann: I think neutron can also have another time slot ("slot" does not mean 1hr) as we have other folks involved in this effort. | 15:26 |
| amotoki | gmann: so we can coordinate the schedule dependently. | 15:26 |
| *** rcernin has joined #openstack-horizon | 15:27 | |
| amotoki | gmann: 15-16UTC covers both the policy popup and neutron, so it might be a good slot to cover neutron-related topics but it is up to slaweq. | 15:27 |
| amotoki | vishalmanchanda: what do you mean by "Fix Committed" in https://bugs.launchpad.net/horizon/+bug/1919120 | 15:30 |
| openstack | Launchpad bug 1919120 in OpenStack Dashboard (Horizon) ""Delete Force Volume Backup" should be "Force Delete Volume Backup"" [Undecided,Fix committed] | 15:30 |
| amotoki | ? | 15:30 |
| amotoki | vishalmanchanda: why not "Fix Released"? | 15:31 |
| *** rcernin has quit IRC | 15:32 | |
| rdopiera | we didn't have a release yet? | 15:34 |
| gmann | amotoki: ah nice, let me coordinate with slaweq, that is good idea | 15:43 |
| *** viks____ has quit IRC | 15:49 | |
| *** e0ne has joined #openstack-horizon | 15:52 | |
| *** ChanServ sets mode: +o e0ne | 15:52 | |
| vishalmanchanda | amotoki: we haven't cut a release after that patch that's why change its status to fix commited | 15:53 |
| amotoki | vishalmanchanda: previously (several years ago) we used such model where the status is changed to "Fix Commiited" when a fix is merged into the master and is changed to "Fix Released" when a release is cut. | 15:56 |
| amotoki | vishalmanchanda: but the release script no longer does it. | 15:56 |
| amotoki | vishalmanchanda: thus, the status is changed to Fix Released when a fix is merged into the master. | 15:57 |
| vishalmanchanda | gmann: hi, yes horizon team also would like to join policy discussion. Please let me know the timing once decided and then I will add the same info. to horizon etherpad so that others team members can also joins. | 15:57 |
| amotoki | vishalmanchanda: after the recent gerrit upgrade, launchpad bug is not synced automatically. | 15:57 |
| amotoki | vishalmanchanda: I am not sure who would like to ensure "Fix Committed" bugs to "Fix Released" whenever a release is cut now. | 15:58 |
| vishalmanchanda | amotoki: ok, although I have observed that once we cut a release I got several mail about the bug fixed in that released. | 15:59 |
| amotoki | vishalmanchanda: that's the background. If you would like to change it to another one, I am okay but please documet it. | 15:59 |
| vishalmanchanda | amotoki: ok will change above bug status to fix released. | 15:59 |
| gmann | vishalmanchanda: its there 15-17 UTC on Modnay https://ethercalc.net/oz7q0gds9zfi I will setup etherpad today and then we can plan cross project session. | 16:08 |
| *** rpittau is now known as rpittau|afk | 17:06 | |
| *** kevko has quit IRC | 17:16 | |
| *** kevko has joined #openstack-horizon | 17:17 | |
| *** tobberydberg has quit IRC | 17:18 | |
| *** mugsie has quit IRC | 17:20 | |
| *** jhesketh has quit IRC | 17:20 | |
| *** kevko_ has quit IRC | 17:20 | |
| *** fbouliane has quit IRC | 17:20 | |
| *** kmasterson has quit IRC | 17:20 | |
| *** logan- has quit IRC | 17:20 | |
| *** jmccrory has quit IRC | 17:20 | |
| *** mugsie has joined #openstack-horizon | 17:20 | |
| *** tobberydberg has joined #openstack-horizon | 17:20 | |
| *** kevko_ has joined #openstack-horizon | 17:20 | |
| *** kmasterson has joined #openstack-horizon | 17:20 | |
| *** jmccrory has joined #openstack-horizon | 17:20 | |
| *** jhesketh has joined #openstack-horizon | 17:20 | |
| *** tinwood has quit IRC | 17:20 | |
| *** tinwood has joined #openstack-horizon | 17:20 | |
| *** logan- has joined #openstack-horizon | 17:21 | |
| *** fbouliane has joined #openstack-horizon | 17:23 | |
| *** rcernin has joined #openstack-horizon | 17:28 | |
| *** rcernin has quit IRC | 17:35 | |
| *** tinwood has quit IRC | 17:42 | |
| *** rdopiera has quit IRC | 17:42 | |
| *** tkajinam has quit IRC | 17:42 | |
| *** vishalmanchanda has quit IRC | 17:42 | |
| *** rodolof has quit IRC | 17:42 | |
| *** obre has quit IRC | 17:42 | |
| *** dtruong has quit IRC | 17:42 | |
| *** Anticimex has quit IRC | 17:42 | |
| *** lamt has quit IRC | 17:42 | |
| *** lbragstad has quit IRC | 17:42 | |
| *** ricolin has quit IRC | 17:42 | |
| *** adriant has quit IRC | 17:42 | |
| *** openstackgerrit has quit IRC | 17:42 | |
| *** spotz has quit IRC | 17:42 | |
| *** fbouliane has quit IRC | 17:42 | |
| *** tmazur has quit IRC | 17:42 | |
| *** gouthamr has quit IRC | 17:42 | |
| *** gmann has quit IRC | 17:42 | |
| *** portdirect has quit IRC | 17:42 | |
| *** rm_work has quit IRC | 17:42 | |
| *** obre has joined #openstack-horizon | 17:42 | |
| *** Anticimex has joined #openstack-horizon | 17:42 | |
| *** adriant has joined #openstack-horizon | 17:42 | |
| *** lbragstad has joined #openstack-horizon | 17:43 | |
| *** lbragstad has quit IRC | 17:43 | |
| *** rm_work has joined #openstack-horizon | 17:44 | |
| *** tmazur has joined #openstack-horizon | 17:44 | |
| *** tkajinam has joined #openstack-horizon | 17:44 | |
| *** rodolof has joined #openstack-horizon | 17:44 | |
| *** dtruong has joined #openstack-horizon | 17:44 | |
| *** fbouliane has joined #openstack-horizon | 17:44 | |
| *** tinwood has joined #openstack-horizon | 17:44 | |
| *** lbragstad has joined #openstack-horizon | 17:44 | |
| *** gmann has joined #openstack-horizon | 17:46 | |
| *** jhesketh has quit IRC | 17:52 | |
| *** jhesketh has joined #openstack-horizon | 17:52 | |
| *** johnsom has quit IRC | 17:57 | |
| *** NobodyCam has quit IRC | 17:57 | |
| *** CeeMac has quit IRC | 17:57 | |
| *** mnaser has quit IRC | 17:57 | |
| *** CeeMac has joined #openstack-horizon | 17:57 | |
| *** NobodyCam has joined #openstack-horizon | 17:57 | |
| *** mnaser has joined #openstack-horizon | 17:58 | |
| *** johnsom has joined #openstack-horizon | 17:58 | |
| *** jmccrory has quit IRC | 17:58 | |
| *** kevko has quit IRC | 17:58 | |
| *** iurygregory has quit IRC | 17:58 | |
| *** dasp_ has quit IRC | 17:58 | |
| *** rpittau|afk has quit IRC | 17:58 | |
| *** jrosser has quit IRC | 17:58 | |
| *** andrein has quit IRC | 17:58 | |
| *** fyx has quit IRC | 17:58 | |
| *** coreycb has quit IRC | 17:58 | |
| *** fungi has quit IRC | 17:58 | |
| *** andrein has joined #openstack-horizon | 17:58 | |
| *** dasp has joined #openstack-horizon | 17:58 | |
| *** rpittau|afk has joined #openstack-horizon | 17:58 | |
| *** jrosser has joined #openstack-horizon | 17:58 | |
| *** kevko has joined #openstack-horizon | 17:58 | |
| *** fyx has joined #openstack-horizon | 17:58 | |
| *** coreycb has joined #openstack-horizon | 17:58 | |
| *** jmccrory has joined #openstack-horizon | 17:58 | |
| *** fungi has joined #openstack-horizon | 17:59 | |
| *** openstack has joined #openstack-horizon | 18:05 | |
| *** ChanServ sets mode: +o openstack | 18:05 | |
| *** tkajinam has quit IRC | 18:06 | |
| *** gmann has quit IRC | 18:06 | |
| *** fnordahl has quit IRC | 18:06 | |
| *** f0o has quit IRC | 18:06 | |
| *** lxkong has quit IRC | 18:06 | |
| *** Jeffrey4l has quit IRC | 18:06 | |
| *** Jeffrey4l has joined #openstack-horizon | 18:06 | |
| *** tkajinam has joined #openstack-horizon | 18:06 | |
| *** gmann has joined #openstack-horizon | 18:06 | |
| *** lxkong has joined #openstack-horizon | 18:07 | |
| *** andrein has joined #openstack-horizon | 18:07 | |
| *** f0o has joined #openstack-horizon | 18:08 | |
| *** jrosser has joined #openstack-horizon | 18:08 | |
| *** mugsie has quit IRC | 18:16 | |
| *** e0ne has quit IRC | 18:16 | |
| *** hoonetorg has quit IRC | 18:16 | |
| *** benj_ has quit IRC | 18:16 | |
| *** priteau has quit IRC | 18:16 | |
| *** amotoki has quit IRC | 18:16 | |
| *** logan- has quit IRC | 18:16 | |
| *** kevko_ has quit IRC | 18:16 | |
| *** kmasterson has quit IRC | 18:16 | |
| *** tobberydberg has quit IRC | 18:16 | |
| *** jamesdenton has quit IRC | 18:16 | |
| *** rh-jelabarre has quit IRC | 18:16 | |
| *** tosky has quit IRC | 18:16 | |
| *** mgariepy has quit IRC | 18:16 | |
| *** irclogbot_2 has quit IRC | 18:16 | |
| *** jberg-dev has quit IRC | 18:16 | |
| *** ShadowJonathan has quit IRC | 18:16 | |
| *** vkmc has quit IRC | 18:16 | |
| *** vkmc has joined #openstack-horizon | 18:16 | |
| *** mugsie has joined #openstack-horizon | 18:16 | |
| *** kmasterson has joined #openstack-horizon | 18:16 | |
| *** kevko_ has joined #openstack-horizon | 18:17 | |
| *** amotoki has joined #openstack-horizon | 18:17 | |
| *** ChanServ sets mode: +v amotoki | 18:17 | |
| *** tosky has joined #openstack-horizon | 18:17 | |
| *** jamesdenton has joined #openstack-horizon | 18:17 | |
| *** benj_ has joined #openstack-horizon | 18:18 | |
| *** tobberydberg has joined #openstack-horizon | 18:18 | |
| *** logan- has joined #openstack-horizon | 18:18 | |
| *** iurygregory has joined #openstack-horizon | 18:20 | |
| *** irclogbot_3 has joined #openstack-horizon | 18:21 | |
| *** hoonetorg has joined #openstack-horizon | 18:35 | |
| *** hoonetorg has quit IRC | 18:44 | |
| *** kevko has quit IRC | 18:59 | |
| *** rcernin has joined #openstack-horizon | 19:32 | |
| *** rcernin has quit IRC | 19:36 | |
| *** kevko has joined #openstack-horizon | 19:39 | |
| *** zigo has joined #openstack-horizon | 20:04 | |
| *** kevko has quit IRC | 20:17 | |
| *** rcernin has joined #openstack-horizon | 20:30 | |
| *** priteau has joined #openstack-horizon | 20:37 | |
| *** rcernin has quit IRC | 20:47 | |
| *** rcernin has joined #openstack-horizon | 20:47 | |
| *** rcernin has quit IRC | 21:06 | |
| *** e0ne has joined #openstack-horizon | 21:47 | |
| *** ChanServ sets mode: +o e0ne | 21:47 | |
| *** e0ne has quit IRC | 21:47 | |
| *** jamesdenton has quit IRC | 21:48 | |
| *** jamesdenton has joined #openstack-horizon | 21:49 | |
| *** rcernin has joined #openstack-horizon | 21:50 | |
| *** rcernin has quit IRC | 21:55 | |
| *** rcernin has joined #openstack-horizon | 22:06 | |
| *** rcernin has quit IRC | 22:21 | |
| *** rcernin has joined #openstack-horizon | 22:31 | |
| *** rcernin has quit IRC | 22:32 | |
| *** rcernin has joined #openstack-horizon | 22:32 | |
| *** fnordahl has joined #openstack-horizon | 22:37 | |
| *** tmazur has quit IRC | 22:58 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!