Age | Commit message (Expand) | Author |
2015-01-22 | Use .addCleanup() instead of a .tearDown() where appropriate, although we | Barry Warsaw |
2015-01-22 | remove dependency on dmidecode on linux | Scott Moser |
2015-01-22 | merge from trunk | Scott Moser |
2015-01-22 | Port test__init__.py to unittest.mock. | Barry Warsaw |
2015-01-21 | Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemed | Barry Warsaw |
2015-01-21 | Use either syspath or dmidecode based on the availability. | Ben Howard |
2015-01-21 | More octal literal fixes. | Barry Warsaw |
2015-01-21 | Fix file modes to be Python 2/3 compatible. | Barry Warsaw |
2015-01-21 | Only install cheetah (and only run the cheetah templating test) when in Python | Barry Warsaw |
2015-01-21 | * Added a simple tox.ini file | Barry Warsaw |
2015-01-16 | hostname: apply hostname same as is written | Scott Moser |
2015-01-16 | pep8 fixes | Scott Moser |
2015-01-16 | systemd: run cloud-init before systemd-user-sessions.service | Steve Langasek |
2015-01-16 | Use systemd-user-sessions.service for sequencing, not getty.target, for corre... | Steve Langasek |
2015-01-15 | Ensure that when running under systemd, cloud-init.service is run before we | Steve Langasek |
2015-01-15 | Use the GCE short hostname. | Scott Moser |
2015-01-14 | Drop reliance on dmidecode executable. | Ben Howard |
2015-01-14 | Use the short name for GCE hostnames per GCE's request (LP: #1383794). | Ben Howard |
2015-01-06 | Enable user-data encoding support for GCE. | Scott Moser |
2015-01-06 | remove the user-data-encoding from test meta-data | Scott Moser |
2015-01-06 | merge from trunk | Scott Moser |
2015-01-06 | tools/run-pep8: remove leading ',' fed to --ignore | Scott Moser |
2015-01-06 | pep8 | Scott Moser |
2015-01-06 | Corrected errant logging message. | Wayne Witzel III |
2014-12-19 | add user-data encoding support for gce | Wayne Witzel III |
2014-12-09 | tools/ccfg-merge-debug: fix for updated user-data/vendor-data | Scott Moser |
2014-12-01 | Cleanups for netinfo.py | Joshua Harlow |
2014-11-30 | Fix some whitespace issues | Joshua Harlow |
2014-11-30 | Fix the ipv6 header centering | Joshua Harlow |
2014-11-30 | Fix the getgateway function | Joshua Harlow |
2014-11-30 | Be more tolerant of missing information | Joshua Harlow |
2014-11-25 | Fixes rpm spec file build issues (its not currently building). | Joshua Harlow |
2014-11-25 | Update with trunk and resolve conflicts | Joshua Harlow |
2014-11-24 | Use assertNotEqual which exists on python2.6 | Joshua Harlow |
2014-11-24 | IPv6 support for rhel distro | Joshua Harlow |
2014-11-24 | Updated unittests | Shraddha Pandhe |
2014-11-24 | IPv6 support for rhel distro | Shraddha Pandhe |
2014-11-22 | Update to use a newer and better OMNIBUS_URL | Joshua Harlow |
2014-11-22 | Be more tolerant of 'ssh_authorized_keys' types | Joshua Harlow |
2014-11-21 | Pretty up the debug module | Joshua Harlow |
2014-11-21 | Fix parse_ssh_config failing in ssh_util.py | Joshua Harlow |
2014-11-21 | Ensure the cc_chef doc links to the cc_chef code | Joshua Harlow |
2014-11-21 | Increase the robustness/configurability of the chef module... | Joshua Harlow |
2014-11-21 | Update chef module docstring to reflect the new style | Joshua Harlow |
2014-11-21 | Fix the digital ocean test on py2.6 | Joshua Harlow |
2014-11-21 | Added unittests for IPv6 support for RHEL | Shraddha Pandhe |
2014-11-21 | Only use datafiles and initsys addon outside virtualenvs | Joshua Harlow |
2014-11-21 | Add IPv6 Support for Rhel. | Shraddha Pandhe |
2014-11-18 | retain trailing newline from template files when using jinja2 | Scott Moser |
2014-11-13 | Use test_helpers.TestCase for test_sshutil tests. | Daniel Watkins |