index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
sources
/
helpers
/
azure.py
Age
Commit message (
Expand
)
Author
2016-10-19
Fix python2.6 things found running in centos 6.
Scott Moser
2016-08-22
azure dhclient-hook cleanups
Scott Moser
2016-08-15
Get Azure endpoint server from DHCP client
Brent Baude
2016-05-12
fix last flake8 error
Scott Moser
2016-05-12
Fix up a ton of flake8 issues
Joshua Harlow
2016-02-16
Handle escaped quotes in WALinuxAgentShim.find_endpoint
Scott Moser
2015-10-30
Use DMI data to find Azure instance IDs.
Daniel Watkins
2015-10-09
Refactor WALinuxAgentShim.find_endpoint to use a helper method for IP address...
Daniel Watkins
2015-10-09
Handle colons in packed strings in WALinuxAgentShim.find_endpoint.
Daniel Watkins
2015-10-09
Handle escaped quotes in WALinuxAgentShim.find_endpoint.
Daniel Watkins
2015-05-08
Python 2.6 fixes.
Daniel Watkins
2015-05-08
Fix retrying.
Daniel Watkins
2015-05-08
Move our walinuxagent implementation to a single function call.
Daniel Watkins
2015-05-08
Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup).
Daniel Watkins
2015-05-08
Split WALinuxAgentShim code out to separate file.
Daniel Watkins