yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38827
[Bug 1418643] Re: References to im_class.__name__ are not compatible with python3
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => liberty-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1418643
Title:
References to im_class.__name__ are not compatible with python3
Status in Keystone:
Fix Released
Bug description:
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__.
https://github.com/openstack/keystone/blob/4f0107e43491ec5ed829b83eae7be32fea5ba659/keystone/notifications.py#L137-L143
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1418643/+subscriptions
References