]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Pass an empty context to the notifier
authorFlavio Percoco <flaper87@gmail.com>
Fri, 22 Aug 2014 16:33:07 +0000 (18:33 +0200)
committerFlavio Percoco <flaper87@gmail.com>
Mon, 25 Aug 2014 06:51:48 +0000 (08:51 +0200)
commitdbab8843ef33e0bb6745ae3ad5951fd86446c1a3
tree27942bc15b18bdfc41dffa449d9aa9f6b1409686
parent44fc450a8b30041d287fba5c9174d705288b59c9
Pass an empty context to the notifier

The notifier API expects a context as a first parameter. During the port
to oslo.messaging, a bug was introduced here and the first argument in
the notifier call was removed. This patch puts it back.

Change-Id: Id2f47757ee4af8f8c39a8a1e6b11dcad163f5b7b
Closes-bug: #1346466
cinder/openstack/common/log_handler.py