*** tosky has quit IRC | 00:53 | |
*** portdirect has joined #openstack-horizon | 01:52 | |
portdirect | hey - just noticed that django is pinned to 2.2.19 in upper constraints: https://github.com/openstack/requirements/blob/master/upper-constraints.txt#L426 | 01:53 |
---|---|---|
portdirect | this means that the mysql backend is broken for py3 currently | 01:53 |
portdirect | unless you run a hack like: | 01:54 |
portdirect | SITE_PACKAGES_ROOT=$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") | 01:54 |
portdirect | sed -i "s/query.decode(errors='replace')/errors='replace'/g" ${SITE_PACKAGES_ROOT}/django/db/backends/mysql/operations.py | 01:54 |
portdirect | any thought to update this to django 3.x anytime? | 01:54 |
*** rcernin has quit IRC | 02:55 | |
*** rcernin has joined #openstack-horizon | 03:07 | |
amotoki | portdirect: at the moment, horizon does not work with django 3.x. Not only for horizon but also horizon depdencies like pyScss and django-pyscss need to support 3.x so it cannot be done right now. | 03:18 |
amotoki | portdirect: perhaps it would be a priority topic in Xena dev cycle (not for wallaby) | 03:19 |
portdirect | Ok thanks | 03:20 |
*** rcernin has quit IRC | 03:20 | |
amotoki | portdirect: it would be nice if you are interested in working on django 3.x support of course but it is the current plan ( we have no assignee on this right now) | 03:20 |
portdirect | What is the preferred session backend atm? | 03:20 |
portdirect | I don't have bandwidth, but may be able to locate somone | 03:21 |
amotoki | I think many deployments use memecache backend | 03:21 |
portdirect | Ok, I'll need to review | 03:22 |
portdirect | We moved to the db/cache for murano and some other dashboards that required it | 03:22 |
portdirect | Though our deployments are much simpler these days | 03:23 |
*** rcernin has joined #openstack-horizon | 03:25 | |
amotoki | I dont know that. What kind of requirements do such dashboards have for session storage? Do they assume persistent information in the session storage? | 03:27 |
*** lbragstad_ has joined #openstack-horizon | 03:41 | |
*** lbragstad has quit IRC | 03:43 | |
*** vishalmanchanda has joined #openstack-horizon | 04:24 | |
*** rcernin has quit IRC | 04:37 | |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: Add Volume backups support for admin panel https://review.opendev.org/c/openstack/horizon/+/772603 | 04:39 |
*** rcernin has joined #openstack-horizon | 05:03 | |
*** rcernin has quit IRC | 05:42 | |
*** rcernin has joined #openstack-horizon | 05:42 | |
portdirect | amotoki: https://docs.openstack.org/murano/latest/install/install-dashboard.html | 05:52 |
amotoki | portdirect: hmm.... looking at the link, it just looks like because they hit the limitation of the cookie session storage which has a limitation that the max size is 4096 bytes. | 05:56 |
amotoki | portdirect: https://docs.djangoproject.com/en/3.1/topics/http/sessions/#using-cookie-based-sessions | 05:56 |
amotoki | portdirect: I am not sure that db backend is required or not. I am not a developer of murano-dashbaord. | 05:56 |
*** benj_ has quit IRC | 06:48 | |
*** benj_ has joined #openstack-horizon | 06:52 | |
*** rcernin has quit IRC | 07:10 | |
*** rcernin has joined #openstack-horizon | 07:18 | |
*** e0ne has joined #openstack-horizon | 07:38 | |
*** ChanServ sets mode: +o e0ne | 07:38 | |
*** e0ne has quit IRC | 07:39 | |
*** BakaKuna has joined #openstack-horizon | 07:42 | |
*** rcernin has quit IRC | 07:51 | |
*** rcernin has joined #openstack-horizon | 07:52 | |
*** rcernin has quit IRC | 08:00 | |
*** rcernin has joined #openstack-horizon | 08:03 | |
*** rcernin has quit IRC | 08:09 | |
*** rcernin has joined #openstack-horizon | 08:10 | |
*** rcernin has quit IRC | 08:16 | |
*** rcernin has joined #openstack-horizon | 08:26 | |
*** rcernin has quit IRC | 08:32 | |
*** rpittau|afk is now known as rpittau | 08:34 | |
*** rcernin has joined #openstack-horizon | 08:36 | |
*** rcernin has quit IRC | 08:41 | |
*** tosky has joined #openstack-horizon | 08:43 | |
*** e0ne has joined #openstack-horizon | 09:05 | |
*** ChanServ sets mode: +o e0ne | 09:05 | |
*** e0ne has quit IRC | 09:10 | |
*** e0ne has joined #openstack-horizon | 10:11 | |
*** ChanServ sets mode: +o e0ne | 10:11 | |
*** rdopiera has joined #openstack-horizon | 10:33 | |
*** kevko has joined #openstack-horizon | 10:35 | |
*** jhesketh has quit IRC | 10:37 | |
*** kevko_ has joined #openstack-horizon | 10:37 | |
*** jhesketh has joined #openstack-horizon | 10:37 | |
*** kevko has quit IRC | 10:40 | |
*** rdopiera has quit IRC | 10:41 | |
*** tosky_ has joined #openstack-horizon | 10:53 | |
*** kevko_ has quit IRC | 10:53 | |
*** kevko has joined #openstack-horizon | 10:54 | |
*** tosky has quit IRC | 10:54 | |
*** tosky_ is now known as tosky | 10:54 | |
*** iurygregory_ has joined #openstack-horizon | 13:14 | |
*** iurygregory has quit IRC | 13:15 | |
*** lbragstad_ is now known as lbragstad | 13:16 | |
*** tosky has quit IRC | 13:18 | |
*** iurygregory_ is now known as iurygregory | 13:24 | |
*** tosky has joined #openstack-horizon | 13:24 | |
*** lbragstad has quit IRC | 13:35 | |
*** lbragstad has joined #openstack-horizon | 13:37 | |
*** xarlos has quit IRC | 13:48 | |
*** tosky has quit IRC | 14:29 | |
*** tosky has joined #openstack-horizon | 14:33 | |
*** tmazur has joined #openstack-horizon | 14:37 | |
*** tosky has quit IRC | 15:15 | |
*** tosky has joined #openstack-horizon | 15:15 | |
*** tosky_ has joined #openstack-horizon | 15:18 | |
*** tosky is now known as Guest43629 | 15:19 | |
*** tosky_ is now known as tosky | 15:19 | |
*** Guest43629 has quit IRC | 15:21 | |
*** dklyle has joined #openstack-horizon | 15:56 | |
*** vishalmanchanda has quit IRC | 16:34 | |
*** rpittau is now known as rpittau|afk | 17:49 | |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: Add Volume backups support for admin panel https://review.opendev.org/c/openstack/horizon/+/772603 | 18:14 |
*** ircuser-1 has joined #openstack-horizon | 18:17 | |
*** gyee has joined #openstack-horizon | 19:53 | |
*** kevko has quit IRC | 21:08 | |
*** rcernin has joined #openstack-horizon | 22:00 | |
*** rcernin has quit IRC | 22:01 | |
*** rcernin has joined #openstack-horizon | 22:01 | |
*** BakaKuna has quit IRC | 22:58 | |
*** e0ne has quit IRC | 23:20 | |
*** e0ne has joined #openstack-horizon | 23:24 | |
*** ChanServ sets mode: +o e0ne | 23:24 | |
*** e0ne has quit IRC | 23:24 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!