summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/azure.py
AgeCommit message (Expand)Author
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