[Cloud-init-dev] [Merge] ~powersj/cloud-init:coverage into cloud-init:master

2016-10-20 Thread Joshua Powers
Joshua Powers has proposed merging ~powersj/cloud-init:coverage into cloud-init:master. Requested reviews: cloud init development team (cloud-init-dev) For more details, see: https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/308975 Adds in coverage collections to

[Cloud-init-dev] [Merge] ~nrezinorn/cloud-init:fix_rhel_ssh_service into cloud-init:master

2016-10-20 Thread Scott Moser
The proposal to merge ~nrezinorn/cloud-init:fix_rhel_ssh_service into cloud-init:master has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~nrezinorn/cloud-init/+git/cloud-init/+merge/306653 -- Your team cloud init development team is

Re: [Cloud-init-dev] [Merge] ~harlowja/cloud-init:sys-io-errors into cloud-init:master

2016-10-20 Thread Scott Moser
it looks like your test case is busted, flake8 fails which makes me wonder if its working correctly. tests/unittests/test_net.py:478:36: F821 undefined name 'name' tests/unittests/test_net.py:478:42: F821 undefined name 'field' that and a few other changes:

Re: [Cloud-init-dev] [Merge] ~harlowja/cloud-init:no-cheetah into cloud-init:master

2016-10-20 Thread Scott Moser
per Josh in irc: so in [1] if people still have cheetah installed, and there templates say to use cheetah explicitly then it will still continue using cheetah the default though does change from: - LOG.debug("Using Cheetah as the renderer for unknown template.") - return ('cheetah',