summaryrefslogtreecommitdiff
path: root/cloudinit/DataSourceConfigDrive.py
AgeCommit message (Collapse)Author
2012-06-071. Adding some new helper files that split off file inclusion, templating, ↵Joshua Harlow
importing, constant usage. 1. Move all datasources to a new sources directory 1. Rename some files to be more consistent with python file/module naming.
2012-02-17ConfigDrive: better support public-keys in meta flagsScott Moser
This makes the user able to pass in multi-line input to the public-key flag, and it will be handled correctly (just as if it came from the authorized_keys file)
2012-02-17DataSourceConfigDrive: update interfaces (and ifup) only on localScott Moser
Previously, the 'ifup --all' and update of /etc/network/interfaces was done only if the specified 'dsmode' (which defaults to 'pass') was either 'pass' or *this* dsmode. That meant that it would be updated once on DataSourceConfigDrive and on DataSourceConfigDriveNet. This changes that to only happen on local.
2012-02-17DataSourceConfigDrive: change 'interfaces' to 'network-interfaces'Scott Moser
Instead of a metadata entry named 'interfaces', use 'network-interfaces' which is a somewhat less likely namespace collision.
2012-02-16DataSourceConfigDrive: generally seems functionalScott Moser
2012-02-16initial version of DataSourceConfigDriveScott Moser