分享

dashboard 登录显示 凭据无效.

狗狗 发表于 2017-7-29 10:14:23 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 1 14606
2017-07-29 09:22:21.620 2731 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/keystone/resource/core.py", line 720, in get_domain_by_name
2017-07-29 09:22:21.620 2731 ERROR keystone.auth.plugins.core     raise exception.DomainNotFound(domain_id=domain_name)
2017-07-29 09:22:21.620 2731 ERROR keystone.auth.plugins.core DomainNotFound: Could not find domain: admin
2017-07-29 09:22:21.620 2731 ERROR keystone.auth.plugins.core
2017-07-29 09:22:21.630 2731 WARNING keystone.common.wsgi [req-0b240a0a-7d5f-4c79-b10a-397f4b864141 - - - - -] Authorization failed. The request you have made requires authentication. from 192.168.0.14
2017-07-29 09:37:11.251 2730 WARNING keystone.assignment.core [-] Deprecated: Use of the identity driver config to automatically configure the same assignment driver has been deprecated, in the "O" release, the assignment driver will need to be expicitly configured if different than the default (SQL).
2017-07-29 09:37:11.416 2730 WARNING keystone.middleware.core [-] The admin_token_auth middleware presents a security risk and should be removed from the [pipeline:api_v3], [pipeline:admin_api], and [pipeline:public_api] sections of your paste ini file.
2017-07-29 09:37:11.466 2730 WARNING keystone.middleware.core [-] The admin_token_auth middleware presents a security risk and should be removed from the [pipeline:api_v3], [pipeline:admin_api], and [pipeline:public_api] sections of your paste ini file.
2017-07-29 09:37:11.561 2730 INFO keystone.common.wsgi [req-1807eeee-7b69-41dd-a037-4bea12310101 - - - - -] POST http://controller:5000/v3/auth/tokens
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core [req-1807eeee-7b69-41dd-a037-4bea12310101 - - - - -] Could not find domain: admin
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core Traceback (most recent call last):
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/keystone/auth/plugins/core.py", line 146, in _lookup_domain
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     domain_name)
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/keystone/common/manager.py", line 124, in wrapped
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     __ret_val = __f(*args, **kwargs)
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/dogpile/cache/region.py", line 1053, in decorate
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     should_cache_fn)
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/dogpile/cache/region.py", line 657, in get_or_create
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     async_creator) as value:
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 158, in __enter__
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     return self._enter()
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 98, in _enter
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     generated = self._enter_create(createdtime)
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 149, in _enter_create
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     created = self.creator()
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/dogpile/cache/region.py", line 625, in gen_value
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     created_value
= creator()
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/dogpile/cache/region.py", line 1049, in creator
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     return fn(*arg, **kw)
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core   File "/usr/lib/python2.7/site-packages/keystone/resource/core.py", line 720, in get_domain_by_name
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core     raise exception.DomainNotFound(domain_id=domain_name)
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core DomainNotFound: Could not find domain: admin
2017-07-29 09:37:11.631 2730 ERROR keystone.auth.plugins.core
2017-07-29 09:37:11.634 2730 WARNING keystone.common.wsgi [req-1807eeee-7b69-41dd-a037-4bea12310101 - - - - -] Authorization failed. The request you have made requires authentication. from 192.168.0.14

帮忙看下


已有(1)人评论

跳转到指定楼层
qcbb001 发表于 2017-7-30 14:24:09
临时token的问题。在配置文件中应该移除  [pipeline:api_v3], [pipeline:admin_api], and [pipeline:public_api] 这些标签。
WARNING keystone.middleware.core [-] The admin_token_auth middleware presents a security risk and should be removed from the [pipeline:api_v3], [pipeline:admin_api], and [pipeline:public_api] sections of your paste ini file.


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条