~wrigri/cloud-init:ssh-hostkey-publish

Last commit made on 2019-08-08
Get this branch:
git clone -b ssh-hostkey-publish https://git.launchpad.net/~wrigri/cloud-init
Only Rick Wright can upload to this branch. If you are Rick Wright please log in for upload directions.

Branch merges

Branch information

Name:
ssh-hostkey-publish
Repository:
lp:~wrigri/cloud-init

Recent commits

b924e32... by Rick Wright

Add docstings and fix a few minor style issues.

c30a07b... by Rick Wright

Restructure host key publishing to move most of the logic to cc_ssh.py.

f154648... by Rick Wright

Use util.load_file() instead of open, and fix logging.

b7dc56f... by Rick Wright

Switch to GA URL for guest attributes.

7d13996... by Rick Wright

Add test for ssh_publish_hostkeys config options.

22a3070... by Rick Wright

Fix a couple of bugs with hostkey publish enable.

515de01... by Rick Wright

Add suport for disabling hostkey publishing.

86f8f31... by Rick Wright

Add a couple unittests for changes to DataSourceGCE.py.

90748a2... by Rick Wright

Clean-up and improve output.

680a162... by Rick Wright

Support custom request methods in url_helper.py.