neutron/neutron/tests/unit/callbacks
Paul Michali 8771ab4816 Provide kwargs for callback abort
The callback mechanism allows notifiers to provide keyword args in
the notification. If this is a create callback, and there is an
exception, then the notifier will call an abort callback.

However, currently, the keyword arguments are not provided to the
abort callback. This information could be useful for the callbacks,
and would make the mechanism consistent. This commit provides that
information.

Change-Id: I2ee0363b52f9de5fcd72905957e8f7e7796f630e
2016-01-12 21:48:05 +00:00
..
__init__.py Add callbacks-based system to Neutron 2015-02-25 06:11:59 -08:00
test_manager.py Provide kwargs for callback abort 2016-01-12 21:48:05 +00:00