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
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
However, when building a windows image in Rackspace the Administrator password is automatically generated by Rackspace, and is also the default password for the Administrator account for WinRM authentication (once WinRM is enabled). Shouldn't Vagrant automatically be setting windows.winrm.password to the password generated by Rackspace (and subsequently returned by Rackspace when initially creating the VM)?
Issue is that, in local development (VirtualBox) I can control the Administrator Username/Password that is baked into the image... but for VM's created by Rackspace the password is automatically generated. I guess I'm just not connecting the dots to how using ENV['VAGRANT_ADMIN_PASSWORD'] will work if Rackspace is generating the password?
Thanks... any help is appreciated.
The text was updated successfully, but these errors were encountered:
In the README, the following is referenced in the example Vagrantfile regarding Windows configuration:
However, when building a windows image in Rackspace the Administrator password is automatically generated by Rackspace, and is also the default password for the Administrator account for WinRM authentication (once WinRM is enabled). Shouldn't Vagrant automatically be setting
windows.winrm.password
to the password generated by Rackspace (and subsequently returned by Rackspace when initially creating the VM)?Issue is that, in local development (VirtualBox) I can control the Administrator Username/Password that is baked into the image... but for VM's created by Rackspace the password is automatically generated. I guess I'm just not connecting the dots to how using
ENV['VAGRANT_ADMIN_PASSWORD']
will work if Rackspace is generating the password?Thanks... any help is appreciated.
The text was updated successfully, but these errors were encountered: