Age | Commit message (Expand) | Author |
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 |
2016-02-16 | Handle escaped quotes in WALinuxAgentShim.find_endpoint | Scott Moser |
2016-02-04 | SmartOS: Add support for Joyent LX-Brand Zones (LP: #1540965) | Robert Jennings |
2015-10-30 | Use DMI data to find Azure instance IDs. | Daniel Watkins |
2015-10-14 | AZURE: support extracting SSH key values from ovf-env.xml | Ben Howard |
2015-10-09 | Refactor tests to test helper method directly, and remove need for test helper. | Daniel Watkins |
2015-10-09 | Convert test helper to staticmethod. | Daniel Watkins |
2015-10-09 | Handle colons in packed strings in WALinuxAgentShim.find_endpoint. | Daniel Watkins |
2015-10-09 | Handle escaped quotes in WALinuxAgentShim.find_endpoint. | Daniel Watkins |
2015-09-08 | NoCloud: fix consumption of vendor-data | Scott Moser |
2015-08-07 | hopefully fix DataSourceMAAS | Scott Moser |
2015-07-22 | mounts: support reliably detecting and using Azure ephemeral disks | Scott Moser |
2015-07-21 | fix 'make pyflakes' | Scott Moser |
2015-07-21 | Use /dev/disk devices for Azure ephemeral disk. | Daniel Watkins |
2015-07-06 | Return a sensible value for DataSourceGCE.availability_zone. | Daniel Watkins |
2015-07-06 | Reduce repetition in GCE data source tests. | Daniel Watkins |
2015-06-16 | Use wget to fetch CloudStack passwords. | Daniel Watkins |
2015-05-22 | AZURE: Redact on-disk user password in /var/lib/ovf-env.xml | Ben Howard |
2015-05-15 | pep8 fixes | Scott Moser |
2015-05-08 | Fix retrying. | Daniel Watkins |
2015-05-08 | Reintroduce original code path. | Daniel Watkins |
2015-05-08 | Move our walinuxagent implementation to a single function call. | Daniel Watkins |
2015-05-08 | Stop using Python 3 only tempfile.TemporaryDirectory (but lose free cleanup). | Daniel Watkins |
2015-05-08 | Split WALinuxAgentShim code out to separate file. | Daniel Watkins |
2015-05-08 | Make find_endpoint a staticmethod to clean up top-level namespace. | Daniel Watkins |
2015-05-08 | Return a dict of data from WALinuxAgentShim, rather than accessing attributes. | Daniel Watkins |
2015-05-07 | Implement basic replacement for walinuxagent in Azure data source. | Daniel Watkins |
2015-05-01 | fix 'Make pyflakes' | Scott Moser |
2015-05-01 | Azure: if user has set hostname, do not overwrite it | Scott Moser |
2015-04-20 | GCE instance-level SSH keys override project-level keys. (LP: #1403617) | Daniel Watkins |
2015-04-20 | Add test that missing GCE required key returns False. | Daniel Watkins |
2015-04-15 | Reset host name after bounce has allowed walinuxagent to run successfully. | Daniel Watkins |
2015-04-15 | Add unit tests for Azure hostname bouncing. | Daniel Watkins |
2015-03-25 | Ensure that the serial console is always closed. | Daniel Watkins |
2015-03-25 | Refactor tests to assume JoyentMetadataClient is correct. | Daniel Watkins |
2015-03-25 | Convert DataSourceSmartOS to use v2 metadata. | Daniel Watkins |
2015-03-25 | Organise imports in test_smartos.py. | Daniel Watkins |
2015-03-13 | Write and read bytes to/from the SmartOS serial console. | Daniel Watkins |
2015-03-04 | Fix hang caused by HTTPretty on Python 3.4.2. | Daniel Watkins |
2015-02-25 | move towards user-data being binary | Scott Moser |
2015-02-24 | Azure: Fix consumption of user-data | Scott Moser |
2015-02-24 | use util.decode_binary rather than str, add tests. | Scott Moser |