Password not reading from configdrive
Hello,
I am trying to configure the cloudbaseinit with windows 2008R2. But the setuserpassword plugin not working. I find out that The getpassword() function is returning "None".
That leading to the function getadminpassword(self): of baseopenstackservice.py
Please let me know how to configure this function so that it correctly return the password from my below USER DATA
In my setup, Password is in the file \OPENSTACK\LATEST/USER_DATA
with a file structure of
cloud-config
hostname: win
manageetchosts: true
user: Administrator
password: testpasswordexample!
chpasswd:
expire: False
users:
- default
package_upgrade: true