0

我是 Openstack 的新手。我在我的 CentOS 机器上使用 Packstack 安装了 Openstack。当我尝试使用默认keystone_admin凭据登录时,它显示了服务器错误。

这是我的keystone.log文件。有人可以帮忙吗?

2020-05-07 03:13:57.097 2303 WARNING keystone.server.flask.application [req-8c75dc88-73f3-4605-8a6b-3ba515d9fd84 3a3280ddae08412ab1145c193b587161 - - default -] Authorization failed. The request you have made requires authentication. from 192.168.225.30: Unauthorized: The request you have made requires authentication.
2020-05-07 03:13:57.235 2300 WARNING keystone.common.rbac_enforcer.enforcer [req-d1a5e980-617f-48d4-8322-40b0aa068140 3a3280ddae08412ab1145c193b587161 - - default -] Deprecated policy rules found. Use oslopolicy-policy-generator and oslopolicy-policy-upgrade to detect and resolve deprecated policies in your configuration.

在此处输入图像描述

图片链接

4

1 回答 1

0

尝试在 /root 文件夹中查找任何 rc 文件。

文件名与 openrc 或 adminrc 类似

$ .openrc

$ 尝试一些 openstack 命令

它会成功。

于 2020-06-11T08:21:14.090 回答