zoukankan      html  css  js  c++  java
  • [openstack问题]dashboard无法登陆进去的问题

    配置好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$

    原因查找中......

    赠人玫瑰
    手留余香

    我们曾如此渴望命运的波澜,到最后才发现:人生最曼妙的风景,竟是内心的淡定与从容……我们曾如此期盼外界的认可,到最后才知道:世界是自己的,与他人毫无关系!-杨绛先生

    如果,您认为阅读这篇博客让您有些收获,不妨点击一下右下角的推荐按钮。
    如果,您希望更容易地发现我的新博客,不妨点击一下绿色通道的关注我

  • 相关阅读:
    Python合集之文件操作(二)
    Python合集之文件操作(一)
    Python合集之异常(二)
    Python合集之异常(一)
    Python合集之模块(五)
    Visual Studio 配置额外工具 Windows Terminal 等
    CMakeList.txt
    alpha智能图像(全栈的进阶之路)
    位运算实现多状态控制
    缓存函数 memorize
  • 原文地址:https://www.cnblogs.com/haochuang/p/2269550.html
Copyright © 2011-2022 走看看