31e4c0194d
This avoids any issues where the host/domainname is altered by a DHCP lease. Also the puppet/facter fqdn can be unpredictable when there are multiple NICs. Change-Id: I7ed52727d1515ee7f191a82b0b1d645a9d597cd3 Closes-bug: 1758034
10 lines
441 B
YAML
10 lines
441 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The nova/neutron/ceilometer host parameter is now explicitly set to the
|
|
same value that is written to /etc/hosts. On a correctly configured
|
|
deployment they should be already be identical. However if the hostname
|
|
or domainname is altered (e.g via DHCP) then the hostname is unlikely to
|
|
resolve to the correct IP address for live-migraiton.
|
|
Related bug: https://bugs.launchpad.net/tripleo/+bug/1758034
|