nova/releasenotes/notes/vendordata-reboot-hard-failure-42beeb1044680a50.yaml
Michael Still 5ca61e4534 Optionally make dynamic vendordata failures fatal.
Some operators would like instance starts to fail if we cannot
fetch dynamic vendordata. Add an option to do that.

Change-Id: I0c31465c5c52cd4c7e4bb229a4452bc4c8df0e88
2017-01-26 13:39:53 +00:00

8 lines
289 B
YAML

---
features:
- |
The vendordata metadata system now supports a hard failure mode. This can
be enabled using the ``api.vendordata_dynamic_failure_fatal`` configuration
option. When enabled, an instance will fail to start if the instance
cannot fetch dynamic vendordata.