Include nova::metadata to compute profile

The old DEFAULT/dhcp_domain setting was moved to api/dhcp_domain.
nova::network::neutron::dhcp_domain will be removed later in the cycle.
We need include nova::metadata which sets the new [api]/dhcp_domain
as this is used by the virt driver to generate the config drive.

Closes-Bug: 1832537

Depends-On: https://review.opendev.org/668663
Depends-On: https://review.opendev.org/668666
Depends-On: https://review.opendev.org/665131
Depends-On: https://review.opendev.org/669066
Depends-On: https://review.opendev.org/669208

Change-Id: I5da1e67684f8317eec8c499c3534977e00a63098
This commit is contained in:
Martin Schuppert 2019-07-03 11:46:20 +02:00
parent bcb17115a3
commit 3273d29163
2 changed files with 12 additions and 0 deletions

View File

@ -78,6 +78,11 @@ class tripleo::profile::base::nova::compute (
# deploy bits to connect nova compute to neutron
include ::nova::network::neutron
# we need to set nova::metadata::dhcp_domain which sets
# [api]/dhcp_domain as this is used by the virt driver
# to generate the config drive
include ::nova::metadata
}
# If NFS is used as a Cinder or Nova backend

View File

@ -0,0 +1,7 @@
---
fixes:
- |
The old DEFAULT/dhcp_domain setting was moved to api/dhcp_domain.
nova::network::neutron::dhcp_domain will be removed later in the cycle.
We need include nova::metadata which sets the new [api]/dhcp_domain
as this is used by the virt driver to generate the config drive.