1 | initial version |
Hello,
There is a special metadata service, called EmptyMetadataService, which was created for this exact purpose: https://cloudbase-init.readthedocs.io/en/latest/services.html#cloudbaseinit.metadata.services.base.EmptyMetadataService .
To use it, set in cloudbase-init configuration file:
metadata_services=cloudbaseinit.metadata.services.base.EmptyMetadataService
Note that you can only use plugins that are metadata independent, like the ExtendVolumes, NTPPlugin. Also, any plugin will be executed at each boot.
Thank you,
Adrian Vladu