Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-10 | test: fix all flake8 E126 errors (#425) | Joshua Powers | |
2020-05-14 | cloudinit: minor pylint fixes (#360) | Daniel Watkins | |
We recently discovered that pylint is failing to report some errors when invoked across our entire codebase (see https://github.com/PyCQA/pylint/issues/3611). I've run pylint across every Python file under cloudinit/[0], and this commit fixes the issues so-discovered. [0] find cloudinit/ -name "*.py" | xargs -n 1 -t .tox/pylint/bin/python -m pylint | |||
2018-11-29 | azure: detect vnet migration via netlink media change event | Tamilmani Manoharan | |
Replace Azure pre-provision polling on IMDS with a blocking call which watches for netlink link state change messages. The media change event happens when a pre-provisioned VM has been activated and is connected to the users virtual network and cloud-init can then resume operation to complete image instantiation. |