index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
CloudConfig
/
cc_mounts.py
Age
Commit message (
Expand
)
Author
2012-06-07
1. Adding some new helper files that split off file inclusion, templating, im...
Joshua Harlow
2012-01-18
Add HP to Copyright, and Juerg Haefliger Authors.
Scott Moser
2012-01-17
remove need for global pylint disable of W0402
Scott 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-30
do not convert 'None' to a string in cloud-config mounts input.
Scott Moser
2011-06-17
make the default "fill in" mount entries configurable. (LP: #785542)
Scott Moser
2010-09-10
cc_mounts.py: convert user input from int to string
Scott Moser
2010-09-09
change default for ephemeral0 device to use 'nobootwait'
Scott Moser
2010-08-09
cc_mounts: improve comment strings
Scott Moser
2010-07-13
fix bad/un-removed code in cd_mounts.py
Scott Moser
2010-07-09
extend list of possible metadata names with 'ebs[0-9]'
Scott Moser
2010-07-08
change default 'pass' entry to '2' rather than 0
Scott Moser
2010-07-08
add 'nobootwait' to the default options for fstab entries
Scott Moser
2010-07-08
fix bug where nfs/network mounts could not be specified (LP: #603329)
Scott Moser
2010-07-07
warn on failed 'mount -a'
Scott Moser
2010-06-18
add copyright header to all of cloudinit/CloudConfig/cc_*
Scott Moser
2010-06-17
make cloud-config modules configurable by cloud-config
Scott Moser