← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1837010] [NEW] [RFE] event callback dynamic loading

 

Public bug reported:

Currently, keystone uses event_callbacks only internal module registered
(https://github.com/openstack/keystone/blob/master/keystone/notifications.py#L258)

I think it would be better to add external module's callbacks also for
API using stevedore. It makes 3rd party logic which have to executed
synchronously can be easily attached to core keystone logic. I was
trying to find existed interface to add our logic without keystone
change, but no one was there (Please let me know if there is)

Thanks!

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1837010

Title:
  [RFE] event callback dynamic loading

Status in OpenStack Identity (keystone):
  New

Bug description:
  Currently, keystone uses event_callbacks only internal module
  registered
  (https://github.com/openstack/keystone/blob/master/keystone/notifications.py#L258)

  I think it would be better to add external module's callbacks also for
  API using stevedore. It makes 3rd party logic which have to executed
  synchronously can be easily attached to core keystone logic. I was
  trying to find existed interface to add our logic without keystone
  change, but no one was there (Please let me know if there is)

  Thanks!

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1837010/+subscriptions


Follow ups