Activity log for bug #1866664

Date Who What changed Old value New value Message
2020-03-09 17:12:14 Brent Rowsell bug added bug
2020-03-09 17:16:13 Yang Liu bug added subscriber Yosief Gebremariam
2020-03-09 17:19:28 Ghada Khalil bug added subscriber Daniel Badea
2020-03-09 17:19:47 Ghada Khalil bug added subscriber Bill Zvonar
2020-03-09 17:20:36 Ghada Khalil description Brief Description ----------------- Horizon exceptions when clicking on a controller host in the Host Inventory Panel Severity -------- Major Steps to Reproduce ------------------ See above Expected Behavior ------------------ It works Actual Behavior ---------------- It exceptions Reproducibility --------------- 100% System Configuration -------------------- AIO-SX without CEPH Branch/Pull Time/Commit ----------------------- BUILD_DATE="2020-02-25 17:09:33 -0500" Last Pass --------- Not sure Timestamp/Logs -------------- 23:45:28,814 [admin 992e6e7ea97242038b45a105b98842a0] [admin b16e477c070a44c79d4e38ae0876231e] [POST /auth/login/ 302] parameters:[{"fake_email": "", "username": "admin", "fake_password": "********", "region": "default", "next": "/admin/1/detail/", "csrfmiddlewaretoken": "YO0vgDYT5xD0jRageGN8ly21m1vxGqPi3hWQ1VkhSpVV4fIW0bngu2nTbjXdNTAQ", "password": "********"}] message:[None] 2020-03-08 23:45:30,062 [ERROR] django.request: Internal Server Error: /admin/1/detail/ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec return view_func(request, *args, **kwargs) File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec return view_func(request, *args, **kwargs) File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec return view_func(request, *args, **kwargs) File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 113, in dec return view_func(request, *args, **kwargs) File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 84, in dec return view_func(request, *args, **kwargs) File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 68, in view return self.dispatch(request, *args, **kwargs) File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 88, in dispatch return handler(request, *args, **kwargs) File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 139, in get context = self.get_context_data(**kwargs) File "/usr/lib/python2.7/site-packages/starlingx_dashboard/dashboards/admin/inventory/views.py", line 92, in get_context_data context = super(DetailView, self).get_context_data(**kwargs) File "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 106, in get_context_data context = super(MultiTableMixin, self).get_context_data(**kwargs) File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 55, in get_context_data exceptions.handle(self.request) File "/usr/lib/python2.7/site-packages/horizon/exceptions.py", line 348, in handle six.reraise(exc_type, exc_value, exc_traceback) File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 53, in get_context_data context["tab_group"].load_tab_data() File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 178, in load_tab_data exceptions.handle(self.request) File "/usr/lib/python2.7/site-packages/horizon/exceptions.py", line 348, in handle six.reraise(exc_type, exc_value, exc_traceback) File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 175, in load_tab_data tab._data = tab.get_context_data(self.request) File "/usr/lib/python2.7/site-packages/starlingx_dashboard/dashboards/admin/inventory/tabs.py", line 507, in get_context_data stx_api.sysinv.is_host_with_storage(request, host.uuid) File "/usr/lib/python2.7/site-packages/starlingx_dashboard/api/sysinv.py", line 2676, in is_host_with_storage storage_model = get_ceph_storage_model(request) File "/usr/lib/python2.7/site-packages/starlingx_dashboard/api/sysinv.py", line 2672, in get_ceph_storage_model return cluster.deployment_model AttributeError: 'NoneType' object has no attribute 'deployment_model' Test Activity ------------- Developer Testing Workaround ---------- None Brief Description ----------------- Horizon exceptions when clicking on a controller host in the Host Inventory Panel This causes the horizon panel not to load and returns "Danger" Severity -------- Major Steps to Reproduce ------------------ See above Expected Behavior ------------------ It works Actual Behavior ---------------- It exceptions Reproducibility --------------- 100% System Configuration -------------------- AIO-SX without CEPH Branch/Pull Time/Commit ----------------------- BUILD_DATE="2020-02-25 17:09:33 -0500" Last Pass --------- Not sure Timestamp/Logs -------------- 23:45:28,814 [admin 992e6e7ea97242038b45a105b98842a0] [admin b16e477c070a44c79d4e38ae0876231e] [POST /auth/login/ 302] parameters:[{"fake_email": "", "username": "admin", "fake_password": "********", "region": "default", "next": "/admin/1/detail/", "csrfmiddlewaretoken": "YO0vgDYT5xD0jRageGN8ly21m1vxGqPi3hWQ1VkhSpVV4fIW0bngu2nTbjXdNTAQ", "password": "********"}] message:[None] 2020-03-08 23:45:30,062 [ERROR] django.request: Internal Server Error: /admin/1/detail/ Traceback (most recent call last):   File "/usr/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner     response = get_response(request)   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response     response = self.process_exception_by_middleware(e, request)   File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response     response = wrapped_callback(request, *callback_args, **callback_kwargs)   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec     return view_func(request, *args, **kwargs)   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 52, in dec     return view_func(request, *args, **kwargs)   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 36, in dec     return view_func(request, *args, **kwargs)   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 113, in dec     return view_func(request, *args, **kwargs)   File "/usr/lib/python2.7/site-packages/horizon/decorators.py", line 84, in dec     return view_func(request, *args, **kwargs)   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 68, in view     return self.dispatch(request, *args, **kwargs)   File "/usr/lib/python2.7/site-packages/django/views/generic/base.py", line 88, in dispatch     return handler(request, *args, **kwargs)   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 139, in get     context = self.get_context_data(**kwargs)   File "/usr/lib/python2.7/site-packages/starlingx_dashboard/dashboards/admin/inventory/views.py", line 92, in get_context_data     context = super(DetailView, self).get_context_data(**kwargs)   File "/usr/lib/python2.7/site-packages/horizon/tables/views.py", line 106, in get_context_data     context = super(MultiTableMixin, self).get_context_data(**kwargs)   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 55, in get_context_data     exceptions.handle(self.request)   File "/usr/lib/python2.7/site-packages/horizon/exceptions.py", line 348, in handle     six.reraise(exc_type, exc_value, exc_traceback)   File "/usr/lib/python2.7/site-packages/horizon/tabs/views.py", line 53, in get_context_data     context["tab_group"].load_tab_data()   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 178, in load_tab_data     exceptions.handle(self.request)   File "/usr/lib/python2.7/site-packages/horizon/exceptions.py", line 348, in handle     six.reraise(exc_type, exc_value, exc_traceback)   File "/usr/lib/python2.7/site-packages/horizon/tabs/base.py", line 175, in load_tab_data     tab._data = tab.get_context_data(self.request)   File "/usr/lib/python2.7/site-packages/starlingx_dashboard/dashboards/admin/inventory/tabs.py", line 507, in get_context_data     stx_api.sysinv.is_host_with_storage(request, host.uuid)   File "/usr/lib/python2.7/site-packages/starlingx_dashboard/api/sysinv.py", line 2676, in is_host_with_storage     storage_model = get_ceph_storage_model(request)   File "/usr/lib/python2.7/site-packages/starlingx_dashboard/api/sysinv.py", line 2672, in get_ceph_storage_model     return cluster.deployment_model AttributeError: 'NoneType' object has no attribute 'deployment_model' Test Activity ------------- Developer Testing Workaround ---------- None
2020-03-09 17:20:40 Ghada Khalil starlingx: importance Undecided High
2020-03-09 17:20:42 Ghada Khalil starlingx: status New Triaged
2020-03-09 17:21:33 Ghada Khalil bug added subscriber Kristine Bujold
2020-03-09 17:21:50 Ghada Khalil tags stx.4.0 stx.gui
2020-03-09 17:22:09 Ghada Khalil starlingx: assignee Stefan Dinescu (stefandinescu)
2020-03-10 13:52:57 OpenStack Infra starlingx: status Triaged In Progress
2020-03-10 14:52:04 OpenStack Infra starlingx: status In Progress Fix Released
2020-03-10 17:56:18 Ghada Khalil summary Horizon exception when selecting host Horizon exception when selecting host when ceph is not configured
2020-03-31 13:00:08 OpenStack Infra tags stx.4.0 stx.gui in-f-centos8 stx.4.0 stx.gui