Age | Commit message (Expand) | Author |
2014-01-23 | pep8, use which rather than hard coded path | Scott Moser |
2014-01-23 | merge from trunk | Scott Moser |
2014-01-23 | pep8 | Scott Moser |
2014-01-22 | cc_resizefs: figure out what /dev/root means via kernel cmdline | Scott Moser |
2014-01-17 | merge from trunk | Scott Moser |
2014-01-17 | remove support for resizing via 'parted resizepart' | Scott Moser |
2014-01-15 | replace get_nested_option_as_list with get_cfg_by_path, improve ruparts | Scott Moser |
2014-01-15 | remove vendor-scripts-per-{boot,instance,once} | Scott Moser |
2014-01-15 | header, comment cleanup | Scott Moser |
2014-01-09 | Merge with upstream sources | Ben Howard |
2014-01-08 | Significant re-working of the userdata handling and introduction of | Ben Howard |
2013-12-14 | change: Just run the required command and let the exception do the rest | Harm Weites |
2013-12-14 | fix: Proper comment. | Harm Weites |
2013-12-14 | change: Use a proper signal instead of 'just' 0. | Harm Weites |
2013-12-14 | change: Use util.system_info(). | Harm Weites |
2013-12-14 | new: Touch a reboot-required file to make clear we want a reboot after | Harm Weites |
2013-12-14 | change: Use util.system_info(). | Harm Weites |
2013-12-12 | be verbose explicitly if run from cmdline. | Scott Moser |
2013-12-12 | fix pep8 and pylint warnings | Scott Moser |
2013-12-11 | Removed yaml import | Shraddha Pandhe |
2013-12-11 | Removed method _format_yaml | Shraddha Pandhe |
2013-12-11 | essage | Shraddha Pandhe |
2013-12-11 | bug: 1258619 added namespace for config options, output file, commandline arg... | Shraddha Pandhe |
2013-12-06 | new: FreeBSD module to support cloud-init on the FBSD10 platform. In its | Harm Weites |
2013-12-06 | This is a new debug module thats supposed to print out | Shraddha Pandhe |
2013-11-19 | pep8 fix | Scott Moser |
2013-10-24 | improve error message on failure of add-apt-repository | Scott Moser |
2013-10-24 | allow template rendering before passing to add-apt-repository | Scott Moser |
2013-10-24 | fix use search | Scott Moser |
2013-10-24 | support calling add-apt-repository on cloud-archive: entries | Scott Moser |
2013-10-09 | power_state_change: convert an int input for delay to string, improve doc | Scott Moser |
2013-10-07 | fix bug mounting first partition of a alias'd name. | Scott Moser |
2013-10-07 | Fixed bad ehpemeral0 first partition detection (LP: #1236594) | Ben Howard |
2013-10-04 | pep8 and pylint fixes | Scott Moser |
2013-10-04 | Fixed up issue with attempt to mount nonexistant swap | Ben Howard |
2013-10-04 | remove duplicate code | Scott Moser |
2013-10-04 | try to support ephemeral0.1 in cc_mounts | Scott Moser |
2013-10-04 | simplifications and some function renames | Scott Moser |
2013-10-03 | Added support for 'ephmeral0.<auto|any|0>' for device mappings in disk | Ben Howard |
2013-10-03 | Make {pep8,pylint,test} pass commit. | Ben Howard |
2013-10-03 | Wrapped use of 'lsblk' to a generator function; removed other fcalls to 'lsblk' | Ben Howard |
2013-10-03 | Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak... | Ben Howard |
2013-10-03 | remove verbosity of log.info | Scott Moser |
2013-10-03 | use native python code for wiping partition table | Scott Moser |
2013-10-03 | fix pep8 | Scott Moser |
2013-10-03 | merge from trunk | Scott Moser |
2013-10-02 | Added ability to define disks via 'ephemeralX.Y'. | Ben Howard |
2013-10-02 | cc_growpart: respect /etc/growroot-disabled | Scott Moser |
2013-10-02 | fix permission changes | Scott Moser |
2013-10-01 | Reordered several imports in order for test suite to pass. | Eric Nordlund |