puppet-nova/releasenotes/notes/remove-vendordata-from-compute-5751b84a5451164e.yaml
Takashi Kajinami d794c04813 Do not include vendordata class in nova::compute
Currently vendordata class is only included in nova-compute, but
this is inconsistent because the class is not included in nova-api
and nova-metadata-api, which also require vendordata configuration.

This patch removes automatical inclusion of vendordata class from
compute class, so that we are consistent about the inclusion of
vendordata class.

Change-Id: Ib2100f419afa80fd482404b0b3606e9c11d47ab5
2020-05-24 09:34:45 +09:00

7 lines
211 B
YAML

---
upgrade:
- |
The ``nova::vendordata`` class is not automatically included by
``nova::compute``. The class should be included explicitly if vandordata
configuration is required at nova-compute.