Nova test_report_client uses nova conf when starting placement intercept, causing missing config opts
Bug #1818560 reported by
Chris Dent
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Critical
|
Chris Dent |
Bug Description
See: http://
The failing tests there are failing because the Database fixture from placement is used directly, and configuration opts are not being registered properly. This was an oversight when adding a new configuration setting.
The fix is to register the missing opt when requested to do so.
This is blocking the gate.
LATER, to clarify:
The root cause of this is that in test_report_client, a global CONF from nova was being used to create the placement wsgi-intercepts. When a new config was added on the placement side, that global CONF was no longer in sync.
Changed in nova: | |
assignee: | Eric Fried (efried) → Chris Dent (cdent) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/640853
Review: https:/