[new][puppet] puppet-mistral 10.0.0 release (ocata)
We are chuffed to announce the release of: puppet-mistral 10.0.0: Puppet module for OpenStack Mistral This release is part of the ocata release series. Download the package from: https://tarballs.openstack.org/puppet-mistral/ For more details, please see below. 10.0.0 ^^^^^^ New Features ************ * This adds the enable_proxy_headers parsing option which is used by the http_proxy_to_wsgi middleware. Deprecation Notes ***************** * mistral::rabbit_host, mistral::rabbit_hosts, mistral::rabbit_password, mistral::rabbit_port, mistral::rabbit_userid and mistral::rabbit_virtual_host are deprecated. mistral::default_transport_url should be used instead. Other Notes *********** * Parameters that control the number of spawned child processes for distributing processing have had their default value changed from ::processorcount to ::os_workers. * Switched default api worker count for the api service when not run under apache to use os_workers. * The verbose option was marked to be removed in Ocata, in Newton the option was deprecated. Changes in puppet-mistral 9.4.0..10.0.0 --------------------------------------- e7e9f8c Prepare 10.0.0 release 0fec267 Deprecate rabbitmq connection parameters 3fca7a6 Add requirements in metadata.json file a891cba Add enable_proxy_headers_parsing option e72ae32 Fix metadata.json 3b8015f Switch mistral api to use os_workers 18befb1 Change worker defaults to ::os_workers 002f2b1 Enable release notes translation da941ff Changed the home-page to point Openstack Puppet Homepage 83de4b2 Move rspec-puppet-facts to spec helper 51b2044 Added retries for db_sync 337bbc8 Remove verbose 33058da Update reno for stable/newton Diffstat (except docs and test files) ------------------------------------- manifests/api.pp | 14 +++- manifests/db/sync.pp | 2 + manifests/init.pp | 94 ++++++++++++---------- manifests/logging.pp | 12 --- manifests/wsgi/apache.pp | 4 +- metadata.json | 20 +++-- ...able_proxy_header_parsing-8613ae19724ef119.yaml | 4 + ..._workers_for_worker_count-6deab8168bc940c2.yaml | 7 ++ ...ection-params-deprecation-8f2abf8d3cb0594d.yaml | 6 ++ .../notes/remove_verbose-b6ae287286f00640.yaml | 4 + releasenotes/source/conf.py | 7 +- releasenotes/source/index.rst | 3 +- releasenotes/source/newton.rst | 6 ++ setup.cfg | 2 +- spec/acceptance/basic_mistral_spec.rb | 10 +-- spec/classes/mistral_api_spec.rb | 12 ++- spec/classes/mistral_db_postgresql_spec.rb | 2 +- spec/classes/mistral_db_sync_spec.rb | 2 +- spec/classes/mistral_init_spec.rb | 10 +++ spec/classes/mistral_logging_spec.rb | 2 +- spec/classes/mistral_wsgi_apache_spec.rb | 2 +- spec/spec_helper.rb | 10 +-- 22 files changed, 147 insertions(+), 88 deletions(-)
participants (1)
-
no-reply@openstack.org