summaryrefslogtreecommitdiff
path: root/cloudinit/config
AgeCommit message (Expand)Author
2016-06-15fix some errors reported by pylintScott Moser
2016-06-10minor changes prior to mergeScott Moser
2016-06-09move gpg functions into gpg.pyChristian Ehrhardt
2016-06-06rename fucntion to mirrorurl_to_apt_fileprefix to reflect what it actually doesChristian Ehrhardt
2016-06-06rename add_key / add_source to add_apt_key / add_apt_sourceChristian Ehrhardt
2016-06-06add_key_raw - make exceptions more specificChristian Ehrhardt
2016-06-06pythonify getkeybyid and move it to uitl.pyChristian Ehrhardt
2016-06-03improve network configurationScott Moser
2016-06-03fix tox -e flake8Scott Moser
2016-06-03lxd: fix log messsageScott Moser
2016-06-02fix log message in emit_upstartScott Moser
2016-05-30fix EXPORT_GPG_KEYID for existing keysChristian Ehrhardt
2016-05-30drop errorlist from convert_to_new_formatChristian Ehrhardt
2016-05-24pacify pep8 regarding the new changesChristian Ehrhardt
2016-05-24integrate further smaller review feedbackChristian Ehrhardt
2016-05-24rebased with upstream and reolved merge conflictsChristian Ehrhardt
2016-05-23make sure we only handle list or dict apt_sources and bail out for othersChristian Ehrhardt
2016-05-23fix issue with dictionary style apt_sources handling filenamesChristian Ehrhardt
2016-05-23warn about multiple colliding apt_source without filenamesChristian Ehrhardt
2016-05-23support apt_sources to be a dictionaryChristian Ehrhardt
2016-05-12make pep8 happy with a few spacesChristian Ehrhardt
2016-05-12split add_key and add_key_raw fior better testabilityChristian Ehrhardt
2016-05-12fix EXPORT_GPG_KEYID for long key fingerprintsChristian Ehrhardt
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-05-12remove Unnecessary parens in add_keyChristian Ehrhardt
2016-05-12move errorlist.append out of add_keyChristian Ehrhardt
2016-05-12add feature to allow a custom template for source listChristian Ehrhardt
2016-05-12remove missed test printChristian Ehrhardt
2016-05-12test mirror list with failing mirrorChristian Ehrhardt
2016-05-12allow to add keys without specifying a sourceChristian Ehrhardt
2016-04-13phone_home: allow usage of fqdnScott Moser
2016-04-13chef: straighten out validation_cert and validation_keyScott Moser
2016-04-12rh_subscription: only check subscription if configuredScott Moser
2016-04-12provide a warning if 'system' but file does not existScott Moser
2016-04-12chef: straighten out validation_cert and validation_keyScott Moser
2016-04-11minor cleanupsScott Moser
2016-04-11lxd-bridge: Don't require a bridge name and implement support for domain nameStéphane Graber
2016-04-11Update lxd-bridge code to do a single debconf-communicate run and split debco...Stéphane Graber
2016-04-11Add support for lxd-bridge configurationStéphane Graber
2016-04-06fix tests and hopefully actually workScott Moser
2016-04-06rh_subscription: only check subscription if configuredScott Moser
2016-04-05write_files: fix decompression of contentScott Moser
2016-04-04chef: fix chef installation from gemsScott Moser
2016-04-04disk_setup: correctly send --force to mkfs on block devicesScott Moser
2016-03-14fix long lineScott Moser
2016-03-14merge with trunkScott Moser
2016-03-07No longer run pollinate by default in seed_randomScott Moser
2016-03-04pep8: update formatting to pass pep8 1.4.6 (trusty) and 1.6.2 (xenial)Ryan Harper
2016-03-04Apply pep8, pyflakes fixes for python2 and 3Scott Moser
2016-03-03Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper