5ca61e4534
Some operators would like instance starts to fail if we cannot fetch dynamic vendordata. Add an option to do that. Change-Id: I0c31465c5c52cd4c7e4bb229a4452bc4c8df0e88
8 lines
289 B
YAML
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.
|