1 | initial version |
Hello,
The sethostnameplugin will issue a restart if the hostname needs to be changed, this is the reason it is executed first. To change the order or the plugins, you can redefine the plugins entry in the cloudbase-init.conf and cloudbase-init-unattend.conf
These is the default order of run:
https://github.com/openstack/cloudbase-init/blob/master/cloudbaseinit/plugins/factory.py#L23
Thank you,
Adrian Vladu