Comment 2 for bug 897749

Revision history for this message
Ziad Sawalha (ziad-sawalha) wrote :

I now get:

$ ./keystone-manage endpoint add myTenant nova
ERROR: 'NoneType' object has no attribute 'id'
Traceback (most recent call last):
  File "./keystone-manage", line 18, in <module>
    keystone.manage.main()
  File "/Users/ziadsawalha/Documents/Code/keystone/keystone/manage/__init__.py", line 464, in main
    raise exc
AttributeError: 'NoneType' object has no attribute 'id'

We need to improve on the messaging (planning that for E3).