1.最近给客户搭建了一个测试练习的openstack环境,dashboard的账号和密码是默认的admin:admin。
2.后来客户练习,在dashboard上把密码给改了,后来给忘了。
3.目前我们登陆到dashboard上提示认证失败,之后我们到controller上去,使用openstack命令报错如下:
[mw_shl_code=bash,true]root@cic-1:~# openstack user list
ERROR: openstack SSL exception connecting to https://cic-380.test.com:5000/v2.0/tokens: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed[/mw_shl_code]
4.使用keystone user-list目前正常:
[mw_shl_code=bash,true]root@cic-1:~# keystone user-list
\/usr/lib/python2.7/dist-packages/keystoneclient/shell.py:65: DeprecationWarning: The keystone CLI is deprecated in favor of python-openstackclient. For a Python library, continue using python-keystoneclient.
'python-keystoneclient.', DeprecationWarning)
+----------------------------------+------------+---------+----------------------+
| id | name | enabled | email |
+----------------------------------+------------+---------+----------------------+
| cde061171adf4bd6a00e1b65fd79acd1 | admin | True | admin@localhost |
| 8fb3adb19ada4ccba645c0218e6a6a30 | cinder | True | cinder@localhost |
| 0ed5af72880542189761be39d07aec88 | glance | True | glance@localhost |
| b25d5071d9024b80a70096ccca1c2226 | heat | True | heat@example.com |
| c42a3efdfc13483c8c7d0b1e6191db8c | monitoring | True | monitoring@localhost |
| 79fb6eefe6a746c7b2603c98efd79319 | neutron | True | neutron@localhost |
| e8e826387e5e4f76abbfe23a7f1eb694 | nova | True | nova@localhost |
| ed9f18cb50234491a7803308867bddfc | ovft | True | ovft@example.com |
| 140941d263cb4c6b869aac60b291dd54 | swift | True | swift@localhost |
| 03ec8d91448e490bb326f570073aa374 | watchmen | True | |
+----------------------------------+------------+---------+----------------------+[/mw_shl_code]
5.尝试使用 keystone user-password-update --pass admin admin 更新密码后,dashboard依然认证失败。
6.尝试使用 keystone-manage db_sync 同步数据库依然认证失败。
请问大家有遇到过吗?
|
|