Files
puppet-nova/releasenotes/notes/deprecate-metadata-dhcp_domain-963c644692f72ede.yaml
Oliver Walsh 71276558e7 Set dhcp_domain for all nova services
This is required for nova-compute so move to init.pp from metadata.pp and set
DEFAULT/dhcp_domain (which nova should undeprecate) vs api/dhcp_domain.

Change-Id: If6a26527a737a7184ebddd5b4bc346d64827e9e3
Related-bug: #1903908
Related-bug: #1832537
2020-11-12 14:21:37 +00:00

9 lines
242 B
YAML

---
fixes:
- |
The nova::metadata::dhcp_domain paramater has been deprecated by
nova::dhcp_domain as the nova config option is also required for
nova-compute.
[Bug `1903908 <https://bugs.launchpad.net/nova/+bug/1903908>`_]