Merge lp://qastaging/~smoser/cloud-init/trunk.1562918 into lp://qastaging/~cloud-init-dev/cloud-init/trunk

Proposed by Scott Moser
Status: Merged
Merged at revision: 1200
Proposed branch: lp://qastaging/~smoser/cloud-init/trunk.1562918
Merge into: lp://qastaging/~cloud-init-dev/cloud-init/trunk
Diff against target: 24 lines (+5/-2)
1 file modified
cloudinit/distros/__init__.py (+5/-2)
To merge this branch: bzr merge lp://qastaging/~smoser/cloud-init/trunk.1562918
Reviewer Review Type Date Requested Status
cloud-init Commiters Pending
Review via email: mp+290542@code.qastaging.launchpad.net

Commit message

fix adding of users without a group

revision 1179 regressed adding a user that did not have a 'groups'
entry present. This should handle that correctly, making 'add_user'
able to take:
  a.) groups="group1,group2"
  b.) groups=["group1", "group2"]
  c.) groups=None
  d.) no groups parameter

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.