Only set MTU size with Cloud-Init for Windows
Hello,
I need to set the MTU size with the Cloud-init script on my Openstack installation because we are using GRE tunnels and the Windows default MTU size of 1500 is not working.
But I only want to set the MTU size and no other plugins like the cloudbaseinit.plugins.windows.sethostname.SetHostNamePlugin or cloudbaseinit.plugins.windows.createuser.CreateUserPlugin should be executed.
Can you give me an advice if and how this is possible with the Cloud-Init script
Thanks a lot in advance, Daniel