We joyfully announce the release of: puppet-vswitch 8.2.0: Puppet module for OpenStack Vswitch This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-vswitch/ For more details, please see below. 8.2.0 ^^^^^ New Features * Adds new custom type for configuring SSL (keys and certificates) within vswitch. Includes single provider for Open vSwitch. Changes in puppet-vswitch 8.1.0..8.2.0 -------------------------------------- 40eef6d Prepare for Queens Milestone 3 ed57fb5 Remove pinned versions from test-requirements.txt 6e3d77e Adds SSL custom type/provider 8a49f09 Fix markdown format typo b7a8272 Run puppet-openstack-beaker-jobs Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + README.md | 4 +- lib/puppet/provider/vs_ssl/ovs.rb | 100 +++++++++++++++++++++ lib/puppet/type/vs_ssl.rb | 43 +++++++++ metadata.json | 2 +- .../add-ssl-custom-type-4dcad2cb27cfd5e9.yaml | 5 ++ spec/unit/puppet/lib/provider/vs_ssl_ovs_spec.rb | 55 ++++++++++++ spec/unit/puppet/lib/type/vs_ssl_spec.rb | 21 +++++ test-requirements.txt | 6 +- 9 files changed, 231 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8db5c0d..aa9dd6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,2 +2,2 @@ -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 +sphinx # BSD +openstackdocstheme # Apache-2.0 @@ -6 +6 @@ openstackdocstheme>=1.17.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno # Apache-2.0