博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
dashboard无法登陆进去的问题
阅读量:6229 次
发布时间:2019-06-21

本文共 3205 字,大约阅读时间需要 10 分钟。

配置好openstack的nova,nwtwork等之后,在dashboard登陆时候出现错误,怀疑keystone的问题:

对token的理解不够准确,导致配置过程中可能出现问题,现在问题未解决,报错代码如下:

 testcloud@computer9:/etc/keystone$ sudo ./keystone_data.sh

SUCCESS: Tenant admin created.
ERROR: 'NoneType' object has no attribute 'id'
Traceback (most recent call last):
  File "/usr/local/bin/keystone-manage", line 7, in <module>
    execfile(__file__)
  File "/opt/keystone/bin/keystone-manage", line 16, in <module>
    keystone.manage.main()
  File "/opt/keystone/keystone/manage/__init__.py", line 249, in main
    raise exc
AttributeError: 'NoneType' object has no attribute 'id'
SUCCESS: Role Admin created successfully.
SUCCESS: Role KeystoneAdmin created successfully.
SUCCESS: Role KeystoneServiceAdmin created successfully.
ERROR: 'NoneType' object has no attribute 'id'
Traceback (most recent call last):
  File "/usr/local/bin/keystone-manage", line 7, in <module>
    execfile(__file__)
  File "/opt/keystone/bin/keystone-manage", line 16, in <module>
    keystone.manage.main()
  File "/opt/keystone/keystone/manage/__init__.py", line 249, in main
    raise exc
AttributeError: 'NoneType' object has no attribute 'id'
ERROR: 'NoneType' object has no attribute 'id'
Traceback (most recent call last):
  File "/usr/local/bin/keystone-manage", line 7, in <module>
    execfile(__file__)
  File "/opt/keystone/bin/keystone-manage", line 16, in <module>
    keystone.manage.main()
  File "/opt/keystone/keystone/manage/__init__.py", line 249, in main
    raise exc
AttributeError: 'NoneType' object has no attribute 'id'
ERROR: 'NoneType' object has no attribute 'id'
Traceback (most recent call last):
  File "/usr/local/bin/keystone-manage", line 7, in <module>
    execfile(__file__)
  File "/opt/keystone/bin/keystone-manage", line 16, in <module>
    keystone.manage.main()
  File "/opt/keystone/keystone/manage/__init__.py", line 249, in main
    raise exc
AttributeError: 'NoneType' object has no attribute 'id'
SUCCESS: Service nova created successfully.
SUCCESS: Service glance created successfully.
SUCCESS: Service keystone created successfully.
SUCCESS: Created EndpointTemplates for nova pointing to http://192.168.77.109:8774/v1.1/%tenant_id%.
SUCCESS: Created EndpointTemplates for glance pointing to http://192.168.77.109:9292/v1.1/%tenant_id%.
SUCCESS: Created EndpointTemplates for keystone pointing to http://192.168.77.109:5000/v2.0.
ERROR: 'NoneType' object has no attribute 'id'
Traceback (most recent call last):
  File "/usr/local/bin/keystone-manage", line 7, in <module>
    execfile(__file__)
  File "/opt/keystone/bin/keystone-manage", line 16, in <module>
    keystone.manage.main()
  File "/opt/keystone/keystone/manage/__init__.py", line 249, in main
    raise exc
AttributeError: 'NoneType' object has no attribute 'id'
ERROR: 'NoneType' object has no attribute 'id'
Traceback (most recent call last):
  File "/usr/local/bin/keystone-manage", line 7, in <module>
    execfile(__file__)
  File "/opt/keystone/bin/keystone-manage", line 16, in <module>
    keystone.manage.main()
  File "/opt/keystone/keystone/manage/__init__.py", line 249, in main
    raise exc
AttributeError: 'NoneType' object has no attribute 'id'
testcloud@computer9:/etc/keystone$

原因查找中......

本文转自 念槐聚 博客园博客,原文链接:http://www.cnblogs.com/haochuang/archive/2011/11/30/2269550.html,如需转载请自行联系原作者

你可能感兴趣的文章
SSH项目tomcat发布时,Initializing Spring root WebApplicationContext卡死不动
查看>>
Lombok
查看>>
Single Number II
查看>>
由于一个老熟人对架构的一句话而拉黑了他。
查看>>
Mysql第八天 分区与分表
查看>>
CF 558A(Lala Land and Apple Trees-暴力)
查看>>
关于继承Fragment后重写构造方法而产生的错误
查看>>
2017-5-7 账号激活 权限设置 销售 仓库 财务三大模块
查看>>
datepicker插件的使用
查看>>
用户定义的变量+HTTP Cookie 管理器组合实现接口关联+问题处理
查看>>
linux中查找文件中的内容
查看>>
【C#学习笔记】调用C++生成的DLL
查看>>
Java:类与继承
查看>>
jQuery带tab切换搜索框样式代码
查看>>
jquery如何获得页面元素的坐标值
查看>>
《程序是怎样跑起来的》读书笔记——第六章 亲自尝试压缩数据
查看>>
poj1189
查看>>
AIM Tech Round 4 (Div. 2)
查看>>
JMeter介绍(一)
查看>>
自己实现字符串转整数(不使用JDK的字符串转整数的方法)
查看>>