[release-announce] [puppet] puppet-nova 12.1.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 4 22:26:09 UTC 2017


We contentedly announce the release of:

puppet-nova 12.1.0: Puppet module for OpenStack Nova

This release is part of the queens release series.

Download the package from:

    https://tarballs.openstack.org/puppet-nova/

For more details, please see below.

12.1.0
^^^^^^


New Features
************

* Add parameter to set notification format. Specifies which
  notification format shall be used by nova.

* Added group parameter to configure qemu.conf

* Expose use_json logging parameter, which enables JSON formatted
  logging.


Upgrade Notes
*************

* Remove use_local parameter use_local parameter is deprecated, has
  no effect and will be removed in the future.


Deprecation Notes
*****************

* keymgr_api_class is now deprecated in favor of keymgr_backend,
  with full backward compatibility for users. keymgr_backend is set to
  nova.keymgr.conf_key_mgr.ConfKeyManager by default and configures
  key_manager/backend instead of key_manager/api_class.

Changes in puppet-nova 12.0.0..12.1.0
-------------------------------------

87e9b30 Add group configuration to qemu.conf file
0829470 Prepare for Queens Milestone 2
8c6ce7a Expose use_json logging option
db66ae5 Add parameter to set notification format
b376da5 Switch to Zuul v3 testing
2a97745 Fix key_manager in nova config for Queens
e90d05d Remove use_local parameter


Diffstat (except docs and test files)
-------------------------------------

.zuul.yaml                                         |  6 ++++
manifests/compute.pp                               | 32 ++++++++++++++++------
manifests/compute/libvirt/qemu.pp                  | 22 ++++++++++++---
manifests/conductor.pp                             | 12 --------
manifests/init.pp                                  |  6 ++++
manifests/logging.pp                               |  6 ++++
metadata.json                                      | 14 +++++-----
...o-set-notification-format-861daec4cdb76e38.yaml |  5 ++++
.../notes/api_key_backend-c1cd58916c1ba43b.yaml    |  8 ++++++
.../notes/libvirt-qemu-group-8430caa099147529.yaml |  3 ++
releasenotes/notes/log-json-97ad59aa72f31a67.yaml  |  4 +++
.../notes/remove_use_local-001a5010d68a58ed.yaml   |  5 ++++
spec/classes/nova_compute_libvirt_qemu_spec.rb     | 22 ++++++++++++++-
spec/classes/nova_compute_spec.rb                  | 18 ++++++++++--
spec/classes/nova_init_spec.rb                     |  2 ++
spec/classes/nova_logging_spec.rb                  |  3 ++
16 files changed, 133 insertions(+), 35 deletions(-)







More information about the Release-announce mailing list