Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow | |
2016-03-14 | fix long line | Scott Moser | |
2016-03-14 | merge with trunk | Scott Moser | |
2015-02-10 | pep8 | Scott Moser | |
2015-02-10 | fix use of 'letters' and translate | Scott Moser | |
2014-12-03 | Handle more possible ssh_pwauth values | Chris Cosby | |
Update ssh_pwauth handler to accept all values mentioned in doc/examples/cloud-config.txt | |||
2014-09-10 | pyflakes fixes. | Scott Moser | |
make pyflakes now passes. | |||
2014-08-26 | further remove evidence of pylint. | Scott Moser | |
This just removes comments '# pylint:' things and other code remnents of pylint. | |||
2014-02-06 | Added arch distro class to merge request | Nate House nathan.house@rackspace.com | |
2014-02-05 | Cleanup and cloud-init-local local/net mount dep fix | Nate House nathan.house@rackspace.com | |
2014-02-04 | Merge gentoo branch and updated set-password to support systemctl | Nate House nathan.house@rackspace.com | |
2014-02-03 | Update yum unittest | Nate House nathan.house@rackspace.com | |
2014-01-28 | exclude modules fix 1 | Nate House nathan.house@rackspace.com | |
2014-01-27 | Adds distro module exclude support | Nate House nathan.house@rackspace.com | |
2014-01-24 | init_cmd distro unique supports gentoo init scripts | Nate House nathan.house@rackspace.com | |
2014-01-23 | Package manager install / update fixes and service restart foo | Nate House nathan.house@rackspace.com | |
2013-07-23 | Fix password setting for rhel5. | Scott Moser | |
Changing password via 'chpasswd' command in rhel5 would fail, if input to the 'chpasswd' command doesn't end with '\n'. The fix is just to append a carriage return to the input. | |||
2013-06-19 | fix and cleanup usage of util.logexc | Juerg Haefliger | |
2012-10-27 | Helpful cleanups. | harlowja | |
1. Remove the usage of the path.join function now that all code should be going through the util file methods (and they can be mocked out as needed). 2. Adjust all occurences of the above join function to either not use it or replace it with the standard os.path.join (which can also be mocked out as needed) 3. Fix pylint from complaining about the tests folder 'helpers.py' not being found 4. Add a pylintrc file that is used instead of the options hidden in the 'run_pylint' tool. | |||
2012-09-28 | Add a comment as to why distros can't be | Joshua Harlow | |
imported without being renamed due to previous usage of the attribute 'distros' | |||
2012-09-28 | Rework the rest of the locations that used | Joshua Harlow | |
the previous 'user' and make those locations go through the new distros functions to select the default user or the user list (depending on usage). Adjust the tests to check the new 'default' field that signifies the default user + test the new method to extract just the default user from a normalized user dictionary. | |||
2012-08-31 | Removed admin group from default Ubuntu user group list. | Ben Howard | |
Fixed change password behavior to work with new user list handling (LP: #1044553) | |||
2012-08-22 | fix errors from 'make pep8' | Scott Moser | |
2012-08-22 | Simplified users[0] detection, and ensured compatability with previous user ↵ | Ben Howard | |
password control code | |||
2012-07-01 | 1. Rename util functions to is_true and is_false | harlowja | |
2. Move the config loading functions to where they are used (in stages) 3. Adjust cc_set_passwords to use the is_true and is_false renamed functions 4. Adjust the init stage to have a _read_base_config function used to load the base 'initial' configuration from the following locations a. Kernel cmdline b. Conf.d location (+ the cloud.cfg location) c. Built-in configuration | |||
2012-06-21 | Simplify sshd config loading to make it use one set of functions/objects/classes | Joshua Harlow | |
2012-06-21 | 1. Renames for debug message from 'transform' to 'module' | harlowja | |
2. Fixing up more cloud.path.joins found to use the right ro/rw filename | |||
2012-06-20 | Massive pylint + pep8 fixups! | Joshua Harlow | |
2012-06-20 | Renamed back to 'cc_*' with the reasoning being that 'cc_' provides | Joshua Harlow | |
some protection against module name collisions when importing. |