Kernel doesn't have 'static' it has 'none'#138
Conversation
This PR will fix cloud-init looking for the kernel to report back a value of static when it reports back none. This covers cases where there is no dhcp but users would still like to use cloud-init. https://bugs.launchpad.net/cloud-init/+bug/1785275
|
Thank you so much for your contribution to cloud-init and for making cloud-init better! Generally we like to see a few things to land changes and improvements to cloud-init:
Contributions to cloud-init are governed by a Contributor License Agreement (CLA). Please confirm that you have signed the CLA per our hacking guide and run migrate-lp-user-to-github to associate this github account as someone who has signed the CLA. |
Ok I signed the CLA and updated the unit tests. Apologies for the messy commits - used to git review |
Credit for this patch kevindtimm@gmail.com https://launchpadlibrarian.net/385938425/0001-change-none-to-static-for-ip-address-in-GRUB_CMDLINE.patch Closes bug : https://bugs.launchpad.net/cloud-init/+bug/1785275 Abandon PR canonical#138 in favor of this one
|
Abandoning in favor of #148 - This patch is much cleaner and lighter |
This PR will fix cloud-init looking for the kernel to report back a value of static when it reports back none. This covers cases where there is no dhcp but users would still like to use cloud-init.
https://bugs.launchpad.net/cloud-init/+bug/1785275