puppet-nova/releasenotes/notes/migrate-verify_glance_signatures-3fbef6e4f0d7f49f.yaml
Takashi Kajinami 01a829b963 Migrate glance/verify_glance_signatures to more common place
Since the trusted_image_certificates was added to nova[1], not only
nova-compute but also nova-api uses this parameter.
This change migrates the puppet parameter from nova::compute class
to more common nova::glance class, so that the parameter can be set
at nova-api as well.

[1] 8c7ca368b190f0fd3c097531e2cf52fe4dc20c69

Change-Id: I8c7cf5269cda8b6a8e0a22dbb326454d923fb412
2021-01-30 14:54:31 +09:00

7 lines
188 B
YAML

---
deprecations:
- |
The ``nova::compute::verify_glance_signatures`` parameter has been
deprecated in favor of the new ``nova::glance::verify_glance_signatures``
parameter.