Merge lp:~jtv/maas/bug-1364228 into lp:~maas-committers/maas/trunk

Proposed by Jeroen T. Vermeulen
Status: Merged
Approved by: Jeroen T. Vermeulen
Approved revision: no longer in the source branch.
Merged at revision: 2873
Proposed branch: lp:~jtv/maas/bug-1364228
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 13 lines (+2/-1)
1 file modified
src/maasserver/templates/maasserver/snippets.html (+2/-1)
To merge this branch: bzr merge lp:~jtv/maas/bug-1364228
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Review via email: mp+233005@code.launchpad.net

Commit message

Stop telling users that generated hostnames will be MAC-based.

Description of the change

Low-hanging-fruit fix from the 1.7.0 milestone. The random names have been through a few changes since that UI text was written, so going into detail about what the generated names will look like would only set us up for the next way to get it wrong. Let's just say MAAS will make up a name.

Jeroen

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

 review: approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/maasserver/templates/maasserver/snippets.html'
2--- src/maasserver/templates/maasserver/snippets.html 2014-06-09 19:58:06 +0000
3+++ src/maasserver/templates/maasserver/snippets.html 2014-09-02 09:27:46 +0000
4@@ -12,7 +12,8 @@
5 <span class="form-optional">(optional)</span>
6 </label>
7 {{ node_form.hostname }}
8- <div class="field-help">Default is MAC-based, e.g. "node-aabbccddeeff"
9+ <div class="field-help">
10+ MAAS will generate an arbitrary name if you don't provide one.
11 </div>
12 </p>
13 <p>