[puppet] puppet-manila 11.0.0 (pike)
We are thrilled to announce the release of: puppet-manila 11.0.0: Puppet module for OpenStack Manila This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/puppet-manila/ For more details, please see below. 11.0.0 ^^^^^^ New Features * Add new parameter "notification_topics", AMQP topic used for OpenStack notifications. * Add service_workers option to configure the number of API workers Changes in puppet-manila 10.3.0..11.0.0 --------------------------------------- fff658c oslo db: check puppet resource instead of actual config in spec fb163ac Drop -dev for release prep 8529eaa Password should be secured 57050c3 oslo log: check puppet resource instead of actual config in spec 69e1fc4 Update test-requirements.txt d6e0ea5 rabbitmq SSL: check puppet resource instead of actual config 112934d Prepare Pike metadata 10fcc31 Add service workers API config option afb36bf Add notification_topics options a9515d3 Remove rpc_backend check for amqp 6f4cb12 Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 6 + manifests/backend/netapp.pp | 30 ++-- manifests/compute/nova.pp | 16 +-- manifests/init.pp | 7 + manifests/network/neutron.pp | 3 +- manifests/share/hitachi_hnas.pp | 1 - manifests/share/netapp.pp | 25 ++-- manifests/volume/cinder.pp | 18 +-- metadata.json | 153 ++++++++++----------- ...g_notification_parameters-71a4983f237e3199.yaml | 4 + ...dd_service_workers_option-1c0728975b024eac.yaml | 3 + releasenotes/source/conf.py | 12 +- releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 + spec/classes/manila_api_spec.rb | 12 ++ spec/classes/manila_db_spec.rb | 50 ++++--- spec/classes/manila_init_spec.rb | 49 +++---- spec/classes/manila_logging_spec.rb | 99 ++++++------- spec/classes/manila_share_hitachi_hnas_spec.rb | 14 +- test-requirements.txt | 10 +- 20 files changed, 271 insertions(+), 248 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