]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move notifications before DB retry decorator
authorKevin Benton <blak111@gmail.com>
Fri, 8 Jan 2016 01:27:52 +0000 (17:27 -0800)
committerKevin Benton <blak111@gmail.com>
Fri, 8 Jan 2016 01:30:58 +0000 (17:30 -0800)
commit447f4b14614988f38a26d5d1b8e439ad0a44d8ad
treefe5b258a67fd552d829c2ea1fec244fbdfd6b4cd
parent8e5424865386dfce5c01864a63474711caad760b
Move notifications before DB retry decorator

This patch moves the start notifications emitted in the API
layer ('network.create.start', etc) to before the DB retry
decorator. This prevents benign retry events from resending
notifications onto the message bus.

Change-Id: I8159692a107ede397a4abeff71310a99fffa4862
Closes-Bug: #1532051
neutron/api/v2/base.py