nova/releasenotes/notes/deprecate_vendordata_driver-eefc745365a881c3.yaml
Sean Dague 21da1babce Deprecate the `vendordata_driver` config option.
This allowed creating a differ class loader for defining vendordata
metadata for the metadata server. The default driver loads from a json
file that can be arbitrarily specified, so is still quite flexible.

Change-Id: I0f9866320cd655134281193c50ec170ea20c011a
2016-03-04 06:57:50 -05:00

11 lines
436 B
YAML

---
deprecations:
- Deprecate the ``vendordata_driver`` config option. This allowed
creating a different class loader for defining vendordata
metadata. The default driver loads from a json file that can be
arbitrarily specified, so is still quite flexible. Deployments that
felt the need to use this facility are encoraged to propose
additions upstream so we can create a stable and supported
interface here.