~smoser/cloud-init:feature/1807466-ovf-guestinfo-transport

Last commit made on 2018-12-20
Get this branch:
git clone -b feature/1807466-ovf-guestinfo-transport https://git.launchpad.net/~smoser/cloud-init
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
feature/1807466-ovf-guestinfo-transport
Repository:
lp:~smoser/cloud-init

Recent commits

8e95a07... by Scott Moser

show output of vmware-rpctool when it fails

2670343... by Scott Moser

remove double check for DI_VIRT = vmware.

I've chosen to put this in the 'ovf_vmware_transport_guestinfo'
method rather than in the caller just so that it is more fully
useable as is. the caller doesn't need to do checks on their own.

thanks chad.

561d512... by Scott Moser

Be deterministic on order of transport search. Try guestInfo first.

guestInfo seems likely to be faster both in terms of positive and
negative search, so put it first.

that is admittedly a change if a guest had 2 transports available.

e6f7781... by Scott Moser

LOG.warn to LOG.warning

9586f64... by Scott Moser

Add tests of transport_vmware_guestinfo.

42928e8... by Scott Moser

change return value in one case on transport_vmware_guestinfo

3ab06ef... by Scott Moser

Add implemention of com.vmware.guestInfo transport.

b52899f... by Scott Moser

ds-identify changes for ovf guestinfo.

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.

45d731a... by Ryan Harper

Release 18.5

Bump the version in cloudinit/version.py to be 18.5 and update ChangeLog.

LP: #1808380