This is my hosts file:
# Your system has configured 'manage_etc_hosts' as True.
# As a result, if you wish for changes to this file to persist
# then you will need to either
# a.) make changes to the master file in /etc/cloud/templates/hosts.debian.tmpl
# b.) change or remove the value of 'manage_etc_hosts' in
# /etc/cloud/cloud.cfg or cloud-config from user-data
#
127.0.1.1 v116 v116
127.0.0.1 localhost
The line 127.0.1.1 v116 v116 is causing issues.
I know I can disable manage_etc_hosts
as suggested in the comments.
But where the value v116 v116
is coming from? Is there any data or value file?
Can't find where it comes from
– Allan Xu May 18 '23 at 19:23curl "http://169.254.169.254/openstack/latest/meta_data.json"
– Marco May 20 '23 at 09:17