tripleo-image-elements/elements/hosts/os-refresh-config/configure.d
Jiri Stransky b85d8d69a0 Downcase /etc/hosts entries
The entries received from Heat are based on Heat names of
OS::Nova::Server resources, which can contain uppercase letters. However
the hostnames set by Nova are lowercase. This can make the actual
hostname differ from entries in /etc/hosts, which can make the output of
`hostname -f` differ from `facter fqdn`, which can cause failed Puppet
runs.

This patch makes sure that the /etc/hosts entries that Heat adds are
lowercase.

Change-Id: Iec5b6450c5730c081c8f2ca4d6c9786b956c87d5
Partial-Bug: #1447497
2015-04-24 13:26:26 +02:00
..
51-hosts Downcase /etc/hosts entries 2015-04-24 13:26:26 +02:00