summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2014-02-13add 'user-data' support.Scott Moser
2014-02-12support configuration of MD_URL, disable if not resolvable.Scott Moser
2014-02-08wrap url get call in try/except clauseVaidas Jablonskis
2014-02-07Forgot to include _trim_key functionVaidas Jablonskis
2014-02-07use url_helper instead of requestsVaidas Jablonskis
2014-02-03Add Google Compute Engine data source support.Vaidas Jablonskis
2014-01-29merge from trunkScott Moser
2014-01-28cloudinit/util.py: fix pylint complaintsScott Moser
2014-01-28DataSourceNoCloud: support reading vendor-data Scott Moser
2014-01-28Allow zeros when detecting IPv4 address (e.g. 192.168.0.1)Vlastimil Holer
2014-01-27add 'pathprefix2dict' utility for use by DataSourceNoCloudScott Moser
2014-01-24read_file_or_url: raise UrlError with 404 on ENOENTScott Moser
2014-01-24Don't try to create members if group creation failsJoshua Harlow
2014-01-24Fix logexc usage in freebsd distroJoshua Harlow
2014-01-24Fixes for SmartOS datasourceScott Moser
2014-01-24minor changes for pylint, write_boot_content improvement.Scott Moser
2014-01-24Log failure to restore backup locale fileJoshua Harlow
2014-01-24Freebsd cleanupsJoshua Harlow
2014-01-24Make SmartOS script handling self-contained in datasource.Ben Howard
2014-01-24Rebasing on trunkBen Howard
2014-01-24pylint and long line fixes.Scott Moser
2014-01-24Fixed flip-flopped commentBen Howard
2014-01-24pep8/pylint fixesScott Moser
2014-01-24Fixes for SmartOS datasource (LP: #1272115):Ben Howard
2014-01-23Use the right exceptionJoshua Harlow
2014-01-23Remove pylint warning about unused request_argsJoshua Harlow
2014-01-23Skip retry and continued fetch of userdata when NOT_FOUNDJoshua Harlow
2014-01-23fix util.which if PATH is not in environmentScott Moser
2014-01-23fix freebsd new file headerScott Moser
2014-01-23pep8/tab to 8 spacesScott Moser
2014-01-23pep8, use which rather than hard coded pathScott Moser
2014-01-23pep8Scott Moser
2014-01-23fix broken consumption of /proc/mountsScott Moser
2014-01-23merge from trunkScott Moser
2014-01-23pep8Scott Moser
2014-01-23Consider partitions as sources for configdrive if labelled correctlyPaul Querna
2014-01-23Split net-parsing into own moduleJoshua Harlow
2014-01-23remove some white spaceScott Moser
2014-01-22cc_resizefs: figure out what /dev/root means via kernel cmdlineScott Moser
2014-01-22Add a new lineJoshua Harlow
2014-01-22Add comments as to format with example in/outJoshua Harlow
2014-01-22Split net-parsing into own moduleJoshua Harlow
2014-01-17more boto removal. move httpretty from 'Requires'Scott Moser
2014-01-17drop requirement on boto for its boto.utils.get_instance_metadata()Scott Moser
2014-01-17remove creation of some vestigial dirsScott Moser
2014-01-17merge from trunkScott Moser
2014-01-17remove unused mergedvendoruserScott Moser
2014-01-17remove support for resizing via 'parted resizepart'Scott Moser
2014-01-17pep8 and pylint fixes; typo fix for documentationBen Howard
2014-01-16DataSourceOpenNebula:parse_shell_config skip 'SECONDS' var if seenScott Moser