[puppet] puppet-octavia 12.0.0 (queens)
We are happy to announce the release of: puppet-octavia 12.0.0: Puppet module for OpenStack Octavia This release is part of the queens release series. Download the package from: https://tarballs.openstack.org/puppet-octavia/ For more details, please see below. 12.0.0 ^^^^^^ New Features ************ * Add new parameter "api_handler", the handler that the API communicates with. * Adds *amp_ssh_key_name*, *key_path* configuration options for configuring secure communications with amphorae. Known Issues ************ * Keystone v2.0 API was removed so we need to set a default value for user_domain_name and project_domain name, which will be Default as it is already in some other classes in modules. Deprecation Notes ***************** * revocation_cache_time option is now deprecated for removal, the parameter has no effect. Changes in puppet-octavia 11.3.0..12.0.0 ---------------------------------------- 1dd9d73 Add Puppet package to bindep, for module build ccda9f8 Prepare for Queens Milestone 1 763e565 Configure *_domain_name to Default by default 0872bd0 Update to the latest address in README 8827dd0 Update openstackdocstheme to latest version 0fdc4d3 Add api_handler option 240af51 deprecate bind_host, bind_port and auth_strategy options 8859ec2 Deprecate revocation_cache_time option 3d72b70 Add worker configuration for amphora communication. 24b2628 Use Python to compute release notes version e14cb71 Update versions for Queens cycle 36f47d5 Update reno for stable/pike 0e706f9 Update reno>=2.5.0 Diffstat (except docs and test files) ------------------------------------- README.md | 2 +- bindep.txt | 1 + manifests/api.pp | 12 ++++++--- manifests/keystone/authtoken.pp | 31 +++++++++++++--------- manifests/worker.pp | 14 +++++++++- metadata.json | 10 +++---- .../notes/add-api-handler-a935135d2345ef23.yaml | 4 +++ .../notes/default-domain-77d3a64d09ee42ea.yaml | 7 +++++ ...tion_cache_time_parameter-a1812c70688d809e.yaml | 4 +++ .../notes/ssh-cert-files-42b8a31092405454.yaml | 5 ++++ releasenotes/source/conf.py | 4 +-- releasenotes/source/index.rst | 1 + releasenotes/source/pike.rst | 6 +++++ spec/classes/octavia_api_spec.rb | 13 +++++---- spec/classes/octavia_keystone_authtoken_spec.rb | 7 ++--- spec/classes/octavia_worker_spec.rb | 6 +++++ test-requirements.txt | 5 ++-- 17 files changed, 94 insertions(+), 38 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 629ab00..8db5c0d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3 +3 @@ sphinx>=1.6.2 # BSD -openstackdocstheme>=1.16.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -6,2 +6 @@ openstackdocstheme>=1.16.0 # Apache-2.0 -# FIXME: reno is manually pinned to !=2.0.0 because of bug #1651995 -reno!=2.0.0,!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org