summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-11cloud-init-local depends on /run. reflect that in upstart job.Scott Moser
2014-09-10OpenStack: search less urls to determine if MD service is there.Scott Moser
2014-09-10ConfigDrive: support reading vendor_data similar to OpenStack MD readerScott Moser
2014-09-10drop version= from readersScott Moser
2014-09-10fix log messageScott Moser
2014-09-10make BaseReader select latest supported versionScott Moser
2014-09-10merge from trunkScott Moser
2014-09-10openstack: fix bug referencing undefined variable, revert some changesScott Moser
2014-09-10fix a bug, use a list instead of tuple for _versionsScott Moser
2014-09-10log as warn if things are obviously wrongScott Moser
2014-09-10merge from trunkScott Moser
2014-09-10pyflakes fixes.Scott Moser
2014-09-10Only use vendordata under cloud-init key for ConfigDriveJay Faulkner
2014-09-09merge from trunkScott Moser
2014-09-08Update read_config_drive to use OS_VERSIONS tuple for readersJay Faulkner
2014-09-08resizefs: first check if device is writable before attemptingScott Moser
2014-09-05freebsd: fixes for sudo and build-on-freebsdScott Moser
2014-09-04Fix a couple more cases of exceptional logsJoshua Harlow
2014-09-04Reduce logging levels and fix broken call to _fetch_available_versionsJoshua Harlow
2014-09-03improved logging of errors around module loading/searchingScott Moser
2014-09-03fix: Since these now actually exist in ports, install them properlyHarm Weites
2014-09-03fix: Write sudo rules upon user creation.Harm Weites
2014-09-03Datasource: fix to provide local-hostname if not available in datasourceScott Moser
2014-09-02Fix logic statement and pep8 issueJoshua Harlow
2014-09-02Remove/adjust the verbose 'failed at attempted import of' logJoshua Harlow
2014-09-02FreeBsd: fix initscripts and add working config fileScott Moser
2014-09-02merge from trunkScott Moser
2014-08-28fix: The original regex was a little harsh, the rest of the bitsHarm Weites
2014-08-28fix: Make sure this freebsd test succeeds on all platforms (harlowja).Harm Weites
2014-08-27Openstack: do not load urls twiceScott Moser
2014-08-27no functional changes, but some minor changes.Scott Moser
2014-08-27Fix retry cb to reflect what used to existJoshua Harlow
2014-08-27Fixed more of the slowness around fetching and retryingJoshua Harlow
2014-08-26Show the available versions in the debug log messageJoshua Harlow
2014-08-26Log a warning when unable to fetch the openstack versionsJoshua Harlow
2014-08-26Just use os.path.exists directlyJoshua Harlow
2014-08-26Add logging around failure to read optional/mandatory pathsJoshua Harlow
2014-08-26Refactor vendor_data handlingJay Faulkner
2014-08-26Add failback for older Openstack configdrive versionsJay Faulkner
2014-08-26Optimize away most of the path_exists checksJoshua Harlow
2014-08-26Fix pep8 issues, drop pylint.Jay Faulkner
2014-08-26further remove evidence of pylint.Scott Moser
2014-08-26Upgrade configdrive versionJay Faulkner
2014-08-26Remove pylintJay Faulkner
2014-08-26fix(pep8): Fix various pep8 violations and version-lock pep8Jay Faulkner
2014-08-26change: Use a compiled regex and use the included match groups insteadHarm Weites
2014-08-26ssh_authkey_fingerprints: fix bug that prevented disabling the moduleScott Moser
2014-08-23fix: Drop some overly loud debug messages.Harm Weites
2014-08-23change: Rename the config file to cloud.cfg-freebsd so it doesn'tHarm Weites
2014-08-23fix: Syntax.Harm Weites