lp:~smoser/cloud-init/azure_dhcp
- Get this branch:
- bzr branch lp:~smoser/cloud-init/azure_dhcp
Branch merges
Branch information
Recent revisions
- 1257. By Brent Baude
-
Adding in review comments from smoser; reworked the logic around
managing the hook files as they are written. We now pass in the
"action" (up/down) and the interface name (eth0/etc) to the
cloud-init dhclient_hook function so we can manage files
on an independant basis.If the action is down, we delete the hook file. Else we write
(or overwrite) it using the atomic_write_json function which
now lives in its own file. - 1254. By Brent Baude
-
Rather than having the python executable for obtaining and storing the
dhclient information as its own executable, it is integrated into
cloud-init as a sub-command 'dhclient_hook'. - 1253. By Brent Baude
-
Set python binary (2 vs 3) during install phase. Also, removed
use of entry_point and hook scripts now use -m instead. - 1252. By Brent Baude
-
Updated with comments from smoser. Changed names of the
hook scripts in tools/.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~cloud-init-dev/cloud-init/trunk