oslo.cache is noisy on startup if memcache is missing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oslo.cache |
New
|
Undecided
|
Unassigned |
Bug Description
When running unit tests in nova, we see the following error message quite regularly:
2021-08-17 11:54:58.368 27961 ERROR stevedore.extension [req-ac3ac729-
2021-08-17 11:54:58.375 27959 ERROR stevedore.extension [req-3c345bf7-
2021-08-17 11:54:58.393 27962 ERROR stevedore.extension [req-8f167a6a-
2021-08-17 11:54:58.545 27960 ERROR stevedore.extension [req-64210d11-
By stopping the process at the right time, we see the following exception:
File "/opt/stack/
class AvailabilityZon
File "/opt/stack/
@
File "/opt/stack/
MC = cache_utils.
File "/opt/stack/
backend=
File "/opt/stack/
region.
File "/opt/stack/
backend_cls = _backend_
File "/opt/stack/
self._mgr = stevedore.
File "/opt/stack/
verify_
File "/opt/stack/
exc_
Message: 'Could not load %r: %s'
Arguments: ('oslo_
I've yet to figure out how to silence these errors or whether it's actually nova that needs to change something, but I suspect we might need configure stevedore slightly differently.
Leaving this here so I remember to investigate in the future.