Train was the last release supporting python2. Let's rip the bandaid
off.
Also includes remove tripleo jobs from os-collect-config master
Partial-Bug: #1879361
Co-Authored-By: xuanyandong <xuanyandong@inspur.com>
Co-Authored-By: Alex Schultz <aschultz@redhat.com>
Change-Id: I46c79ce87f474a986f1983fa9164e6e4cbeaf8de
This reverts commit 9d460a44e4bd0d777ec41a2dc0be6dc80a01a781.
The patch being reverted should not have been merged, because
setting universal to True is used to claim in-place python 2/3
compatibility in Wheel packages.
We don't support python 3 yet, so we must not claim the opposite
here (as this would harm end users as soon as we start uploading
Wheel packages to PyPi).
Please see the following links for details:
- http://pythonwheels.com/
- http://lists.openstack.org/pipermail/openstack-dev/2013-November/020059.html
Change-Id: I73106d2a1752fa8ee11694c6d9c123a953e6c462
setup.cfg depends on the README file for its long description, so if
it's not in the source tarball, the build will bomb out. README.rst is an
automatically grokked name of a file for python and gets included
automatically. While we're dealing with this, add a MANIFEST.in to
ensure that AUTHORS and ChangeLog get installed too.
Change-Id: Id59fa5a6fecc179a80710ba8a5dc898fb713b1cf
The name os-config-applier was too confusing given os-refresh-config as the
partner program, so we've decided to rename to os-apply-config.
To aid migration the old command name and default template path are still
supported.
Change-Id: I39725595275e7b4375ac4fda52e6a14b7071f7e9