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

本文共 3107 字,大约阅读时间需要 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://undul.baihongyu.com/

你可能感兴趣的文章
大分区使用xfs文件系统存储备份遇到的问题
查看>>
记录-三步走FreeMarker Template学习
查看>>
vsts项目管理理论基础——MSF
查看>>
Cocos2d-x Eclipse下程序运行产生错误Effect initCheck() returned -1
查看>>
Unity依赖注入使用详解
查看>>
Windows GVim
查看>>
kernel_read【转】
查看>>
内核分配大块连续内存的方法【转】
查看>>
【Python】random模块
查看>>
嵌入式Linux下Camera编程--V4L2【转】
查看>>
一文读懂最近流行的CNN架构(附学习资料)
查看>>
[工具] 程序员必须软件
查看>>
.Net Discovery系列文章阅读索引--带你探索未知的.Net世界
查看>>
设计模式(一)简单工厂(创建型)(Java&&PHP)
查看>>
Code First开发系列之数据库迁移
查看>>
UI方面书籍推荐
查看>>
Spark SQL概念学习系列之Spark SQL 优化策略(五)
查看>>
pgpool-II的 FATAL: role "nobody" does not exist 错误
查看>>
jsp路径
查看>>
关于location.href几种用法的区别
查看>>