]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use default_notification_level when notification
authorAkihiro MOTOKI <motoki@da.jp.nec.com>
Tue, 8 Jan 2013 07:57:23 +0000 (16:57 +0900)
committerAkihiro MOTOKI <motoki@da.jp.nec.com>
Sat, 12 Jan 2013 16:53:11 +0000 (01:53 +0900)
commitfaa1733ef0adfdfb3e625d60d96b08ce764ca824
tree18ef0424209442107c8640541b5bedcc6db1ed46
parent939200d35de50b221c0c5a986cf29dfa30db1e1f
Use default_notification_level when notification

Fix bug 1089773

Notifications in quantum api do not honor default_notification_level
in quantum.conf and always use INFO level. On the other hand
dhcp-agent refers to default_notification_level.
If default_notification_level is set to a value other than INFO,
dhcp-agent cannot receive notification from quantum server.

Change-Id: Ie3ae576d62e91651aa59b2324ec114716181107f
quantum/api/v2/base.py
quantum/tests/unit/test_api_v2.py