1 | initial version |
Hello,
Have you used a specific tools to create the image? From my experience, your issue might be the IP persisted across reboots. Before shutting down the machine, after you have syspreped it, you need to run:
ipconfig /release
Also, to force the usage of config drive before http, you can set in cloudbase-init.conf:
metadata_services=cloudbaseinit.metadata.services.configdrive.ConfigDriveService,cloudbaseinit.metadata.services.httpservice.HttpService
Thank you,
Adrian Vladu