tripleo-ansible/tripleo_ansible/roles/tripleo-hosts-entries
James Slagle 3f27375920 Fix network hostnames in tripleo-hosts-entries
The previous Heat behavior used the jinja2 lower() filter on the network
name to create the hostnames, not network.name_lower. As
network.name_lower can container underscores, this was causing an issue
since the expected hostnames were not present in /etc/hosts.

This patch corrects the issue by switching to just using the lower()
filter.

Change-Id: Ia02ca1263590e2b579f2534e99119d7b1cd4b39a
2019-11-06 10:03:08 -05:00
..
defaults Add tripleo-hosts-entries role 2019-10-25 11:37:56 -04:00
files Add tripleo-hosts-entries role 2019-10-25 11:37:56 -04:00
handlers Add tripleo-hosts-entries role 2019-10-25 11:37:56 -04:00
meta Add tripleo-hosts-entries role 2019-10-25 11:37:56 -04:00
molecule/default Fix network hostnames in tripleo-hosts-entries 2019-11-06 10:03:08 -05:00
tasks Fix network hostnames in tripleo-hosts-entries 2019-11-06 10:03:08 -05:00
vars Add tripleo-hosts-entries role 2019-10-25 11:37:56 -04:00