Age | Commit message (Expand) | Author |
2016-06-27 | fix restoring from a datasource that did not have dsmode | Scott Moser |
2016-06-15 | DataSourceNoCloud: fix stack trace on reboot, default to dsmode=net | Scott Moser |
2016-06-15 | remove declaration of dsmode as local in DataSourceNoCloud | Scott Moser |
2016-06-15 | fix usage of OSError.message that will not work in python3 | Scott Moser |
2016-06-15 | merge from trunk | Scott Moser |
2016-06-15 | fix some errors reported by pylint | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | merge with trunk | Scott Moser |
2016-06-15 | fis some Datasourcenocloud issues | Scott Moser |
2016-06-15 | Re-apply "Remove trailing dot from GCE metadata URL (LP: #1581200) [Phil Roche]" | Daniel Watkins |
2016-06-14 | [Revert] Remove trailing dot from GCE metadata URL | Scott Moser |
2016-06-13 | Removes trailing dot in metadata.google.internal GCE metadata lookup. | Phil Roche |
2016-06-10 | Just mock 'on_first_boot' vs special argument | Joshua Harlow |
2016-06-06 | Rebase against master | Joshua Harlow |
2016-06-03 | config drive conversion: recognize 'bridge' as a physical type, fix mtu | Scott Moser |
2016-06-02 | ConfigDrive: do not use 'id' on a link for the device name | Scott Moser |
2016-06-02 | re-add the 'Net' classes for datasources | Scott Moser |
2016-06-02 | fix untested previous change to smartos | Scott Moser |
2016-06-02 | smartos: do not raise error when not on smartos | Scott Moser |
2016-06-02 | openstack: support decoding when reading files, use that for network_config | Scott Moser |
2016-06-02 | SmartOS: datasource improvements, support for networking information. | Scott Moser |
2016-05-31 | use constants for kvm and lx-brand | Scott Moser |
2016-05-27 | return dict not None on get_config_obj | Scott Moser |
2016-05-27 | smartos is local, but it is named DataSourceSmartOS not DataSourceConfigDrive | Scott Moser |
2016-05-27 | Smartos datasource is local. | Scott Moser |
2016-05-27 | add nicer main | Scott Moser |
2016-05-27 | remove debug print | 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-27 | fix pyflakes and some pylint errors/warnings | Scott Moser |
2016-05-27 | fix pyflakes, move datasources= to bottom | Scott Moser |
2016-05-26 | Move sdc:nics to a JSON map. Add unittest for sdc:nics | Ryan Harper |
2016-05-26 | Add smartos sdc:nics converter and network_config property for smartos config... | Ryan Harper |
2016-05-26 | fix typos in names | Scott Moser |
2016-05-26 | config drive: log where network config came from | Scott Moser |
2016-05-25 | commit to push for fear of loss. | Scott Moser |
2016-05-19 | Fix up tests and flake8 warnings | Joshua Harlow |
2016-05-19 | Remerge against head/master | Joshua Harlow |
2016-05-19 | Adjust net module to be more isolated | 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-12 | Fix up a ton of flake8 issues | Joshua Harlow |
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 | Add the bridge net type | Joshua Harlow |
2016-05-05 | Work on refactoring (and adding) network conversion tests | Joshua Harlow |
2016-05-01 | initial commit of rework | Scott Moser |