summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/azure.py
AgeCommit message (Expand)Author
2018-01-24Azure VM Preprovisioning support.Douglas Jordan
2017-12-15lint: Fix lints seen by pylint version 1.8.1.Chad Smith
2017-10-03Azure, CloudStack: Support reading dhcp options from systemd-networkd.Dimitri John Ledkov
2017-09-07Use /run/cloud-init for tempfile operations.Scott Moser
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-10-19Fix python2.6 things found running in centos 6.Scott Moser
2016-08-22azure dhclient-hook cleanupsScott Moser
2016-08-15Get Azure endpoint server from DHCP clientBrent Baude
2016-05-12fix last flake8 errorScott Moser
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-02-16Handle escaped quotes in WALinuxAgentShim.find_endpointScott Moser
2015-10-30Use DMI data to find Azure instance IDs.Daniel Watkins
2015-10-09Refactor WALinuxAgentShim.find_endpoint to use a helper method for IP address...Daniel Watkins
2015-10-09Handle colons in packed strings in WALinuxAgentShim.find_endpoint.Daniel Watkins
2015-10-09Handle escaped quotes in WALinuxAgentShim.find_endpoint.Daniel Watkins
2015-05-08Python 2.6 fixes.Daniel Watkins
2015-05-08Fix retrying.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