Dear Fernando, i tried the proposed solution and it failed again. I then noticed it tries to load OpenstackMap module which in the skuld folder is called as OpenStackMap. Changed in users.py line 48 the name to OpenStackMap and it worked. However now i get this: Getting administrator token... Getting id of the requested region... Getting the list of projects in the specific region... Get the list of users with some role on those projects... Getting the email of the identified users... Making analysis bottom-up... Traceback (most recent call last): File "./users.py", line 320, in <module> getusers = processing_request(arguments) File "./users.py", line 306, in processing_request useremail_osclient = get_email_osclient(username=username, password=password, region=region) File "./users.py", line 237, in get_email_osclient map.load_keystone() File "/root/download/fiware-skuld/skuld/openstackmap.py", line 572, in load_keystone self._get_keystone_data() File "/root/download/fiware-skuld/skuld/openstackmap.py", line 215, in _get_keystone_data keystone = self.osclients.get_keystoneclientv3() File "/root/download/fiware-skuld/utils/osclients.py", line 585, in get_keystoneclientv3 session = self.get_session_v3() File "/root/download/fiware-skuld/utils/osclients.py", line 440, in get_session_v3 self._apply_override_endpoint(**override) File "/root/download/fiware-skuld/utils/osclients.py", line 680, in _apply_override_endpoint endpoints = list(endp for endp in self.get_endpoints(service_type) File "/root/download/fiware-skuld/utils/osclients.py", line 615, in get_endpoints for service in self.get_catalog(): File "/root/download/fiware-skuld/utils/osclients.py", line 597, in get_catalog access = session.auth.get_access(session) File "/usr/lib/python2.7/dist-packages/keystoneclient/auth/identity/base.py", line 126, in get_access self.auth_ref = self.get_auth_ref(session) File "/usr/lib/python2.7/dist-packages/keystoneclient/auth/identity/v3.py", line 119, in get_auth_ref authenticated=False, log=False, **rkwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/session.py", line 430, in post return self.request(url, 'POST', **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/utils.py", line 318, in inner return func(*args, **kwargs) File "/usr/lib/python2.7/dist-packages/keystoneclient/session.py", line 346, in request raise exceptions.from_response(resp, method, url) keystoneclient.openstack.common.apiclient.exceptions.NotFound: The resource could not be found. (HTTP 404) On 18/02/2016 01:30 μμ, FERNANDO LOPEZ AGUILAR wrote: > $ export PYTHONPATH=../.. Αποποίηση ευθυνών / Disclaimer -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.fiware.org/private/fiware-lab-federation-nodes/attachments/20160218/ee752e26/attachment.html>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy