nova/releasenotes/notes/remove-deprecated-vendordata_driver-opt-3ececc051e581070.yaml
Stephen Finucane a3b445c0ef conf: Remove 'vendordata_driver' opt
This has been deprecated for a long time. It's time to go.

Change-Id: Ia3d88dd795b7049938265acc44465261df3fec36
2017-11-02 13:11:37 +00:00

13 lines
531 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.