summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-24tests: fix pep8 issueScott Moser
2013-07-24add test case for mime gzipped message segmentsJoshua Harlow
2013-07-24Fix small prefix bug + jsonp tests.Joshua Harlow
2013-07-24Add support for merging via jsonp patch format.Joshua Harlow
2013-07-24rename CC_JSONP_PRE again (JSONP_PREFIX) and use CLOUD_PREFIXScott Moser
2013-07-24change 'json-patch' to 'cloud-config-jsonp'Scott Moser
2013-07-24merge from trunkScott Moser
2013-07-24DataSourceSmartOS: fix issue if dmidecode is not presentScott Moser
2013-07-24add SmartOS datasource supporting Joyent cloudBen Howard
2013-07-24shorten comments in example cloud-configScott Moser
2013-07-24Add test for mime gzipped message segments.Joshua Harlow
2013-07-23Added blurb to documentation about the datasourceBen Howard
2013-07-23Changed get_serial to be fully parameterized and return the serialBen Howard
2013-07-23on azure datasource, grab use Deployment as the instance-idScott Moser
2013-07-23Move more functionality into get_serial()Ben Howard
2013-07-23alias 'availability_zone' to availability-zone in metadata service.Scott Moser
2013-07-23use constants for startswith in handlers. add strip_prefix_suffix.Joshua Harlow
2013-07-23finalize handlers even when another handler fails.Joshua Harlow
2013-07-23allow individual MIME segments to be gzip compressedJoshua Harlow
2013-07-23bump version in cloudinit/version.pyScott Moser
2013-07-23Fix password setting for rhel5.Scott Moser
2013-07-21Ensure what we are searching over is a directory.Joshua Harlow
2013-07-21Also make the dir handler registration a simple function.Joshua Harlow
2013-07-21Just use an initialized array.Joshua Harlow
2013-07-21Use a util helper to do prefix/suffix removal.Joshua Harlow
2013-07-21Use constants for repeated type strings.Joshua Harlow
2013-07-20Just check the filename existing.Joshua Harlow
2013-07-20Unify filename, header replacement.Joshua Harlow
2013-07-20Keep filename from original part.Joshua Harlow
2013-07-20Ensure we reset the part after decompression.Joshua Harlow
2013-07-20Remove return not used.Joshua Harlow
2013-07-20Also handle custom handlers correctly.Joshua Harlow
2013-07-20Update comments + link to bug.Joshua Harlow
2013-07-20Init and finalize refactor.Joshua Harlow
2013-07-20Bump the version.Joshua Harlow
2013-07-20Ensure we remove the same way we detect.Joshua Harlow
2013-07-20Remove json-patch inclusion header if payload contains it.Joshua Harlow
2013-07-20Fix constant move.Joshua Harlow
2013-07-20Fix content-type constant.Joshua Harlow
2013-07-20Add usage of '#json-patch'Joshua Harlow
2013-07-19Add the ability to merge with jsonpatch.Joshua Harlow
2013-07-19Add the ability to decompress MIME gzip.Joshua Harlow
2013-07-18Added SmartOS datasource and unit tests.Ben Howard
2013-07-17adds support for SLES plus some basic unittests.Juerg Haefliger
2013-07-17plain text password of '' or None should not trigger settingScott Moser
2013-07-17fix indentation a bit in MakefileScott Moser
2013-07-17merge from trunkScott Moser
2013-07-17Azure: make /var/lib/waagent with 0700 permsScott Moser
2013-07-17DataSourceAzure: fix inverted logic on DisablesshPasswordAuthenticationBen Howard
2013-07-16Use the inverse of DisableSshPasswordAuthentication for ssh_pwauth.Ben Howard