]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Reuse nova batch notifier
authorAssaf Muller <amuller@redhat.com>
Mon, 13 Oct 2014 16:24:01 +0000 (19:24 +0300)
committerAssaf Muller <amuller@redhat.com>
Fri, 20 Mar 2015 13:55:08 +0000 (13:55 +0000)
commitb7d39c1360c6eeab8e011299becdc8417a31dc83
treeaea24b919c7dddcc4a361793d8dc6f7140a469f5
parentd8ad3a1a63adf8261461f3719eebdea2fa0cd45e
Reuse nova batch notifier

Refactor the batch notifier currently used by the Nova notifier
into a separate class. It will be reused when batching L3 HA
state change events.

Partially-Implements: blueprint report-ha-router-master
Change-Id: I2f8cf261f48bdb632ac0bd643a337290b5297fce
neutron/notifiers/batch_notifier.py [new file with mode: 0644]
neutron/notifiers/nova.py
neutron/tests/unit/notifiers/test_batch_notifier.py [new file with mode: 0644]
neutron/tests/unit/notifiers/test_notifiers_nova.py