【发布时间】:2017-10-10 09:55:08
【问题描述】:
我正在研究 OpenStack 概览。在我输入命令后
su -s /bin/sh -c "glance-manage db_sync" glance
除了已弃用的消息之外,我还收到许多与 python 错误和*Access denied for user 'glance'@'x.x.x.x'"*error 相关的其他错误。
我已经逐步使用了 Ubuntu 的 OpenStack 文档。 这是源地址:https://docs.openstack.org/glance/pike/install/install-ubuntu.html
我应该如何修复权限错误?
【问题讨论】:
-
您的 Glance 和 Keystone 安装在哪里?如果在控制器节点上,则可能是因为您必须使用 bind-address 属性配置 MySQL/MariaDB 配置。
标签: linux cloud openstack openstack-glance