Merge "Augment release note for import_object_ns removal"

This commit is contained in:
Jenkins 2016-05-18 22:52:58 +00:00 committed by Gerrit Code Review
commit f7ba186571
1 changed files with 8 additions and 0 deletions

View File

@ -1,4 +1,12 @@
---
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