New Question

Revision history [back]

click to hide/show revision 1
initial version

Hello,

Cloudbase-Init has two stages, one running during the sysprep stage (running once at first boot) with config-file cloudbase-init-unattend.conf and the Windows service stage (running at every boot) with config-file cloudbase-init.conf.

By default, the unattend stage is configured to use config drive first, while the normal stage is configured to use http metadata first, and only after it timeouts, it falls back to config-drive (and other metadata types).

If your setup has only config drive metadata, please set in both configuration files to use only the config drive:

[DEFAULT] metadata_services=cloudbaseinit.metadata.services.configdrive.ConfigDriveService,

More information can be found here:

https://cloudbase-init.readthedocs.io/en/latest/tutorial.html#config

Thank you,
Adrian