Age | Commit message (Expand) | Author |
2018-01-24 | Azure VM Preprovisioning support. | Douglas Jordan |
2017-12-15 | lint: Fix lints seen by pylint version 1.8.1. | Chad Smith |
2017-12-08 | VMware: Support for user provided pre and post-customization scripts | Maitreyee Saikia |
2017-10-03 | Azure, CloudStack: Support reading dhcp options from systemd-networkd. | Dimitri John Ledkov |
2017-09-07 | vmware customization: return network config format | Sankar Tanguturi |
2017-09-07 | Use /run/cloud-init for tempfile operations. | Scott Moser |
2017-08-15 | vcloud directory: Guest Customization support for passwords | Maitreyee Saikia |
2017-05-19 | DigitalOcean: remove routes except for the public interface. | Ben Howard |
2017-05-10 | FreeBSD: improvements and fixes for use on Azure | Hongjiang Zhang |
2017-04-21 | pylint: fix all logging warnings | Joshua Powers |
2017-04-12 | DigitalOcean: assign IPv4ll address to lowest indexed interface. | Ben Howard |
2017-04-12 | DigitalOcean: configure all NICs presented in meta-data. | Ben Howard |
2017-04-12 | Remove (and/or fix) URL shortener references | Jon Grimm |
2017-04-11 | DigitalOcean: bind resolvers to loopback interface. | Ben Howard |
2017-04-03 | OpenStack: add 'dvs' to the list of physical link types. | Scott Moser |
2017-01-17 | Fixed Misc issues related to VMware customization. | Sankar Tanguturi |
2016-12-22 | LICENSE: Allow dual licensing GPL-3 or Apache 2.0 | Jon Grimm |
2016-11-28 | OpenStack: extend physical types to include hyperv, hw_veb, vhost_user. | Scott Moser |
2016-10-19 | Fix python2.6 things found running in centos 6. | Scott Moser |
2016-09-29 | DigitalOcean: use meta-data for network configruation | Ben Howard |
2016-09-12 | Allow link type of null in network_data.json | Jon Grimm |
2016-08-23 | Generate a dummy bond name for OpenStack | Scott Moser |
2016-08-22 | azure dhclient-hook cleanups | Scott Moser |
2016-08-15 | Get Azure endpoint server from DHCP client | Brent Baude |
2016-08-12 | MAAS: add vendor-data support | Scott Moser |
2016-08-11 | ConfigDrive: recognize 'tap' as a link type. | Scott Moser |
2016-07-13 | Another stray occurence of a dict comprehension being removed | Joshua Harlow |
2016-07-13 | Remove another stray dict comprehension | Joshua Harlow |
2016-06-15 | fix some errors reported by pylint | Scott Moser |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-06-02 | openstack: support decoding when reading files, use that for network_config | Scott Moser |
2016-05-19 | Remerge against head/master | Joshua Harlow |
2016-05-19 | Adjust net module to be more isolated | Joshua Harlow |
2016-05-12 | fix last flake8 error | Scott Moser |
2016-05-12 | run flake8 instead of pyflakes in tox. expect tests/ to pass flake8. | Scott Moser |
2016-05-12 | Fix up a ton of flake8 issues | Joshua Harlow |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow |
2016-05-05 | Add the bridge net type | Joshua Harlow |
2016-05-05 | Work on refactoring (and adding) network conversion tests | Joshua Harlow |
2016-03-23 | fix openstack versions s/KILO/LIBERY drop networkdata read helper | Ryan Harper |
2016-03-23 | configdata: parse and convert openstack network_data json to network_config | Ryan Harper |
2016-03-11 | - Fixed few pep8 and flake8 issues. | Sankar Tanguturi |
2016-03-11 | - Executed 'bzr merge' and resolved all the conflicts. | Sankar Tanguturi |
2016-03-09 | - Fixed few issues with return values form util.subp() | Sankar Tanguturi |
2016-03-08 | - Ignored return code 1 for 'pkill' command in config_nic.py | Sankar Tanguturi |
2016-03-03 | Apply pep8, pyflakes fixes for python2 and 3 | Ryan Harper |
2016-03-03 | run pyflakes in more places, fix fallout | Scott Moser |
2016-03-01 | Add Image Customization Parser for VMware vSphere Hypervisor Support. | Scott Moser |
2016-02-18 | - Removed dmi_data function. | Sankar Tanguturi |
2016-02-16 | - Used proper 4 space indentations for config_nic.py and nic.py | Sankar Tanguturi |