opesntack-dashboard doesn't show pie charts, doesn't show flavor in instance description, can't navigate to another section. Can't be unplugged. None of the dropdowns work

Bug #1969347 reported by Nikolay
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
Invalid
Undecided
Unassigned

Bug Description

Good afternoon, I do not see functionality openstack wallaby
python-openstackclient-lang-5.5.0-1.noarch
python3-openstacksdk-0.55.0-1.noarch
openstack-keystone-19.0.0-2.noarch
python3-openstackclient-5.5.0-1.noarch
openstack-glance-22.0.0-2.noarch
openstack-placement-common-5.0.1-2.noarch
openstack-placement-api-5.0.1-2.noarch
openstack-neutron-common-18.1.1-3.noarch
openstack-neutron-18.1.1-3.noarch
openstack-neutron-ml2-18.1.1-3.noarch
openstack-neutron-openvswitch-18.1.1-3.noarch
openstack-dashboard-theme-19.2.1-6.noarch
openstack-dashboard-19.2.1-6.noarch
openstack-nova-common-23.2.0-1.noarch
openstack-nova-compute-23.2.0-1.noarch
openstack-nova-migration-23.2.0-1.noarch
openstack-nova-api-23.2.0-1.noarch
openstack-nova-conductor-23.2.0-1.noarch
openstack-nova-novncproxy-23.2.0-1.noarch
openstack-nova-scheduler-23.2.0-1.noarch
openstack-nova-23.2.0-1.noarch

[root@node1 share(keystone)]# python --version
Python 3.8.11

[root@node1 share(keystone)]# cat /etc/httpd/conf.d/op
openstack-dashboard.conf openstack-dashboard.conf.old
[root@node1 share(keystone)]# cat /etc/httpd/conf.d/openstack-dashboard.conf
WSGIDaemonProcess dashboard
WSGIProcessGroup dashboard
WSGISocketPrefix run/wsgi
WSGIApplicationGroup %{GLOBAL}

WSGIScriptAlias /dashboard /usr/share/openstack-dashboard/openstack_dashboard/wsgi.py
Alias /dashboard/static /usr/share/openstack-dashboard/static

<Directory /usr/share/openstack-dashboard/openstack_dashboard>
  Options All
  AllowOverride All
  Require all granted
</Directory>

<Directory /usr/share/openstack-dashboard/static>
  Options All
  AllowOverride All
  Require all granted
</Directory>

Revision history for this message
Nikolay (pechkinlav) wrote :

log

Revision history for this message
Radomir Dopieralski (deshipu) wrote :

This sounds like the javascript is not loading properly, any errors in your browser's javascript console?

Revision history for this message
Nikolay (pechkinlav) wrote :

These are the errors in the browser:
output.a318538cee0a.js:1426 Uncaught ReferenceError: directiveNormalize is not defined
    at output.a318538cee0a.js:1426:16
    at forEach (output.a318538cee0a.js:711:680)
    at output.a318538cee0a.js:1425:414
    at output.a318538cee0a.js:1594:1402
(anonymous) @ output.a318538cee0a.js:1426
forEach @ output.a318538cee0a.js:711
(anonymous) @ output.a318538cee0a.js:1425
(anonymous) @ output.a318538cee0a.js:1594
(index):66 Uncaught TypeError: Cannot set properties of undefined (setting 'languageCode')
    at (index):66:26
    at (index):89:5
(anonymous) @ (index):66
(anonymous) @ (index):89
output.0273aa25b612.js:32 Uncaught TypeError: Cannot set properties of undefined (setting 'string')
    at output.0273aa25b612.js:32:566
(anonymous) @ output.0273aa25b612.js:32
angular_template_cache_preloads.8f88d57072be.js:1 Uncaught TypeError: angular.module is not a function
    at angular_template_cache_preloads.8f88d57072be.js:1:9
(anonymous) @ angular_template_cache_preloads.8f88d57072be.js:1
bootstrap-datepicker.ru.js:6 Uncaught TypeError: Cannot read properties of undefined (reading 'dates')
    at bootstrap-datepicker.ru.js:6:18
    at bootstrap-datepicker.ru.js:17:2
(anonymous) @ bootstrap-datepicker.ru.js:6
(anonymous) @ bootstrap-datepicker.ru.js:17
(index):941 Uncaught TypeError: Cannot read properties of undefined (reading 'init')
    at (index):941:29
(anonymous) @ (index):941
output.a318538cee0a.js:660 JQMIGRATE: jQuery.swap() is undocumented and deprecated
migrateWarn @ output.a318538cee0a.js:660
jQuery.swap @ output.a318538cee0a.js:677
(anonymous) @ output.a318538cee0a.js:224
fire @ output.a318538cee0a.js:208
fireWith @ output.a318538cee0a.js:213
ready @ output.a318538cee0a.js:32
completed @ output.a318538cee0a.js:14
output.a318538cee0a.js:660 console.trace
migrateWarn @ output.a318538cee0a.js:660
jQuery.swap @ output.a318538cee0a.js:677
(anonymous) @ output.a318538cee0a.js:224
fire @ output.a318538cee0a.js:208
fireWith @ output.a318538cee0a.js:213
ready @ output.a318538cee0a.js:32
completed @ output.a318538cee0a.js:14
(index):151 Uncaught TypeError: Cannot read properties of undefined (reading 'addInitFunction')
    at HTMLDocument.<anonymous> ((index):151:13)
    at fire (output.a318538cee0a.js:208:299)
    at Object.fireWith [as resolveWith] (output.a318538cee0a.js:213:198)
    at Function.ready (output.a318538cee0a.js:32:11)
    at HTMLDocument.completed (output.a318538cee0a.js:14:1191)

Revision history for this message
Nikolay (pechkinlav) wrote :

it looks like this, administrative functions are not revealed

Revision history for this message
Nikolay (pechkinlav) wrote :
Revision history for this message
Radomir Dopieralski (deshipu) wrote :

You have a wrong version of angular installed. Horizon requires 1.5.8.0

Changed in horizon:
status: New → Invalid
Revision history for this message
Nikolay (pechkinlav) wrote :

Radomir Dopieralski thank you very much, it helped

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.