cloudbase / cloudbase-init

Cross-platform instance initialization
http://openstack.org
Apache License 2.0
427 stars 150 forks source link

Error when setting instance-id to integer #124

Closed blitztide-htb closed 11 months ago

blitztide-htb commented 11 months ago

Cloudbase init fails to run, Crashes saying that "str" and "int" cannot be concatenated. Will work if instance-id has a quoted integer.

ader1990 commented 11 months ago

Hello,

Instance-id, as the name is concerned, is a unique identifier that historically, was a string. An integer to string cast would be in order, if it is required. Can you please provide some information on your use-case, if possible?

Thank you, Adrian