登录 Openstack Horizo​​n 失败

登录 Openstack Horizo​​n 失败

我使用官方指南设置 Openstack Horizo​​nhttps://docs.openstack.org/horizo​​n/ussuri/install/install-ubuntu.html

但现在我无法登录。我使用 CLI 客户端检查了凭据,它们工作正常。

在 /var/log/apache2/error.log 中我看到以下内容。

[Sat Sep 19 16:10:39.087944 2020] [mpm_event:notice] [pid 32076:tid 140116107127744] AH00489: Apache/2.4.29 (Ubuntu) mod_wsgi/4.5.17 Python/3.6 configured -- resuming normal operations
[Sat Sep 19 16:10:39.088076 2020] [core:notice] [pid 32076:tid 140116107127744] AH00094: Command line: '/usr/sbin/apache2'
[Sat Sep 19 14:11:47.362377 2020] [wsgi:error] [pid 32077:tid 140115930097408] /usr/lib/python3/dist-packages/scss/namespace.py:172: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
[Sat Sep 19 14:11:47.362467 2020] [wsgi:error] [pid 32077:tid 140115930097408]   argspec = inspect.getargspec(function)
[Sat Sep 19 14:11:47.494122 2020] [wsgi:error] [pid 32077:tid 140115930097408] [remote 172.17.2.20:48130] /usr/lib/python3/dist-packages/cinderclient/client.py:23: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
[Sat Sep 19 14:11:47.494163 2020] [wsgi:error] [pid 32077:tid 140115930097408] [remote 172.17.2.20:48130]   import imp
[Sat Sep 19 16:11:47.924935 2020] [authz_core:error] [pid 32092:tid 140115850520320] [client 172.17.5.2:47206] AH01630: client denied by server configuration: /usr/bin/keystone-wsgi-public
[Sat Sep 19 14:11:47.926407 2020] [wsgi:error] [pid 32077:tid 140115930097408] [remote 172.17.2.20:48130] INFO openstack_auth.forms Login failed for user "admin" using domain "Default", remote address 172.17.2.20.
[Sat Sep 19 14:11:49.704606 2020] [wsgi:error] [pid 32078:tid 140115988846336] /usr/lib/python3/dist-packages/scss/namespace.py:172: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
[Sat Sep 19 14:11:49.704674 2020] [wsgi:error] [pid 32078:tid 140115988846336]   argspec = inspect.getargspec(function)
[Sat Sep 19 14:11:49.824541 2020] [wsgi:error] [pid 32078:tid 140115988846336] [remote 172.17.2.20:48134] /usr/lib/python3/dist-packages/cinderclient/client.py:23: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
[Sat Sep 19 14:11:49.824582 2020] [wsgi:error] [pid 32078:tid 140115988846336] [remote 172.17.2.20:48134]   import imp

这里可能存在什么问题?如何解决?如果您需要更多信息,请随时询问,我会提供。

答案1

根据以下情况调整 apache2.confhttps://ask.openstack.org/en/question/117138/failed-to-login-to-dashboard/对我有帮助

相关内容