Merge "Include nova::metadata to compute profile"

This commit is contained in:
Zuul 2019-07-11 12:04:08 +00:00 committed by Gerrit Code Review
commit 787387a5f7
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.