summaryrefslogtreecommitdiff
path: root/releasenotes/notes/rm_import_object_ns-5344a390b0af465e.yaml
blob: 99f5af7f6b8e92476f28efd76ec3d8e43ba6a940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
upgrade:
  - Only virt drivers in the nova.virt namespace may be loaded.
    This has been the case according to nova docs for several
    releases, but a quirk in some library code meant that loading
    things outside the namespace continued to work
    unintentionally. That has been fixed, which means "compute_driver
    = nova.virt.foo" is invalid (and now enforced as such), and should
    be "compute_driver = foo" instead.
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.