本帖最后由 bingyu_00 于 2015-7-20 10:12 编辑
系统是CentOS7 最小版
执行glance image-list时,报错“Request returned failure status 401.Invalid OpenStack Identity credentials.”执行keystone的user-list等命令可以正常显示
glance-api 和registry主要配置如下
glance-api.conf
[keystone_authtoken]
auth_uri=http://10.0.0.11:5000/v2.0
identity_uri=http://10.0.0.11:35357
admin_tenant_name=service
admin_user=glance
admin_password=111111
[paste_deploy]
flavor=keystone
glance-registry.conf
[keystone_authtoken]
auth_uri=http://10.0.0.11:5000/v2.0
identity_uri=http://10.0.0.11:35357
admin_tenant_name=service
admin_user=glance
admin_password=111111
[paste_deploy]
flavor=keystone
/var/log/glance/api.log报错如下
|
|