← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~andreserl/maas/maas_enlist_ipmi_username into lp:maas

 

Andres Rodriguez has proposed merging lp:~andreserl/maas/maas_enlist_ipmi_username into lp:maas.

Commit message:
Make IPMI username created on enlistment shorter

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #1064832 in MAAS: "IPMI username created on enlistment is too long"
  https://bugs.launchpad.net/maas/+bug/1064832

For more details, see:
https://code.launchpad.net/~andreserl/maas/maas_enlist_ipmi_username/+merge/128857
-- 
https://code.launchpad.net/~andreserl/maas/maas_enlist_ipmi_username/+merge/128857
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~andreserl/maas/maas_enlist_ipmi_username into lp:maas.
=== modified file 'contrib/preseeds_v2/enlist_userdata'
--- contrib/preseeds_v2/enlist_userdata	2012-10-09 20:55:05 +0000
+++ contrib/preseeds_v2/enlist_userdata	2012-10-10 04:53:18 +0000
@@ -143,7 +143,7 @@
 
        # create user/pass
        if args.commission_creds:
-           IPMI_MAAS_USER="maas-commissioning"
+           IPMI_MAAS_USER="maas-commission"
        else:
            IPMI_MAAS_USER="maas"
        IPMI_MAAS_PASSWORD=generate_random_password()


Follow ups