summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2017-03-21Bounce network interface for Azure when using the built-in path.Brent Baude
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-20net: Fix incorrect call to isfileJoshua Powers
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2017-03-17test: Adding integratiron test for password as listJoshua Powers
2017-03-17render_network_state: switch arguments around, do not require targetScott Moser
2017-03-17support 'loopback' as a device type.Scott Moser
2017-03-13Fix chef config module in omnibus install.Jeremy Melvin
2017-03-10Add feature flags to cloudinit.version.Wesley Wiedenmeier
2017-03-10Further fix regression to support 'password' for default user.Scott Moser
2017-03-10fix regression when no chpasswd/list was provided.Scott Moser
2017-03-09Support chpasswd/list being a list in addition to a string.Sergio Lystopad
2017-03-07doc: Fix configuration example for cc_set_passwords module.Sergio Lystopad
2017-03-07net: support both ipv4 and ipv6 gateways in sysconfig.Lars Kellogg-Stedman
2017-03-07net: do not raise exception for > 3 nameserversLars Kellogg-Stedman
2017-03-03Support warning if the used datasource is not in ds-identify's list.Scott Moser
2017-03-03Move warning functionality to cloudinit/warnings.pyScott Moser
2017-02-24Identify Brightbox as an Ec2 datasource user.Scott Moser
2017-02-24DatasourceEc2: add warning message when not on AWS.Scott Moser
2017-02-17flake8: fix flake8 complaints in previous commit.Scott Moser
2017-02-17net: correct errors in cloudinit/net/sysconfig.pyLars Kellogg-Stedman
2017-02-16ec2_utils: fix MetadataLeafDecoder that returned bytes on emptyScott Moser
2017-02-14apply the runtime configuration written by ds-identify.Scott Moser
2017-02-03manual_cache_clean: When manually cleaning touch a file in instance dir.Scott Moser
2017-02-03Add tools/ds-identify to identify datasources available.Scott Moser
2017-01-25Fix eni rendering of multiple IPs per interfaceRyan Harper
2017-01-24Add 3 ecdsa-sha2-nistp* ssh key types now that they are standardizedLars Kellogg-Stedman
2017-01-20EC2: Do not cache security credentials on diskAndrew Jorgensen
2017-01-17OpenStack: Use timeout and retries from config in get_data.Lars Kellogg-Stedman
2017-01-17Fixed Misc issues related to VMware customization.Sankar Tanguturi
2017-01-12Fix minor docs typo: perserve > preserveJeremy Bicha
2017-01-12Use dnf instead of yum when availableLars Kellogg-Stedman
2017-01-11Get early logging logged, including failures of cmdline url.Scott Moser
2016-12-23release 0.7.9Scott Moser
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-12-21Fix config order of precedence, putting kernel command line over system.Wesley Wiedenmeier
2016-12-20pep8: whitespace fixScott Moser
2016-12-20Update the list of valid ssh keys.Michael Felt
2016-12-19set_hostname: avoid erroneously appending domain to fqdnLars Kellogg-Stedman
2016-12-19doc: change 'nobootwait' to 'nofail' in docsAnhad Jai Singh
2016-12-19Replace an expired bit.ly link in code comment.Joshua Harlow
2016-12-19user-groups: fix bug when groups was provided as string and had spacesScott Moser
2016-12-11mounts: use mount -a again to accomplish mountsScott Moser
2016-12-11CloudSigma: Fix bug where datasource was not loaded in local search.Scott Moser
2016-12-03when adding a user, strip whitespace from group listLars Kellogg-Stedman
2016-12-02Replace usage of sys_netdev_info with read_sys_netJoshua Harlow
2016-12-02fix problems found in python2.6 test.Joshua Harlow
2016-11-28OpenStack: extend physical types to include hyperv, hw_veb, vhost_user.Scott Moser
2016-11-22net/cmdline: Consider ip= or ip6= on command line not only ip=Scott Moser
2016-11-22Improve formatting for ProcessExecutionErrorWesley Wiedenmeier