Files
puppet-nova/releasenotes/notes/add-vendordata_dynamic_failure_fatal-e19eade6e6be79b2.yaml
Rob Crittenden c622f1e098 Add new dynamic vendordata option, vendordata_dynamic_failure_fatal
This option was added to nova during the Ocata cycle and allows a
request to fail if a dynamic vendordata provider cannot be contacted
or the request times out (connect or read).

Change-Id: I43e7b880273bb5a0a63d39a7ebd79b78695c52a1
2017-03-03 08:43:52 +02:00

6 lines
192 B
YAML

---
features:
- Adds the vendordata_dynamic_failure_fatal option to the API manifest.
Which, if set to true, makes nova take errors that happened in the
vendordata plugins as fatal.