openstack-ansible/releasenotes/notes/do_not_add_localhost_to_hosts-36e365b95dc9da42.yaml
Dmitriy Rabotyagov c7200cc132 Create Caracal Beta release
In order to get some more testing around new defaults, it might make
sense to create a Beta version which comes prior to branching. In the
meanwhile we can land leftovers for branches and take our time to
cover found issues.

Change-Id: Ie478e298a3a9292ec069b76548d8f4238efc90a1
2024-05-17 16:19:49 +00:00

9 lines
329 B
YAML

---
fixes:
- |
After adding ``localhost`` to inventory explicitly this resulted in potential
FQDN change due to adding a record for localhost into managed block inside
``/etc/hosts`` file.
This is now fixed and record for ``127.0.0.1`` will be removed from managed
by Ansible blocks inside /etc/hosts file.