Age | Commit message (Expand) | Author |
2015-07-06 | Return a sensible value for DataSourceGCE.availability_zone. | 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-08 | Python 2.6 fixes. | Daniel Watkins |
2015-05-08 | Fix retrying. | Daniel Watkins |
2015-05-08 | Default to old code path. | 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 | Remove unused import. | Daniel Watkins |
2015-05-08 | Make find_endpoint a staticmethod to clean up top-level namespace. | Daniel Watkins |
2015-05-08 | Cache certificate response to save on communication with fabric. | Daniel Watkins |
2015-05-08 | Add logging. | 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 | Support multiple metadata paths for metadata keys in GCE data source. | Daniel Watkins |
2015-04-20 | Rename found variable in GCE data source. | Daniel Watkins |
2015-04-20 | Refactor GCE metadata fetching to use a helper class. | 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-27 | NoCloud: the local portion of NoCloud incorrectly claimed datasources | Scott Moser |
2015-03-25 | Compile SmartOS line-parsing regex once. | Daniel Watkins |
2015-03-25 | Add link to Joyent metadata specification. | Daniel Watkins |
2015-03-25 | Switch logging from info to debug level. | Daniel Watkins |
2015-03-25 | Ensure that the serial console is always closed. | Daniel Watkins |
2015-03-25 | Add logging to JoyentMetadataClient. | Daniel Watkins |
2015-03-25 | Convert DataSourceSmartOS to use v2 metadata. | Daniel Watkins |
2015-03-13 | Write and read bytes to/from the SmartOS serial console. | Daniel Watkins |
2015-03-10 | DataSourceMAAS: fix timestamp error in oauthlib | Scott Moser |
2015-03-10 | DataSourceMAAS: remove debug statement | Scott Moser |
2015-03-05 | DataSourceMAAS: generate oauth headers with adjusted timestamp in case of clo... | Oleg Strikov |
2015-03-04 | Fix invalid format string in CloudSigma logging. | Daniel Watkins |
2015-03-02 | DataSourceMAAS: fix oauthlib imports | Scott Moser |
2015-02-25 | move towards user-data being binary | Scott Moser |
2015-02-24 | CloudStack: support fetching password from virtual router | Scott Moser |
2015-02-24 | merge from trunk | Scott Moser |
2015-02-23 | Make parameter list for get_hostname method consistent | Joshua Harlow |
2015-02-23 | Add documentation about upstream CloudStack HTTP fix. | Daniel Watkins |
2015-02-23 | Always close the password server connection, even on failure. | Daniel Watkins |
2015-02-20 | Split CloudStack password handling out to separate class. | Daniel Watkins |
2015-02-20 | Minor formatting clean-up in CloudStack DS. | Daniel Watkins |
2015-02-18 | Set an explicit timeout when fetching CloudStack passwords. | Daniel Watkins |
2015-02-18 | Failing to fetch a CloudStack password should never fail the whole DS. | Daniel Watkins |
2015-02-18 | Read ovf-env.xml as bytes. | Daniel Watkins |
2015-02-17 | Add explanatory comment. | Daniel Watkins |
2015-02-17 | Fetch and use passwords from CloudStack virtual router. | Daniel Watkins |