tripleo-heat-templates/releasenotes/notes/fix_nova_host-0b82c88597703353.yaml
Oliver Walsh 31e4c0194d Explicitly set nova/neutron/ceilometer host to expected fqdn
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
2018-04-23 15:17:58 +01:00

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