nova/releasenotes/notes/rm_import_object_ns-5344a390b0af465e.yaml
Sean Dague 8eb03de1eb remove the use of import_object_ns
This function dates back to I5eee3389c7719d5f361532b0eddaa249233283a5
when it was introduced to make it easier to seamlessly load drivers
from out of tree. This no long is something we want to do. Also, the
way this works it means that it makes it really hard to debug when an
import of a driver fails (as it's masked out).

This is the only use of the function in all of OpenStack, it should
just go away as an anti-pattern.

Tests were updated to pass, and the compute_driver flag was removed
from tests that passed even when they now had completely bogus values.

Change-Id: I65a537292aa8eda9f3d89e408caa50c445f2050a
2016-04-22 13:44:39 -04:00

7 lines
171 B
YAML

---
other:
- Virt drivers are no longer loaded with the import_object_ns
function, which means that only virt drivers in the nova.virt
namespace can be loaded.