summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
2017-03-29support resizing partition and rootfs on system booted without initramfs.Steve Langasek
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2017-01-11Get early logging logged, including failures of cmdline url.Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-21Fix config order of precedence, putting kernel command line over system.Wesley Wiedenmeier
2016-11-22Improve formatting for ProcessExecutionErrorWesley Wiedenmeier
2016-11-10pep8: fix style errors reported by pycodestyle 2.1.0Scott Moser
2016-11-01dmidecode: Allow dmidecode to be used on aarch64Robert Schweikert
2016-10-20Add support for snap create-user on Ubuntu Core images.Ryan Harper
2016-10-19Fix python2.6 things found running in centos 6.Scott Moser
2016-09-21Decode unicode types in decode_binaryRobert Schweikert
2016-09-21subp: add 'update_env' argumentScott Moser
2016-09-15dmidecode: run dmidecode only on i?86 or x86_64 arch.Robert Schweikert
2016-08-25python2.6: fix dict comprehension usage in _lsb_release.Joshua Harlow
2016-08-22Fix Gentoo net config generationMatthew Thode
2016-08-18Apt: add new apt configuration formatChristian Ehrhardt
2016-08-12DigitalOcean: use the v1.json endpointBen Howard
2016-06-15python3 OSError does not have a .messageScott Moser
2016-06-06Rebase against masterJoshua Harlow
2016-05-24rebased with upstream and reolved merge conflictsChristian Ehrhardt
2016-05-23final pep8 check fixupsChristian Ehrhardt
2016-05-23support apt_sources to be a dictionaryChristian Ehrhardt
2016-05-19Remerge against head/masterJoshua Harlow
2016-05-19Adjust net module to be more isolatedJoshua Harlow
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-11Fix py26 for rhel (and older versions of python)Joshua Harlow
2016-03-24make get_cmdline read /proc/1/cmdline if inside a containerScott Moser
2016-03-14change return value for dmi data of all \xff to be ""Scott Moser
2016-03-14strip return of dmidecode and do so before checking for all "."Scott Moser
2016-03-14change where we handle the translationScott Moser
2016-03-14change return value for dmi data of all \xff to be ""Scott Moser
2016-03-10dmi data: fix failure of reading dmi data for unset dmi valuesScott Moser
2016-03-10improve commentScott Moser
2016-03-10dmi data: fix failure of reading dmi data for unset dmi valuesScott Moser
2016-03-03Fix pyflake/pyflake3 errorsRyan Harper
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2016-01-28Use systemd-detect-virt to detect a container.Martin Pitt
2015-09-01Handle symlink mount points in mount_cb.Daniel Watkins
2015-08-06tests passScott Moser
2015-07-27_read_dmi_syspath: fix bad log message causing unintended exceptionScott Moser
2015-05-14read_seeded: fix reed_seeded after regressionScott Moser
2015-04-16fix cloud-config-archive handlingScott Moser
2015-03-04Add util.message_from_string to wrap email.message_from_string.Daniel Watkins
2015-03-04Use more consistent logging invocation.Daniel Watkins
2015-03-04Convert dmidecode values to sysfs names before looking for them.Daniel Watkins
2015-03-02get_cmdline_url: fix in python3 when callingScott Moser
2015-03-02util.py: remove 'print' debug statementScott Moser
2015-02-25move towards user-data being binaryScott Moser
2015-02-12mount_cb: fix scoping of an exception in python3Scott Moser