Details
- 
        Type:
Monitor
 - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Done
 - 
            Affects Version/s: None
 - 
            Fix Version/s: 2021
 - 
            Component/s: FIWARE-TECH-HELP
 
- 
                        HD-Chapter:Security
 - 
                        HD-Enabler:KeyRock
 
Description
Created question in FIWARE Q/A platform on 15-06-2015 at 17:06
Please, ANSWER this question AT https://stackoverflow.com/questions/30849631/fiware-idm-keystone-on-ubuntu-14-04
Question:
Fiware IDM Keystone on Ubuntu 14.04
Description:
I've tried to install FIWARE IDM - Keystone on my own server (Ubuntu 14.04). 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
[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. Is there any known confict in Ubuntu 14.04?
2017-05-26 15:05|UPDATED status: transition Answered| # answers= 1, accepted answer= False