tripleo-puppet-elements 12.0.0 (ussuri)
We exuberantly announce the release of: tripleo-puppet-elements 12.0.0: Puppet building rules for OpenStack images. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/tripleo-puppet-elements Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/tripleo/+bugs For more details, please see below. Changes in tripleo-puppet-elements 11.2.0..12.0.0 ------------------------------------------------- 63859da Use chkconfig 583a788 tox: Keeping going with docs 115a45a Switch to Ussuri jobs eb3fb3d Fix permissions on 51-enable-network-service 42160c4 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- elements/overcloud-base/post-install.d/51-enable-network-service | 3 +-- releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 ++++++ requirements.txt | 4 ++++ test-requirements.txt | 8 ++++++-- tools/releasenotes_tox.sh | 2 +- zuul.d/layout.yaml | 2 +- 7 files changed, 20 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4e46b89..aa25e42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,4 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + diff --git a/test-requirements.txt b/test-requirements.txt index 8ffef28..d0dc302 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -0,0 +1,4 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + @@ -4,2 +8,2 @@ oslotest -sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD +sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD
participants (1)
-
no-reply@openstack.org