Age | Commit message (Expand) | Author |
2016-11-18 | Add activate_datasource, for datasource specific code paths. | Scott Moser |
2016-11-07 | pyflakes: fix issue with pyflakes 1.3 found in ubuntu zesty-proposed. | Scott Moser |
2016-11-01 | AliYun: Add new datasource for Ali-Cloud ECS | kaihuan.pkh |
2016-10-19 | OpenNebula: replace 'ip' parsing with cloudinit.net usage. | Scott Moser |
2016-10-04 | unittests: fix use of mock 2.0 'assert_called' when running make check | Ryan Harper |
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-09-12 | DataSourceOVF: fix user-data as base64 with python3 | Scott Moser |
2016-08-23 | Generate a dummy bond name for OpenStack | Scott Moser |
2016-08-15 | Get Azure endpoint server from DHCP client | Brent Baude |
2016-08-12 | DigitalOcean: use the v1.json endpoint | Ben Howard |
2016-08-12 | MAAS: add vendor-data support | Scott Moser |
2016-08-11 | ConfigDrive: recognize 'tap' as a link type. | Scott Moser |
2016-08-11 | NoCloud: fix bug providing network-interfaces via meta-data. | Scott Moser |
2016-08-10 | SmartOS: more improvements for network configuration | Scott Moser |
2016-06-15 | Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]" | Daniel Watkins |
2016-06-10 | Refactor a large part of the networking code. | Joshua Harlow |
2016-06-10 | Just mock 'on_first_boot' vs special argument | Joshua Harlow |
2016-06-10 | Just do all the imports on one line | Joshua Harlow |
2016-06-10 | remove unused import | Scott Moser |
2016-06-10 | one more | Scott Moser |
2016-06-10 | fix one large source of leaked tmpfiles | Scott Moser |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-06-03 | fix issue with routes on subnets not getting rendered | Scott Moser |
2016-06-02 | ConfigDrive: do not use 'id' on a link for the device name | Scott Moser |
2016-06-02 | fix tox | Scott Moser |
2016-05-27 | assertEqual | Scott Moser |
2016-05-27 | assertEquals | Scott Moser |
2016-05-27 | add a unit test for conversion | Scott Moser |
2016-05-27 | fix pyflakes and flake8 | Scott Moser |
2016-05-27 | fix the remaining tests | Scott Moser |
2016-05-27 | fix a bunch of the tests | Scott Moser |
2016-05-27 | merge from trunk | Scott Moser |
2016-05-26 | Move sdc:nics to a JSON map. Add unittest for sdc:nics | Ryan Harper |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow |
2016-05-19 | Remerge against head/master | Joshua Harlow |
2016-05-16 | Fix slow tests | 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-11 | Use a fake serial module that will allow tests to contine | Joshua Harlow |
2016-05-11 | Fix py26 for rhel (and older versions of python) | Joshua Harlow |
2016-05-05 | Get this test of net json -> net config working | Joshua Harlow |
2016-05-05 | Work on refactoring (and adding) network conversion tests | Joshua Harlow |
2016-03-23 | unittest: fix bad json test with ConfigDrive | Ryan Harper |
2016-03-23 | configdata: parse and convert openstack network_data json to network_config | Ryan Harper |
2016-03-04 | pep8: update formatting to pass pep8 1.4.6 (trusty) and 1.6.2 (xenial) | Ryan Harper |
2016-03-04 | Apply pep8, pyflakes fixes for python2 and 3 | Scott Moser |
2016-03-03 | Fix pyflake/pyflake3 errors | Ryan Harper |
2016-03-03 | Update pep8 runner and fix pep8 issues | Ryan Harper |
2016-03-03 | run pyflakes in more places, fix fallout | Scott Moser |