lp:~smoser/cloud-init/lp-1077700
- Get this branch:
- bzr branch lp:~smoser/cloud-init/lp-1077700
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 714. By Scott Moser
-
config-drive-v2: populate metadata[
'public- keys'] from 'public_keys' other datasources populate 'public-keys' rather than 'public_keys'
and there is a more complete handler in the base DataSource.
So, to take advantage of that, have DataSourceConfigDrive copy
public_keys to public-keys, and remove the 'get_public_ssh_keys'
from the DataSourcEConfigDrive. - 713. By Scott Moser
-
whitespace / indentation cleanups
These changes were pulled out of the previous merge (cc_yum_add_repo)
as they were unrelated there. Re-applying them here. - 712. By Scott Moser
-
add yum_add_repo configuration module
Add in a configuration module that can write out the yum.repo format for
those that want to hook into different repos for installing. - 710. By Joshua Harlow
-
Add 'migrator' for handling config name changes and consistency
This migrator module does a few things
* fixes filename markers that were written with a '-' in them to have
an '_' instead
* support renaming modules. Explicitly this handles the name change
of 'apt-update-upgrade' to 'apt-configure' and
'package-update- upgrade- install' Also, just be more consistent everywhere where writing semaphore/marker
files and use '_' instead of '-' (canon_sem_name).
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