*** rcernin has quit IRC | 03:32 | |
*** rcernin has joined #openstack-horizon | 03:42 | |
*** rcernin has quit IRC | 03:42 | |
*** rcernin has joined #openstack-horizon | 03:42 | |
*** kevko has joined #openstack-horizon | 05:00 | |
*** jhesketh has quit IRC | 06:28 | |
*** vishalmanchanda has joined #openstack-horizon | 06:34 | |
*** dklyle has quit IRC | 06:58 | |
*** rpittau|afk is now known as rpittau | 07:05 | |
*** e0ne has joined #openstack-horizon | 07:12 | |
*** ChanServ sets mode: +o e0ne | 07:12 | |
*** gyee has quit IRC | 07:13 | |
*** rcernin has quit IRC | 07:34 | |
*** tosky has joined #openstack-horizon | 07:48 | |
zigo | Hi there. I'm looking for help fixing https://bugs.debian.org/987904 | 08:11 |
---|---|---|
openstack | Debian bug 987904 in openstack-dashboard "openstack-dashboard: fails to (re-)configure after a plugin was removed but not purged" [Serious,Open] | 08:11 |
zigo | This clearly is a design problem in the Horizon plugin packaging in Debian, however, at this point in time in the release cycle of Debian, I believe it's too late to get a proper fix done. | 08:12 |
zigo | I wonder if it is possible to get the kind of patch Andrea is proposing at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987904#17 | 08:13 |
zigo | but without having to patch Django itself... | 08:13 |
openstack | Debian bug 987904 in openstack-dashboard "openstack-dashboard: fails to (re-)configure after a plugin was removed but not purged" [Serious,Open] | 08:13 |
*** e0ne has quit IRC | 08:15 | |
*** rcernin has joined #openstack-horizon | 08:16 | |
vishalmanchanda | zigo: hi, is it need to fixed in horizon-plugins? | 08:21 |
zigo | vishalmanchanda: I'd like horizon to be able to gracefully continue the collecstatic job if there's some plugin files in the enable folder, but the plugin is actually removed. | 08:22 |
*** rcernin has quit IRC | 08:22 | |
zigo | The issue is that we've put the enable files in /etc, and they aren't removed when the plugins are removed (only when the plugin package is purged). | 08:23 |
vishalmanchanda | zigo: also the above issue occurs only in Debian Distributions only? | 08:23 |
zigo | Right. | 08:23 |
zigo | Because of a design mistake. | 08:23 |
vishalmanchanda | Unfortunately I have no experience on using Debian! | 08:24 |
zigo | We shouldn't have put the enable files in /etc/openstack-dashboard/enable, but leave them where they should be (ie: in /usr), because like we are now, they are CONFFILE and then not removed during package removal. | 08:24 |
zigo | Moving everything to /usr at this point, will be too much work and the Debian release team will hate me ... | 08:24 |
zigo | So, I'm looking for a workaround... | 08:24 |
vishalmanchanda | You mean these files https://github.com/openstack/cloudkitty-dashboard/tree/master/cloudkittydashboard/enabled | 08:25 |
vishalmanchanda | So isn't is need to be fixed in the deployment? | 08:28 |
vishalmanchanda | honestly I have no clue here! | 08:29 |
*** rcernin has joined #openstack-horizon | 08:32 | |
vishalmanchanda | If we add exception handling here https://github.com/openstack/horizon/blob/master/openstack_dashboard/utils/settings.py#L159 fixes the issue? | 08:33 |
*** rcernin has quit IRC | 08:37 | |
zigo | vishalmanchanda: Yeah, that's part of the proposed fix at https://bugs.debian.org/987904 | 08:40 |
openstack | Debian bug 987904 in openstack-dashboard "openstack-dashboard: fails to (re-)configure after a plugin was removed but not purged" [Serious,Open] | 08:40 |
zigo | vishalmanchanda: Though it continues failing later on, and I cannot just patch Django itself ... | 08:40 |
vishalmanchanda | zigo: above issue happens only in case of few plugins or for all plugins? | 08:43 |
zigo | vishalmanchanda: I'm not sure, but likely for all (or most). | 08:43 |
zigo | Which is part of the issue: at this time, it's going to be difficult to fix 20 packages, so close to the Bullseye release... | 08:45 |
vishalmanchanda | zigo: Is there any way I can reproduce above issue in a test patch in gerrit and then I can atleast try how to fix it? | 08:52 |
zigo | vishalmanchanda: Maybe with a patch that adds a non-existent plugin in the enable folder would do? | 08:53 |
*** jhesketh has joined #openstack-horizon | 09:01 | |
*** rcernin has joined #openstack-horizon | 09:06 | |
*** rcernin has quit IRC | 09:11 | |
*** boxiang_ has quit IRC | 09:11 | |
*** rdopiera has joined #openstack-horizon | 09:37 | |
*** kevko has quit IRC | 10:49 | |
*** kevko has joined #openstack-horizon | 11:15 | |
*** rcernin has joined #openstack-horizon | 11:29 | |
*** rcernin has quit IRC | 11:34 | |
*** rcernin has joined #openstack-horizon | 11:50 | |
*** rcernin has quit IRC | 11:55 | |
*** eliadcohen has quit IRC | 12:28 | |
*** eliadcohen has joined #openstack-horizon | 12:34 | |
eliadcohen | k | 12:35 |
eliadcohen | gm! | 12:35 |
*** e0ne has joined #openstack-horizon | 13:09 | |
*** ChanServ sets mode: +o e0ne | 13:09 | |
*** kevko has quit IRC | 13:19 | |
*** kevko has joined #openstack-horizon | 13:21 | |
*** rcernin has joined #openstack-horizon | 14:08 | |
*** kevko has quit IRC | 14:09 | |
*** rcernin has quit IRC | 14:13 | |
*** rcernin has joined #openstack-horizon | 14:25 | |
*** rpittau is now known as rpittau|afk | 14:29 | |
*** rcernin has quit IRC | 14:30 | |
*** dklyle has joined #openstack-horizon | 14:35 | |
*** openstackgerrit has joined #openstack-horizon | 14:38 | |
openstackgerrit | Heather Lemon proposed openstack/horizon master: bug/1859851-only delete instance and show table https://review.opendev.org/c/openstack/horizon/+/788585 | 14:38 |
*** kevko has joined #openstack-horizon | 14:41 | |
*** rcernin has joined #openstack-horizon | 14:41 | |
*** rcernin has quit IRC | 14:46 | |
*** e0ne has quit IRC | 14:56 | |
andrewbogott | amotoki: could you comment on https://review.opendev.org/c/openstack/designate-dashboard/+/790140? A reviewer is questioning the presence of default policy files in git and I don't know enough to properly refute or agree :) | 15:11 |
andrewbogott | thanks! | 15:11 |
*** gyee has joined #openstack-horizon | 15:56 | |
*** rdopiera has quit IRC | 16:09 | |
*** rcernin has joined #openstack-horizon | 16:42 | |
*** rcernin has quit IRC | 16:47 | |
*** vishalmanchanda has quit IRC | 17:23 | |
*** e0ne has joined #openstack-horizon | 17:28 | |
*** ChanServ sets mode: +o e0ne | 17:28 | |
*** kevko has quit IRC | 17:41 | |
*** kevko has joined #openstack-horizon | 18:08 | |
*** kevko has quit IRC | 18:27 | |
*** lxkong has quit IRC | 18:32 | |
*** lxkong has joined #openstack-horizon | 18:35 | |
*** vishalmanchanda has joined #openstack-horizon | 18:38 | |
*** rcernin has joined #openstack-horizon | 18:43 | |
*** rcernin has quit IRC | 18:48 | |
openstackgerrit | Vishal Manchanda proposed openstack/xstatic-angular master: [WIP] Update XStatic-Angular to 1.8.2 https://review.opendev.org/c/openstack/xstatic-angular/+/790293 | 18:48 |
*** tmazur has joined #openstack-horizon | 19:13 | |
*** vishalmanchanda has quit IRC | 20:58 | |
*** rcernin has joined #openstack-horizon | 21:37 | |
*** rcernin has quit IRC | 21:42 | |
*** rcernin has joined #openstack-horizon | 22:05 | |
*** tmazur has quit IRC | 22:09 | |
*** e0ne has quit IRC | 22:10 | |
*** rcernin has quit IRC | 22:26 | |
*** kevko has joined #openstack-horizon | 23:04 | |
*** tosky has quit IRC | 23:08 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!