Merge lp:~andreserl/maas/maas_enlist_ipmi_username into lp:~maas-committers/maas/trunk

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: no longer in the source branch.
Merged at revision: 1244
Proposed branch: lp:~andreserl/maas/maas_enlist_ipmi_username
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
contrib/preseeds_v2/enlist_userdata (+1/-1)
To merge this branch: bzr merge lp:~andreserl/maas/maas_enlist_ipmi_username
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+128857@code.launchpad.net

Commit message

Make IPMI username created on enlistment shorter

To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) wrote :

Can you expand the commit message to explain why it was too long please (your future self will thank you).

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'contrib/preseeds_v2/enlist_userdata'
2--- contrib/preseeds_v2/enlist_userdata 2012-10-09 20:55:05 +0000
3+++ contrib/preseeds_v2/enlist_userdata 2012-10-10 04:53:18 +0000
4@@ -143,7 +143,7 @@
5
6 # create user/pass
7 if args.commission_creds:
8- IPMI_MAAS_USER="maas-commissioning"
9+ IPMI_MAAS_USER="maas-commission"
10 else:
11 IPMI_MAAS_USER="maas"
12 IPMI_MAAS_PASSWORD=generate_random_password()