We are stoked to announce the release of: puppet-vswitch 7.2.0: Puppet module for OpenStack Vswitch This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-vswitch/ For more details, please see below. Changes in puppet-vswitch 7.1.0..7.2.0 -------------------------------------- 1961ac7 Drop -dev version for Pike M3 00de2cb Adds fact for uuid of OVS c751135 Enable dpdk after setting all other dpdk parameters 3a7ac82 Update URLs in documents according to document migration e020f11 Change author in setup.cfg bb69ea2 Fix openstackdocstheme b121d61 Switch from oslosphinx to openstackdocstheme 5ccaf50 Trivial fix style in document 677415b Added test case for the function range_to_mask() 4134b90 Define a function for range to mask conversion 50e90eb Add environment variable f1aad51 Bump version for Pike M3 Dev 4368338 Update global requirements 8a3479d check if /proc/bus/pci/devices is available Diffstat (except docs and test files) ------------------------------------- lib/facter/ovs_uuid.rb | 9 +++++++ lib/facter/pci_address.rb | 8 ++++-- lib/puppet/functions/range_to_mask.rb | 29 ++++++++++++++++++++++ lib/puppet/type/vs_config.rb | 2 +- manifests/dpdk.pp | 29 ++++++++-------------- metadata.json | 2 +- releasenotes/source/conf.py | 18 +++++++++----- releasenotes/source/newton.rst | 4 +-- releasenotes/source/ocata.rst | 4 +-- releasenotes/source/unreleased.rst | 4 +-- setup.cfg | 4 +-- spec/classes/vswitch_dpdk_spec.rb | 8 +++--- .../puppet/lib/functions/range_to_mask_spec.rb | 12 +++++++++ test-requirements.txt | 6 ++--- tox.ini | 2 +- 15 files changed, 96 insertions(+), 45 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 1ea50a8..a23c7e7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.5.1 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +sphinx>=1.6.2 # BSD +openstackdocstheme>=1.11.0 # Apache-2.0 @@ -7 +7 @@ oslosphinx>=4.7.0 # Apache-2.0 -reno>=1.8.0,!=2.0.0 # Apache-2.0 +reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0