← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~slystopad/cloud-init:fix/LP1665694 into cloud-init:master

 

The proposal to merge ~slystopad/cloud-init:fix/LP1665694 into cloud-init:master has been updated.

Commit Message changed to:

Fixes changing passwords from list of `user:password` strings in cc_set_passwords

cc_set_passwords gets data from cloud-config converted to str and
with additional chars added (and not cleaned out from result string)
due to conversion. Because of names corruption chpasswd fails to change
password (for unexistent/wrong user)

LP: #1665694

For more details, see:
https://code.launchpad.net/~slystopad/cloud-init/+git/cloud-init/+merge/317671
-- 
Your team cloud init development team is requested to review the proposed merge of ~slystopad/cloud-init:fix/LP1665694 into cloud-init:master.


References