1 | initial version |
Hello,
The issue you got is a known one and it happens because of a bug in PyMI package. A fix is under review https://github.com/cloudbase/PyMI/pull/42/files .
What you can do is to make sure that when you generate the image, you enable winrm by just running:
winrm quickconfig
or to enable the cloudbase init winrm plugin to run before the network plugin.
Thank you,
Adrian Vladu