nova/releasenotes/notes/remove-deprecated-vendordata_driver-opt-3ececc051e581070.yaml
Stephen Finucane bd3da5d763 trivial: Fix typos in release notes
Change-Id: I989fa12f115075c27b29b4863cbb5240abfb5978
2018-01-31 10:51:03 +00:00

13 lines
532 B
YAML

---
upgrade:
- |
The ``[DEFAULT] vendordata_driver`` option was deprecated in Mitaka and has
now been removed. Configuration of vendordata drivers should now be done by
using the ``[api] vendordata_providers`` option. For more information,
refer to the `vendordata documentation`__.
__ https://docs.openstack.org/nova/latest/user/vendordata.html
- |
The ``[api] vendordata_providers`` option now defaults to ``[StaticJSON]``.
This ensures existing behavior of the vendordata v1 driver is preserved.