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$

    原因查找中......

    赠人玫瑰
    手留余香

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

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

  • 相关阅读:
    再谈C#装箱和拆箱操作
    C#装箱与拆箱总结
    大话设计模式
    创建ASP.NET Webservice
    Lambada和linq查询数据库的比较
    设置VS2015背景图片(转载)
    windows 下使用Linux 子系统-安装.net core 环境
    .net core 3.1 ef Migrations 使用 CLI 数据迁移及同步
    linq 大数据 sql 查询及分页优化
    数据迁移最快方式,多线程并行执行 Sql插入
  • 原文地址:https://www.cnblogs.com/haochuang/p/2269550.html
Copyright © 2011-2022 走看看