[Yahoo-eng-team] [Bug 1418643] [NEW] References to im_class.__name__ are not compatible with python3

2015-02-05 Thread Tom Cameron
Public bug reported: References to im_class.__name__ will need to be changed to __self__.__class__.__name__. For example, in notifications.py references to callback.im_class.__name__ should be callback.__self__.__class__.__name__. ** Affects: keystone Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1410922] [NEW] notifications.py missing several docstrings

2015-01-14 Thread Tom Cameron
Public bug reported: While reviewing notifications.py I noticed several docstrings were missing. An example can be found at the definition of register_event_callback. ** Affects: keystone Importance: Undecided Assignee: Tom Cameron (tom-cameron) Status: New ** Tags: low

[Yahoo-eng-team] [Bug 1410516] [NEW] MD to RST format errors in api specs

2015-01-13 Thread Tom Cameron
Public bug reported: Automatic conversion of markdown to rst has caused formatting errors in the Tokens section. https://github.com/openstack/keystone-specs/blob/master/api/v3/identity- api-v3.rst#tokens ** Affects: keystone Importance: Undecided Assignee: Tom Cameron (tom-cameron