You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to provision Windows boxes. Our OpenStack images dynamically create passwords for those on instanciation.
This makes the plugin break on provision, as winrm cannot connect to the box without the password to perform the setup.
The password can be retrieved from OpenStack using 'nova get-password'
The proposal is to add a feature in the plugin to do that automatically: if winrm password is set to a special value ':dynamic', retrieve it from OpenStack.
I'm working on a patch to do that.
The text was updated successfully, but these errors were encountered:
fred06fr
added a commit
to fred06fr/vagrant-openstack-provider
that referenced
this issue
Feb 16, 2017
I'm trying to provision Windows boxes. Our OpenStack images dynamically create passwords for those on instanciation.
This makes the plugin break on provision, as winrm cannot connect to the box without the password to perform the setup.
The password can be retrieved from OpenStack using 'nova get-password'
The proposal is to add a feature in the plugin to do that automatically: if winrm password is set to a special value ':dynamic', retrieve it from OpenStack.
I'm working on a patch to do that.
The text was updated successfully, but these errors were encountered: