Seems ok when just upgrading the py2 package from queens->rocky manually with:
$ sudo add-apt-repository cloud-archive:queens $ sudo apt update $ sudo apt install openstack-dashboard $ ls -al /usr/share/openstack-dashboard/ $ ls -al /usr/share/openstack-dashboard/openstack_dashboard/ $ sudo add-apt-repository cloud-archive:rocky $ sudo apt update $ sudo apt dist-upgrade --yes $ ls -al /usr/share/openstack-dashboard/openstack_dashboard lrwxrwxrwx 1 root root 37 Feb 14 19:26 /usr/share/openstack-dashboard/openstack_dashboard -> /etc/alternatives/openstack_dashboard $ ls -al /usr/share/openstack-dashboard/openstack_dashboard/ total 109 drwxr-xr-x 19 root root 41 Feb 14 19:26 . drwxr-xr-x 252 root root 328 Feb 14 19:26 .. -rw-r--r-- 1 root root 204 Oct 22 13:46 .eslintrc -rw-r--r-- 1 root root 0 Oct 22 13:46 __init__.py -rw-r--r-- 1 root root 151 Feb 14 19:26 __init__.pyc drwxr-xr-x 3 root root 23 Feb 14 19:26 api drwxr-xr-x 4 root root 9 Feb 14 19:26 conf -rw-r--r-- 1 root root 4469 Oct 22 13:46 context_processors.py -rw-r--r-- 1 root root 3393 Feb 14 19:26 context_processors.pyc drwxr-xr-x 3 root root 5 Feb 14 19:26 contrib drwxr-xr-x 6 root root 8 Feb 14 19:26 dashboards drwxr-xr-x 2 root root 4 Feb 14 19:26 django_pyscss_fix drwxr-xr-x 2 root root 125 Feb 14 19:26 enabled -rw-r--r-- 1 root root 2084 Oct 22 13:46 exceptions.py -rw-r--r-- 1 root root 929 Feb 14 19:26 exceptions.pyc -rw-r--r-- 1 root root 1063 Oct 22 13:46 hooks.py -rw-r--r-- 1 root root 560 Feb 14 19:26 hooks.pyc -rw-r--r-- 1 root root 6794 Oct 22 13:46 karma.conf.js drwxr-xr-x 4 root root 9 Feb 14 19:26 local drwxr-xr-x 36 root root 36 Feb 14 19:25 locale drwxr-xr-x 3 root root 5 Feb 14 19:26 management -rw-r--r-- 1 root root 2171 Oct 22 13:46 policy.py -rw-r--r-- 1 root root 2042 Feb 14 19:26 policy.pyc -rw-r--r-- 1 root root 15713 Dec 5 16:45 settings.py -rw-r--r-- 1 root root 13428 Feb 14 19:26 settings.pyc drwxr-xr-x 5 root root 5 Feb 14 19:25 static drwxr-xr-x 7 root root 17 Feb 14 19:26 templates drwxr-xr-x 2 root root 8 Feb 14 19:26 templatetags drwxr-xr-x 10 root root 22 Feb 14 19:26 test -rw-r--r-- 1 root root 2504 Oct 22 13:46 theme_settings.py -rw-r--r-- 1 root root 1446 Feb 14 19:26 theme_settings.pyc drwxr-xr-x 5 root root 5 Feb 14 19:25 themes -rw-r--r-- 1 root root 2357 Oct 22 13:46 urls.py -rw-r--r-- 1 root root 1646 Feb 14 19:26 urls.pyc drwxr-xr-x 2 root root 12 Feb 14 19:26 usage drwxr-xr-x 2 root root 16 Feb 14 19:26 utils -rw-r--r-- 1 root root 4195 Oct 22 13:46 views.py -rw-r--r-- 1 root root 4150 Feb 14 19:26 views.pyc drwxr-xr-x 2 root root 3 Feb 14 19:26 wsgi -rw-r--r-- 1 root root 976 Oct 22 13:46 wsgi.py -rw-r--r-- 1 root root 657 Feb 14 19:26 wsgi.pyc -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815948 Title: Upgrade from rocky python2->python3 packages breaks openstack_dashboard alternative To manage notifications about this bug go to: https://bugs.launchpad.net/charm-openstack-dashboard/+bug/1815948/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
