Activity log for bug #1979663

Date Who What changed Old value New value Message
2022-06-23 14:45:35 Narinder Gupta bug added bug
2022-06-23 15:24:46 Narinder Gupta attachment added Screen Shot 2022-06-23 at 10.13.52 AM.png https://bugs.launchpad.net/charm-magnum/+bug/1979663/+attachment/5599276/+files/Screen%20Shot%202022-06-23%20at%2010.13.52%20AM.png
2022-06-23 15:24:59 Narinder Gupta attachment added Screen Shot 2022-06-23 at 10.09.54 AM.png https://bugs.launchpad.net/charm-magnum/+bug/1979663/+attachment/5599277/+files/Screen%20Shot%202022-06-23%20at%2010.09.54%20AM.png
2022-06-23 15:55:50 Narinder Gupta bug added subscriber Canonical Field High
2022-06-24 17:37:25 Billy Olsen charm-magnum: assignee Felipe Reyes (freyes)
2022-06-24 20:58:36 Felipe Reyes bug task added python-magnumclient (Ubuntu)
2022-06-24 20:58:49 Felipe Reyes nominated for series Ubuntu Focal
2022-06-24 20:58:49 Felipe Reyes bug task added python-magnumclient (Ubuntu Focal)
2022-06-24 20:59:02 Felipe Reyes python-magnumclient (Ubuntu): status New Invalid
2022-06-24 21:16:55 Felipe Reyes attachment added lp1979663_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/python-magnumclient/+bug/1979663/+attachment/5599616/+files/lp1979663_focal.debdiff
2022-06-24 21:32:37 Felipe Reyes description Magnum with focal/Ussuri it seems magnum UI does not display any cluster or cluster in the magnum planner. When i click on template or cluster not seeing any information regarding cluster and template. [Impact] When Horizon is deployed with the magnum-ui extension (using focal-proposed due to bug 1814890 ) and trying to list the clusters and cluster templates the asynchronous request will fail, when checking the logs the following stacktrace is printed: [Fri Jun 24 15:36:10.064957 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] WARNING:magnumclient.common.httpclient:Request returned failure status. [Fri Jun 24 15:36:10.066324 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] error invoking apiclient [Fri Jun 24 15:36:10.066347 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] Traceback (most recent call last): [Fri Jun 24 15:36:10.066353 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/openstack_dashboard/api/rest/utils.py", line 128, in _wrap ped [Fri Jun 24 15:36:10.066357 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] data = function(self, request, *args, **kw) [Fri Jun 24 15:36:10.066362 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnum_ui/api/rest/magnum.py", line 71, in get [Fri Jun 24 15:36:10.066366 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] result = magnum.cluster_template_list(request) [Fri Jun 24 15:36:10.066370 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnum_ui/api/magnum.py", line 155, in cluster_template_li st [Fri Jun 24 15:36:10.066375 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] return magnumclient(request).cluster_templates.list( [Fri Jun 24 15:36:10.066379 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/v1/basemodels.py", line 92, in list [Fri Jun 24 15:36:10.066382 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] return self._list(self._path(path), self.__class__.api_name) [Fri Jun 24 15:36:10.066386 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/base.py", line 121, in _list [Fri Jun 24 15:36:10.066390 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] resp, body = self.api.json_request('GET', url) [Fri Jun 24 15:36:10.066406 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 233, in json_requ est [Fri Jun 24 15:36:10.066410 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] resp, body_iter = self._http_request(url, method, **kwargs) [Fri Jun 24 15:36:10.066414 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 213, in _http_req uest [Fri Jun 24 15:36:10.066418 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] error_json = _extract_error_json(body_str, resp) [Fri Jun 24 15:36:10.066422 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 66, in _extract_e rror_json [Fri Jun 24 15:36:10.066426 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] body_json = resp.json() [Fri Jun 24 15:36:10.066430 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] AttributeError: 'HTTPResponse' object has no attribute 'json' [Fri Jun 24 15:36:10.068538 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] Internal Server Error: /horizon/api/container_infra/cluster_templates/ [Test Plan] 1) deploy a focal-ussuri cloud that contains magnum and magnum-dashboard, this is a juju bundle that can be used as a reference https://paste.ubuntu.com/p/PYPSk2WfMW/ 2) Login to Horizon. 3) Navigate to "Container Infra" > "Clusters" and "Cluster Templates". Expected result: an empty table appears with no errors. Actual result: a notification appears indicating that the objects couldn't be listed as seen in the attached screenshot. [Where problems could occur] The patch associated with this bug fix is in the extraction of error messages coming as a response to a issued request, so problems would appear as in not being able to read those error messages. [Other Info] This change is already available in Impish, python-magnumclient 3.5.0 $ git tag --contains f7551a6bac103070ff456098fe2631409620d492 3.5.0 3.6.0 $ rmadison python-magnumclient | grep impish python-magnumclient | 3.5.0-0ubuntu2 | impish | source [Original description] Magnum with focal/Ussuri it seems magnum UI does not display any cluster or cluster in the magnum planner. When i click on template or cluster not seeing any information regarding cluster and template.
2022-06-24 21:32:44 Felipe Reyes charm-magnum: status New Invalid
2022-06-24 21:32:56 Felipe Reyes python-magnumclient (Ubuntu Focal): assignee Felipe Reyes (freyes)
2022-06-24 21:33:48 Felipe Reyes bug added subscriber Corey Bryant
2022-06-27 14:39:05 Narinder Gupta attachment added Screen Shot 2022-06-27 at 09.13.52 AM.png https://bugs.launchpad.net/ubuntu/focal/+source/python-magnumclient/+bug/1979663/+attachment/5600011/+files/Screen%20Shot%202022-06-27%20at%2009.13.52%20AM.png
2022-07-26 18:41:17 Felipe Reyes bug task added cloud-archive
2022-07-26 18:42:41 Felipe Reyes nominated for series cloud-archive/wallaby
2022-07-26 18:42:41 Felipe Reyes bug task added cloud-archive/wallaby
2022-07-26 18:42:41 Felipe Reyes nominated for series cloud-archive/victoria
2022-07-26 18:42:41 Felipe Reyes bug task added cloud-archive/victoria
2022-07-26 18:42:41 Felipe Reyes nominated for series cloud-archive/ussuri
2022-07-26 18:42:41 Felipe Reyes bug task added cloud-archive/ussuri
2022-07-26 18:42:51 Felipe Reyes cloud-archive: status New Invalid
2022-07-26 18:44:55 Corey Bryant python-magnumclient (Ubuntu Focal): status New Triaged
2022-07-26 18:44:57 Corey Bryant cloud-archive/wallaby: status New Triaged
2022-07-26 18:45:00 Corey Bryant cloud-archive/victoria: status New Triaged
2022-07-26 18:45:02 Corey Bryant cloud-archive/ussuri: status New Triaged
2022-07-26 18:45:04 Corey Bryant python-magnumclient (Ubuntu Focal): importance Undecided High
2022-07-26 18:45:06 Corey Bryant cloud-archive/wallaby: importance Undecided High
2022-07-26 18:45:08 Corey Bryant cloud-archive/ussuri: importance Undecided High
2022-07-26 18:45:09 Corey Bryant cloud-archive/victoria: importance Undecided High
2022-07-26 19:09:49 Corey Bryant bug added subscriber Ubuntu Stable Release Updates Team
2022-07-26 19:12:08 Corey Bryant description [Impact] When Horizon is deployed with the magnum-ui extension (using focal-proposed due to bug 1814890 ) and trying to list the clusters and cluster templates the asynchronous request will fail, when checking the logs the following stacktrace is printed: [Fri Jun 24 15:36:10.064957 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] WARNING:magnumclient.common.httpclient:Request returned failure status. [Fri Jun 24 15:36:10.066324 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] error invoking apiclient [Fri Jun 24 15:36:10.066347 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] Traceback (most recent call last): [Fri Jun 24 15:36:10.066353 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/openstack_dashboard/api/rest/utils.py", line 128, in _wrap ped [Fri Jun 24 15:36:10.066357 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] data = function(self, request, *args, **kw) [Fri Jun 24 15:36:10.066362 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnum_ui/api/rest/magnum.py", line 71, in get [Fri Jun 24 15:36:10.066366 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] result = magnum.cluster_template_list(request) [Fri Jun 24 15:36:10.066370 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnum_ui/api/magnum.py", line 155, in cluster_template_li st [Fri Jun 24 15:36:10.066375 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] return magnumclient(request).cluster_templates.list( [Fri Jun 24 15:36:10.066379 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/v1/basemodels.py", line 92, in list [Fri Jun 24 15:36:10.066382 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] return self._list(self._path(path), self.__class__.api_name) [Fri Jun 24 15:36:10.066386 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/base.py", line 121, in _list [Fri Jun 24 15:36:10.066390 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] resp, body = self.api.json_request('GET', url) [Fri Jun 24 15:36:10.066406 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 233, in json_requ est [Fri Jun 24 15:36:10.066410 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] resp, body_iter = self._http_request(url, method, **kwargs) [Fri Jun 24 15:36:10.066414 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 213, in _http_req uest [Fri Jun 24 15:36:10.066418 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] error_json = _extract_error_json(body_str, resp) [Fri Jun 24 15:36:10.066422 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 66, in _extract_e rror_json [Fri Jun 24 15:36:10.066426 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] body_json = resp.json() [Fri Jun 24 15:36:10.066430 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] AttributeError: 'HTTPResponse' object has no attribute 'json' [Fri Jun 24 15:36:10.068538 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] Internal Server Error: /horizon/api/container_infra/cluster_templates/ [Test Plan] 1) deploy a focal-ussuri cloud that contains magnum and magnum-dashboard, this is a juju bundle that can be used as a reference https://paste.ubuntu.com/p/PYPSk2WfMW/ 2) Login to Horizon. 3) Navigate to "Container Infra" > "Clusters" and "Cluster Templates". Expected result: an empty table appears with no errors. Actual result: a notification appears indicating that the objects couldn't be listed as seen in the attached screenshot. [Where problems could occur] The patch associated with this bug fix is in the extraction of error messages coming as a response to a issued request, so problems would appear as in not being able to read those error messages. [Other Info] This change is already available in Impish, python-magnumclient 3.5.0 $ git tag --contains f7551a6bac103070ff456098fe2631409620d492 3.5.0 3.6.0 $ rmadison python-magnumclient | grep impish python-magnumclient | 3.5.0-0ubuntu2 | impish | source [Original description] Magnum with focal/Ussuri it seems magnum UI does not display any cluster or cluster in the magnum planner. When i click on template or cluster not seeing any information regarding cluster and template. [Impact] When Horizon is deployed with the magnum-ui extension (using focal-proposed due to bug 1814890 ) and trying to list the clusters and cluster templates the asynchronous request will fail, when checking the logs the following stacktrace is printed: [Fri Jun 24 15:36:10.064957 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] WARNING:magnumclient.common.httpclient:Request returned failure status. [Fri Jun 24 15:36:10.066324 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] error invoking apiclient [Fri Jun 24 15:36:10.066347 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] Traceback (most recent call last): [Fri Jun 24 15:36:10.066353 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/openstack_dashboard/api/rest/utils.py", line 128, in _wrap ped [Fri Jun 24 15:36:10.066357 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] data = function(self, request, *args, **kw) [Fri Jun 24 15:36:10.066362 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnum_ui/api/rest/magnum.py", line 71, in get [Fri Jun 24 15:36:10.066366 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] result = magnum.cluster_template_list(request) [Fri Jun 24 15:36:10.066370 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnum_ui/api/magnum.py", line 155, in cluster_template_li st [Fri Jun 24 15:36:10.066375 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] return magnumclient(request).cluster_templates.list( [Fri Jun 24 15:36:10.066379 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/v1/basemodels.py", line 92, in list [Fri Jun 24 15:36:10.066382 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] return self._list(self._path(path), self.__class__.api_name) [Fri Jun 24 15:36:10.066386 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/base.py", line 121, in _list [Fri Jun 24 15:36:10.066390 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] resp, body = self.api.json_request('GET', url) [Fri Jun 24 15:36:10.066406 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 233, in json_requ est [Fri Jun 24 15:36:10.066410 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] resp, body_iter = self._http_request(url, method, **kwargs) [Fri Jun 24 15:36:10.066414 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 213, in _http_req uest [Fri Jun 24 15:36:10.066418 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] error_json = _extract_error_json(body_str, resp) [Fri Jun 24 15:36:10.066422 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] File "/usr/lib/python3/dist-packages/magnumclient/common/httpclient.py", line 66, in _extract_e rror_json [Fri Jun 24 15:36:10.066426 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] body_json = resp.json() [Fri Jun 24 15:36:10.066430 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] AttributeError: 'HTTPResponse' object has no attribute 'json' [Fri Jun 24 15:36:10.068538 2022] [wsgi:error] [pid 37882:tid 140157047166720] [remote 192.168.11.37:48910] Internal Server Error: /horizon/api/container_infra/cluster_templates/ [Test Plan] 1) deploy a focal-ussuri cloud that contains magnum and magnum-dashboard, this is a juju bundle that can be used as a reference https://paste.ubuntu.com/p/PYPSk2WfMW/ 2) Login to Horizon. 3) Navigate to "Container Infra" > "Clusters" and "Cluster Templates". Expected result: an empty table appears with no errors. Actual result: a notification appears indicating that the objects couldn't be listed as seen in the attached screenshot. [Where problems could occur] The patch associated with this bug fix is in the extraction of error messages coming as a response to a issued request, so problems would appear as in not being able to read those error messages. [Other Info] This change is already available in Impish, python-magnumclient 3.5.0 $ git tag --contains f7551a6bac103070ff456098fe2631409620d492 3.5.0 3.6.0 $ rmadison python-magnumclient | grep impish  python-magnumclient | 3.5.0-0ubuntu2 | impish | source [Discussion] SRU team, please reject the older upload of 2.11.0-0ubuntu6 in favor of the most recent upload of that version. The most recent upload includes 2.11.0-0ubuntu5 in it's changes file as the goal is to test these together in proposed. Thank you. [Original description] Magnum with focal/Ussuri it seems magnum UI does not display any cluster or cluster in the magnum planner. When i click on template or cluster not seeing any information regarding cluster and template.
2022-07-26 19:13:23 Corey Bryant cloud-archive/wallaby: status Triaged Fix Committed
2022-07-26 19:13:24 Corey Bryant tags verification-wallaby-needed
2022-07-26 19:33:15 Corey Bryant cloud-archive/victoria: status Triaged Fix Committed
2022-07-26 19:33:16 Corey Bryant tags verification-wallaby-needed verification-victoria-needed verification-wallaby-needed
2022-08-03 13:11:47 Robie Basak python-magnumclient (Ubuntu Focal): status Triaged Fix Committed
2022-08-03 13:11:50 Robie Basak bug added subscriber SRU Verification
2022-08-03 13:11:55 Robie Basak tags verification-victoria-needed verification-wallaby-needed verification-needed verification-needed-focal verification-victoria-needed verification-wallaby-needed
2022-08-03 18:52:33 Corey Bryant cloud-archive/ussuri: status Triaged Fix Committed
2022-08-03 18:52:34 Corey Bryant tags verification-needed verification-needed-focal verification-victoria-needed verification-wallaby-needed verification-needed verification-needed-focal verification-ussuri-needed verification-victoria-needed verification-wallaby-needed
2022-11-02 19:30:26 Brian Murray tags verification-needed verification-needed-focal verification-ussuri-needed verification-victoria-needed verification-wallaby-needed removal-candidate verification-needed verification-needed-focal verification-ussuri-needed verification-victoria-needed verification-wallaby-needed
2022-11-30 13:40:31 Felipe Reyes attachment added screenshot that captures the bug https://bugs.launchpad.net/charm-magnum/+bug/1979663/+attachment/5633394/+files/Screenshot%202022-11-30%20at%2010-33-28%20Container%20Infra%20-%20Cluster%20Templates%20-%20OpenStack%20Dashboard.png
2022-11-30 13:44:06 Felipe Reyes attachment added screenshot after the package from -proposed was installed https://bugs.launchpad.net/charm-magnum/+bug/1979663/+attachment/5633395/+files/Screenshot%202022-11-30%20at%2010-37-16%20Container%20Infra%20-%20Cluster%20Templates%20-%20OpenStack%20Dashboard.png
2022-11-30 13:45:07 Felipe Reyes tags removal-candidate verification-needed verification-needed-focal verification-ussuri-needed verification-victoria-needed verification-wallaby-needed removal-candidate verification-done-focal verification-needed verification-ussuri-needed verification-victoria-needed verification-wallaby-needed
2022-11-30 21:50:20 Felipe Reyes attachment added wallaby verification https://bugs.launchpad.net/charm-magnum/+bug/1979663/+attachment/5633574/+files/Screenshot%202022-11-30%20at%2018-46-20%20Container%20Infra%20-%20Cluster%20Templates%20-%20OpenStack%20Dashboard.png
2022-11-30 21:50:38 Felipe Reyes tags removal-candidate verification-done-focal verification-needed verification-ussuri-needed verification-victoria-needed verification-wallaby-needed removal-candidate verification-done-focal verification-needed verification-ussuri-needed verification-victoria-needed verification-wallaby-done
2022-12-01 15:16:02 Felipe Reyes attachment added victoria validation https://bugs.launchpad.net/charm-magnum/+bug/1979663/+attachment/5633758/+files/Screenshot%202022-12-01%20at%2012-14-51%20Container%20Infra%20-%20Cluster%20Templates%20-%20OpenStack%20Dashboard.png
2022-12-01 15:16:14 Felipe Reyes tags removal-candidate verification-done-focal verification-needed verification-ussuri-needed verification-victoria-needed verification-wallaby-done removal-candidate verification-done-focal verification-needed verification-ussuri-needed verification-victoria-done verification-wallaby-done
2022-12-05 15:04:36 Felipe Reyes attachment added bionic-ussuri validation https://bugs.launchpad.net/charm-magnum/+bug/1979663/+attachment/5634575/+files/Screenshot%202022-12-05%20at%2012-03-24%20Container%20Infra%20-%20Cluster%20Templates%20-%20OpenStack%20Dashboard.png
2022-12-05 15:04:53 Felipe Reyes tags removal-candidate verification-done-focal verification-needed verification-ussuri-needed verification-victoria-done verification-wallaby-done removal-candidate verification-done verification-done-focal verification-ussuri-done verification-victoria-done verification-wallaby-done
2023-02-16 13:19:10 Corey Bryant cloud-archive/wallaby: status Fix Committed Fix Released
2023-02-16 13:34:05 Corey Bryant cloud-archive/victoria: status Fix Committed Fix Released
2023-05-12 16:30:31 Launchpad Janitor merge proposal linked https://code.launchpad.net/~freyes/ubuntu/+source/python-magnumclient/+git/python-magnumclient/+merge/442773
2023-05-31 06:13:07 Launchpad Janitor python-magnumclient (Ubuntu Focal): status Fix Committed Fix Released