Comment 1 for bug 1980652

Revision history for this message
Arnaud Morin (arnaud-morin) wrote :

I was able to mitigate this by using conffixture:

from oslo_messaging.conffixture import ConfFixture

...
ConfFixture(conf)

but that seems overkill to me