Activity log for bug #2039225

Date Who What changed Old value New value Message
2023-10-12 20:57:24 Corey Bryant bug added bug
2023-10-12 20:58:37 Corey Bryant bug task added charm-openstack-dashboard
2023-10-12 20:59:11 Corey Bryant description In 4.1 the django.core.cache.backends.memcached.MemcachedCache backend is removed. https://github.com/django/django/blob/main/docs/releases/4.1.txt#L749 In 4.1 the django.core.cache.backends.memcached.MemcachedCache backend is removed. https://github.com/django/django/blob/main/docs/releases/4.1.txt#L749 This results in the following error: InvalidCacheBackendError at / Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Request Method: GET Request URL: http://10.5.3.66/horizon/ Django Version: 4.2.4 Exception Type: InvalidCacheBackendError Exception Value: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Exception Location: /usr/lib/python3/dist-packages/django/core/cache/__init__.py, line 49, in create_connection Python Executable: /usr/bin/python3 Python Version: 3.11.6 Python Path: ['/usr/lib/python3/dist-packages', '/usr/lib/python311.zip', '/usr/lib/python3.11', '/usr/lib/python3.11/lib-dynload', '/usr/local/lib/python3.11/dist-packages', '/usr/lib/python3/dist-packages', '/usr/lib/python3/dist-packages/openstack_dashboard'] Server time: Thu, 12 Oct 2023 20:44:30 +0000
2023-10-12 20:59:29 Corey Bryant description In 4.1 the django.core.cache.backends.memcached.MemcachedCache backend is removed. https://github.com/django/django/blob/main/docs/releases/4.1.txt#L749 This results in the following error: InvalidCacheBackendError at / Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Request Method: GET Request URL: http://10.5.3.66/horizon/ Django Version: 4.2.4 Exception Type: InvalidCacheBackendError Exception Value: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Exception Location: /usr/lib/python3/dist-packages/django/core/cache/__init__.py, line 49, in create_connection Python Executable: /usr/bin/python3 Python Version: 3.11.6 Python Path: ['/usr/lib/python3/dist-packages', '/usr/lib/python311.zip', '/usr/lib/python3.11', '/usr/lib/python3.11/lib-dynload', '/usr/local/lib/python3.11/dist-packages', '/usr/lib/python3/dist-packages', '/usr/lib/python3/dist-packages/openstack_dashboard'] Server time: Thu, 12 Oct 2023 20:44:30 +0000 In 4.1 the django.core.cache.backends.memcached.MemcachedCache backend is removed. https://github.com/django/django/blob/main/docs/releases/4.1.txt#L749 This results in the following error on Ubuntu Mantic: InvalidCacheBackendError at / Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Request Method: GET Request URL: http://10.5.3.66/horizon/ Django Version: 4.2.4 Exception Type: InvalidCacheBackendError Exception Value: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Exception Location: /usr/lib/python3/dist-packages/django/core/cache/__init__.py, line 49, in create_connection Python Executable: /usr/bin/python3 Python Version: 3.11.6 Python Path: ['/usr/lib/python3/dist-packages',  '/usr/lib/python311.zip',  '/usr/lib/python3.11',  '/usr/lib/python3.11/lib-dynload',  '/usr/local/lib/python3.11/dist-packages',  '/usr/lib/python3/dist-packages',  '/usr/lib/python3/dist-packages/openstack_dashboard'] Server time: Thu, 12 Oct 2023 20:44:30 +0000
2023-10-12 21:09:54 Corey Bryant bug task added horizon (Ubuntu)
2023-10-12 21:10:06 Corey Bryant nominated for series Ubuntu Mantic
2023-10-12 21:10:06 Corey Bryant bug task added horizon (Ubuntu Mantic)
2023-10-12 21:10:17 Corey Bryant bug task added cloud-archive
2023-10-12 21:10:26 Corey Bryant nominated for series cloud-archive/bobcat
2023-10-12 21:10:26 Corey Bryant bug task added cloud-archive/bobcat
2023-10-12 21:25:16 Corey Bryant description In 4.1 the django.core.cache.backends.memcached.MemcachedCache backend is removed. https://github.com/django/django/blob/main/docs/releases/4.1.txt#L749 This results in the following error on Ubuntu Mantic: InvalidCacheBackendError at / Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Request Method: GET Request URL: http://10.5.3.66/horizon/ Django Version: 4.2.4 Exception Type: InvalidCacheBackendError Exception Value: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Exception Location: /usr/lib/python3/dist-packages/django/core/cache/__init__.py, line 49, in create_connection Python Executable: /usr/bin/python3 Python Version: 3.11.6 Python Path: ['/usr/lib/python3/dist-packages',  '/usr/lib/python311.zip',  '/usr/lib/python3.11',  '/usr/lib/python3.11/lib-dynload',  '/usr/local/lib/python3.11/dist-packages',  '/usr/lib/python3/dist-packages',  '/usr/lib/python3/dist-packages/openstack_dashboard'] Server time: Thu, 12 Oct 2023 20:44:30 +0000 In 4.1 the django.core.cache.backends.memcached.MemcachedCache backend is removed. https://github.com/django/django/blob/main/docs/releases/4.1.txt#L749 It's been deprecated since 3.2: https://docs.djangoproject.com/en/4.2/releases/3.2/#features-deprecated-in-3-2 "The django.core.cache.backends.memcached.MemcachedCache backend is deprecated as python-memcached has some problems and seems to be unmaintained. Use django.core.cache.backends.memcached.PyMemcacheCache or django.core.cache.backends.memcached.PyLibMCCache instead." This results in the following error on Ubuntu Mantic: InvalidCacheBackendError at / Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Request Method: GET Request URL: http://10.5.3.66/horizon/ Django Version: 4.2.4 Exception Type: InvalidCacheBackendError Exception Value: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Exception Location: /usr/lib/python3/dist-packages/django/core/cache/__init__.py, line 49, in create_connection Python Executable: /usr/bin/python3 Python Version: 3.11.6 Python Path: ['/usr/lib/python3/dist-packages',  '/usr/lib/python311.zip',  '/usr/lib/python3.11',  '/usr/lib/python3.11/lib-dynload',  '/usr/local/lib/python3.11/dist-packages',  '/usr/lib/python3/dist-packages',  '/usr/lib/python3/dist-packages/openstack_dashboard'] Server time: Thu, 12 Oct 2023 20:44:30 +0000
2023-10-13 18:48:17 Corey Bryant horizon (Ubuntu Mantic): status New Triaged
2023-10-13 18:48:19 Corey Bryant horizon (Ubuntu Mantic): importance Undecided High
2023-10-13 18:48:21 Corey Bryant cloud-archive/bobcat: status New Triaged
2023-10-13 18:48:23 Corey Bryant cloud-archive/bobcat: importance Undecided High
2023-10-13 18:52:37 Corey Bryant charm-openstack-dashboard: status New Triaged
2023-10-13 18:52:41 Corey Bryant charm-openstack-dashboard: importance Undecided High
2023-10-13 19:03:15 OpenStack Infra charm-openstack-dashboard: status Triaged In Progress
2023-10-17 15:07:41 OpenStack Infra horizon: status New In Progress
2023-10-26 18:50:53 Corey Bryant bug added subscriber Ubuntu Stable Release Updates Team
2023-10-28 04:34:16 Launchpad Janitor horizon (Ubuntu): status Triaged Fix Released
2023-11-05 01:53:53 Steve Langasek horizon (Ubuntu Mantic): status Triaged Fix Committed
2023-11-05 01:53:56 Steve Langasek bug added subscriber SRU Verification
2023-11-05 01:53:59 Steve Langasek tags verification-needed verification-needed-mantic
2023-11-07 13:30:00 Corey Bryant cloud-archive/bobcat: status Triaged Fix Committed
2023-11-07 13:30:03 Corey Bryant tags verification-needed verification-needed-mantic verification-bobcat-needed verification-needed verification-needed-mantic
2023-11-07 16:10:31 Corey Bryant description In 4.1 the django.core.cache.backends.memcached.MemcachedCache backend is removed. https://github.com/django/django/blob/main/docs/releases/4.1.txt#L749 It's been deprecated since 3.2: https://docs.djangoproject.com/en/4.2/releases/3.2/#features-deprecated-in-3-2 "The django.core.cache.backends.memcached.MemcachedCache backend is deprecated as python-memcached has some problems and seems to be unmaintained. Use django.core.cache.backends.memcached.PyMemcacheCache or django.core.cache.backends.memcached.PyLibMCCache instead." This results in the following error on Ubuntu Mantic: InvalidCacheBackendError at / Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Request Method: GET Request URL: http://10.5.3.66/horizon/ Django Version: 4.2.4 Exception Type: InvalidCacheBackendError Exception Value: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Exception Location: /usr/lib/python3/dist-packages/django/core/cache/__init__.py, line 49, in create_connection Python Executable: /usr/bin/python3 Python Version: 3.11.6 Python Path: ['/usr/lib/python3/dist-packages',  '/usr/lib/python311.zip',  '/usr/lib/python3.11',  '/usr/lib/python3.11/lib-dynload',  '/usr/local/lib/python3.11/dist-packages',  '/usr/lib/python3/dist-packages',  '/usr/lib/python3/dist-packages/openstack_dashboard'] Server time: Thu, 12 Oct 2023 20:44:30 +0000 [Description] In 4.1 the django.core.cache.backends.memcached.MemcachedCache backend is removed. https://github.com/django/django/blob/main/docs/releases/4.1.txt#L749 It's been deprecated since 3.2: https://docs.djangoproject.com/en/4.2/releases/3.2/#features-deprecated-in-3-2 "The django.core.cache.backends.memcached.MemcachedCache backend is deprecated as python-memcached has some problems and seems to be unmaintained. Use django.core.cache.backends.memcached.PyMemcacheCache or django.core.cache.backends.memcached.PyLibMCCache instead." This results in the following error on Ubuntu Mantic: InvalidCacheBackendError at / Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Request Method: GET Request URL: http://10.5.3.66/horizon/ Django Version: 4.2.4 Exception Type: InvalidCacheBackendError Exception Value: Could not find backend 'django.core.cache.backends.memcached.MemcachedCache': Module "django.core.cache.backends.memcached" does not define a "MemcachedCache" attribute/class Exception Location: /usr/lib/python3/dist-packages/django/core/cache/__init__.py, line 49, in create_connection Python Executable: /usr/bin/python3 Python Version: 3.11.6 Python Path: ['/usr/lib/python3/dist-packages',  '/usr/lib/python311.zip',  '/usr/lib/python3.11',  '/usr/lib/python3.11/lib-dynload',  '/usr/local/lib/python3.11/dist-packages',  '/usr/lib/python3/dist-packages',  '/usr/lib/python3/dist-packages/openstack_dashboard'] Server time: Thu, 12 Oct 2023 20:44:30 +0000 [Test Case] Deploy openstack with the openstack-dashboard (horizon) on Ubuntu mantic. Ensure the dashboard is functional and no errors in /var/log/apache/error.log. [Regression Potential] This fix is inline with the upstream. Currently the dashboard is not functional without this fix.
2023-11-07 19:02:37 Corey Bryant attachment added Screenshot from 2023-11-07 12-35-30.png https://bugs.launchpad.net/cloud-archive/+bug/2039225/+attachment/5717025/+files/Screenshot%20from%202023-11-07%2012-35-30.png
2023-11-07 19:02:50 Corey Bryant attachment added Screenshot from 2023-11-07 13-58-08.png https://bugs.launchpad.net/cloud-archive/+bug/2039225/+attachment/5717026/+files/Screenshot%20from%202023-11-07%2013-58-08.png
2023-11-07 19:04:45 Corey Bryant tags verification-bobcat-needed verification-needed verification-needed-mantic verification-bobcat-needed verification-done verification-done-mantic
2023-11-08 16:54:08 Corey Bryant attachment added Screenshot from 2023-11-08 11-52-15.png https://bugs.launchpad.net/cloud-archive/+bug/2039225/+attachment/5717256/+files/Screenshot%20from%202023-11-08%2011-52-15.png
2023-11-08 16:54:36 Corey Bryant attachment added Screenshot from 2023-11-08 11-53-40.png https://bugs.launchpad.net/cloud-archive/+bug/2039225/+attachment/5717257/+files/Screenshot%20from%202023-11-08%2011-53-40.png
2023-11-08 16:55:31 Corey Bryant tags verification-bobcat-needed verification-done verification-done-mantic verification-bobcat-done verification-done verification-done-mantic
2023-11-15 17:17:07 OpenStack Infra horizon: status In Progress Fix Released
2023-11-20 17:22:36 Timo Aaltonen removed subscriber Ubuntu Stable Release Updates Team
2023-11-20 17:27:07 Launchpad Janitor horizon (Ubuntu Mantic): status Fix Committed Fix Released
2023-11-20 20:28:41 Corey Bryant cloud-archive: status Triaged Fix Released
2023-11-20 20:28:44 Corey Bryant cloud-archive/bobcat: status Fix Committed Fix Released
2023-11-21 12:24:52 OpenStack Infra charm-openstack-dashboard: status In Progress Fix Committed