Re: [virt-tools-list] [virt-install PATCH] cloudinit: Fix password expiration

2019-07-28 Thread Cole Robinson
On 7/28/19 5:01 AM, athina.plaskasov...@gmail.com wrote: > From: Athina Plaskasoviti > > Password expiration happens in case of one time random password generation. > When user provides password from file, don't expire the password. > Yes this seems like the correct thing to do. I've pushed

[virt-tools-list] [virt-install PATCH] cloudinit: Fix password expiration

2019-07-28 Thread athina . plaskasoviti
Until now login password expired for all instances. I thought that maybe when user provides password with a password file, the purpose is to choose the password instead of generating a random one and then changing it upon first login, so I made a change to avoid expiration in that case. If