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$

    原因查找中......

    赠人玫瑰
    手留余香

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

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

  • 相关阅读:
    GIT 基本语句
    SpringBoot查看哪些配置类自动生效
    LeetCode第一题 两数之和
    static{} java中的静态代码块
    mybatis引入mapper映射文件的4种方法(转)
    MySQL Charset/Collation(字符集/校对)(转)
    MySQL数据库的创建(详细)
    Eclipse出现Tomcat无法启动:Server Tomcat v8.5 Server at localhost failed to start问题
    判断一个int类型数字的奇偶性
    linux中安装erlang时使用make命令报错问题
  • 原文地址:https://www.cnblogs.com/haochuang/p/2269550.html
Copyright © 2011-2022 走看看