[release-announce] [puppet] puppet-octavia 11.0.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Wed Apr 12 18:37:14 UTC 2017
We are overjoyed to announce the release of:
puppet-octavia 11.0.0: Puppet module for OpenStack Octavia
This release is part of the pike release series.
Download the package from:
https://tarballs.openstack.org/puppet-octavia/
For more details, please see below.
11.0.0
^^^^^^
New Features
************
* Add new parameter "control_exchange", the default exchange under
which topics are scoped. May be overridden by an exchange name
specified in the transport_url option.
* Add new parameter "rpc_response_timeout", seconds to wait for a
response from a call
Deprecation Notes
*****************
* octavia::ensure_package is now deprecated and will be removed in
the future release. Please use octavia::package_ensure instead.
Bug Fixes
*********
* Fix the *manage_service* parameter for the api class. If
*manage_service* is set to false then the ocatavia-api service will
not be defined in puppet allowing the user to manage the service
themselves or elsewhere.
Changes in puppet-octavia 10.3.0..11.0.0
----------------------------------------
e1033b6 oslo db: check puppet resource instead of actual config in spec
16c6538 Drop -dev for release prep
7af8f69 oslo log: check puppet resource instead of actual config in spec
2850def Fix manage_service parameter
6cd201b Update test-requirements.txt
12c5081 Add bindep support
78639db Fix ci
82047eb Fix typo
04a7697 Inconsistent package_ensure parameter name
0d8fc34 Prepare Pike metadata
1277651 Remove rpc_backend check for amqp
259459d beaker: create nova flavor after keystone resources
b9a24f5 Update reno for stable/ocata
778cbed Add control_exchange and rpc_response_timeout options
Diffstat (except docs and test files)
-------------------------------------
bindep.txt | 2 +
manifests/api.pp | 18 +--
manifests/init.pp | 38 +++++-
metadata.json | 146 ++++++++++-----------
...saging_default_parameters-8a235ef98135d357.yaml | 7 +
.../notes/api-manage-service-3a54c606e08ee623.yaml | 6 +
..._ensure_package_parameter-71358a34df982376.yaml | 4 +
releasenotes/source/conf.py | 12 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ocata.rst | 6 +
spec/acceptance/octavia_spec.rb | 4 +-
spec/classes/octavia_api_spec.rb | 9 +-
spec/classes/octavia_db_spec.rb | 48 +++----
spec/classes/octavia_init_spec.rb | 34 +++--
spec/classes/octavia_logging_spec.rb | 111 +++++++---------
test-requirements.txt | 10 +-
16 files changed, 252 insertions(+), 204 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
More information about the Release-announce
mailing list