Merge lp:~smoser/maas/lp1052660 into lp:maas/trunk
Proposed by
Scott Moser
on 2012-09-18
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Scott Moser on 2012-09-18 | ||||
| Approved revision: | 1019 | ||||
| Merged at revision: | 1018 | ||||
| Proposed branch: | lp:~smoser/maas/lp1052660 | ||||
| Merge into: | lp:maas/trunk | ||||
| Diff against target: |
25 lines (+2/-2) 2 files modified
src/provisioningserver/kernel_opts.py (+1/-1) src/provisioningserver/tests/test_kernel_opts.py (+1/-1) |
||||
| To merge this branch: | bzr merge lp:~smoser/maas/lp1052660 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Andres Rodriguez | 2012-09-18 | Approve on 2012-09-18 | |
|
Review via email:
|
|||
Commit Message
Change kernel cmdline from 'ip=::::<hostname>' back to 'ip=dhcp'
Description of the Change
Change kernel cmdline 'ip=::::<hostname>' back to 'ip=dhcp'
ip=dhcp is handled specially in the initramfs code, and essentially magically gets us behavior of setting DEVICE = BOOTIF parameter.
There is no other way to do this that I can see. Removing 'ip=::::<hostname>' means we are losing the ddns functionality that we nearly got for free under bug 1046405.
To post a comment you must log in.
| Scott Moser (smoser) wrote : | # |


Change kernel cmdline 'ip=::::<hostname>' back to 'ip=dhcp'
ip=dhcp is handled specially in the initramfs code, and essentially magically gets us behavior of setting DEVICE = BOOTIF parameter.
There is no other way to do this that I can see. Removing 'ip=::::<hostname>' means we are losing the ddns functionality that we nearly got for free under bug 1046405.