~marlinc/cloud-init:chpasswd-hash

Last commit made on 2019-01-15
Get this branch:
git clone -b chpasswd-hash https://git.launchpad.net/~marlinc/cloud-init
Only Marlin Cremers can upload to this branch. If you are Marlin Cremers please log in for upload directions.

Branch merges

Branch information

Name:
chpasswd-hash
Repository:
lp:~marlinc/cloud-init

Recent commits

adb453a... by Chad Smith

Add chpasswd test for password hashes

ec03528... by Marlin Cremers

Support $2y$ hashes in the chpasswd module

5f49ee0... by Scott Moser

Add documentation on adding a datasource.

This adds documentation intended for a developer on how to add
a new datasource to cloud-init.

3984726... by Scott Moser

doc: clean up some datasource documentation.

The change to datasources.rst here is obvious typo fix.
The change to azure is to reduce the two 'Customization' sections
to a single and clean up some other duplicate text.

12bc76c... by Scott Moser

ds-identify: fix wrong variable name in ovf_vmware_transport_guestinfo.

ovf_vmware_transport_guestinfo is not currently tested.
It used '$1' instead of '$out' when checking for xml content in
the output of vmware-rpctool.

a809b25... by =?utf-8?q?PORTE_Lo=C3=AFc?= <email address hidden>

Scaleway: Support ssh keys provided inside an instance tag.

The change here will utilize ssh keys found inside an instance's tag.
The tag value must start with 'AUTHORIZED_KEY'.

d4d11c7... by Scott Moser

OVF: simplify expected return values of transport functions.

Transport functions (transport_iso9660 and transport_vmware_guestinfo)
would return a tuple of 3 values, but only the first was ever used
outside of test. The other values (device and filename) were just
ignored.

This just simplifies the transport functions to now return content
(in string format) or None indicating that the transport was not found.

f55bb17... by Scott Moser

Vmware: Add support for the com.vmware.guestInfo OVF transport.

This adds support for reading OVF information over the
'com.vmware.guestInfo' tranport. The current implementation requires
vmware-rpctool be installed in the system.

LP: #1807466

26e95e9... by Scott Moser

HACKING.rst: change contact info to Josh Powers

In the Hacking doc, change the contact information for the contributors
agreement to reference Josh Powers rather than Scott Moser.

5b06531... by Scott Moser

Update to pylint 2.2.2.

The tip-pylint tox target correctly reported the invalid use of
string formatting. The change here is to:

a.) Fix the error that was caught.
b.) move to pylint 2.2.2 for the default 'pylint' target.