openstack dashboard启动有报错,而且左边菜单栏不显示;apache报错如下:
[Thu Sep 08 19:23:29.202196 2022] [:error] [pid 8153] WARNING:root:Use of this 'djano.wsgi' file has been deprecated since the Rocky release in favor of 'wsgi.py' in the 'openstack_dashboard' module. This file is a legacy naming from before Django 1.4 and an importable 'wsgi.py' is now the default. This file will be removed in the T release cycle.
[Thu Sep 08 19:23:34.858971 2022] [:error] [pid 8153] INFO openstack_auth.plugin.base Attempted scope to domain default failed, will attempt to scope to another domain.
[Thu Sep 08 19:23:35.334762 2022] [:error] [pid 8153] INFO openstack_auth.forms Login successful for user "admin" using domain "default", remote address 10.224.33.141.
[Thu Sep 08 19:23:35.673753 2022] [:error] [pid 8150] WARNING:root:Use of this 'djano.wsgi' file has been deprecated since the Rocky release in favor of 'wsgi.py' in the 'openstack_dashboard' module. This file is a legacy naming from before Django 1.4 and an importable 'wsgi.py' is now the default. This file will be removed in the T release cycle.
[Thu Sep 08 19:23:38.387404 2022] [:error] [pid 8152] WARNING:root:Use of this 'djano.wsgi' file has been deprecated since the Rocky release in favor of 'wsgi.py' in the 'openstack_dashboard' module. This file is a legacy naming from before Django 1.4 and an importable 'wsgi.py' is now the default. This file will be removed in the T release cycle.
[Thu Sep 08 19:23:40.654508 2022] [:error] [pid 8152] WARNING horizon.exceptions Recoverable error: \xe6\x97\xa0\xe6\x95\x88\xe7\x9a\x84\xe6\x9c\x8d\xe5\x8a\xa1\xe7\x9b\xae\xe5\xbd\x95\xef\xbc\x9aidentity
[Thu Sep 08 19:23:40.655104 2022] [:error] [pid 8152] WARNING horizon.exceptions Recoverable error: \xe6\x97\xa0\xe6\x95\x88\xe7\x9a\x84\xe6\x9c\x8d\xe5\x8a\xa1\xe7\x9b\xae\xe5\xbd\x95\xef\xbc\x9aidentity
[Thu Sep 08 19:23:41.198941 2022] [:error] [pid 8152] ERROR openstack_dashboard.dashboards.project.trunks.panel Call to list enabled services failed. This is likely due to a problem communicating with the Neutron endpoint. Trunks panel will not be displayed.
[Thu Sep 08 19:23:41.202853 2022] [:error] [pid 8152] ERROR openstack_dashboard.dashboards.admin.aggregates.panel Call to list supported extensions failed. This is likely due to a problem communicating with the Nova endpoint. Host Aggregates panel will not be displayed.
[Thu Sep 08 19:23:41.216617 2022] [:error] [pid 8152] ERROR openstack_dashboard.dashboards.admin.trunks.panel Call to list enabled services failed. This is likely due to a problem communicating with the Neutron endpoint. Trunks admin panel will not be displayed.
[Thu Sep 08 19:23:41.237788 2022] [:error] [pid 8152] WARNING django.template Exception raised while rendering {% include %} for template 'project/overview/usage.html'. Empty string rendered instead.
[Thu Sep 08 19:23:41.237813 2022] [:error] [pid 8152] Traceback (most recent call last):
[Thu Sep 08 19:23:41.237820 2022] [:error] [pid 8152] File "/usr/lib/python2.7/site-packages/django/template/loader_tags.py", line 216, in render
[Thu Sep 08 19:23:41.237830 2022] [:error] [pid 8152] return template.render(context)
[Thu Sep 08 19:23:41.237858 2022] [:error] [pid 8152] File "/usr/lib/python2.7/site-packages/django/template/base.py", line 209, in render
[Thu Sep 08 19:23:41.237902 2022] [:error] [pid 8152] return self._render(context)
[Thu Sep 08 19:23:41.237922 2022] [:error] [pid 8152] File "/usr/lib/python2.7/site-packages/django/template/base.py", line 199, in _render
[Thu Sep 08 19:23:41.237946 2022] [:error] [pid 8152] return self.nodelist.render(context)
[Thu Sep 08 19:23:41.237955 2022] [:error] [pid 8152] File "/usr/lib/python2.7/site-packages/django/template/base.py", line 990, in render
[Thu Sep 08 19:23:41.237982 2022] [:error] [pid 8152] bit = node.render_annotated(context)
[Thu Sep 08 19:23:41.238007 2022] [:error] [pid 8152] File "/usr/lib/python2.7/site-packages/django/template/base.py", line 957, in render_annotated
[Thu Sep 08 19:23:41.238032 2022] [:error] [pid 8152] return self.render(context)
[Thu Sep 08 19:23:41.238054 2022] [:error] [pid 8152] File "/usr/lib/python2.7/site-packages/django/template/library.py", line 225, in render
[Thu Sep 08 19:23:41.238080 2022] [:error] [pid 8152] _dict = self.func(*resolved_args, **resolved_kwargs)
[Thu Sep 08 19:23:41.238101 2022] [:error] [pid 8152] File "/usr/lib/python2.7/site-packages/horizon/templatetags/horizon.py", line 73, in horizon_nav
[Thu Sep 08 19:23:41.238121 2022] [:error] [pid 8152] panel.can_access(context)):
[Thu Sep 08 19:23:41.238139 2022] [:error] [pid 8152] File "/usr/share/openstack-dashboard/openstack_dashboard/dashboards/identity/application_credentials/panel.py", line 33, in can_access
[Thu Sep 08 19:23:41.238158 2022] [:error] [pid 8152] keystone_version = keystone.get_identity_api_version(request)
[Thu Sep 08 19:23:41.238178 2022] [:error] [pid 8152] File "/usr/share/openstack-dashboard/openstack_dashboard/api/keystone.py", line 197, in get_identity_api_version
[Thu Sep 08 19:23:41.238198 2022] [:error] [pid 8152] client = keystoneclient(request)
[Thu Sep 08 19:23:41.238217 2022] [:error] [pid 8152] File "/usr/share/openstack-dashboard/openstack_dashboard/api/keystone.py", line 178, in keystoneclient
[Thu Sep 08 19:23:41.238235 2022] [:error] [pid 8152] endpoint = _get_endpoint_url(request, endpoint_type)
[Thu Sep 08 19:23:41.238265 2022] [:error] [pid 8152] File "/usr/share/openstack-dashboard/openstack_dashboard/api/keystone.py", line 105, in _get_endpoint_url
[Thu Sep 08 19:23:41.238289 2022] [:error] [pid 8152] endpoint_type=endpoint_type)
[Thu Sep 08 19:23:41.238308 2022] [:error] [pid 8152] File "/usr/share/openstack-dashboard/openstack_dashboard/api/base.py", line 373, in url_for
[Thu Sep 08 19:23:41.238326 2022] [:error] [pid 8152] raise exceptions.ServiceCatalogException(service_type)
[Thu Sep 08 19:23:41.238341 2022] [:error] [pid 8152] ServiceCatalogException: \u65e0\u6548\u7684\u670d\u52a1\u76ee\u5f55\uff1aidentity
[Thu Sep 08 19:23:41.703645 2022] [:error] [pid 8144] WARNING:root:Use of this 'djano.wsgi' file has been deprecated since the Rocky release in favor of 'wsgi.py' in the 'openstack_dashboard' module. This file is a legacy naming from before Django 1.4 and an importable 'wsgi.py' is now the default. This file will be removed in the T release cycle.
[Thu Sep 08 19:23:44.432699 2022] [:error] [pid 8160] WARNING:root:Use of this 'djano.wsgi' file has been deprecated since the Rocky release in favor of 'wsgi.py' in the 'openstack_dashboard' module. This file is a legacy naming from before Django 1.4 and an importable 'wsgi.py' is now the default. This file will be removed in the T release cycle.