./keystone-manage tenant list returns IndexError

Bug #891454 reported by Dolph Mathews
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Invalid
Medium
Dolph Mathews

Bug Description

$ ./bin/keystone-manage tenant list
ERROR: tuple index out of range
Traceback (most recent call last):
  File "./bin/keystone-manage", line 16, in <module>
    keystone.manage.main()
  File "/Users/antiver/Dropbox/keystone/keystone/manage/__init__.py", line 283, in main
    raise exc
IndexError: tuple index out of range

Although the actual backtrace is being suppressed by main(), it looks like process() is attempting to access args[2] when it's not set in line 112.

Revision history for this message
Dolph Mathews (dolph) wrote :

Reported this twice on accident; duplicate of bug 891710.

Changed in keystone:
assignee: nobody → Dolph Mathews (dolph)
status: Triaged → Invalid
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.