summaryrefslogtreecommitdiff
path: root/cloudinit/util.py
AgeCommit message (Expand)Author
2014-02-07Remerged with trunkJoshua Harlow
2014-02-01Add a openstack specific datasourceJoshua Harlow
2014-01-29merge from trunkScott Moser
2014-01-28cloudinit/util.py: fix pylint complaintsScott Moser
2014-01-28Allow zeros when detecting IPv4 address (e.g. 192.168.0.1)Vlastimil Holer
2014-01-27add 'pathprefix2dict' utility for use by DataSourceNoCloudScott Moser
2014-01-24read_file_or_url: raise UrlError with 404 on ENOENTScott Moser
2014-01-24pylint and long line fixes.Scott Moser
2014-01-23Skip retry and continued fetch of userdata when NOT_FOUNDJoshua Harlow
2014-01-23fix util.which if PATH is not in environmentScott Moser
2014-01-23fix broken consumption of /proc/mountsScott Moser
2014-01-23merge from trunkScott Moser
2014-01-15replace get_nested_option_as_list with get_cfg_by_path, improve rupartsScott Moser
2014-01-09Merge with upstream sourcesBen Howard
2014-01-08Significant re-working of the userdata handling and introduction ofBen Howard
2013-12-14fix: Log the used method as well.Harm Weites
2013-12-13Cast file path to string.James Slagle
2013-12-06new: FreeBSD module to support cloud-init on the FBSD10 platform. In itsHarm Weites
2013-11-13Fix bug lp:1248625 by reading /etc/mtab when mountinfo is not present.Tim Daly Jr.
2013-10-04try to support ephemeral0.1 in cc_mountsScott Moser
2013-10-04simplifications and some function renamesScott Moser
2013-10-03Make {pep8,pylint,test} pass commit.Ben Howard
2013-10-03Moved ephemeralX.Y handling from Datasource into the cc_disk_setup, which mak...Ben Howard
2013-10-02Added ability to define disks via 'ephemeralX.Y'.Ben Howard
2013-09-27pep8 fixScott Moser
2013-09-25multi_log: only write to /dev/console if it exists.Scott Moser
2013-09-25instead of just writing to stdout, write to stdout if no /dev/consoleScott Moser
2013-09-20When selinux is completely disabled functions like restorecon raiseGarrett Holmstrom
2013-09-20Some containers lack /dev/console, so when multi_log attempts to openGarrett Holmstrom
2013-09-11merge from trunkScott Moser
2013-09-07Ensure udelta is validJoshua Harlow
2013-09-05Merged trunk lp:cloud-initVlastimil Holer
2013-07-30set reading /proc/uptime to false by default.Scott Moser
2013-07-30add util.log_time helperScott Moser
2013-07-24add SmartOS datasource supporting Joyent cloudBen Howard
2013-07-23Changed get_serial to be fully parameterized and return the serialBen Howard
2013-07-21Use a util helper to do prefix/suffix removal.Joshua Harlow
2013-07-18Added SmartOS datasource and unit tests.Ben Howard
2013-06-19fix and cleanup usage of util.logexcJuerg Haefliger
2013-05-10Fixed merging capabilities.Scott Moser
2013-04-25re-work maas datasource and headers call backsScott Moser
2013-04-17Altering the order of merging.Joshua Harlow
2013-03-26compatibility fixes for Fedora and RHELGreg Padgett
2013-03-19appease pylint and pep8Scott Moser
2013-03-19merge from trunk rev 800Scott Moser
2013-03-19pylint fixesScott Moser
2013-03-19merge from trunk at revno 799Scott Moser
2013-03-13fix / workaround potential for socket.getaddrinfo to raise socket.errorScott Moser
2013-03-10util.parse_mount_info(): handle short lines.Blair Zajac
2013-03-10Refactor util.get_mount_info() to facilitate unit testing.Blair Zajac