~chad.smith/cloud-init:pyver-fix

Last commit made on 2017-06-08
Get this branch:
git clone -b pyver-fix https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
pyver-fix
Repository:
lp:~chad.smith/cloud-init

Recent commits

a4f5cf8... by Chad Smith

makefile: fix python 2/3 detection in the Makefile

Fixes CentOs make detection of python in a non-python3 environment

97115d4... by Chad Smith

python3 detection in makefile needs escaping

2e1f651... by Chad Smith

read-dependencies should take centos instead of cent as distro name

d07b183... by Chad Smith

add makefile targets ci-deps-ubuntu ci-deps-centos

e3a3faf... by Chad Smith

package brpm uses read-dependencies for pip to system package translation, template simplification for both suse and redhat templates

3c9b391... by Chad Smith

package bddeb uses read-dependencies for pip to system package translation, template simplification

37f7633... by Chad Smith

read-dependencies script now can generate system package names, python 2v3 pkg names and distro-specific dependencies

ecad221... by Joshua Powers

snap: Removing snapcraft plug line

The snap is a classic snap and does not need to specify any plugs
because it is already unconfined.

LP: #1695333

f99745c... by Andreas Karis

RHEL/CentOS: Fix default routes for IPv4/IPv6 configuration.

Since f38fa413176, default routes get added to both ifcfg-* and route-*
and route6-* files. Default routes should only go to ifcfg-* files,
otherwise the information is redundant.

LP: #1696176

8d58f12... by Joshua Powers

test: Fix pyflakes complaint of unused import.

The jsonschema package is used only when available, but the lint
check thinks the import is unused across pyflakes and flake8. In
order to avoid having exceptions for both assert that the import
works right after and the import is considered used.

The '# NOQA' doesn't affect pyflakes (only flake8).

LP: #1695918