Can't find project by project_id

Bug #1945785 reported by Vladislav Kuzmin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-keystoneclient
New
Undecided
Douglas Mendizábal

Bug Description

When I do something like this

keystone_client.projects.find(project_id='f74d665bef34449c9debb1f8aad96707')

I get the following error:

  File "/.venv/lib/python3.6/site-packages/keystoneclient/v3/projects.py", line 225, in find
    p = super(ProjectManager, self).find(**kwargs)
  File "/.venv/lib/python3.6/site-packages/keystoneclient/base.py", line 86, in func
    return f(*args, **new_kwargs)
  File "/.venv/lib/python3.6/site-packages/keystoneclient/base.py", line 494, in find
    self.collection_key)
  File "/venv/lib/python3.6/site-packages/keystoneclient/base.py", line 146, in _list
    data = body[response_key]
KeyError: 'projects'

Changed in python-keystoneclient:
assignee: nobody → Douglas Mendizábal (dougmendizabal)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.