Age | Commit message (Expand) | Author |
2011-12-19 | fix missing import for use of close_stdin | Scott Moser |
2011-12-19 | revert default handling of /etc/hosts to 0.6.1 style (Ubuntu 11.04) | Scott Moser |
2011-12-19 | revert default handling of /etc/hosts to 0.6.1 style (Ubuntu 11.04) | Scott Moser |
2011-12-19 | make stdin read from /dev/null for all cloud-init programs (LP: #903993) | Scott Moser |
2011-12-19 | make stdin read from /dev/null for all cloud-init programs (LP: #903993) | Scott Moser |
2011-12-19 | update changelog for DataSourceEc2 changes | Scott Moser |
2011-12-19 | make DataSourceEc2 more resilliant to slow metadata service (LP: #894279) | Scott Moser |
2011-12-19 | make DataSourceEc2 more resilliant to slow metadata service (LP: #894279) | Scott Moser |
2011-12-18 | cloudinit/DataSourceEc2: use util.is_resolvable_url | Scott Moser |
2011-12-16 | add support for reading configuration of mirror and proxy | Scott Moser |
2011-12-16 | add apt_proxy doc to cloud-config.txt | Scott Moser |
2011-12-16 | remove trailing :: on apt config for proxy | Scott Moser |
2011-12-16 | add apt_proxy support | Scott Moser |
2011-12-16 | add documentation for mirror selection | Scott Moser |
2011-12-16 | use the distro when searching | Scott Moser |
2011-12-16 | only use apt_mirror if it is non-empty | Scott Moser |
2011-12-16 | fix issue if apt_mirror is provided in config | Scott Moser |
2011-12-16 | replace a print with a log.debug | Scott Moser |
2011-12-16 | merge trunk | Scott Moser |
2011-12-16 | tools/bddeb: add a symlink to created deb | Scott Moser |
2011-12-16 | DataSource: fix is_ipv4 usage | Scott Moser |
2011-12-16 | sync from trunk | Scott Moser |
2011-12-16 | setup.py: move version to 0.6.3 | Scott Moser |
2011-12-16 | bddeb: improve 'bddeb' to read version and add bzr revno | Scott Moser |
2011-12-16 | initial mirror configuration/discovery | Scott Moser |
2011-12-16 | move logic of "is this an ipv4 address" to a function is_ipv4 | Scott Moser |
2011-12-06 | doc/ovf/README: documentation fix [David Medberry] | Scott Moser |
2011-11-30 | do not convert 'None' to a string in cloud-config mounts input. | Scott Moser |
2011-11-22 | fix doc for ec2 datasource | Scott Moser |
2011-10-31 | use hashlib rather than md5 module to avoid deprecation warning. | Scott Moser |
2011-10-31 | fix bug in netinfo.debug_info if no network devices available | Scott Moser |
2011-10-31 | Mention in Changelog integration of Fedora packages (LP: #883286) | Scott Moser |
2011-10-31 | add documentation of new config options | Scott Moser |
2011-10-31 | make ssh service name configurable | Scott Moser |
2011-10-31 | make ssh host key deletion configurable | Scott Moser |
2011-10-30 | Make the types of SSH keys to generate configurable | Scott Moser |
2011-10-30 | add a warning if there is no known way to enable puppet service. | Scott Moser |
2011-10-30 | Make enabling puppet service work on Fedora | Scott Moser |
2011-10-30 | Write timezone data to /etc/sysconfig/clock | Scott Moser |
2011-10-30 | Make locale file location configurable | Scott Moser |
2011-10-30 | Restore created files' selinux contexts | Scott Moser |
2011-10-30 | Add sample/example systemd config files | Scott Moser |
2011-10-27 | make-dist-tarball: make output not be debian-like | Scott Moser |
2011-10-27 | Replace static dict mapping version to packages with a method (LP: #848932) | Scott Moser |
2011-10-27 | do not run run-parts if directory has no items | Scott Moser |
2011-10-13 | Improve OVF documentation and provide functional demo. | Scott Moser |
2011-10-09 | fix updates.tar function in uncloud-init | Scott Moser |
2011-10-06 | DataSourceEc2: catch a socket timeout in wait-for-md-service code | Scott Moser |
2011-09-28 | increase cloud-init-nonet timeout to 130 seconds from 70 | Scott Moser |
2011-09-23 | DataSourceOVF: specify timeout=None in read_seeded call | Scott Moser |