Incorrect set deprecated flag for notify_on_state_change
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
High
|
Ionuț Bîru | ||
Ocata |
Fix Committed
|
High
|
Matt Riedemann |
Bug Description
grep notify_
2017-03-10 16:26:51.974 13421 DEBUG oslo_service.
2017-03-10 16:30:19.035 13435 DEBUG oslo_service.
2017-03-10 16:34:34.418 13510 DEBUG oslo_service.
No warning return. The 3rd line has the correct value after setting in [notifications] section.
I'll submit the patch
Yeah we confirmed that the code is setting deprecated_ group=' default' which doesn't error but doesn't do the passthrough for DEFAULT. This is a bug on a few options that were moved between groups in ocata, so we should fix all of them in the same patch.