_should_wait_via_user_data assumes #cloud-config-archive
is #cloud-config
, causing python error
#5975
Labels
bug
Something isn't working correctly
Bug report
When submitting
#cloud-config-archive
as user data,_should_wait_via_user_data
cuts off too much of the file header and only sees#cloud-config
due to using the slice[:13]
.Steps to reproduce the problem
Submit a
cloud-config-archive
userdata.Environment details
cloud-init logs
The text was updated successfully, but these errors were encountered: