We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the fqdn is a number, python treats it as a literal number 123 instead of "123". This causes the following issue
123
"123"
[ 7.913699] cloud-init[652]: File "/usr/lib/python3/dist-packages/cloudinit/util.py", line 1207, in get_hostname_fqdn [ 7.914904] cloud-init[652]: hostname = get_cfg_option_str(cfg, "hostname", fqdn.split(".")[0]) [ 7.915941] cloud-init[652]: ^^^^^^^^^^ [ 7.916898] cloud-init[652]: AttributeError: 'int' object has no attribute 'split'
(Using proxmox with cloud init guests.)
Can't currently log in to check those - troubleshooting another issue preventing me from logging in :)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug report
When the fqdn is a number, python treats it as a literal number
123
instead of"123"
. This causes the following issueSteps to reproduce the problem
(Using proxmox with cloud init guests.)
Environment details
cloud-init logs
Can't currently log in to check those - troubleshooting another issue preventing me from logging in :)
The text was updated successfully, but these errors were encountered: