summaryrefslogtreecommitdiff
path: root/cloudinit/CloudConfig/cc_mounts.py
AgeCommit message (Expand)Author
2012-06-071. Adding some new helper files that split off file inclusion, templating, im...Joshua Harlow
2012-01-18Add HP to Copyright, and Juerg Haefliger Authors.Scott Moser
2012-01-17remove need for global pylint disable of W0402Scott Moser
2012-01-17[PATCH] PEP8 coding style fixes.Scott Moser
2012-01-17[PATCH 3/4] Fix pylint conventions C0324 (comma not followed by a space)Scott Moser
2012-01-17[PATCH 2/4] Fix pylint conventions C0322 (operator not preceded by a space)Scott Moser
2012-01-17[PATCH 1/4] Fix pylint conventions C0321 (more than one statement on a single...Scott Moser
2012-01-12[PATCH 11/13] Fix pylint warnings W0141 (used builtin function xyz)Scott Moser
2012-01-12[PATCH 05/13] Fix pylint warnings W0613 (unused argument)Scott Moser
2011-11-30do not convert 'None' to a string in cloud-config mounts input.Scott Moser
2011-06-17make the default "fill in" mount entries configurable. (LP: #785542)Scott Moser
2010-09-10cc_mounts.py: convert user input from int to stringScott Moser
2010-09-09change default for ephemeral0 device to use 'nobootwait'Scott Moser
2010-08-09cc_mounts: improve comment stringsScott Moser
2010-07-13fix bad/un-removed code in cd_mounts.pyScott Moser
2010-07-09extend list of possible metadata names with 'ebs[0-9]'Scott Moser
2010-07-08change default 'pass' entry to '2' rather than 0Scott Moser
2010-07-08add 'nobootwait' to the default options for fstab entriesScott Moser
2010-07-08fix bug where nfs/network mounts could not be specified (LP: #603329)Scott Moser
2010-07-07warn on failed 'mount -a'Scott Moser
2010-06-18add copyright header to all of cloudinit/CloudConfig/cc_*Scott Moser
2010-06-17make cloud-config modules configurable by cloud-configScott Moser