Incorrect set deprecated flag for notify_on_state_change
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| OpenStack Compute (nova) |
High
|
Ionuț Bîru | ||
| Ocata |
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
Matt Riedemann (mriedem) wrote : | #1 |
summary: |
- Incorect set deprecated flag for notify_on_state_change + Incorrect set deprecated flag for notify_on_state_change |
Changed in nova: | |
status: | New → Confirmed |
importance: | Undecided → High |
tags: | added: config |
Changed in nova: | |
assignee: | nobody → Ionuț Bîru (ionut-3) |
Fix proposed to branch: master
Review: https:/
Changed in nova: | |
status: | Confirmed → In Progress |
OpenStack Infra (hudson-openstack) wrote : | #3 |
Fix proposed to branch: master
Review: https:/
Change abandoned by Ionuț Bîru (<email address hidden>) on branch: master
Review: https:/
Fix proposed to branch: stable/ocata
Review: https:/
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit abd18a12e3e6b57
Author: Ionuț Bîru <email address hidden>
Date: Fri Mar 10 17:22:22 2017 +0200
Correctly set up deprecation warning
In the current state, no warning was output in the logs.
With this fix, a warning is output in the logs and the value from
[DEFAULT] is used correctly.
Change-Id: I6a7f856e583aed
Closes-Bug: #1671847
Changed in nova: | |
status: | In Progress → Fix Released |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/ocata
commit 59123a187675674
Author: Ionuț Bîru <email address hidden>
Date: Fri Mar 10 17:22:22 2017 +0200
Correctly set up deprecation warning
In the current state, no warning was output in the logs.
With this fix, a warning is output in the logs and the value from
[DEFAULT] is used correctly.
Change-Id: I6a7f856e583aed
Closes-Bug: #1671847
(cherry picked from commit abd18a12e3e6b57
This issue was fixed in the openstack/nova 15.0.1 release.
This issue was fixed in the openstack/nova 16.0.0.0b1 development milestone.
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.