lp:~raharper/cloud-init/trunk.fix-networking-rename

Created by Ryan Harper and last modified
Get this branch:
bzr branch lp:~raharper/cloud-init/trunk.fix-networking-rename
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ryan Harper
Project:
cloud-init
Status:
Development

Recent revisions

1237. By Ryan Harper

cloudinit/net: rename_net_interface method

1236. By Scott Moser

remove blocking udev functionality

This didn't really work. See bug for more info.

1235. By Scott Moser

fix test cases by avoiding rendering paths to early

1234. By Scott Moser

fix is_new_instance() to work better

1233. By Scott Moser

hide the instance_id file in /run/cloud-init by using .instance_id

i dont want to expose this as i'd rather have some json there
or write to /run/cloud-init/status.json . would also like to indicate
'first_boot' somewhere.

1232. By Scott Moser

fix logic in is_new_instance

1231. By Scott Moser

fixes. seemingly working first boot on config drive

bigger things here:
 * fix the checking for stop_files.
   the check for no-net actually checked the size of the file
   and the implementation was just touching it. so it never would
   have been found. no-net is valid only in upstart anyway.

   do not stop early on presense of the obj_pkl but check it.
   this is required since we write the obj_pkl on exit when
   local mode finds a datasource but found in network mode.

 * use 'mode' rather than checking args.local.
   set mode to be sources.DSMODE_NETWORK or sources.DSMODE_LOCAL
   for easier / more consistent checking.

 * log exit paths.

1230. By Scott Moser

fix typos in names

1229. By Scott Moser

compare instance id to get_instance_id() not the function itself.

1228. By Scott Moser

merge with trunk

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
This branch contains Public information 
Everyone can see this information.

Subscribers