Comment 18 for bug 1835205

Revision history for this message
Eduardo Otubo (otubo) wrote :

So what you're saying is that *before* my second boot I should set 'disable_vmware_customization: true', otherwise cloud-init will always be enable despite this bug?

Does it make sense to to have the function ovf_vmware_guest_customization() check for: Open-VM-Tools installed, 'disable_vmware_customization: false', if datasource is available *and* if the iid is still the same? Adding these last two check would avoid me to change the configuration from true to false and form false to true everytime I need a customization. I would just need to attach the datasource and we would be good to go.