Merge "Include nova::metadata to compute profile"
This commit is contained in:
commit
787387a5f7
@ -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
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user