简体   繁体   English

Ubuntu 14.04上的Fiware IDM Keystone

[英]Fiware IDM Keystone on Ubuntu 14.04

I've tried to install FIWARE IDM - Keystone on my own server (Ubuntu 14.04). 我尝试在自己的服务器(Ubuntu 14.04)上安装FIWARE IDM-Keystone。 Everything went well till when I tried to populate the database using the following command 一切顺利,直到我尝试使用以下命令填充数据库为止

fab localhost keystone.populate

where python sent the following error python在哪里发送以下错误

[localhost] Executing task 'keystone.populate'
Created Services and Endpoints
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/fabric/main.py", line 743, in main
    *args, **kwargs
  File "/usr/local/lib/python2.7/dist-packages/fabric/tasks.py", line 384, in execute
    multiprocessing
  File "/usr/local/lib/python2.7/dist-packages/fabric/tasks.py", line 274, in _execute
    return task.run(*args, **kwargs)
  File "/home/juan/idm/deployment/keystone.py", line 248, in run
    self._create_endpoint_group_filters(keystone)
  File "/home/juan/idm/deployment/keystone.py", line 285, in _create_endpoint_group_filters
    regions = keystone.regions.list()
  File "/usr/lib/python2.7/dist-packages/keystoneclient/httpclient.py", line 620, in __getattr__
    raise AttributeError("Unknown Attribute: %s" % name)
AttributeError: Unknown Attribute: regions

Same command was executed in Ubuntu 12.05 and worked well. 在Ubuntu 12.05中执行了相同的命令,效果很好。 Is there any known confict in Ubuntu 14.04? Ubuntu 14.04中有任何已知的冲突吗?

I just saw how old this question is. 我刚刚看到了这个问题的年龄。 I think it was a specific issue with that installation/environment in particular because there are no know issues with Ubuntu 14.04 and the IdM has always been deployed in that version. 我认为这是该安装/环境的一个特定问题,尤其是因为Ubuntu 14.04尚不存在已知问题,而且IdM始终部署在该版本中。

Using the latest release should work correctly in Ubuntu 14.04. 在Ubuntu 14.04中使用最新版本应该可以正常工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM