[puppet] puppet-ovn 11.0.0 (pike)
We are psyched to announce the release of: puppet-ovn 11.0.0: Puppet module for OVN This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-ovn/ For more details, please see below. Changes in puppet-ovn 10.3.0..11.0.0 ------------------------------------ 1ef71d7 Drop -dev for release prep ee1ff39 beaker: stop pulling OVS from dpdk-snapshot fda51a4 Update test-requirements.txt 21cd3ef Prepare Pike metadata 4e2352c Update reno for stable/ocata 4e9e559 Input DB listen IP address for the ovn-northd Diffstat (except docs and test files) ------------------------------------- manifests/northd.pp | 15 ++++++++- metadata.json | 66 ++++++++++++++++++++++++++++++--------- releasenotes/source/conf.py | 12 +++---- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++++ spec/acceptance/basic_ovn_spec.rb | 12 ------- spec/classes/ovn_northd_spec.rb | 14 +++++++++ test-requirements.txt | 10 +++--- 8 files changed, 98 insertions(+), 38 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index baa2346..1ea50a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,5 @@ -# this is required for the docs build jobs -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +# This is required for the docs build jobs +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 + +# This is required for the releasenotes build jobs @@ -5 +7 @@ oslosphinx>=2.5.0 # Apache-2.0 -reno>=0.1.1,!=2.0.0 # Apache-2.0 +reno>=1.8.0,!=2.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org