summaryrefslogtreecommitdiff
path: root/cloudinit/sources/helpers/vmware/imc/config_nic.py
AgeCommit message (Expand)Author
2022-02-08Fix IPv6 netmask format for sysconfig (#1215)Harald
2021-12-15Adopt Black and isort (SC-700) (#1157)James Falcon
2021-11-18VMware: source /etc/network/interfaces.d/* on Debianchengcheng-chcheng
2020-11-03Fix not sourcing default 50-cloud-init ENI file on Debian (#598)WebSpider
2020-06-08Move subp into its own module. (#416)Scott Moser
2018-12-03ovf: Fix ovf network config generation gateway/routesRyan Harper
2018-08-28VMWare: Fix a network config bug in vm with static IPv4 and no gateway.Pengpeng Sun
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2017-12-08VMware: Support for user provided pre and post-customization scriptsMaitreyee Saikia
2017-09-07vmware customization: return network config formatSankar Tanguturi
2017-01-17Fixed Misc issues related to VMware customization.Sankar Tanguturi
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-05-12Fix up a ton of flake8 issuesJoshua Harlow
2016-03-11- Executed 'bzr merge' and resolved all the conflicts.Sankar Tanguturi
2016-03-08 - Ignored return code 1 for 'pkill' command in config_nic.pySankar Tanguturi
2016-03-03Apply pep8, pyflakes fixes for python2 and 3 Ryan Harper
2016-03-03run pyflakes in more places, fix falloutScott Moser
2016-02-18 - Removed dmi_data function.Sankar Tanguturi
2016-02-16 - Used proper 4 space indentations for config_nic.py and nic.pySankar Tanguturi
2016-02-09 - Added the code to configure the NICs.Sankar Tanguturi