summaryrefslogtreecommitdiff
path: root/cloudinit
AgeCommit message (Expand)Author
2015-06-29- Fix logic change introduced by 1000.1.1Robert Schweikert
2015-06-16Use wget to fetch CloudStack passwords.Scott Moser
2015-06-16Use wget to fetch CloudStack passwords.Daniel Watkins
2015-06-16growpart: fix specification of 'devices' list.Scott Moser
2015-06-15apt_configure: fix importing of apt gpg keys under in python3Scott Moser
2015-06-15cc_rh_subscription: fixes for python3Scott Moser
2015-06-10Add a cloud-init plugin for helping users register and subscribe their RHEL-b...Daniel Watkins
2015-06-02check for systemd using sd_booted() semanticsLars Kellogg-Stedman
2015-05-29Corrected spelling error on variable nameBrent Baude
2015-05-28Tightening up an error message and isinstance usage based on feedback from DanBrent Baude
2015-05-27Updated files with upstream review comments thanks to Dan and ScottBrent Baude
2015-05-22AZURE: Redact on-disk user password in /var/lib/ovf-env.xmlBen Howard
2015-05-21This commit consists of three things based on feedback from smosher:Brent Baude
2015-05-19EC2: be aware of eu-central-1 availability zoneScott Moser
2015-05-15pep8 fixesScott Moser
2015-05-15Azure: remove dependency on walinux-agentScott Moser
2015-05-15detect that CentOS 7 uses systemd, write previous-hostname in that case.Scott Moser
2015-05-14read_seeded: fix reed_seeded after regressionScott Moser
2015-05-14This patch adds a cloud-init plugin for helping users registerBrent Baude
2015-05-08Python 2.6 fixes.Daniel Watkins
2015-05-08Fix retrying.Daniel Watkins
2015-05-08Default to old code path.Daniel Watkins
2015-05-08Reintroduce original code path.Daniel Watkins
2015-05-08Move our walinuxagent implementation to a single function call.Daniel Watkins
2015-05-08Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).Daniel Watkins
2015-05-08Split WALinuxAgentShim code out to separate file.Daniel Watkins
2015-05-08Remove unused import.Daniel Watkins
2015-05-08Make find_endpoint a staticmethod to clean up top-level namespace.Daniel Watkins
2015-05-08Cache certificate response to save on communication with fabric.Daniel Watkins
2015-05-08Add logging.Daniel Watkins
2015-05-08Return a dict of data from WALinuxAgentShim, rather than accessing attributes.Daniel Watkins
2015-05-07Implement basic replacement for walinuxagent in Azure data source.Daniel Watkins
2015-05-01Update is_disk_used for changed enumerate_disk output.Scott Moser
2015-05-01fix 'Make pyflakes'Scott Moser
2015-05-01Azure: if user has set hostname, do not overwrite itScott Moser
2015-04-21Fix +tests for GCE datasource not handling per-instance SSH keysJoshua Harlow
2015-04-21Don't overwrite the hostname if the user has changed it after we set itJoshua Harlow
2015-04-21Add functionality to fixate the uid of a newly added user.Joshua Harlow
2015-04-20GCE instance-level SSH keys override project-level keys. (LP: #1403617)Daniel Watkins
2015-04-20Support multiple metadata paths for metadata keys in GCE data source.Daniel Watkins
2015-04-20Rename found variable in GCE data source.Daniel Watkins
2015-04-20Refactor GCE metadata fetching to use a helper class.Daniel Watkins
2015-04-16fix cloud-config-archive handlingScott Moser
2015-04-16pep8 fixesScott Moser
2015-04-15Don't overwrite the hostname if the user has changed it after we set itbrak
2015-04-15CentOS 7 uses systemd. RHEL distributions using systemd were not properly sa...brak
2015-04-15Reset host name after bounce has allowed walinuxagent to run successfully.Daniel Watkins
2015-04-15Add unit tests for Azure hostname bouncing.Daniel Watkins
2015-04-14Add functionality to fixate the uid of a newly added user.Gerhard Muntingh
2015-03-31adjust cc_snappy for snappy install package with config.Scott Moser