wrong configuration example for cc_set_passwords module
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-init |
Fix Released
|
Medium
|
Serg Lystopad | ||
cloud-init (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Vivid |
Confirmed
|
Medium
|
Unassigned | ||
Xenial |
Fix Released
|
Medium
|
Unassigned | ||
Yakkety |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
=== Begin SRU Template ===
[Impact]
This is a doc only change. The related doc is not even present
in ubuntu binary packages.
[Test Case]
apt-get source cloud-init
vi cloud-init*
[Regression Potential]
None.
[Other Info]
Upstream commit:
https:/
=== End SRU Template ===
example config in documentation is:
```
chpasswd:
list:
- user1:password1
- user2:Random
- user3:password3
- user4:R
```
but cc_set_passwords fails with config above (LP#1665694)
Actually testcase for the module uses multiline string https:/
and therefore documentation should contain:
```
chpasswd:
list: |
tom:
dick:R
harry:Random
Related branches
- Scott Moser: Approve
- Serg Lystopad (community): Needs Resubmitting
- Server Team CI bot: Approve (continuous-integration)
-
Diff: 69 lines (+36/-5)1 file modifiedcloudinit/config/cc_set_passwords.py (+36/-5)
- Server Team CI bot: Needs Fixing (continuous-integration)
- cloud-init Commiters: Pending requested
-
Diff: 81 lines (+43/-5) (has conflicts)1 file modifiedcloudinit/config/cc_set_passwords.py (+43/-5)
- Server Team CI bot: Needs Fixing (continuous-integration)
- cloud-init Commiters: Pending requested
-
Diff: 21 lines (+5/-5)1 file modifiedcloudinit/config/cc_set_passwords.py (+5/-5)
Changed in cloud-init: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Serg Lystopad (slystopad) |
Changed in cloud-init: | |
status: | Confirmed → Fix Committed |
Changed in cloud-init (Ubuntu): | |
status: | New → Fix Released |
Changed in cloud-init (Ubuntu Vivid): | |
status: | New → Confirmed |
Changed in cloud-init (Ubuntu Xenial): | |
status: | New → Confirmed |
Changed in cloud-init (Ubuntu Vivid): | |
importance: | Undecided → Medium |
Changed in cloud-init (Ubuntu Xenial): | |
importance: | Undecided → Medium |
description: | updated |
Hello Serg, or anyone else affected,
Accepted cloud-init into yakkety-proposed. The package will build now and be available at https:/ /launchpad. net/ubuntu/ +source/ cloud-init/ 0.7.9-90- g61eb03fe- 0ubuntu1~ 16.10.1 in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See https:/ /wiki.ubuntu. com/Testing/ EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification- failed. In either case, details of your testing will help us make a better decision.
Further information regarding the verification process can be found at https:/ /wiki.ubuntu. com/QATeam/ PerformingSRUVe rification . Thank you in advance!