Cloud-init on centos not able to reach metadata services
Hi, I am using heat template to create virtual machines which has no cloud-config or user-data parameters. Later I am using serial console to telnet into virtual machines. Upon boot the console is flooded with cloud-init messages like example: cloud-init[1079]: 2018-08-06 21:15:16,965 - url_helper.py[WARNING]: Calling 'http://6.6.6.2//latest/meta-data/instance-id' failed [70/120s]: unexpected error ['NoneType' object has no attribute 'status_code'] This is messing up with the telnet session which is a expect script. Is there any way that this can be prevented like disabling cloud-init on instance boot or with some user-data and cloud-config parameters.
Thank you